From f94e5e55116d408bf67b3f346da2a216d18e4124 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Sep 2008 12:25:34 +0000 Subject: roma tpl were missing. git-svn-id: http://piwigo.org/svn/trunk@2531 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/advanced_feature.tpl | 10 + admin/template/goto/cat_list.tpl | 65 ++++++ admin/template/goto/cat_modify.tpl | 227 +++++++++++++++++++ admin/template/goto/cat_move.tpl | 35 +++ admin/template/goto/cat_options.tpl | 12 + admin/template/goto/cat_perm.tpl | 65 ++++++ admin/template/goto/check_integrity.tpl | 84 +++++++ admin/template/goto/comments.tpl | 32 +++ admin/template/goto/configuration.tpl | 175 ++++++++++++++ admin/template/goto/double_select.tpl | 20 ++ admin/template/goto/element_set_global.tpl | 190 ++++++++++++++++ admin/template/goto/element_set_ranks.tpl | 41 ++++ admin/template/goto/element_set_unit.tpl | 105 +++++++++ admin/template/goto/extend_for_templates.tpl | 34 +++ admin/template/goto/group_list.tpl | 43 ++++ admin/template/goto/group_perm.tpl | 8 + admin/template/goto/history.tpl | 135 +++++++++++ admin/template/goto/intro.tpl | 12 + admin/template/goto/maintenance.tpl | 22 ++ admin/template/goto/menubar.tpl | 30 +++ admin/template/goto/notification_by_mail.tpl | 120 ++++++++++ admin/template/goto/permalinks.tpl | 67 ++++++ admin/template/goto/picture_modify.tpl | 190 ++++++++++++++++ admin/template/goto/plugins_list.tpl | 52 +++++ admin/template/goto/plugins_new.tpl | 36 +++ admin/template/goto/plugins_update.tpl | 70 ++++++ admin/template/goto/profile.tpl | 6 + admin/template/goto/rating.tpl | 64 ++++++ admin/template/goto/site_manager.tpl | 74 ++++++ admin/template/goto/site_update.tpl | 115 ++++++++++ admin/template/goto/stats.tpl | 26 +++ admin/template/goto/tabsheet.tpl | 10 + admin/template/goto/tags.tpl | 54 +++++ admin/template/goto/thumbnail.tpl | 120 ++++++++++ admin/template/goto/upload.tpl | 52 +++++ admin/template/goto/user_list.tpl | 327 +++++++++++++++++++++++++++ admin/template/goto/user_perm.tpl | 23 ++ 37 files changed, 2751 insertions(+) create mode 100644 admin/template/goto/advanced_feature.tpl create mode 100644 admin/template/goto/cat_list.tpl create mode 100644 admin/template/goto/cat_modify.tpl create mode 100644 admin/template/goto/cat_move.tpl create mode 100644 admin/template/goto/cat_options.tpl create mode 100644 admin/template/goto/cat_perm.tpl create mode 100644 admin/template/goto/check_integrity.tpl create mode 100644 admin/template/goto/comments.tpl create mode 100644 admin/template/goto/configuration.tpl create mode 100644 admin/template/goto/double_select.tpl create mode 100644 admin/template/goto/element_set_global.tpl create mode 100644 admin/template/goto/element_set_ranks.tpl create mode 100644 admin/template/goto/element_set_unit.tpl create mode 100644 admin/template/goto/extend_for_templates.tpl create mode 100644 admin/template/goto/group_list.tpl create mode 100644 admin/template/goto/group_perm.tpl create mode 100644 admin/template/goto/history.tpl create mode 100644 admin/template/goto/maintenance.tpl create mode 100644 admin/template/goto/menubar.tpl create mode 100644 admin/template/goto/notification_by_mail.tpl create mode 100644 admin/template/goto/permalinks.tpl create mode 100644 admin/template/goto/picture_modify.tpl create mode 100644 admin/template/goto/plugins_list.tpl create mode 100644 admin/template/goto/plugins_new.tpl create mode 100644 admin/template/goto/plugins_update.tpl create mode 100644 admin/template/goto/profile.tpl create mode 100644 admin/template/goto/rating.tpl create mode 100644 admin/template/goto/site_manager.tpl create mode 100644 admin/template/goto/site_update.tpl create mode 100644 admin/template/goto/stats.tpl create mode 100644 admin/template/goto/tabsheet.tpl create mode 100644 admin/template/goto/tags.tpl create mode 100644 admin/template/goto/thumbnail.tpl create mode 100644 admin/template/goto/upload.tpl create mode 100644 admin/template/goto/user_list.tpl create mode 100644 admin/template/goto/user_perm.tpl diff --git a/admin/template/goto/advanced_feature.tpl b/admin/template/goto/advanced_feature.tpl new file mode 100644 index 000000000..4b9035d27 --- /dev/null +++ b/admin/template/goto/advanced_feature.tpl @@ -0,0 +1,10 @@ +{* $Id$ *} +
+

{'Advanced_features'|@translate}

+
+ + diff --git a/admin/template/goto/cat_list.tpl b/admin/template/goto/cat_list.tpl new file mode 100644 index 000000000..b408a5a50 --- /dev/null +++ b/admin/template/goto/cat_list.tpl @@ -0,0 +1,65 @@ +{* $Id$ *} +

{'title_categories'|@translate}

+ +

{$CATEGORIES_NAV}

+ +
+

+ {'cat_add'|@translate} : + + {if count($categories)>9 } + page_end + {/if} +

+
+ +{if count($categories) } +
+

+ + +

+ +

+ + +

