From b531871f125265596ee9a7c550fdd3f4bfd0d19e Mon Sep 17 00:00:00 2001 From: gweltas Date: Wed, 31 Mar 2004 17:26:31 +0000 Subject: - Category upload admin control panel git-svn-id: http://piwigo.org/svn/trunk@403 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/admin.tpl | 2 +- template/default/admin/admin_upload.tpl | 22 ++++++++ template/default/admin/cat_modify.tpl | 72 ++++++++++++++++++++++++++ template/default/admin/cat_modify.vtp | 89 --------------------------------- template/default/category.tpl | 2 +- template/default/default.css | 32 ++---------- 6 files changed, 101 insertions(+), 118 deletions(-) create mode 100644 template/default/admin/admin_upload.tpl create mode 100644 template/default/admin/cat_modify.tpl delete mode 100644 template/default/admin/cat_modify.vtp (limited to 'template') diff --git a/template/default/admin.tpl b/template/default/admin.tpl index 696f43072..f8493b420 100644 --- a/template/default/admin.tpl +++ b/template/default/admin.tpl @@ -60,7 +60,7 @@
{PAGE_TITLE}
- {ADMIN_CONTENT} +
{ADMIN_CONTENT}
diff --git a/template/default/admin/admin_upload.tpl b/template/default/admin/admin_upload.tpl new file mode 100644 index 000000000..045324455 --- /dev/null +++ b/template/default/admin/admin_upload.tpl @@ -0,0 +1,22 @@ +
{L_UPLOAD_TITLE}
+
+
+
+ {L_AUTHORIZED}
+
+ +
+
+ {L_FORBIDDEN}
+ +
+   + +
+
+
+
{L_UPLOAD_INFO}
\ No newline at end of file diff --git a/template/default/admin/cat_modify.tpl b/template/default/admin/cat_modify.tpl new file mode 100644 index 000000000..4aa8ee032 --- /dev/null +++ b/template/default/admin/cat_modify.tpl @@ -0,0 +1,72 @@ + +
+ {L_EDIT_CONFIRM} {L_HERE}
+ +
{CATEGORIES_NAV}
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{L_REMOTE_SITE}{SITE_URL}
{L_EDIT_NAME} + +
{L_STORAGE}{CATEGORY_DIR}
{L_EDIT_COMMENT} + +
{L_EDIT_STATUS} :
{L_EDIT_STATUS_INFO}
+ {L_ACCESS_FREE}   + {L_ACCESS_RESTRICTED} +
{L_EDIT_LOCK} :
{L_EDIT_LOCK_INFO}
+ {L_YES}   + {L_NO} +
{#cat_parent} + + + + + + +
 
+ +
+
\ No newline at end of file diff --git a/template/default/admin/cat_modify.vtp b/template/default/admin/cat_modify.vtp deleted file mode 100644 index 5436ff220..000000000 --- a/template/default/admin/cat_modify.vtp +++ /dev/null @@ -1,89 +0,0 @@ - -
- {#editcat_confirm} [ {#editcat_back} ]
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{#editcat_title1} "{#cat:name}" [ - - dir : {#dir} - - - {#cat_virtual} - - ] -
{#remote_site}{#url}
{#editcat_name} - -
{#editcat_comment} - -
{#editcat_status} - - {#option} - -
{#editcat_visible} - - {#option} - - {#editcat_visible_info} -
{#editcat_uploadable} - - {#option} - -
{#cat_parent} - - - - - - -
 
- -
-
\ No newline at end of file diff --git a/template/default/category.tpl b/template/default/category.tpl index 449ac30e4..a48097a5e 100644 --- a/template/default/category.tpl +++ b/template/default/category.tpl @@ -99,7 +99,7 @@ -
{cat_infos.comment.COMMENTS}
+
{cat_infos.comment.COMMENTS}
{L_NB_IMG} "{TITLE}" : {cat_infos.NB_IMG_CAT} diff --git a/template/default/default.css b/template/default/default.css index 704add92a..fdf1d576f 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -221,7 +221,7 @@ form{ margin-top:10px; } -input,select { +input,select,textarea { text-indent:2px; background-color:#505050; border: 1px solid #797979; @@ -262,13 +262,11 @@ color : #FFF48E; /* Other styles */ .info { - color:#E0E0E0; - background-color:#444444; - margin-bottom:5px; + color:#FFF48E; + margin:5px 0px 5px 0px white-space:nowrap; - margin-left:5px; - margin-right:5px; - text-align:right; + text-align:center; + font-size:16px; } .menuInfoCat { font-family:sans-serif; @@ -309,23 +307,3 @@ div.information { margin:10px; padding:5px; } - -.tableComment,.cellAuthor,.cellInfo { - border-color:#E0E0E0; - border-style:solid; -} -.tableComment { - width:100%; - border-width:2px; - text-align:left; - padding: 10px; -} -.cellAuthor { - border-width:0px; - border-right-width:1px; - width:20%; -} -.cellInfo { - border-width:0px; - border-bottom-width:1px; -} -- cgit v1.2.3