{combine_css path=$USER_COLLEC_PATH|@cat:"template/style.css"} {footer_script require='jquery'} jQuery(".save_col").click(function() {ldelim} var name = prompt("{'Collection name:'|@translate}"); if (name != null) {ldelim} $(this).attr("href", $(this).attr("href") +"&name="+ name); return true; } else {ldelim} return false; } }); {/footer_script} {if $themeconf.name == "clear"} {html_head}{literal} {/literal}{/html_head} {/if} {* *} {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}

{'Create a new collection'|@translate}

{if $temp_col}
{'Unsaved collections'|@translate}
{/if} {if $collections}
{'Saved collections'|@translate}
{/if} {if $clear}
{/if} {* *}