+ +
+{/if} diff --git a/admin/template/goto/cat_modify.tpl b/admin/template/goto/cat_modify.tpl new file mode 100644 index 000000000..b1b46a36f --- /dev/null +++ b/admin/template/goto/cat_modify.tpl @@ -0,0 +1,227 @@ +{* $Id$ *} +
+

{'title_edit_cat'|@translate}

+
+ +

{$CATEGORIES_NAV}

+ + + +
+ +
+ {'Informations'|@translate} + + + {if isset($CAT_FULL_DIR) } + + + + + {/if} + + + + + + + + + +
{'storage'|@translate}{$CAT_FULL_DIR}
{'Name'|@translate} + +
{'Description'|@translate} + +
+
+ +{if isset($move_cat_options) } +
+ {'Move'|@translate} + {'Parent category'|@translate} + +
+{/if} + +
+ {'Options'|@translate} + + + + + + + + + + + {if isset($SHOW_UPLOADABLE) } + + + + {/if} +
{'conf_access'|@translate} + + {html_radios name='status' values=$status_values output=$status_values|translate selected=$CAT_STATUS} +
{'lock'|@translate} + + {html_radios name='visible' values='true,false'|@explode output='No,Yes'|@explode|translate selected=$CAT_VISIBLE} +
{'comments'|@translate} + + {html_radios name='commentable' values='false,true'|@explode output='No,Yes'|@explode|translate selected=$CAT_COMMENTABLE} +
{'editcat_uploadable'|@translate} + + {html_radios name='uploadable' values='false,true'|@explode output='No,Yes'|@explode|translate selected=$CAT_UPLOADABLE} +
+
+ +
+ {'Sort order'|@translate} + + +
+ + +
+ + {foreach from=$image_orders item=order} + +
+ {/foreach} + +
+ +

+ + +

+ +{if isset($representant) } +
+ {'Representant'|@translate} + + + + + +
+ {if isset($representant.picture) } + + {else} + {'Random picture'|@translate} + {/if} + + {if $representant.ALLOW_SET_RANDOM } +

+ {/if} + + {if isset($representant.ALLOW_DELETE) } +

+ {/if} +
+
+{/if} + +
+ + diff --git a/admin/template/goto/cat_move.tpl b/admin/template/goto/cat_move.tpl new file mode 100644 index 000000000..2ca670e20 --- /dev/null +++ b/admin/template/goto/cat_move.tpl @@ -0,0 +1,35 @@ +{* $Id$ *} + +
+

{'Move categories'|@translate}

+
+ +
+
+ {'Virtual categories movement'|@translate} + + + + + +
+ +

+ + +

+ +
diff --git a/admin/template/goto/cat_options.tpl b/admin/template/goto/cat_options.tpl new file mode 100644 index 000000000..2cad2afed --- /dev/null +++ b/admin/template/goto/cat_options.tpl @@ -0,0 +1,12 @@ +{* $Id$ *} +
+

{'cat_options_title'|@translate} {$TABSHEET_TITLE}

+
+ +
+
+ {$L_SECTION} + {$DOUBLE_SELECT} +
+
+ diff --git a/admin/template/goto/cat_perm.tpl b/admin/template/goto/cat_perm.tpl new file mode 100644 index 000000000..858ff3723 --- /dev/null +++ b/admin/template/goto/cat_perm.tpl @@ -0,0 +1,65 @@ +{* $Id$ *} +
+

{'Manage permissions for a category'|@translate}

+
+ +

{$CATEGORIES_NAV}

+ +
+ +

{'Groups'|@translate}

+ +
+ {'Permission granted'|@translate} +
    + {foreach from=$group_granted_ids item=id} +
  • + {/foreach} +
+ +
+ +
+ {'Permission denied'|@translate} +
    + {foreach from=$group_denied_ids item=id} +
  • + {/foreach} +
+ +
+ +

{'Users'|@translate}

+ +
+ {'Permission granted'|@translate} +
    + {foreach from=$user_granted_direct_ids item=id} +
  • + {/foreach} +
+ +
+ +
+ {'Permission granted thanks to a group'|@translate} + {if isset($user_granted_indirects) } +
    + {foreach from=$user_granted_indirects item=user_group} +
  • {$user_group.USER} ({$user_group.GROUP})
  • + {/foreach} +
+ {/if} +
+ +
+ {'Permission denied'|@translate} +
    + {foreach from=$user_denied_ids item=id} +
  • + {/foreach} +
+ +
+ +
diff --git a/admin/template/goto/check_integrity.tpl b/admin/template/goto/check_integrity.tpl new file mode 100644 index 000000000..3d1bfb5d1 --- /dev/null +++ b/admin/template/goto/check_integrity.tpl @@ -0,0 +1,84 @@ +{* $Id$ *} +
+
{'c13y_title'|@translate}
+
+
    +
    +
    + + + + + + + {if isset($c13y_list)} + {foreach from=$c13y_list item=c13y name=c13y_loop} + + + + + + {/foreach} + {/if} +
    {'c13y_Anomaly'|@translate}{'c13y_Correction'|@translate}
    + {if $c13y.can_select} + + {/if} + + +
    + +

    + {if $c13y_show_submit_ignore} + {'Check all'|@translate} + / {'Uncheck all'|@translate} + {/if} + {if isset($c13y_do_check)} + / {'c13y_check_auto'|@translate} + {/if} +

    + +

    + {if $c13y_show_submit_automatic_correction} + + {/if} + {if $c13y_show_submit_ignore} + + {/if} + +

    + +
    +
    +
