From 2e6ace2df02bbd1499c351e32d1d10d68a4bb4ac Mon Sep 17 00:00:00 2001 From: gweltas Date: Fri, 26 Nov 2004 16:10:17 +0000 Subject: New template for group management French translation for synchronization Minor update of the css file git-svn-id: http://piwigo.org/svn/trunk@623 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/admin/admin_upload.tpl | 22 -------------- template/default/admin/group_list.tpl | 52 ++++++++++++++++++++++++++++++++ template/default/admin/group_list.vtp | 53 --------------------------------- template/default/default.css | 48 +++++++++++++---------------- 4 files changed, 72 insertions(+), 103 deletions(-) delete mode 100644 template/default/admin/admin_upload.tpl create mode 100644 template/default/admin/group_list.tpl delete mode 100644 template/default/admin/group_list.vtp (limited to 'template/default') diff --git a/template/default/admin/admin_upload.tpl b/template/default/admin/admin_upload.tpl deleted file mode 100644 index 045324455..000000000 --- a/template/default/admin/admin_upload.tpl +++ /dev/null @@ -1,22 +0,0 @@ -
{L_UPLOAD_TITLE}
-
-
-
- {L_AUTHORIZED}
-
- -
-
- {L_FORBIDDEN}
- -
-   - -
-
-
-
{L_UPLOAD_INFO}
\ No newline at end of file diff --git a/template/default/admin/group_list.tpl b/template/default/admin/group_list.tpl new file mode 100644 index 000000000..3a5688af0 --- /dev/null +++ b/template/default/admin/group_list.tpl @@ -0,0 +1,52 @@ + +
+ +
+ +
+
{L_GROUP_SELECT}
+ +{S_GROUP_SELECT}   + +
+{L_GROUP_CONFIRM} +
+ + + +
+
+ +
{L_GROUP_EDIT} [{edit_group.GROUP_NAME}]
+ + + + + + + + + + + + + + + + +
{L_USER_NAME}{L_USER_EMAIL}{L_USER_SELECT}
{edit_group.user.NAME}{edit_group.user.EMAIL}
+ +
+
+ + + + +
+
+ +
\ No newline at end of file diff --git a/template/default/admin/group_list.vtp b/template/default/admin/group_list.vtp deleted file mode 100644 index 7c4520747..000000000 --- a/template/default/admin/group_list.vtp +++ /dev/null @@ -1,53 +0,0 @@ - -
- -
- - - - - - - - - - - -
{#group_confirm} "{#name}"
{#yes}{#no}
- - - -
{#info}
- - -
-
- {#group_add} - -
-
- - - - - - - - - - - - - -
{#group_list_title}
-
> {#name}
-
- {#listuser_permission} - - {#delete} -
- \ No newline at end of file diff --git a/template/default/default.css b/template/default/default.css index fe0092477..07b079206 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -1,4 +1,5 @@ /* BACKGROUND */ + body { background-color:#000000;} .main, .throw, .admin { background-color:#3F3F3F;} .row1,input,select,textarea, .table1, .home { background-color:#5F5F5F;} @@ -8,6 +9,22 @@ body { background-color:#000000;} .titreMenu,.titrePage,.imgMenu a:hover { background-image: url(theme/tableh1_bg.gif);} .bouton, .imgMenu a, #imgBarMenu { background-image: url(theme/button_bg.gif);} +/* FONT COLORS */ + +.titreMenu, .titreMenu a, .info, .admin{ color:#FFF48E;} +.titrePage, .titreMenu a:hover { color:#E0E0E0;} +.comment{ color:#C6B78E;} +.commentDate { color:#999999;} +input,select,textarea { color:#FFFFCC;} + +/* ANCHORS */ + +a { text-decoration:none; color:#FFFFFF;} +a:hover { text-decoration:none; color:#FFF48E;} +a.none:hover { text-decoration:none;} +a.image:hover { text-decoration:none;} +a.thumbLink:hover { text-decoration:none;} + /* POSITION */ #gauche,#droite { @@ -23,20 +40,9 @@ body { background-color:#000000;} text-align:center; } -#droite -{ - text-align:right; -} - -#left -{ - float:left; -} - -#right -{ - float:right; -} +#droite{text-align:right;} +#left {float:left; } +#right{float:right; } /* MAIN STYLES */ @@ -59,13 +65,7 @@ h2 { line-height: 120%; } -/* ANCHORS */ -a { text-decoration:none; color:#FFFFFF;} -a:hover { text-decoration:none; color:#FFF48E;} -a.none:hover { text-decoration:none;} -a.image:hover { text-decoration:none;} -a.thumbLink:hover { text-decoration:none;} /* LAYOUT STYLE */ @@ -92,7 +92,6 @@ a.thumbLink:hover { text-decoration:none;} height: 25px; line-height: 25px; font-size:12px; - color:#E0E0E0; font-weight:600; text-align:center; } @@ -265,14 +264,10 @@ table.thumbnail { .commentDate { font-weight:lighter; text-align:right; - color:#999999; border-top: 1px solid #000000; border-bottom: 1px solid #000000; } -.comment{ - color:#C6B78E; -} /* Form styles */ form{ @@ -294,7 +289,6 @@ input,select,textarea { text-indent:2px; border: 1px solid #797979; padding: 0; - color:#FFFFCC; } .radio{ @@ -316,12 +310,10 @@ font-weight:bold; margin:0px 0px 12px 0px; text-align: center; padding:0px; -color : #FFF48E; } /* Other styles */ .info { - color:#FFF48E; margin:5px 0px 5px 0px; white-space:nowrap; text-align:center; -- cgit v1.2.3