From 0c482df04e1631e12db1fe99e904d6111b17adf1 Mon Sep 17 00:00:00 2001 From: gweltas Date: Sun, 29 Aug 2004 21:22:24 +0000 Subject: Migration of the template of images_infos.php git-svn-id: http://piwigo.org/svn/trunk@506 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/admin/infos_image.vtp | 106 -------------------------------- template/default/admin/infos_images.tpl | 97 +++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+), 106 deletions(-) delete mode 100644 template/default/admin/infos_image.vtp create mode 100644 template/default/admin/infos_images.tpl (limited to 'template') diff --git a/template/default/admin/infos_image.vtp b/template/default/admin/infos_image.vtp deleted file mode 100644 index 869b2885b..000000000 --- a/template/default/admin/infos_image.vtp +++ /dev/null @@ -1,106 +0,0 @@ - -
-
{#errors_title}
- -
- -
- - - - - - - - - - - - - - - - - - - -
{#infoimage_general} "{#cat_name}"
{#author}
- - - - {#infoimage_useforall} -
-
{#infoimage_creation_date} [DD/MM/YYYY]
-
- - - - {#infoimage_useforall} -
-
{#keywords} {#infoimage_keyword_separation}
-
- - - - {#infoimage_addtoall} - - {#infoimage_removefromall} -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{#infoimage_detailed}
{#navigation_bar}
 {#thumbnail}{#infoimage_title}{#author}{#infoimage_comment}{#infoimage_creation_date}{#keywords}
-
- -
-
{#default_name}
- < - {#infoimage_associate} - - - - - - -
- -
-
\ No newline at end of file diff --git a/template/default/admin/infos_images.tpl b/template/default/admin/infos_images.tpl new file mode 100644 index 000000000..8609c514c --- /dev/null +++ b/template/default/admin/infos_images.tpl @@ -0,0 +1,97 @@ + +
+ +
+ +
+
{L_INFOS_TITLE} "{CATEGORY}"
+ + + + + + + + + + + + + + + + +
{L_AUTHOR}
+ + + + {L_INFOS_OVERALL_USE} +
+
{L_INFOS_CREATION_DATE} [DD/MM/YYYY]
+
+ + + + {L_INFOS_OVERALL_USE} +
+
{L_KEYWORD} {L_KEYWORD_SEPARATION}
+
+ + + + {L_INFOS_ADDTOALL} + + {L_INFOS_REMOVEFROMALL} +
+
+
{L_INFOS_DETAIL}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 {L_THUMBNAIL}{L_INFOS_IMG}{L_AUTHOR}{L_INFOS_COMMENT}{L_INFOS_CREATION_DATE}{L_KEYWORD}
+
+ +
+
{picture.DEFAULTNAME_IMG}
+ < + {L_INFOS_ASSOCIATE} + + + +
+ +
+
\ No newline at end of file -- cgit v1.2.3