+
diff --git a/admin/template/goto/comments.tpl b/admin/template/goto/comments.tpl new file mode 100644 index 000000000..5ceef17b1 --- /dev/null +++ b/admin/template/goto/comments.tpl @@ -0,0 +1,32 @@ +{* $Id$ *} +
+

{'waiting'|@translate} {$TABSHEET_TITLE}

+
+ +

{'User comments validation'|@translate}

+ +{if !empty($comments) } +
+ + {foreach from=$comments item=comment} +
+ +

{$comment.AUTHOR} - {$comment.DATE}

+
{$comment.CONTENT}
+
    +
  • +
  • +
+
+ {/foreach} + +

+ + + + + +

+ +
+{/if} \ No newline at end of file diff --git a/admin/template/goto/configuration.tpl b/admin/template/goto/configuration.tpl new file mode 100644 index 000000000..8bd9ecaf6 --- /dev/null +++ b/admin/template/goto/configuration.tpl @@ -0,0 +1,175 @@ +{* $Id$ *} +
+

{'title_configuration'|@translate} {$TABSHEET_TITLE}

+
+ +
+ +{if isset($main)} +
+
    +
  • + + + + +
  • + +
  • + + + + +
  • + +
  • + + + + +
  • +
+
+ +
+
    + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • +
+
+{/if} + +{if isset($history)} +
+
    +
  • + +
  • + +
  • + +
  • + +
  • + +
  • +
+
+{/if} + + +{if isset($comments)} +
+
    +
  • + +
  • + +
  • + + + + +
  • + +
  • + +
  • + + +
  • + +
  • + +
  • + +
  • + +
+
+{/if} + +{if isset($upload)} +
+
    +
  • + +
  • +
  • +
  • +
  • + +
  • +
+
+{/if} + +{if isset($default)} +{$PROFILE_CONTENT} +{/if} + +{if !isset($default)} +

+ + +

+{/if} +
\ No newline at end of file diff --git a/admin/template/goto/double_select.tpl b/admin/template/goto/double_select.tpl new file mode 100644 index 000000000..aeed8500a --- /dev/null +++ b/admin/template/goto/double_select.tpl @@ -0,0 +1,20 @@ +{* $Id$ *} + + + + + + +
+

{$L_CAT_OPTIONS_TRUE}

+ +

+
+

{$L_CAT_OPTIONS_FALSE}

+ +

+
diff --git a/admin/template/goto/element_set_global.tpl b/admin/template/goto/element_set_global.tpl new file mode 100644 index 000000000..fc5a92e70 --- /dev/null +++ b/admin/template/goto/element_set_global.tpl @@ -0,0 +1,190 @@ +{* $Id$ *} + +

{'Batch management'|@translate}

+ +

{$CATEGORIES_NAV}

+ +{if !empty($thumbnails)} +

+ {'global mode'|@translate} + | {'unit mode'|@translate} +

+ +
+ + {'Display options'|@translate} + +

{'elements per page'|@translate}: + 20 + | 50 + | 100 + | {'all'|@translate} +

+ +
+ +
+ +
+ + {'Elements'|@translate} + + {if !empty($NAV_BAR)}{/if} + + {if !empty($thumbnails)} +
    + {foreach from=$thumbnails item=thumbnail} +
  • + + +
  • + {/foreach} +
+ {/if} + +
+ +
+ + {'Form'|@translate} + + + + + + + + + + + + + + + + + + + {if !empty($DEL_TAG_SELECTION)} + + + + + {/if} + + + + + + + + + + + + + + + + + + + + + +
{'associate to category'|@translate} + +
{'dissociate from category'|@translate} + +
{'add tags'|@translate}{if !empty($ADD_TAG_SELECTION)}{$ADD_TAG_SELECTION}{else}

{'No tag defined. Use Administration>Pictures>Tags'|@translate}

{/if}
{'remove tags'|@translate}{$DEL_TAG_SELECTION}
{'Author'|@translate} + + + + +
{'title'|@translate} + + + + +
{'Creation date'|@translate} + + + + + + +
{'Minimum privacy level'|@translate} + + + +
+ +

+ {'target'|@translate} + + +

+ + +

+ +
+ +
+ + {'Caddie management'|@translate} + +
    + {if ($IN_CADDIE)} +
  • +
  • + {else} +
  • + {/if} + +
  • + +
+ +

+ +
+ +
+ +{else} +

{'Caddie is currently empty'|@translate}

+{/if} diff --git a/admin/template/goto/element_set_ranks.tpl b/admin/template/goto/element_set_ranks.tpl new file mode 100644 index 000000000..31e614480 --- /dev/null +++ b/admin/template/goto/element_set_ranks.tpl @@ -0,0 +1,41 @@ +

{'Manage image ranks'|@translate}

+ +

{$CATEGORIES_NAV}

+ +{if !empty($thumbnails)} +
+ +
+ + {'Edit ranks'|@translate} + + {if !empty($thumbnails)} +
    + {foreach from=$thumbnails item=thumbnail} +
  • + + +
  • + {/foreach} +
+ {/if} + +

+ +
+ +
+ +{else} +

{'No element in this category'|@translate}

+{/if} diff --git a/admin/template/goto/element_set_unit.tpl b/admin/template/goto/element_set_unit.tpl new file mode 100644 index 000000000..40e1c1863 --- /dev/null +++ b/admin/template/goto/element_set_unit.tpl @@ -0,0 +1,105 @@ +{* $Id$ *} + +

{'Batch management'|@translate}

+ +

{$CATEGORIES_NAV}

+ +

+ {'global mode'|@translate} + | {'unit mode'|@translate} +

+ +
+
+ {'Display options'|@translate} +

