From 2bbc7ba8bea747db08a8adac9e80e8a2aa7cbf2d Mon Sep 17 00:00:00 2001 From: chrisaga Date: Thu, 18 Aug 2005 07:04:05 +0000 Subject: Let's begin the new customizable clear template :-) git-svn-id: http://piwigo.org/svn/trunk@820 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/cclear/about.tpl | 10 + template/cclear/admin.tpl | 92 ++++++++++ template/cclear/admin/cat_list.tpl | 63 +++++++ template/cclear/admin/cat_modify.tpl | 73 ++++++++ template/cclear/admin/cat_options.tpl | 31 ++++ template/cclear/admin/cat_perm.vtp | 48 +++++ template/cclear/admin/configuration.tpl | 212 ++++++++++++++++++++++ template/cclear/admin/group_list.tpl | 52 ++++++ template/cclear/admin/group_perm.tpl | 7 + template/cclear/admin/help.tpl | 13 ++ template/cclear/admin/images/arrow_down.gif | Bin 0 -> 105 bytes template/cclear/admin/images/arrow_first.gif | Bin 0 -> 111 bytes template/cclear/admin/images/arrow_last.gif | Bin 0 -> 112 bytes template/cclear/admin/images/arrow_select.gif | Bin 0 -> 88 bytes template/cclear/admin/images/arrow_up.gif | Bin 0 -> 105 bytes template/cclear/admin/images/collapsed.gif | Bin 0 -> 62 bytes template/cclear/admin/images/delete.gif | Bin 0 -> 270 bytes template/cclear/admin/images/expanded.gif | Bin 0 -> 55 bytes template/cclear/admin/images/icon_folder.gif | Bin 0 -> 1265 bytes template/cclear/admin/images/icon_folder_link.gif | Bin 0 -> 1310 bytes template/cclear/admin/images/icon_folder_lock.gif | Bin 0 -> 1264 bytes template/cclear/admin/images/icon_subfolder.gif | Bin 0 -> 1297 bytes template/cclear/admin/images/moins.gif | Bin 0 -> 867 bytes template/cclear/admin/images/plus.gif | Bin 0 -> 870 bytes template/cclear/admin/images/puce.gif | Bin 0 -> 839 bytes template/cclear/admin/images/stat_left.gif | Bin 0 -> 113 bytes template/cclear/admin/images/stat_middle.gif | Bin 0 -> 92 bytes template/cclear/admin/images/stat_right.gif | Bin 0 -> 113 bytes template/cclear/admin/infos_images.tpl | 96 ++++++++++ template/cclear/admin/picture_modify.tpl | 144 +++++++++++++++ template/cclear/admin/remote_site.tpl | 71 ++++++++ template/cclear/admin/search_username.tpl | 22 +++ template/cclear/admin/stats.tpl | 21 +++ template/cclear/admin/thumbnail.tpl | 139 ++++++++++++++ template/cclear/admin/update.tpl | 76 ++++++++ template/cclear/admin/user_perm.tpl | 6 + template/cclear/admin/waiting.tpl | 42 +++++ template/cclear/category.tpl | 113 ++++++++++++ template/cclear/categoryContent.css | 57 ++++++ template/cclear/comments.tpl | 47 +++++ template/cclear/dclear.css | 0 template/cclear/default-colors.css | 134 ++++++++++++++ template/cclear/default-layout.css | 122 +++++++++++++ template/cclear/footer.tpl | 20 ++ template/cclear/header.tpl | 25 +++ template/cclear/identification.tpl | 30 +++ template/cclear/image.css | 120 ++++++++++++ template/cclear/images/logo.jpg | Bin 0 -> 4835 bytes template/cclear/images/php_sqreuil_artistes.gif | Bin 0 -> 17885 bytes template/cclear/install.tpl | 203 +++++++++++++++++++++ template/cclear/menubar.css | 63 +++++++ template/cclear/mimetypes/avi.png | Bin 0 -> 4284 bytes template/cclear/mimetypes/mp3.png | Bin 0 -> 3902 bytes template/cclear/mimetypes/mpg.png | Bin 0 -> 4271 bytes template/cclear/mimetypes/ogg.png | Bin 0 -> 4063 bytes template/cclear/mimetypes/zip.png | Bin 0 -> 3721 bytes template/cclear/picture.tpl | 152 ++++++++++++++++ template/cclear/print.css | 13 ++ template/cclear/profile.tpl | 144 +++++++++++++++ template/cclear/redirect.tpl | 1 + template/cclear/register.tpl | 59 ++++++ template/cclear/search.tpl | 132 ++++++++++++++ template/cclear/theme/button_bg.gif | Bin 0 -> 500 bytes template/cclear/theme/categories.gif | Bin 0 -> 976 bytes template/cclear/theme/del_favorite.gif | Bin 0 -> 1403 bytes template/cclear/theme/delete.gif | Bin 0 -> 178 bytes template/cclear/theme/download.gif | Bin 0 -> 1028 bytes template/cclear/theme/eCard.gif | Bin 0 -> 961 bytes template/cclear/theme/favorite.gif | Bin 0 -> 1436 bytes template/cclear/theme/left-arrow.gif | Bin 0 -> 583 bytes template/cclear/theme/left.png | Bin 0 -> 1644 bytes template/cclear/theme/lost.gif | Bin 0 -> 219 bytes template/cclear/theme/metadata.gif | Bin 0 -> 1020 bytes template/cclear/theme/metadata.png | Bin 0 -> 1520 bytes template/cclear/theme/preferences.png | Bin 0 -> 1606 bytes template/cclear/theme/properties.gif | Bin 0 -> 1010 bytes template/cclear/theme/recent.gif | Bin 0 -> 775 bytes template/cclear/theme/register.gif | Bin 0 -> 224 bytes template/cclear/theme/right-arrow.gif | Bin 0 -> 581 bytes template/cclear/theme/right.png | Bin 0 -> 1661 bytes template/cclear/theme/save.png | Bin 0 -> 961 bytes template/cclear/theme/slideshow.gif | Bin 0 -> 1017 bytes template/cclear/theme/slideshow.png | Bin 0 -> 1229 bytes template/cclear/theme/tableh1_bg.gif | Bin 0 -> 657 bytes template/cclear/theme/up.png | Bin 0 -> 1641 bytes template/cclear/upgrade.tpl | 45 +++++ template/cclear/upload.tpl | 93 ++++++++++ 87 files changed, 2791 insertions(+) create mode 100644 template/cclear/about.tpl create mode 100644 template/cclear/admin.tpl create mode 100644 template/cclear/admin/cat_list.tpl create mode 100644 template/cclear/admin/cat_modify.tpl create mode 100644 template/cclear/admin/cat_options.tpl create mode 100644 template/cclear/admin/cat_perm.vtp create mode 100644 template/cclear/admin/configuration.tpl create mode 100644 template/cclear/admin/group_list.tpl create mode 100644 template/cclear/admin/group_perm.tpl create mode 100644 template/cclear/admin/help.tpl create mode 100644 template/cclear/admin/images/arrow_down.gif create mode 100644 template/cclear/admin/images/arrow_first.gif create mode 100644 template/cclear/admin/images/arrow_last.gif create mode 100644 template/cclear/admin/images/arrow_select.gif create mode 100644 template/cclear/admin/images/arrow_up.gif create mode 100644 template/cclear/admin/images/collapsed.gif create mode 100644 template/cclear/admin/images/delete.gif create mode 100644 template/cclear/admin/images/expanded.gif create mode 100644 template/cclear/admin/images/icon_folder.gif create mode 100644 template/cclear/admin/images/icon_folder_link.gif create mode 100644 template/cclear/admin/images/icon_folder_lock.gif create mode 100644 template/cclear/admin/images/icon_subfolder.gif create mode 100644 template/cclear/admin/images/moins.gif create mode 100644 template/cclear/admin/images/plus.gif create mode 100644 template/cclear/admin/images/puce.gif create mode 100644 template/cclear/admin/images/stat_left.gif create mode 100644 template/cclear/admin/images/stat_middle.gif create mode 100644 template/cclear/admin/images/stat_right.gif create mode 100644 template/cclear/admin/infos_images.tpl create mode 100644 template/cclear/admin/picture_modify.tpl create mode 100644 template/cclear/admin/remote_site.tpl create mode 100644 template/cclear/admin/search_username.tpl create mode 100644 template/cclear/admin/stats.tpl create mode 100644 template/cclear/admin/thumbnail.tpl create mode 100644 template/cclear/admin/update.tpl create mode 100644 template/cclear/admin/user_perm.tpl create mode 100644 template/cclear/admin/waiting.tpl create mode 100644 template/cclear/category.tpl create mode 100644 template/cclear/categoryContent.css create mode 100644 template/cclear/comments.tpl create mode 100644 template/cclear/dclear.css create mode 100644 template/cclear/default-colors.css create mode 100644 template/cclear/default-layout.css create mode 100644 template/cclear/footer.tpl create mode 100644 template/cclear/header.tpl create mode 100644 template/cclear/identification.tpl create mode 100644 template/cclear/image.css create mode 100644 template/cclear/images/logo.jpg create mode 100755 template/cclear/images/php_sqreuil_artistes.gif create mode 100644 template/cclear/install.tpl create mode 100644 template/cclear/menubar.css create mode 100644 template/cclear/mimetypes/avi.png create mode 100644 template/cclear/mimetypes/mp3.png create mode 100644 template/cclear/mimetypes/mpg.png create mode 100644 template/cclear/mimetypes/ogg.png create mode 100644 template/cclear/mimetypes/zip.png create mode 100644 template/cclear/picture.tpl create mode 100644 template/cclear/print.css create mode 100644 template/cclear/profile.tpl create mode 100644 template/cclear/redirect.tpl create mode 100644 template/cclear/register.tpl create mode 100644 template/cclear/search.tpl create mode 100644 template/cclear/theme/button_bg.gif create mode 100644 template/cclear/theme/categories.gif create mode 100644 template/cclear/theme/del_favorite.gif create mode 100644 template/cclear/theme/delete.gif create mode 100644 template/cclear/theme/download.gif create mode 100644 template/cclear/theme/eCard.gif create mode 100644 template/cclear/theme/favorite.gif create mode 100644 template/cclear/theme/left-arrow.gif create mode 100644 template/cclear/theme/left.png create mode 100644 template/cclear/theme/lost.gif create mode 100644 template/cclear/theme/metadata.gif create mode 100644 template/cclear/theme/metadata.png create mode 100644 template/cclear/theme/preferences.png create mode 100644 template/cclear/theme/properties.gif create mode 100644 template/cclear/theme/recent.gif create mode 100644 template/cclear/theme/register.gif create mode 100644 template/cclear/theme/right-arrow.gif create mode 100644 template/cclear/theme/right.png create mode 100644 template/cclear/theme/save.png create mode 100644 template/cclear/theme/slideshow.gif create mode 100644 template/cclear/theme/slideshow.png create mode 100644 template/cclear/theme/tableh1_bg.gif create mode 100644 template/cclear/theme/up.png create mode 100644 template/cclear/upgrade.tpl create mode 100644 template/cclear/upload.tpl (limited to 'template/cclear') diff --git a/template/cclear/about.tpl b/template/cclear/about.tpl new file mode 100644 index 000000000..b56481c4b --- /dev/null +++ b/template/cclear/about.tpl @@ -0,0 +1,10 @@ +

