From dabf5b057c358655d8635ed6ec8666660abeb92b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 1 Aug 2014 00:06:19 -0400 Subject: Finish new migrate page --- templates/.VERSION | 2 +- templates/repo/create.tmpl | 4 +- templates/repo/migrate.tmpl | 183 +++++++++++++++++--------------------------- 3 files changed, 72 insertions(+), 117 deletions(-) (limited to 'templates') diff --git a/templates/.VERSION b/templates/.VERSION index 82b0c22e..7cfc6b85 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.4.7.0731 Alpha \ No newline at end of file +0.4.7.0801 Alpha \ No newline at end of file diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index 13656bec..a144ccbc 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -36,7 +36,7 @@
- + {{.i18n.Tr "repo.repo_name_helper" | Str2html}}
@@ -47,7 +47,7 @@

- +

diff --git a/templates/repo/migrate.tmpl b/templates/repo/migrate.tmpl index fff25e6d..72159607 100644 --- a/templates/repo/migrate.tmpl +++ b/templates/repo/migrate.tmpl @@ -1,127 +1,82 @@ -{{template "base/head" .}} -{{template "base/navbar" .}} -

-
+{{template "ng/base/head" .}} +{{template "ng/base/header" .}} +
+ {{.CsrfTokenHtml}} -

Repository Migration

- {{template "base/alert" .}} - - -
- -
- -
-
- -
- -
-
- -
- -
-
-
- -
- +
+ + +
+
+ +
-
-
-
-
-
- -
-
- - -
- -
- -
- -
- - Great repository names are short and memorable. -
-
- -
- -
-
- -
-
-
- -
- -
-
- +
+
+ + +
-
- -
- -
- +
+ +
-
- -
-
- - Cancel +

+ + + {{.i18n.Tr "repo.visiblity_helper" | Str2html}} +

+

+ + + {{.i18n.Tr "repo.migrate_type_helper" | Str2html}} +

+
+ +
+

+ + + {{.i18n.Tr "cancel"}} +

-{{template "base/footer" .}} \ No newline at end of file +{{template "ng/base/footer" .}} \ No newline at end of file -- cgit v1.2.3