{'elements per page'|@translate} : + 5 + | 10 + | 50 + | {'all'|@translate} +

+ +
+ +{if !empty($NAV_BAR) } + +{/if} + +{if !empty($elements) } + +{foreach from=$elements item=element} +
+ {$element.LEGEND} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{'Name'|@translate}
{'Author'|@translate}
{'Creation date'|@translate} + + + + + + +
{'Tags'|@translate}{$element.TAG_SELECTION}
{'Description'|@translate}
+ +
+{/foreach} + +

+ + +

+{/if} + +
+ + \ No newline at end of file diff --git a/admin/template/goto/extend_for_templates.tpl b/admin/template/goto/extend_for_templates.tpl new file mode 100644 index 000000000..2e9c4766b --- /dev/null +++ b/admin/template/goto/extend_for_templates.tpl @@ -0,0 +1,34 @@ +{* $Id$ *} +

{'extend_for_templates'|@translate}

+
+{if isset($extents)} +

{'Replacement of original templates'|@translate}

+
+ + + + + + + {foreach from=$extents item=tpl name=extent_loop} + + + + + + {/foreach} +
{'Replacers'|@translate}{'Original templates'|@translate}{'Optional URL keyword'|@translate}
+ + {$tpl.replacer} + + {html_options name=original[] output=$tpl.original_tpl values=$tpl.original_tpl selected=$tpl.selected_tpl} + + {html_options name=url[] output=$tpl.url_parameter values=$tpl.url_parameter selected=$tpl.selected_url} +
+ {if !is_adviser()} +

+ +

+ {/if} +
+{/if} \ No newline at end of file diff --git a/admin/template/goto/group_list.tpl b/admin/template/goto/group_list.tpl new file mode 100644 index 000000000..a1d9f74f6 --- /dev/null +++ b/admin/template/goto/group_list.tpl @@ -0,0 +1,43 @@ +{* $Id$ *} +
+

{'title_groups'|@translate}

+
+ +
+
+ {'Add group'|@translate} + + + + + + +

+ +

+
+
+ + + + + + + + {if not empty($groups)} + {foreach from=$groups item=group name=group_loop} + + + + + + {/foreach} + {/if} +
{'Group name'|@translate}{'Members'|@translate}{'Actions'|@translate}
{$group.NAME}{$group.IS_DEFAULT}{$group.MEMBERS} + + {'permissions'|@translate} + + {'delete'|@translate} + + {'toggle_is_default_group'|@translate} +
diff --git a/admin/template/goto/group_perm.tpl b/admin/template/goto/group_perm.tpl new file mode 100644 index 000000000..1dded1291 --- /dev/null +++ b/admin/template/goto/group_perm.tpl @@ -0,0 +1,8 @@ +{* $Id *} +

{$TITLE}

+ +
+ {$DOUBLE_SELECT} +
+ +

{'Only private categories are listed'|@translate}

diff --git a/admin/template/goto/history.tpl b/admin/template/goto/history.tpl new file mode 100644 index 000000000..f3c3575b6 --- /dev/null +++ b/admin/template/goto/history.tpl @@ -0,0 +1,135 @@ +{* $Id$ *} +
+

{'History'|@translate} {$TABSHEET_TITLE}

+
+ +
+
+ {'Filter'|@translate} +
    +
  • +
  • + + + +
  • +
+
    +
  • +
  • + + + +
  • +
+ + + + + + + + + + + + +
+
+ +{if isset($search_summary)} +
+ {'Summary'|@translate} + +
    +
  • {$search_summary.NB_LINES}, {$search_summary.FILESIZE}
  • +
  • + {$search_summary.USERS} +
      +
    • {$search_summary.MEMBERS}
    • +
    • {$search_summary.GUESTS}
    • +
    +
  • +
+
+{/if} + + +{if !empty($NAV_BAR)} + +{/if} + + + + + + + + + + + + + + +{if !empty($search_results) } +{foreach from=$search_results item=detail name=res_loop} + + + + + + + + + + + +{/foreach} +{/if} +
{'Date'|@translate}{'time'|@translate}{'user'|@translate}{'IP'|@translate}{'image'|@translate}{'Element type'|@translate}{'section'|@translate}{'category'|@translate}{'tags'|@translate}
{$detail.DATE}{$detail.TIME}{$detail.USER}{$detail.IP}{$detail.IMAGE}{$detail.TYPE}{$detail.SECTION}{$detail.CATEGORY}{$detail.TAGS}
+ + +{if !empty($NAV_BAR)} + +{/if} diff --git a/admin/template/goto/intro.tpl b/admin/template/goto/intro.tpl index 457e50644..973436855 100644 --- a/admin/template/goto/intro.tpl +++ b/admin/template/goto/intro.tpl @@ -45,3 +45,15 @@
+ + +
+ + + + + + + + +
diff --git a/admin/template/goto/maintenance.tpl b/admin/template/goto/maintenance.tpl new file mode 100644 index 000000000..b37ec864e --- /dev/null +++ b/admin/template/goto/maintenance.tpl @@ -0,0 +1,22 @@ +{* $Id$ *} +
+

{'Maintenance'|@translate}

+
+ + + + + + diff --git a/admin/template/goto/menubar.tpl b/admin/template/goto/menubar.tpl new file mode 100644 index 000000000..29f546e16 --- /dev/null +++ b/admin/template/goto/menubar.tpl @@ -0,0 +1,30 @@ +{* $Id$ *} + +
+

Menubar