{PAGE_TITLE}

+ +
+[{L_RETURN}] +
+
+php logo +
diff --git a/template/cclear/admin.tpl b/template/cclear/admin.tpl new file mode 100644 index 000000000..4ddfd52cb --- /dev/null +++ b/template/cclear/admin.tpl @@ -0,0 +1,92 @@ + +
+ +
+ + + + + +
+ +

{PAGE_TITLE}

+
{ADMIN_CONTENT}{ADMIN_CONTENT_2}
+
+ + diff --git a/template/cclear/admin/cat_list.tpl b/template/cclear/admin/cat_list.tpl new file mode 100644 index 000000000..190b85dcd --- /dev/null +++ b/template/cclear/admin/cat_list.tpl @@ -0,0 +1,63 @@ + +
+ +
+ + +
+ +
  • {infos.info.INFO}
  • + +
    + +

    {CATEGORIES_NAV}

    + + + + + + + + + + + +
    {category.CATEGORY_IMG_ALT}{category.CATEGORY_NAME} +
    + + {L_STORAGE} : {category.CATEGORY_DIR} - + + {L_NB_IMG} : {category.CATEGORY_NB_IMG} +
    + {L_MOVE_UP}
    + {L_MOVE_DOWN} +
    + {L_EDIT} + + + {L_INFO_IMG} + + + {L_INFO_IMG} + + + + {L_DELETE} + + + {L_DELETE} + +
    + + +
    +

    + {L_ADD_VIRTUAL} : + + +

    +
    diff --git a/template/cclear/admin/cat_modify.tpl b/template/cclear/admin/cat_modify.tpl new file mode 100644 index 000000000..3083e8be2 --- /dev/null +++ b/template/cclear/admin/cat_modify.tpl @@ -0,0 +1,73 @@ + +
    + {L_EDIT_CONFIRM} {L_HERE}
    + +

    {CATEGORIES_NAV}

    +
    + + + + + + + +
    + +
    +
    +
    + + + + + + + + +

    {L_EDIT_CAT_OPTIONS}

    + + + + + + +

    + +

    +

    diff --git a/template/cclear/admin/cat_options.tpl b/template/cclear/admin/cat_options.tpl new file mode 100644 index 000000000..c9cf1e8ef --- /dev/null +++ b/template/cclear/admin/cat_options.tpl @@ -0,0 +1,31 @@ +
    {L_CAT_TITLE}
    +
    +
    +
    +
    + {L_CAT_OPTIONS_TRUE}
    + +
    +
    +
    + +
    +
    + {L_CAT_OPTIONS_FALSE}
    + +
    +
    +
    + + +
    +
    {L_CAT_OPTIONS_INFO}
    + diff --git a/template/cclear/admin/cat_perm.vtp b/template/cclear/admin/cat_perm.vtp new file mode 100644 index 000000000..77987fac4 --- /dev/null +++ b/template/cclear/admin/cat_perm.vtp @@ -0,0 +1,48 @@ +
    + + + + + + + + + + + +
    {#menu_groups}
    >{#groupname} + {#permuser_authorized} + {#permuser_forbidden} +
    + + + + + + + + + + + + + + +
    {#menu_users}
    + > + {#username} + + [ + + {#name}{#separation} + + ] + + + + {#permuser_parent_forbidden} + + {#permuser_authorized} + {#permuser_forbidden} +
    +
    \ No newline at end of file diff --git a/template/cclear/admin/configuration.tpl b/template/cclear/admin/configuration.tpl new file mode 100644 index 000000000..9349c63b7 --- /dev/null +++ b/template/cclear/admin/configuration.tpl @@ -0,0 +1,212 @@ + +
    + +
    + + +
    {L_CONFIRM}
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {general.L_CONF_TITLE}
     
    {general.L_CONF_MAIL} :
    {general.L_CONF_MAIL_INFO}
    {general.L_CONF_TN_PREFIX} :
    {general.L_CONF_TN_PREFIX_INFO}
    {general.L_CONF_HISTORY} :
    {general.L_CONF_HISTORY_INFO}
    {L_YES}   + {L_NO}
    {general.L_CONF_NOTIFICATION} :
    {general.L_CONF_NOTIFICATION_INFO}
    {L_YES}   + {L_NO}
    {general.L_CONF_GALLERY_LOCKED} :
    {general.L_CONF_GALLERY_LOCKED_INFO}
    {L_YES}   + {L_NO}
    {comments.L_CONF_TITLE}
     
    {comments.L_CONF_COMMENTS_ALL} :
    {comments.L_CONF_COMMENTS_ALL_INFO}
    {L_YES}   + {L_NO}
    {comments.L_CONF_NB_COMMENTS_PAGE} :
    {comments.L_CONF_NB_COMMENTS_PAGE_INFO}
    {comments.L_CONF_VALIDATE} :
    {comments.L_CONF_VALIDATE_INFO}
    {L_YES}   + {L_NO}
    {default.L_CONF_TITLE}
     
    {default.L_CONF_LANG} :
    {default.L_CONF_LANG_INFO}
    {default.CONF_LANG_SELECT}
    {default.L_NB_IMAGE_LINE} :
    {default.L_NB_IMAGE_LINE_INFO}
    {default.L_NB_ROW_PAGE} :
    {default.L_NB_ROW_PAGE_INFO}
    {default.L_CONF_STYLE} :
    {default.L_CONF_STYLE_INFO}
    {default.CONF_STYLE_SELECT}
    {default.L_CONF_RECENT} :
    {default.L_CONF_RECENT_INFO}
    {default.L_CONF_EXPAND} :
    {default.L_CONF_EXPAND_INFO}
    {L_YES}   + {L_NO}
    {default.L_NB_COMMENTS} :
    {default.L_NB_COMMENTS_INFO}
    {L_YES}   + {L_NO}
    {default.L_MAXWIDTH} : +
    {default.L_MAXHEIGHT} : +
    {upload.L_CONF_TITLE}
     
    {upload.L_CONF_MAXSIZE} :
    {upload.L_CONF_MAXSIZE_INFO}
    {upload.L_CONF_MAXWIDTH} :
    {upload.L_CONF_MAXWIDTH_INFO}
    {upload.L_CONF_MAXHEIGHT} :
    {upload.L_CONF_MAXHEIGHT_INFO}
    {upload.L_CONF_TN_MAXWIDTH} :
    {upload.L_CONF_TN_MAXWIDTH_INFO}
    {upload.L_CONF_TN_MAXHEIGHT} :
    {upload.L_CONF_TN_MAXHEIGHT_INFO}
    {session.L_CONF_TITLE}
     
    {session.L_CONF_AUTHORIZE_REMEMBERING} :
    {session.L_CONF_AUTHORIZE_REMEMBERING_INFO}
    {L_YES}   + {L_NO}
    {metadata.L_CONF_TITLE}
     
    + {metadata.L_CONF_EXIF} : +
    {metadata.L_CONF_EXIF_INFO} +
    + {L_YES}   + {L_NO} +
    + {metadata.L_CONF_IPTC} : +
    {metadata.L_CONF_IPTC_INFO} +
    + {L_YES}   + {L_NO} +
    + {metadata.L_CONF_SHOW_EXIF} : +
    {metadata.L_CONF_SHOW_EXIF_INFO} +
    + {L_YES}   + {L_NO} +
    + {metadata.L_CONF_SHOW_IPTC} : +
    {metadata.L_CONF_SHOW_IPTC_INFO} +
    + {L_YES}   + {L_NO} +
    + + +
    +
    diff --git a/template/cclear/admin/group_list.tpl b/template/cclear/admin/group_list.tpl new file mode 100644 index 000000000..3a5688af0 --- /dev/null +++ b/template/cclear/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/cclear/admin/group_perm.tpl b/template/cclear/admin/group_perm.tpl new file mode 100644 index 000000000..9bf490e5b --- /dev/null +++ b/template/cclear/admin/group_perm.tpl @@ -0,0 +1,7 @@ + +
    +
    {L_GROUP_SELECT}
    + {S_GROUP_SELECT}   + +
    + \ No newline at end of file diff --git a/template/cclear/admin/help.tpl b/template/cclear/admin/help.tpl new file mode 100644 index 000000000..d2f59b811 --- /dev/null +++ b/template/cclear/admin/help.tpl @@ -0,0 +1,13 @@ + +

    {cat.NAME}

    + +
    + {cat.illustration.CAPTION} + + +

     

    + diff --git a/template/cclear/admin/images/arrow_down.gif b/template/cclear/admin/images/arrow_down.gif new file mode 100644 index 000000000..4adda7a9a Binary files /dev/null and b/template/cclear/admin/images/arrow_down.gif differ diff --git a/template/cclear/admin/images/arrow_first.gif b/template/cclear/admin/images/arrow_first.gif new file mode 100644 index 000000000..aba378384 Binary files /dev/null and b/template/cclear/admin/images/arrow_first.gif differ diff --git a/template/cclear/admin/images/arrow_last.gif b/template/cclear/admin/images/arrow_last.gif new file mode 100644 index 000000000..95e9b33b2 Binary files /dev/null and b/template/cclear/admin/images/arrow_last.gif differ diff --git a/template/cclear/admin/images/arrow_select.gif b/template/cclear/admin/images/arrow_select.gif new file mode 100644 index 000000000..90da978cd Binary files /dev/null and b/template/cclear/admin/images/arrow_select.gif differ diff --git a/template/cclear/admin/images/arrow_up.gif b/template/cclear/admin/images/arrow_up.gif new file mode 100644 index 000000000..25d857944 Binary files /dev/null and b/template/cclear/admin/images/arrow_up.gif differ diff --git a/template/cclear/admin/images/collapsed.gif b/template/cclear/admin/images/collapsed.gif new file mode 100644 index 000000000..3084e0877 Binary files /dev/null and b/template/cclear/admin/images/collapsed.gif differ diff --git a/template/cclear/admin/images/delete.gif b/template/cclear/admin/images/delete.gif new file mode 100644 index 000000000..88c8d55fa Binary files /dev/null and b/template/cclear/admin/images/delete.gif differ diff --git a/template/cclear/admin/images/expanded.gif b/template/cclear/admin/images/expanded.gif new file mode 100644 index 000000000..8d2dc2e2a Binary files /dev/null and b/template/cclear/admin/images/expanded.gif differ diff --git a/template/cclear/admin/images/icon_folder.gif b/template/cclear/admin/images/icon_folder.gif new file mode 100644 index 000000000..cb8e1e69b Binary files /dev/null and b/template/cclear/admin/images/icon_folder.gif differ diff --git a/template/cclear/admin/images/icon_folder_link.gif b/template/cclear/admin/images/icon_folder_link.gif new file mode 100644 index 000000000..0dd6b7d9a Binary files /dev/null and b/template/cclear/admin/images/icon_folder_link.gif differ diff --git a/template/cclear/admin/images/icon_folder_lock.gif b/template/cclear/admin/images/icon_folder_lock.gif new file mode 100644 index 000000000..6e03018c8 Binary files /dev/null and b/template/cclear/admin/images/icon_folder_lock.gif differ diff --git a/template/cclear/admin/images/icon_subfolder.gif b/template/cclear/admin/images/icon_subfolder.gif new file mode 100644 index 000000000..b96b786d4 Binary files /dev/null and b/template/cclear/admin/images/icon_subfolder.gif differ diff --git a/template/cclear/admin/images/moins.gif b/template/cclear/admin/images/moins.gif new file mode 100644 index 000000000..74fa8736f Binary files /dev/null and b/template/cclear/admin/images/moins.gif differ diff --git a/template/cclear/admin/images/plus.gif b/template/cclear/admin/images/plus.gif new file mode 100644 index 000000000..982dcf665 Binary files /dev/null and b/template/cclear/admin/images/plus.gif differ diff --git a/template/cclear/admin/images/puce.gif b/template/cclear/admin/images/puce.gif new file mode 100644 index 000000000..3c9171845 Binary files /dev/null and b/template/cclear/admin/images/puce.gif differ diff --git a/template/cclear/admin/images/stat_left.gif b/template/cclear/admin/images/stat_left.gif new file mode 100644 index 000000000..269088b81 Binary files /dev/null and b/template/cclear/admin/images/stat_left.gif differ diff --git a/template/cclear/admin/images/stat_middle.gif b/template/cclear/admin/images/stat_middle.gif new file mode 100644 index 000000000..99473151e Binary files /dev/null and b/template/cclear/admin/images/stat_middle.gif differ diff --git a/template/cclear/admin/images/stat_right.gif b/template/cclear/admin/images/stat_right.gif new file mode 100644 index 000000000..f9584e23a Binary files /dev/null and b/template/cclear/admin/images/stat_right.gif differ diff --git a/template/cclear/admin/infos_images.tpl b/template/cclear/admin/infos_images.tpl new file mode 100644 index 000000000..2e786483b --- /dev/null +++ b/template/cclear/admin/infos_images.tpl @@ -0,0 +1,96 @@ + +
    + +
    + + +
    +
    {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} + +
    + +
    +
    diff --git a/template/cclear/admin/picture_modify.tpl b/template/cclear/admin/picture_modify.tpl new file mode 100644 index 000000000..2816c9c69 --- /dev/null +++ b/template/cclear/admin/picture_modify.tpl @@ -0,0 +1,144 @@ + +
    + +
    + +
    {TITLE_IMG}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_UPLOAD_NAME} [ {L_DEFAULT} : {DEFAULT_NAME_IMG} ]
    {L_FILE}{FILE_IMG}
    {L_SIZE}{SIZE_IMG}
    {L_FILESIZE}{FILESIZE_IMG}
    {L_REGISTRATION_DATE}{REGISTRATION_DATE_IMG}
    {L_PATH}{PATH_IMG}
    {L_STORAGE_CATEGORY}{STORAGE_CATEGORY_IMG}
    {L_AUTHOR}
    {L_CREATION_DATE}
    {L_KEYWORDS}
    {L_COMMENT}
     
    + + +
    +
    + +
    + +
    + +
    + +
    + {L_CAT_ASSOCIATED}
    + +
    + +
    +
    + +
    + +
    + {L_CAT_DISSOCIATED}
    + +
    + +
    + +
    + + + +
    + +
    + +
    + +
    + +
    + {L_REPRESENTS}
    + +
    + +
    +
    + +
    + +
    + {L_DOESNT_REPRESENT}
    + +
    + +
    + +
    + + + +
    diff --git a/template/cclear/admin/remote_site.tpl b/template/cclear/admin/remote_site.tpl new file mode 100644 index 000000000..4b8260279 --- /dev/null +++ b/template/cclear/admin/remote_site.tpl @@ -0,0 +1,71 @@ +{REMOTE_SITE_TITLE} + + +
    + +
    + + + +
    {confirmation.CONTENT}
    + + + +
    {L_RESULT_UPDATE}
    + + +{L_REMOTE_SITE_REMOVED_TITLE} + + + + + +
    + +
    + + + +
    + {L_REMOTE_SITE_LOCAL_FOUND} {local.URL} + + {L_REMOTE_SITE_LOCAL_NEW} + + [{L_REMOTE_SITE_LOCAL_UPDATE}] +
    + + +
    + {L_REMOTE_SITE_CREATE} + + +
    + + + + + + + + + + + +
    {site.NAME}[{L_REMOTE_SITE_GENERATE}][{L_REMOTE_SITE_UPDATE}][{L_REMOTE_SITE_CLEAN}][{L_REMOTE_SITE_DELETE}]
    diff --git a/template/cclear/admin/search_username.tpl b/template/cclear/admin/search_username.tpl new file mode 100644 index 000000000..f3e676f8d --- /dev/null +++ b/template/cclear/admin/search_username.tpl @@ -0,0 +1,22 @@ + +
    {L_SEARCH_USERNAME}
    +
    +   +
    + {L_SEARCH_EXPLAIN}
    + + {L_UPDATE_USERNAME}
    +   +

    + +
    {L_CLOSE_WINDOW} +
    diff --git a/template/cclear/admin/stats.tpl b/template/cclear/admin/stats.tpl new file mode 100644 index 000000000..9806c9dd6 --- /dev/null +++ b/template/cclear/admin/stats.tpl @@ -0,0 +1,21 @@ +

    {L_STAT_TITLE}

    +{L_STAT_MONTHLY_ALT} +

    {L_STAT_MONTH_TITLE}

    + + + + + + + + + + + + + + + + +
    {L_MONTH}{L_PAGES_SEEN}{L_VISITORS}{L_PICTURES}
    {month.MONTH}{month.PAGES}{month.VISITORS}{month.IMAGES}
    +
    diff --git a/template/cclear/admin/thumbnail.tpl b/template/cclear/admin/thumbnail.tpl new file mode 100644 index 000000000..d362b017d --- /dev/null +++ b/template/cclear/admin/thumbnail.tpl @@ -0,0 +1,139 @@ + +
    + +
    + + + +
    {L_RESULTS}
    + + + + + + + + + + + + + + +
    {L_PATH} + {L_THUMBNAIL} + {L_GENERATED}{L_FILESIZE} + {L_WIDTH} + {L_HEIGHT} +
    {results.picture.PATH}{results.picture.GEN_TIME}{results.picture.TN_FILESIZE_IMG}{results.picture.TN_WIDTH_IMG}{results.picture.TN_HEIGHT_IMG}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_TN_STATS} +
    {L_TN_NB_STATS}{results.TN_NB}
    {L_TN_TOTAL}{results.TN_TOTAL}
    {L_TN_MAX}{results.TN_MAX}
    {L_TN_MIN}{results.TN_MIN}
    {L_TN_AVERAGE}{results.TN_AVERAGE}
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PARAMS}
     
    {L_GD}
    + 2.x + 1.x + {L_GD_INFO}
    {L_WIDTH}
    + + {L_WIDTH_INFO}
    {L_HEIGHT}
    + + {L_HEIGHT_INFO}
    {L_CREATE}
    + 5 + 10 + 20 + {L_ALL} + {L_CREATE_INFO}
    {L_FORMAT}
    jpeg{L_FORMAT_INFO}
    + +
    +
    + + + +
    [ {L_UNLINK} ]
    + + + +
    {remainings.TOTAL_IMG} {L_REMAINING}
    + + + + + + + + + + + + +
      + {L_PATH} + {L_FILESIZE} + {L_WIDTH} + {L_HEIGHT} +
    {remainings.remaining.NB_IMG}
    {remainings.remaining.PATH}
    {remainings.remaining.FILESIZE_IMG}
    {remainings.remaining.WIDTH_IMG}
    {remainings.remaining.HEIGHT_IMG}
    + diff --git a/template/cclear/admin/update.tpl b/template/cclear/admin/update.tpl new file mode 100644 index 000000000..3f33689f7 --- /dev/null +++ b/template/cclear/admin/update.tpl @@ -0,0 +1,76 @@ + +

    {L_RESULT_UPDATE}

    + + +

    {L_UPDATE_ERROR_LIST_TITLE}

    + +

    {L_UPDATE_ERRORS_CAPTION}

    + + + +

    {L_UPDATE_INFOS_TITLE}

    + + + + + +

    {L_RESULT_METADATA}

    + + + + +

    {L_UPDATE_TITLE}

    +
    + +

    + + +

    +
    + diff --git a/template/cclear/admin/user_perm.tpl b/template/cclear/admin/user_perm.tpl new file mode 100644 index 000000000..e3944fe42 --- /dev/null +++ b/template/cclear/admin/user_perm.tpl @@ -0,0 +1,6 @@ +
    {L_SELECT_USERNAME}
    +
    + + + +
    \ No newline at end of file diff --git a/template/cclear/admin/waiting.tpl b/template/cclear/admin/waiting.tpl new file mode 100644 index 000000000..6c2cbd104 --- /dev/null +++ b/template/cclear/admin/waiting.tpl @@ -0,0 +1,42 @@ +
    + +
    {L_WAITING_CONFIRMATION}
    + + + + + + + + + + + + + + + + + + + + + + + +
    {L_CATEGORY}{L_DATE}{L_FILE}{L_THUMBNAIL}{L_AUTHOR} 
    {picture.CATEGORY_IMG}{picture.DATE_IMG} + {picture.FILE_IMG} + + + {picture.thumbnail.FILE_TN_IMG} + + + {picture.UPLOAD_USERNAME} + + {L_SUBMIT} + {L_DELETE} +
    + + +
    +
    diff --git a/template/cclear/category.tpl b/template/cclear/category.tpl new file mode 100644 index 000000000..5bdfa7b88 --- /dev/null +++ b/template/cclear/category.tpl @@ -0,0 +1,113 @@ +

    PhpWebGallery demonstration site

    + + + +
    + +

    {TITLE}

    + + + + + + + + + + + + + + + +
    {cat_infos.comment.COMMENTS}
    + + + +
    diff --git a/template/cclear/categoryContent.css b/template/cclear/categoryContent.css new file mode 100644 index 000000000..decf64f59 --- /dev/null +++ b/template/cclear/categoryContent.css @@ -0,0 +1,57 @@ +#categoryContent { + margin-left: 14em; + margin-right: 1em; + margin-bottom: 1em; /* when it's longer than menu bar */ +} + +#categoryContent H2 { + margin-bottom: 1ex; +} + +#categoryContent H3 { + margin-bottom: 1ex; +} + +#categoryContent UL.thumbnails { + margin: 0; padding: 0; + list-style-type: none; + text-align: center; /* eventuellement */ +} + +#categoryContent UL.thumbnails LI { + display: inline; +} + +#categoryContent UL.thumbnails SPAN { + margin: 0 10px 10px 10px; + vertical-align: top; + width: 128px; /* FIXME */ + display:table-cell; display:inline-table; display:inline-block; +} +#categoryContent UL.thumbnails LI>SPAN { vertical-align: baseline; } +#categoryContent UL.thumbnails LI IMG.thumbnail { margin-bottom: .4ex; } + +#categoryContent UL.thumbnails IMG.thumbnail { border: 1px solid #000000; } + +#categoryContent UL.thumbnails SPAN A:first-child { border: none } + + + + +#categoryContent .navigationBar, #categoryContent .additional_info { + margin: 10px 0; + text-align: center; +} + +#categoryContent .pageNumberSelected { + font-style: italic; +} + +#categoryContent .additional_info { + font-size: 110%; +} + +#categoryContent FORM { + text-align: left; +} + diff --git a/template/cclear/comments.tpl b/template/cclear/comments.tpl new file mode 100644 index 000000000..085c0860a --- /dev/null +++ b/template/cclear/comments.tpl @@ -0,0 +1,47 @@ + +

    {L_COMMENT_TITLE}

    + + +
    + [ + + {last_day_option.OPTION}{T_SEPARATION} + + {L_COMMENT_STATS} + ] + + [ {L_COMMENT_RETURN} ] + +
    + +
    + + + +
    {picture.TITLE_IMG}
    + +
    + {picture.THUMB_ALT_IMG} +
    + + +
    + +

    + +

    + + {picture.comment.COMMENT_AUTHOR} - {picture.comment.COMMENT_DATE} +
    + +
    {picture.comment.COMMENT}
    + + + + +
    + + +
    +
    + diff --git a/template/cclear/dclear.css b/template/cclear/dclear.css new file mode 100644 index 000000000..e69de29bb diff --git a/template/cclear/default-colors.css b/template/cclear/default-colors.css new file mode 100644 index 000000000..09a92ed2c --- /dev/null +++ b/template/cclear/default-colors.css @@ -0,0 +1,134 @@ +BODY { + color:#696969; /* dimgray */ + /*color:#111111;*/ + background: #ffffff; +} + +H1 { + color: #696969; + background: transparent; +} + +H2 { + color: #696969; + background: #d3d3d3; +} + +H3 { + color: #696969; + background: #ffffff; +} + +A { + color: #005e89; + background: transparent; +} + +A:hover { + color: #754300; +} + + +.pleaseNote { + background: #9c9c9c; + color: #ffff99; + padding: 1ex; + font-weight: bold; +} + +#imageHeaderBar { + background: #d3d3d3; +} +#imageToolBar { + background: #eeeeee; + border: 1px solid #d3d3d3; +} +#imageToolBar * { + background: inherit; +} + +#imageToolBar A, #imageToolBar A:hover { + border-bottom: none; +} +#imageToolBar A:hover { + background: #d3d3d3; +} + +#theImage IMG { + border: 3px solid #d3d3d3; +} +A.navThumb, A.navThumb:hover { + border-bottom: none; +} + + +#categoryContent { + border: 1px solid #d3d3d3; + background:#eeeeee; +} + +#categoryContent H2 { + text-align: left; +} + +#categoryContent H3 { + text-align: center; +} + +#categoryContent UL.thumbnail IMG { + border: 1px solid #a0a0a0; +} + +/* So that non-links are slightly greyed out */ +#categoryContent .navigationBar { + color: #696969; +} +#categoryContent .pageNumberSelected { + color: #000000; +} + + +#menubar DL { + border: 1px solid #d3d3d3; + background: #eeeeee; +} + +#menubar DT { + color: #696969; + background: #d3d3d3; +} + +#menubar DD { + background:#eeeeee; +} + + +#comments BLOCKQUOTE { + background: #eeeeee; + border-left: 2px solid #696969; +} + +/* Tables & forms */ +.throw { + background-color:white; +} +input, select, textarea { + color:black; + background-color:#eee; +} +.bouton { + background-color:#d3d3d3; +} +.errors { /* Errors display */ + color:red; + background-color:#ffe1e1; + font-weight:bold; + text-align:left; + margin:5px; + border:1px solid red; +} +.errors ul li +{ + font-weight:normal; +} + diff --git a/template/cclear/default-layout.css b/template/cclear/default-layout.css new file mode 100644 index 000000000..0038cbdc6 --- /dev/null +++ b/template/cclear/default-layout.css @@ -0,0 +1,122 @@ + +@import "menubar.css"; +@import "categoryContent.css"; +@import "image.css"; + +/* * { padding: 0 !important; margin: 0 !important; } */ + +BODY { + margin: 5px; + padding: 0; + font-size: 100%; + font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif; + text-align: center; /* be nice to IE5 */ +} + +#the_page { + margin: 0; padding: 0; + /* border: 1px solid #000000; */ + width: 100%; +} + +H1 { + text-align: center; + font-size: 150%; + font-weight: bold; + padding: 0; margin: 1ex 0 2ex 0; +} + +H2 { + margin: 0; + padding: 5px 10px; + text-align: left; + font-size: 120%; +} + +A { + text-decoration:none; + border-bottom: 1px dotted #000000; +} +A:hover { + border-bottom-style: solid; +} + +IMG { + border: none; +} + +#copyright { + clear: both; + font-size: 83%; + text-align: center; + margin: 0 0 10px 0; +} + +/** General defaults **/ +ul { text-align: left;} + +/** forms **/ +div.formbox { + width: 70%; + margin: 0 auto 1em auto; +} +/* form row are dl instead of table rows */ +form dl { + text-align: left; /* must set it there otherwise IE render dl.biglabel dt incorectly */ + margin-top: 0; + margin-bottom: 0; + font-size: 100%; /* TO DO : alignement pb in Opera !!!*/ +} +form dt { + float: left; + /*text-align: left;*/ + width: 60%; + margin-top: 0.25em; + margin-bottom: 0.25em; +} +form dd { + /*text-align: left;*/ + /*margin-top: 0.5em;*/ + margin:0; + padding:0; + margin-top: 0.25em; + margin-bottom: 0.25em; +} +/* we must use one dl.biglabel per
    because of positionning */ +form dl.biglabel { + position: relative; /* to allow position: absolute in dd*/ +} +form dl.biglabel dt { + float: none; +} + +form dl.biglabel dd { + /*float: right; do not whant to float ????*/ + /*width: 60%;*/ + position: absolute; + top: 0; + left: 60%; /* same as form dt width */ +} +form dl.biglabel dd { padding-left:2px;} /* IE */ +form dl.biglabel>dd { padding-left:0;} /* other browsers */ + +form p { + text-align: center; + margin-top: 2em; + margin-bottom: 2em; +} + +form table { + width: 99%; /* IE 6 seems to dislike 100% in admin->user */ +} +.small { + font-size: 80%; +} + +/** go to an admin.css ? **/ +.table2 { + border: 1px solid #000000; + margin: auto 10px auto 10px; + padding:0px; +} +form#add_virtual p { text-align: left; } diff --git a/template/cclear/footer.tpl b/template/cclear/footer.tpl new file mode 100644 index 000000000..7ebbeeeb0 --- /dev/null +++ b/template/cclear/footer.tpl @@ -0,0 +1,20 @@ + + + + + diff --git a/template/cclear/header.tpl b/template/cclear/header.tpl new file mode 100644 index 000000000..fc991fb41 --- /dev/null +++ b/template/cclear/header.tpl @@ -0,0 +1,25 @@ + + + + + + + + + + + + + +{PAGE_TITLE} + + + + +
    diff --git a/template/cclear/identification.tpl b/template/cclear/identification.tpl new file mode 100644 index 000000000..3fd1e1e39 --- /dev/null +++ b/template/cclear/identification.tpl @@ -0,0 +1,30 @@ +

    {L_TITLE}

    +
    +
    + +
    +
      + +
    • {errors.error.ERROR}
    • + +
    +
    + +
    +
    {L_USERNAME}:
    +
    +
    {L_PASSWORD}:
    +
    + +
    {L_REMEMBER_ME}:
    +
    + +
    +

    +
    + +

    [ {L_GUEST} ]

    +  {L_REGISTER}  -   + +  {L_FORGET} +
    diff --git a/template/cclear/image.css b/template/cclear/image.css new file mode 100644 index 000000000..a4a036be0 --- /dev/null +++ b/template/cclear/image.css @@ -0,0 +1,120 @@ +#imageHeaderBar { + padding: 2px 10px; + margin: 4px 0; +} +#imageHeaderBar .browsePath { float: left; } +#imageHeaderBar .imageNumber { float: right; } + +#imageHeaderBar H1 { + margin: 1ex 0; /* override default-layout for less bottom-margin */ +} + +#imageToolBar { + text-align: left; + position: relative; + clear: both; + margin: 4px 0; padding: 0; +} + +/* Moi, je preferais les boutons "imgPrec" et "imgSuiv" au milieu, au-dessus +de l'image... + +#imageToolBar IMG, #imageToolBar A { + display: inline; + border: none; margin: auto; padding: 0; +} + +#imageToolBar .randomButtons { + position: absolute; + left: 0; +} +#imageToolBar .randomButtons IMG { + padding: 0 4px; /* au pire: 3 * (4+24+4) = 96 < 100 * / +} + +#imageToolBar .prevNnext { + text-align: center; +} +#imageToolBar .prevNnext IMG { + padding: 0 100px; +} +*/ + +#imageToolBar { + height: 28px; +} +#imageToolBar A, #imageToolBar IMG { + display: block; + border: none; + margin: 0; padding: 0; +} +#imageToolBar A { width: 48px; } +#imageToolBar IMG { margin: 2px auto; } +#imageToolBar .randomButtons A { float: left; } +#imageToolBar .navButtons A { float: right; } + +#theImage { + clear: left; +} + +#theImage * { + display: block; + margin: 0 auto; +} + +.navThumb.prev { + float: left; +} + +.navThumb.next { + float: right; +} + +TABLE.infoTable { + margin: auto; +} +TABLE.infoTable TD { + text-align: left; +} + +TABLE.infoTable .label { + font-weight: bold; +} + +#comments { + text-align: left; +} + +#comments .comment { + margin: 3ex 0; +} + +#comments H2 { + margin: 1ex 0; +} + +#comments P { + margin: 0; +} + +#comments .author { + font-weight: bold; +} + +#comments BLOCKQUOTE { + margin: 1ex 0 1ex 2em; + padding: 4px 4px 0 /* IE bug */ 4px; +} + +#comments BLOCKQUOTE P { + margin: 0; + padding-bottom: 4px; /* IE bug follow-up */ +} +#comments BLOCKQUOTE P+P { + margin-top: 1ex; +} + +#comments P.userCommentDelete { + float: right; + margin: 0; +} diff --git a/template/cclear/images/logo.jpg b/template/cclear/images/logo.jpg new file mode 100644 index 000000000..73c8011ea Binary files /dev/null and b/template/cclear/images/logo.jpg differ diff --git a/template/cclear/images/php_sqreuil_artistes.gif b/template/cclear/images/php_sqreuil_artistes.gif new file mode 100755 index 000000000..32fffc90b Binary files /dev/null and b/template/cclear/images/php_sqreuil_artistes.gif differ diff --git a/template/cclear/install.tpl b/template/cclear/install.tpl new file mode 100644 index 000000000..78b9e1836 --- /dev/null +++ b/template/cclear/install.tpl @@ -0,0 +1,203 @@ + + + + + + +PhpWebGallery {RELEASE} + + + + + + + +
    +
    PhpWebGallery {RELEASE}
    + + + + + + + + + + + + + + +
    +
    +
      + +
    • {errors.error.ERROR}
    • + +
    +
    +
    +
    +
      + +
    • {infos.info.INFO}
    • + +
    +
    +
    + + +{L_ERR_COPY} : +
    -----------------------------------------------------
    +
    {error_copy.FILE_CONTENT}
    +-----------------------------------------------------
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_BASE_TITLE}
    {L_LANG_TITLE} + {F_LANG_SELECT} +
    {L_DB_TITLE}
     
    {L_DB_HOST}{L_DB_HOST_INFO}
    {L_DB_USER}{L_DB_USER_INFO}
    {L_DB_PASS}{L_DB_PASS_INFO}
    {L_DB_NAME}{L_DB_NAME_INFO}
    {L_DB_PREFIX}{L_DB_PREFIX_INFO}
     
    {L_ADMIN_TITLE}
     
    {L_ADMIN}{L_ADMIN_INFO}
    {L_ADMIN_PASSWORD}{L_ADMIN_PASSWORD_INFO}
    {L_ADMIN_CONFIRM_PASSWORD}{L_ADMIN_CONFIRM_PASSWORD_INFO}
    {L_ADMIN_EMAIL}{L_ADMIN_EMAIL_INFO}
      +
    + +
    +
    + + + +
    {L_END_TITLE}
    +
    {L_END_MESSAGE}
    + + +
    +
    {L_INSTALL_HELP}
    +
    + + \ No newline at end of file diff --git a/template/cclear/menubar.css b/template/cclear/menubar.css new file mode 100644 index 000000000..fd16cd807 --- /dev/null +++ b/template/cclear/menubar.css @@ -0,0 +1,63 @@ +#menubar { + /* Do not put font-size: 90% here for it makes it harder to have correct + margin for contentarea */ + float: left; + left: 0px; + + width: 12em; + margin: 0 0 10px 1em; + padding: 0; + /* Fix against the "double margin of a floated item" IE bug */ + /* Damned: that screws up top_navbar in opera 7.54/Linux! */ + display: inline; + text-align: left; /* follow-up of the "be nice to IE5" rule */ +} + +#menubar DL, #menubar DT, #menubar DD { + margin: 0; padding: 0; display: block; +} + +/* H2 properties copied here */ +#menubar DT { + font-weight: bold; /* default for h2 */ + + margin: 0; + padding: 5px 10px; + font-size: 120%; + + text-align: center; +} + +#menubar UL, +#menubar HR, +#menubar FORM, +#menubar P, /* ooh, careful... */ +#menubar .totalImages { + font-size: 92%; + margin: 10px 0 10px 10px; +} +#menubar UL { + list-style-type: square; + list-style-position: inside; + padding: 0 0 0 2px; +} +#menubar UL UL { + font-size: 100%; + margin-top: 0; +} +#menubar LI.selected { + font-weight: bold; +} +#menubar HR { + display: block; + margin: 10px auto; + width: 90%; +} +#menubar FORM P { + margin: 5px; + font-size: 100%; +} +#menubar INPUT { + text-indent: 2px; +} + diff --git a/template/cclear/mimetypes/avi.png b/template/cclear/mimetypes/avi.png new file mode 100644 index 000000000..065f0b282 Binary files /dev/null and b/template/cclear/mimetypes/avi.png differ diff --git a/template/cclear/mimetypes/mp3.png b/template/cclear/mimetypes/mp3.png new file mode 100644 index 000000000..afb7e1b0a Binary files /dev/null and b/template/cclear/mimetypes/mp3.png differ diff --git a/template/cclear/mimetypes/mpg.png b/template/cclear/mimetypes/mpg.png new file mode 100644 index 000000000..f7dbd2388 Binary files /dev/null and b/template/cclear/mimetypes/mpg.png differ diff --git a/template/cclear/mimetypes/ogg.png b/template/cclear/mimetypes/ogg.png new file mode 100644 index 000000000..ead3f62c3 Binary files /dev/null and b/template/cclear/mimetypes/ogg.png differ diff --git a/template/cclear/mimetypes/zip.png b/template/cclear/mimetypes/zip.png new file mode 100644 index 000000000..1f08fe1a3 Binary files /dev/null and b/template/cclear/mimetypes/zip.png differ diff --git a/template/cclear/picture.tpl b/template/cclear/picture.tpl new file mode 100644 index 000000000..2011a2c0a --- /dev/null +++ b/template/cclear/picture.tpl @@ -0,0 +1,152 @@ + +
    {information.INFORMATION}
    + + +
    +
    {L_HOME}{LEVEL_SEPARATOR}{CATEGORY}
    +
    {PHOTO}
    +

    {TITLE}

    +
    + +
    +
    + + {L_SLIDESHOW} + + + {L_PICTURE_METADATA} + + + + {favorite.FAVORITE_ALT} + + + + + {L_DOWNLOAD} + + + + + {L_ADMIN} + + +
    + +
    + +
    + + + + {ALT_IMG} + + +

    {L_PICTURE_HIGH}

    + + +

    {legend.COMMENT_IMG}

    + + +

    + [ {L_STOP_SLIDESHOW} ] +

    + +
    + + + + + + + + + + + + + + + +
    {info_line.INFO} :{info_line.VALUE}
    + + + + + + + + + + + + + + +
    {metadata.headline.TITLE}
    {metadata.line.KEY}{metadata.line.VALUE}
    + + + +

    +{rate.SENTENCE} : + +{rate.rate_option.SEPARATOR} {rate.rate_option.OPTION} + +

    + + + +
    +

    [{comments.NB_COMMENT}] {L_COMMENT_TITLE}

    + + + + +
    + +

    + + [{L_DELETE}] + +

    + +

    {comments.comment.COMMENT_AUTHOR} - {comments.comment.COMMENT_DATE}

    +
    {comments.comment.COMMENT}
    +
    + + + +

    {L_ADD_COMMENT}

    +
    + +

    + + + + +

    +

    +

    + + + +
    diff --git a/template/cclear/print.css b/template/cclear/print.css new file mode 100644 index 000000000..79a0aaa2e --- /dev/null +++ b/template/cclear/print.css @@ -0,0 +1,13 @@ +#menubar, #categoryContent .navigationBar, #imageToolBar, .navThumb, TABLE.infoTable, #add_a_comment { + display: none; +} + +BODY { + margin: 0; + color: #000000; + background: #ffffff; +} + +#categoryContent { + margin: 0; +} diff --git a/template/cclear/profile.tpl b/template/cclear/profile.tpl new file mode 100644 index 000000000..9eff1fb74 --- /dev/null +++ b/template/cclear/profile.tpl @@ -0,0 +1,144 @@ + +
    +
      + +
    • {errors.error.ERROR}
    • + +
    +
    + + + +

    {L_GROUP_ADD_USER}

    +
    +

    {L_USERNAME} + {L_PASSWORD} +

    +
    + + + +

    {L_SELECT_USERNAME}

    +
    +

    + + + +

    +
    + +

    {L_USERS_LIST}

    +
    +

    +
    + {L_ORDER_BY} + + + +
    +
    + + + + + + + + + + + + + + + + + + + +
    {L_USERNAME}{L_STATUS}{L_EMAIL}{L_GROUPS}{L_ACTIONS}
    {select_user.user.USERNAME}{select_user.user.STATUS}{select_user.user.EMAIL}{select_user.user.GROUPS}[{L_PERMISSIONS}]
    + + + + +

    {L_TITLE}

    + +
    +
    +

    {L_REGISTRATION_INFO}

    +
    +
    {L_USERNAME}
    +
    +
    +
    {L_EMAIL}
    +
    +
    + +
    +
    {L_CURRENT_PASSWORD} :
    {L_CURRENT_PASSWORD_HINT}
    +
    +
    + +
    +
    {L_NEW_PASSWORD} :
    {L_NEW_PASSWORD_HINT}
    +
    +
    +
    +
    {L_CONFIRM_PASSWORD} :
    {L_CONFIRM_PASSWORD_HINT}
    +
    +
    +

    {L_PREFERENCES}

    +
    +
    {L_NB_IMAGE_LINE}
    +
    +
    {L_NB_ROW_PAGE}
    +
    +
    {L_STYLE_SELECT}
    +
    {STYLE_SELECT}
    +
    {L_LANG_SELECT}
    +
    {LANG_SELECT}
    +
    {L_RECENT_PERIOD}
    +
    +
    {L_EXPAND_TREE}
    +
    {L_YES}   + {L_NO}
    +
    {L_NB_COMMENTS}
    +
    {L_YES}   + {L_NO}
    +
    {L_MAXWIDTH}
    +
    +
    {L_MAXHEIGHT}
    +
    +
    + +

    {modify.admin.L_ADMIN_USER}

    +
    +
    {modify.admin.L_STATUS}
    +
    {modify.admin.STATUS}
    +
    +
    +
    {modify.admin.L_DELETE}
    + {modify.admin.L_DELETE_HINT}
    +
    +
    + +

    + + +

    +
    + + + +
    + diff --git a/template/cclear/redirect.tpl b/template/cclear/redirect.tpl new file mode 100644 index 000000000..d3c485c3d --- /dev/null +++ b/template/cclear/redirect.tpl @@ -0,0 +1 @@ +redirection \ No newline at end of file diff --git a/template/cclear/register.tpl b/template/cclear/register.tpl new file mode 100644 index 000000000..8bae0bc16 --- /dev/null +++ b/template/cclear/register.tpl @@ -0,0 +1,59 @@ +

    {L_TITLE}

    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
      + +
    • {errors.error.ERROR}
    • + +
    +
    +
    {L_USERNAME} + +
    {L_PASSWORD} + +
    {L_CONFIRM_PASSWORD} + +
    {L_EMAIL} + +
     
    + +
    + [ {L_GUEST} ] +
    +
    diff --git a/template/cclear/search.tpl b/template/cclear/search.tpl new file mode 100644 index 000000000..93315a663 --- /dev/null +++ b/template/cclear/search.tpl @@ -0,0 +1,132 @@ +

    {L_SEARCH_TITLE}

    + +
    + +
    +
      + +
    • {errors.error.ERROR}
    • + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_SEARCH_TITLE}
    {L_SEARCH_KEYWORDS} :
    {L_SEARCH_KEYWORDS_HINT}
    + +
    + {L_SEARCH_ALL_TERMS}
    + {L_SEARCH_ANY_TERMS} +
    {L_SEARCH_AUTHOR} :
    {L_SEARCH_AUTHOR_HINT}
    + +
    {L_SEARCH_DATE} :
    {L_SEARCH_DATE_HINT}
    + + + + + + + + + +
    {L_SEARCH_DATE_FROM} : + + +   + {L_TODAY} +
    {L_SEARCH_DATE_TO} : + + +   + {L_TODAY} +
    +
    {L_SEARCH_OPTIONS}
    {L_SEARCH_CATEGORIES} :
    {L_SEARCH_CATEGORIES_HINT}
    + + {L_SEARCH_SUBFORUMS} : + {L_YES}   + {L_NO} +
    {L_SEARCH_DATE_TYPE} : + {L_SEARCH_CREATION}
    + {L_SEARCH_AVAILABILITY} +
    {L_RESULT_SORT} : + {L_SORT_ASCENDING}
    + {L_SORT_DESCENDING} +
    +   + +
    +
    +[ {L_RETURN} ] diff --git a/template/cclear/theme/button_bg.gif b/template/cclear/theme/button_bg.gif new file mode 100644 index 000000000..442f2469c Binary files /dev/null and b/template/cclear/theme/button_bg.gif differ diff --git a/template/cclear/theme/categories.gif b/template/cclear/theme/categories.gif new file mode 100644 index 000000000..cd3084434 Binary files /dev/null and b/template/cclear/theme/categories.gif differ diff --git a/template/cclear/theme/del_favorite.gif b/template/cclear/theme/del_favorite.gif new file mode 100644 index 000000000..bc7a83037 Binary files /dev/null and b/template/cclear/theme/del_favorite.gif differ diff --git a/template/cclear/theme/delete.gif b/template/cclear/theme/delete.gif new file mode 100644 index 000000000..077b41ca8 Binary files /dev/null and b/template/cclear/theme/delete.gif differ diff --git a/template/cclear/theme/download.gif b/template/cclear/theme/download.gif new file mode 100644 index 000000000..bf44419dd Binary files /dev/null and b/template/cclear/theme/download.gif differ diff --git a/template/cclear/theme/eCard.gif b/template/cclear/theme/eCard.gif new file mode 100644 index 000000000..480872c4e Binary files /dev/null and b/template/cclear/theme/eCard.gif differ diff --git a/template/cclear/theme/favorite.gif b/template/cclear/theme/favorite.gif new file mode 100644 index 000000000..6b103cd8c Binary files /dev/null and b/template/cclear/theme/favorite.gif differ diff --git a/template/cclear/theme/left-arrow.gif b/template/cclear/theme/left-arrow.gif new file mode 100644 index 000000000..c60eb07c1 Binary files /dev/null and b/template/cclear/theme/left-arrow.gif differ diff --git a/template/cclear/theme/left.png b/template/cclear/theme/left.png new file mode 100644 index 000000000..63d306c9c Binary files /dev/null and b/template/cclear/theme/left.png differ diff --git a/template/cclear/theme/lost.gif b/template/cclear/theme/lost.gif new file mode 100644 index 000000000..b8b873d15 Binary files /dev/null and b/template/cclear/theme/lost.gif differ diff --git a/template/cclear/theme/metadata.gif b/template/cclear/theme/metadata.gif new file mode 100644 index 000000000..69b77ec44 Binary files /dev/null and b/template/cclear/theme/metadata.gif differ diff --git a/template/cclear/theme/metadata.png b/template/cclear/theme/metadata.png new file mode 100644 index 000000000..d5d8fa6dc Binary files /dev/null and b/template/cclear/theme/metadata.png differ diff --git a/template/cclear/theme/preferences.png b/template/cclear/theme/preferences.png new file mode 100644 index 000000000..0f3b619ed Binary files /dev/null and b/template/cclear/theme/preferences.png differ diff --git a/template/cclear/theme/properties.gif b/template/cclear/theme/properties.gif new file mode 100644 index 000000000..f843e0636 Binary files /dev/null and b/template/cclear/theme/properties.gif differ diff --git a/template/cclear/theme/recent.gif b/template/cclear/theme/recent.gif new file mode 100644 index 000000000..ad91b9126 Binary files /dev/null and b/template/cclear/theme/recent.gif differ diff --git a/template/cclear/theme/register.gif b/template/cclear/theme/register.gif new file mode 100644 index 000000000..11b8f3171 Binary files /dev/null and b/template/cclear/theme/register.gif differ diff --git a/template/cclear/theme/right-arrow.gif b/template/cclear/theme/right-arrow.gif new file mode 100644 index 000000000..1a2162688 Binary files /dev/null and b/template/cclear/theme/right-arrow.gif differ diff --git a/template/cclear/theme/right.png b/template/cclear/theme/right.png new file mode 100644 index 000000000..f998098e4 Binary files /dev/null and b/template/cclear/theme/right.png differ diff --git a/template/cclear/theme/save.png b/template/cclear/theme/save.png new file mode 100644 index 000000000..b4b9da08b Binary files /dev/null and b/template/cclear/theme/save.png differ diff --git a/template/cclear/theme/slideshow.gif b/template/cclear/theme/slideshow.gif new file mode 100644 index 000000000..79712c3ad Binary files /dev/null and b/template/cclear/theme/slideshow.gif differ diff --git a/template/cclear/theme/slideshow.png b/template/cclear/theme/slideshow.png new file mode 100644 index 000000000..455d73fdf Binary files /dev/null and b/template/cclear/theme/slideshow.png differ diff --git a/template/cclear/theme/tableh1_bg.gif b/template/cclear/theme/tableh1_bg.gif new file mode 100644 index 000000000..9f0ef65bd Binary files /dev/null and b/template/cclear/theme/tableh1_bg.gif differ diff --git a/template/cclear/theme/up.png b/template/cclear/theme/up.png new file mode 100644 index 000000000..0c9cda5b1 Binary files /dev/null and b/template/cclear/theme/up.png differ diff --git a/template/cclear/upgrade.tpl b/template/cclear/upgrade.tpl new file mode 100644 index 000000000..40b2ede4c --- /dev/null +++ b/template/cclear/upgrade.tpl @@ -0,0 +1,45 @@ + + + + + + PhpWebGallery : Upgrade to {RELEASE} + + + + +

    Welcome to PhpWebGallery upgrade page.

    +

    This page proposes to upgrade your database corresponding to your old version + of PhpWebGallery to the current version. Select the version you wish to upgrade + :

    + + + + + +

    Upgrade from version {upgrade.VERSION} to {RELEASE}

    + +

    Statistics

    +
      +
    • total upgrade time : {upgrade.TOTAL_TIME}
    • +
    • total SQL time : {upgrade.SQL_TIME}
    • +
    • SQL queries : {upgrade.NB_QUERIES}
    • +
    + + +

    Upgrade informations

    + +
      + +
    • {upgrade.infos.info.CONTENT}
    • + +
    + + + + + diff --git a/template/cclear/upload.tpl b/template/cclear/upload.tpl new file mode 100644 index 000000000..fcf27b543 --- /dev/null +++ b/template/cclear/upload.tpl @@ -0,0 +1,93 @@ +

    {L_TITLE}

    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
      + +
    • {upload_not_successful.errors.error.ERROR}
    • + +
    +
    +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    +
    + + +{L_UPLOAD_DONE}
    + +
    + [ {L_RETURN} ] +
    + +
    * : {L_MANDATORY}
    + -- cgit v1.2.3