{include file='include/autosize.inc.tpl'} {include file='include/datepicker.inc.tpl'} {include file='include/colorbox.inc.tpl'} {combine_script id='LocalStorageCache' load='footer' path='admin/themes/default/js/LocalStorageCache.js'} {combine_script id='jquery.selectize' load='footer' path='themes/default/js/plugins/selectize.min.js'} {combine_css id='jquery.selectize' path="themes/default/js/plugins/selectize.default.css"} {footer_script} (function(){ {* *} var tagsCache = new LocalStorageCache('tagsAdminList', 5*60, function(callback) { jQuery.getJSON('{$ROOT_URL}ws.php?format=json&method=pwg.tags.getAdminList', function(data) { var tags = data.result.tags; for (var i=0, l=tags.length; i{'Batch Manager'|@translate}
{'Display options'|@translate}

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

{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} {if !empty($elements) }
{foreach from=$elements item=element}
{$element.LEGEND}
{'Edit'|@translate}
{'Title'|@translate}
{'Author'|@translate}
{'Creation date'|@translate} {footer_script} pwg_initialization_datepicker("#date_creation_day-{$element.id}", "#date_creation_month-{$element.id}", "#date_creation_year-{$element.id}", "#date_creation_linked_date-{$element.id}", "#date_creation_action_set-{$element.id}"); {/footer_script}
{'Who can see this photo?'|@translate}
{'Tags'|@translate}
{'Description'|@translate}
{/foreach} {if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}

{/if}
{footer_script} {literal}$(document).ready(function() { $(".elementEdit img") .fadeTo("slow", 0.6) // Opacity on page load .hover(function(){ $(this).fadeTo("slow", 1.0); // Opacity on hover },function(){ $(this).fadeTo("slow", 0.6); // Opacity on mouseout }); });{/literal} {/footer_script}