+
+ +
+ + + + + + + + + {foreach from=$blocks item=block name="block_loop"} + + + + + + + + {/foreach} +
Id{'Author'|@translate}{'Name'|@translate}{'Position'|@translate}Hide
{$block.reg->get_id()}{$block.reg->get_owner()}{$block.reg->get_name()|@translate}
+

+ + +

+
\ No newline at end of file diff --git a/admin/template/goto/notification_by_mail.tpl b/admin/template/goto/notification_by_mail.tpl new file mode 100644 index 000000000..ef11e52d1 --- /dev/null +++ b/admin/template/goto/notification_by_mail.tpl @@ -0,0 +1,120 @@ +{* $Id$ *} + +
+

{'nbm_send_mail_to_users'|@translate} {$TABSHEET_TITLE}

+
+ +
+ {if isset($REPOST_SUBMIT_NAME)} +
+
+ +
+
+ {/if} + + {if isset($param)} +
+ {'nbm_title_param'|@translate} + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
{'nbm_info_send_mail_as'|@translate} +
+ + +
+ +
{'nbm_info_send_recent_post_dates'|@translate} +
+ + +
+
+ +

+ + +

+ {/if}{* isset $param*} + + {if isset($subscribe)} +
+ {'nbm_title_subscribe'|@translate} +

{'nbm_warning_subscribe_unsubscribe'|@translate}

+ {$DOUBLE_SELECT} +
+ {/if}{* isset $subscribe*} + + {if isset($send)} + {if empty($send.users)} +

{'nbm_no_user_available_to_send_L1'|@translate}

+

+ {'nbm_no_user_available_to_send_L2'|@translate}
+ {'nbm_no_user_available_to_send_L3'|@translate} +

+ {else} +
+ {'nbm_title_send'|@translate} + + + + + + + + {foreach from=$send.users item=u name=user_loop} + + + + + + + {/foreach} +
{'nbm_col_user'|@translate}{'nbm_col_mail'|@translate}{'nbm_col_last_send'|@translate}{'nbm_col_check_user_send_mail'|@translate}
+

+ {'Check all'|@translate} + / {'Uncheck all'|@translate} +

+
+ +
+ {'nbm_send_options'|@translate} + + + + + +
+
+ +

+ +

+ {/if} + {/if}{* isset $send*} + +
diff --git a/admin/template/goto/permalinks.tpl b/admin/template/goto/permalinks.tpl new file mode 100644 index 000000000..2e28fe538 --- /dev/null +++ b/admin/template/goto/permalinks.tpl @@ -0,0 +1,67 @@ +{* $Id$ *} +
+

{'Permalinks'|@translate}

+
+ +
+
{'Add/delete a permalink'|@translate} + + + + + + +

+ +

+
+
+ +

{'Permalinks'|@translate}

+ + + + + + +{foreach from=$permalinks item=permalink name="permalink_loop"} + + + + + +{/foreach} +
Id {$SORT_ID}{'Category'|@translate} {$SORT_NAME}{'Permalink'|@translate} {$SORT_PERMALINK}
+ +

{'Permalink history'|@translate}

+ + + + + + + + + + +{foreach from=$deleted_permalinks item=permalink} + + + + + + + + + +{/foreach} +
Id {$SORT_OLD_CAT_ID}{'Category'|@translate}{'Permalink'|@translate} {$SORT_OLD_PERMALINK}Deleted on {$SORT_OLD_DATE_DELETED}Last hit {$SORT_OLD_LAST_HIT}Hit {$SORT_OLD_HIT}
{$permalink.cat_id}{$permalink.name}{$permalink.permalink}{$permalink.date_deleted}{$permalink.last_hit}{$permalink.hit}[{'delete'|@translate}]
diff --git a/admin/template/goto/picture_modify.tpl b/admin/template/goto/picture_modify.tpl new file mode 100644 index 000000000..f6243acb9 --- /dev/null +++ b/admin/template/goto/picture_modify.tpl @@ -0,0 +1,190 @@ +{* $Id$ *} +

{'title_picmod'|@translate}

+ +{'thumbnail'|@translate} + + + +
+ +
+ {'Informations'|@translate} + + + + + + + + + + + + + + + + + + + + + + + +{if isset($HIGH_FILESIZE) } + + + + +{/if} + + + + + + + {if isset($related_categories) } + + + + + {/if} + +
{'Path'|@translate}{$PATH}
{'Post date'|@translate}{$REGISTRATION_DATE}
{'Dimensions'|@translate}{$DIMENSIONS}
{'Filesize'|@translate}{$FILESIZE}
{'High filesize'|@translate}{$HIGH_FILESIZE}
{'Storage category'|@translate}{$STORAGE_CATEGORY}
{'Linked categories'|@translate} +
    + {foreach from=$related_categories item=name} +
  • {$name}
  • + {/foreach} +
+
+ +
+ +
+ {'Properties'|@translate} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{'Name'|@translate}
{'Author'|@translate}
{'Creation date'|@translate} + + {'set to'|@translate} + + + +
{'Tags'|@translate}{$TAG_SELECTION}
{'Description'|@translate}
{'Minimum privacy level'|@translate} + +
+ +

+ + +

+ +
+ +
+ +
+
+ {'Association to categories'|@translate} + + + + + + + +
+

{'Associated'|@translate}

+ +

+
+

{'Dissociated'|@translate}

+ +

+
+ +
+
+ +
+
+ {'Representation of categories'|@translate} + + + + + + + +
+

{'Represents'|@translate}

+ +

+
+

{'Does not represent'|@translate}

+ +

