{combine_css path=$USER_COLLEC_PATH|@cat:"template/style.css"} {combine_script id='jquery.zclip' path=$USER_COLLEC_PATH|@cat:"template/jquery.zclip.min.js"} {combine_script id='jquery.tipTip' path='themes/default/js/plugins/jquery.tipTip.minified.js'} {footer_script require='jquery'} function bindZclip() {ldelim} jQuery("#publicURL .button").zclip({ldelim} path:'{$USER_COLLEC_PATH}template/ZeroClipboard.swf', copy:$("#publicURL .url").html(), afterCopy: function() {ldelim} $('.confirm').remove(); $('').appendTo("#publicURL") .fadeIn(400).delay(1000).fadeOut(400, function(){ldelim} $(this).remove(); }); } }); } jQuery("input[name='public']").change(function() {ldelim} jQuery("#publicURL").fadeToggle("fast"); bindZclip(); }); jQuery("#publicURL .button").tipTip({ldelim} delay: 0, defaultPosition: 'right' }); jQuery("#actions input").click(function() {ldelim} if (confirm("{'Are you sure?'|@translate}")) {ldelim} document.location.href = jQuery(this).data("href"); } return false; }); {if $collection.PUBLIC}bindZclip();{/if} {/footer_script} {* *} {if $themeconf.name == "stripped" or $themeconf.parent == "stripped"} {include file=$USER_COLLEC_ABS_PATH|@cat:'template/themes/stripped.tpl'} {assign var="clear" value="true"} {elseif $themeconf.name == "simple-grey" or $themeconf.parent == "simple"} {include file=$USER_COLLEC_ABS_PATH|@cat:'template/themes/simple.tpl'} {assign var="clear" value="true"} {else} {include file=$USER_COLLEC_ABS_PATH|@cat:'template/themes/default.tpl'} {/if} {if isset($errors) or not empty($infos)} {include file='infos_errors.tpl'} {/if} {if $collection}
{'Properties'|@translate}

{'Public collection'|@translate}

 {$collection.U_PUBLIC}

{'Return to collections list'|@translate}

{if $collection.NB_IMAGES > 0} {else}

{'This collection is empty'|@translate}

{/if} {if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} {/if} {if $clear}
{/if} {* *}