+
+ +
+
diff --git a/admin/template/goto/plugins_list.tpl b/admin/template/goto/plugins_list.tpl new file mode 100644 index 000000000..99d3234c9 --- /dev/null +++ b/admin/template/goto/plugins_list.tpl @@ -0,0 +1,52 @@ +
+ +{'Sort order'|@translate} : + + +

{'Plugins'|@translate}

+
+ + +{if isset($plugins)} + + + + + + + + + +{html_head} {*add the style to html head for strict standard compliance*} + +{/html_head} +{foreach from=$plugins item=plugin name=plugins_loop} + + + + + + +{/foreach} +
{'Name'|@translate}{'Version'|@translate}{'Description'|@translate}{'Actions'|@translate}
+ {$plugin.NAME} + {$plugin.VERSION}{$plugin.DESCRIPTION} + {foreach from=$plugin.actions item=action} + {$action.L_ACTION} + {/foreach} +
+{/if} diff --git a/admin/template/goto/plugins_new.tpl b/admin/template/goto/plugins_new.tpl new file mode 100644 index 000000000..bfa9dde5c --- /dev/null +++ b/admin/template/goto/plugins_new.tpl @@ -0,0 +1,36 @@ +
+

{'Plugins'|@translate}

+
+ +{'Sort order'|@translate} : + + +{if isset($plugins)} +
+ + + + + + + + + + +{foreach from=$plugins item=plugin name=plugins_loop} + + + + + + + +{/foreach} +
{'Name'|@translate}{'Version'|@translate}{'Date'|@translate}{'Author'|@translate}{'Actions'|@translate}
{$plugin.EXT_NAME} + {$plugin.EXT_DESC}{$plugin.VERSION} + {$plugin.VER_DESC}{$plugin.DATE}{$plugin.AUTHOR}{'plugins_auto_install'|@translate} + / {'plugins_download'|@translate} +
+{/if} diff --git a/admin/template/goto/plugins_update.tpl b/admin/template/goto/plugins_update.tpl new file mode 100644 index 000000000..77173f92e --- /dev/null +++ b/admin/template/goto/plugins_update.tpl @@ -0,0 +1,70 @@ +
+

{'Plugins'|@translate}

+
+ +{if isset($plugins_not_uptodate)} +
+{'plugins_need_update'|@translate} + + + + + + + + + +{foreach from=$plugins_not_uptodate item=plugin name=plugins_loop} + + + + + + +{/foreach} +
{'Name'|@translate}{'plugins_actual_version'|@translate}{'plugins_new_version'|@translate}{'Actions'|@translate}
{$plugin.EXT_NAME} + {$plugin.EXT_DESC}{$plugin.VERSION}{$plugin.NEW_VERSION} + {$plugin.NEW_VER_DESC}{'plugins_auto_update'|@translate} + / {'plugins_download'|@translate}
+{/if} + + +{if isset($plugins_uptodate)} +
+{'plugins_dontneed_update'|@translate} + + + + + + + +{foreach from=$plugins_uptodate item=plugin name=plugins_loop} + + + + +{/foreach} +
{'Name'|@translate}{'Version'|@translate}
{$plugin.NAME} + {$plugin.EXT_DESC}{$plugin.VERSION}
+{/if} + + +{if isset($plugins_cant_check)} +
+{'plugins_cant_check'|@translate} + + + + + + + +{foreach from=$plugins_cant_check item=plugin name=plugins_loop} + + + + +{/foreach} +
{'Name'|@translate}{'Version'|@translate}
{$plugin.NAME}{$plugin.VERSION}
+{/if} diff --git a/admin/template/goto/profile.tpl b/admin/template/goto/profile.tpl new file mode 100644 index 000000000..f6326319c --- /dev/null +++ b/admin/template/goto/profile.tpl @@ -0,0 +1,6 @@ +{* $Id$ *} +
+

{'Profile'|@translate}

+
+ +{$PROFILE_CONTENT} diff --git a/admin/template/goto/rating.tpl b/admin/template/goto/rating.tpl new file mode 100644 index 000000000..aa91892dc --- /dev/null +++ b/admin/template/goto/rating.tpl @@ -0,0 +1,64 @@ +{* $Id$ *} +

{'Rating'|@translate} [{$NB_ELEMENTS} {'elements'|@translate}]

+ +
+
+ {'Filter'|@translate} + + + + + + + + + +
+
+ + + + + + + + + + + + + + +{foreach from=$images item=image} + + + + + + + +{foreach from=$image.rates item=rate} + + + + + + +{/foreach} {*rates*} +{/foreach} {*images*} +
{'File'|@translate}{'Number of rates'|@translate}{'Average rate'|@translate}{'Controversy'|@translate}{'Sum of rates'|@translate}{'Rate'|@translate}{'Username'|@translate}{'Rate date'|@translate}
{$image.FILE}{$image.NB_RATES}/{$image.NB_RATES_TOTAL}{$image.AVG_RATE}{$image.STD_RATE}{$image.SUM_RATE}
{$rate.RATE}{$rate.USER}{$rate.DATE}[{'delete'|@translate}]
+ + diff --git a/admin/template/goto/site_manager.tpl b/admin/template/goto/site_manager.tpl new file mode 100644 index 000000000..4ae027115 --- /dev/null +++ b/admin/template/goto/site_manager.tpl @@ -0,0 +1,74 @@ +{* $Id$ *} +
+

{'Site manager'|@translate}

+
+ +{if not empty($remote_output)} +
+ +
+{/if} + +{if isset($local_listing)} +{'remote_site_local_found'|@translate} {$local_listing.URL} +{if isset($local_listing.CREATE)} +
+

+ {'remote_site_local_create'|@translate}: + + + +

+
+{/if} +{if isset($local_listing.U_SYNCHRONIZE)} + {'site_synchronize'|@translate} +

+{/if} +{/if} + +{if not empty($sites)} + + + + + + {foreach from=$sites item=site} + + {/foreach} +
{'site_local'|@translate} / {'site_remote'|@translate}{'Actions'|@translate}
+ {$site.NAME}
({$site.TYPE}, {$site.CATEGORIES} {'Categories'|@translate}, {$pwg->l10n_dec('%d element','%d elements',$site.IMAGES)}) +
+ [{'site_synchronize'|@translate}] + {if isset($site.U_DELETE)} + [{'site_delete'|@translate}] + {/if} + {if isset($site.remote)} +
+ [{'remote_site_test'|@translate}] + [{'remote_site_generate'|@translate}] + [{'remote_site_clean'|@translate}] + {/if} + {if not empty($site.plugin_links)} +
+ {foreach from=$site.plugin_links item=plugin_link} + [{$plugin_link.U_CAPTION}] + {/foreach} + {/if} +
+{/if} + +
+

+ + +

+

+ +

+
diff --git a/admin/template/goto/site_update.tpl b/admin/template/goto/site_update.tpl new file mode 100644 index 000000000..ad4f99e0f --- /dev/null +++ b/admin/template/goto/site_update.tpl @@ -0,0 +1,115 @@ +{* $Id$ *} + +
+

{'title_update'|@translate}: {$SITE_URL}

+
+ +{if isset($update_result)} +

{$L_RESULT_UPDATE}

+ +{/if} + +{if isset($metadata_result)} +

{$L_RESULT_METADATA}

+ +{/if} + + +{if not empty($sync_errors)} +

{'update_error_list_title'|@translate}

+
+ +
+

{'update_errors_caption'|@translate}

+ +{/if} + +{if not empty($sync_infos)} +

{'update_infos_title'|@translate}

+
+ +
+{/if} + +{if isset($introduction)} +

{'update_default_title'|@translate}

+
+ +
+ {'update_sync_files'|@translate} +
    +
  • +
  • + +
  • +
      +
    • +
    • +
    • +
    +
  • +
+
+ +
+ {'update_sync_metadata'|@translate} + +
    +
  • + +
  • +
  • + +
  • +
+
+ +
+ +
+
+ +
+ {'update_cats_subset'|@translate} +
    +
  • + +
  • + +
  • +
+
+ +

+ + +

+
+{/if}{*isset $introduction*} + +

{'Site manager'|@translate}

diff --git a/admin/template/goto/stats.tpl b/admin/template/goto/stats.tpl new file mode 100644 index 000000000..f7556bc2f --- /dev/null +++ b/admin/template/goto/stats.tpl @@ -0,0 +1,26 @@ +{* $Id$ *} + +
+

{'History'|@translate} {$TABSHEET_TITLE}

+
+ +

{$L_STAT_TITLE}

+ + + + + + + + +{if not empty($statrows)} +{foreach from=$statrows item=row} + + + + + +{/foreach} +{/if} + +
{$PERIOD_LABEL}{'Pages seen'|@translate}
{$row.VALUE}{$row.PAGES}
diff --git a/admin/template/goto/tabsheet.tpl b/admin/template/goto/tabsheet.tpl new file mode 100644 index 000000000..61c6f206a --- /dev/null +++ b/admin/template/goto/tabsheet.tpl @@ -0,0 +1,10 @@ +{* $Id$ *} +{if isset($tabsheet) and count($tabsheet)} + +{/if} \ No newline at end of file diff --git a/admin/template/goto/tags.tpl b/admin/template/goto/tags.tpl new file mode 100644 index 000000000..b2ce57341 --- /dev/null +++ b/admin/template/goto/tags.tpl @@ -0,0 +1,54 @@ +{* $Id$ *} +
+

{'Manage tags'|@translate}

+
+ +
+ + {if isset($EDIT_TAGS_LIST)} +
+ {'Edit tags'|@translate} + + + + + + + {foreach from=$tags item=tag} + + + + + {/foreach} +
{'Current name'|@translate}{'New name'|@translate}
{$tag.NAME}
+ +

+ + +

+
+ {/if} + +
+ {'Add a tag'|@translate} + + + +

+
+ +
+ {'Tag selection'|@translate} + + {$TAG_SELECTION} + +

+ + +

+
+ +
diff --git a/admin/template/goto/thumbnail.tpl b/admin/template/goto/thumbnail.tpl new file mode 100644 index 000000000..fff7b3dff --- /dev/null +++ b/admin/template/goto/thumbnail.tpl @@ -0,0 +1,120 @@ +{* $Id$ *} +
+

{'title_thumbnails'|@translate}

+
+ +{if isset($results) } +
{'tn_results_title'|@translate}
+ + + + + + + + + {foreach from=$results.elements item=elt} + + + + + + + + {/foreach} +
{'path'|@translate}{'thumbnail'|@translate}{'tn_results_gen_time'|@translate}{'filesize'|@translate}{'Dimensions'|@translate}
{$elt.PATH}{$elt.GEN_TIME}{$elt.TN_FILESIZE_IMG}{$elt.TN_WIDTH_IMG} x {$elt.TN_HEIGHT_IMG}
+ + + + + + + + + + + + + + + + + + + + + + + + + +
{'tn_stats'|@translate}
{'tn_stats_nb'|@translate}{$results.TN_NB}
{'tn_stats_total'|@translate}{$results.TN_TOTAL}
{'tn_stats_max'|@translate}{$results.TN_MAX}
{'tn_stats_min'|@translate}{$results.TN_MIN}
{'tn_stats_mean'|@translate}{$results.TN_AVERAGE}
+
+{/if} + +{if isset($params) } +
+ +
+ {'tn_params_title'|@translate} + +
    +
  • + {'tn_params_GD'|@translate} + + +
  • + +
  • + + + + +
  • + +
  • + + + + +
  • + +
  • + {'Number of thumbnails to create'|@translate} + + + + +
  • +
+
+ +

+
+{/if} {*isset params*} + +{if !empty($remainings) } +
{$TOTAL_NB_REMAINING} {'tn_alone_title'|@translate}
+ + + + + + + + {foreach from=$remainings item=elt name=remain_loop} + + + + + + + {/foreach} +
 {'path'|@translate}{'filesize'|@translate}{'Dimensions'|@translate}
{$smarty.foreach.remain_loop.iteration}
{$elt.PATH}
{$elt.FILESIZE_IMG}
{$elt.WIDTH_IMG} x {$elt.HEIGHT_IMG}
+{else} +
[ {'tn_no_missing'|@translate} ]
+{/if} diff --git a/admin/template/goto/upload.tpl b/admin/template/goto/upload.tpl new file mode 100644 index 000000000..986a2cf93 --- /dev/null +++ b/admin/template/goto/upload.tpl @@ -0,0 +1,52 @@ +{* $Id$ *} +
+

{'waiting'|@translate} {$TABSHEET_TITLE}

+
+ +

{'title_upload'|@translate}

+ +
+ + + + + + + + + + + {if not empty($pictures) } + {foreach from=$pictures item=picture name=picture_loop} + + + + + + + + + {/foreach} + {/if} +
{'category'|@translate}{'Date'|@translate}{'file'|@translate}{'thumbnail'|@translate}{'Author'|@translate} 
{$picture.CATEGORY_IMG}{$picture.DATE_IMG} + {$picture.FILE_IMG} + + {if not empty($picture.thumbnail) } + {$picture.thumbnail.FILE_TN_IMG} + {/if} + + {$picture.UPLOAD_USERNAME} + + + +
+ +

+ + + + + +

+ +
diff --git a/admin/template/goto/user_list.tpl b/admin/template/goto/user_list.tpl new file mode 100644 index 000000000..0f6c1ab95 --- /dev/null +++ b/admin/template/goto/user_list.tpl @@ -0,0 +1,327 @@ +{* $Id$ *} +
+

{'title_liste_users'|@translate}

+
+ +
+
+ {'Add a user'|@translate} + + + + +
+
+ +
+
+ {'Filter'|@translate} + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + {if not empty($plugin_user_list_column_titles)} + {foreach from=$plugin_user_list_column_titles item=title} + + {/foreach} + {/if} + + + + + {foreach from=$users item=user name=users_loop} + + + + + + + + {foreach from=$user.plugin_columns item=data} + + {/foreach} + + + {/foreach} +
 {'Username'|@translate}{'user_status'|@translate}{'Email address'|@translate}{'Groups'|@translate}{'properties'|@translate}{$title}{'Actions'|@translate}
{$user.STATUS}{$user.EMAIL}{$user.GROUPS}{$user.PROPERTIES}{$data} + {'permissions'|@translate} + {'Profile'|@translate} + {foreach from=$user.plugin_actions item=data} + {$data} + {/foreach} +
+ + + +{* delete the selected users ? *} +
+ {'Deletions'|@translate} + + +
+ +
+ {'Status'|@translate} + + + + + + + + {if isset($adviser)} + + + + + {/if} + +
{'Status'|@translate} + + + +
{'adviser'|@translate} + + / {'set to'|@translate} + + +
+
+ +{* form to set properties for many users at once *} +
+ {'Groups'|@translate} + + + + + + + + + + + + + +
{'associate to group'|@translate} + {html_options name=associate options=$association_options selected=$associate_selected} +
{'dissociate from group'|@translate} + {html_options name=dissociate options=$association_options selected=$dissociate_selected} +
+ +
+ +{* Properties *} +
+ {'properties'|@translate} + + + + + + + + + + + + + +
{'enabled_high'|@translate} + + / {'set to'|@translate} + + +
{'Privacy level'|@translate} + + + +
+ +
+ +{* preference *} +
+ {'Preferences'|@translate} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{'nb_image_per_row'|@translate} + + + +
{'nb_row_per_page'|@translate} + + + + +
{'theme'|@translate} + + + +
{'language'|@translate} + + + +
{'recent_period'|@translate} + + + +
{'auto_expand'|@translate} + + / {'set to'|@translate} + + +
{'show_nb_comments'|@translate} + + / {'set to'|@translate} + + +
{'show_nb_hits'|@translate} + + / {'set to'|@translate} + + +
{'maxwidth'|@translate} + + + + +
{'maxheight'|@translate} + + + + +
+ +
+ +

+ {'target'|@translate} + + +

+ +

+ + +

+ +
+ + + \ No newline at end of file diff --git a/admin/template/goto/user_perm.tpl b/admin/template/goto/user_perm.tpl new file mode 100644 index 000000000..3183c82e7 --- /dev/null +++ b/admin/template/goto/user_perm.tpl @@ -0,0 +1,23 @@ +{* $Id$ *} +

{$TITLE}

+ +{if isset($categories_because_of_groups) } +
+ {'Categories authorized thanks to group associations'|@translate} + + +
+{/if} + + +
+ {'Other private categories'|@translate} + +
+ {$DOUBLE_SELECT} +
+
-- cgit v1.2.3