{combine_css path=$PICASA_WA_PATH|@cat:"admin/template/style.css"}

Google2Piwigo

{* *} {if $ACTION == 'login'}

{* *} {elseif $ACTION == 'main'} {footer_script}{literal} jQuery('input[type="submit"]').click(function() { window.location.href = $(this).attr("data"); }); jQuery('.load').click(function() { $("#loader_import").fadeIn(); }); {/literal}{/footer_script}



{* *} {elseif $ACTION == 'list_albums'} {footer_script}{literal} jQuery('.load').click(function() { $("#loader_import").fadeIn(); }); {/literal}{/footer_script}

{'%d albums'|@translate|@sprintf:$total_albums}

{* *} {elseif $ACTION == 'list_photos'} {include file=$PICASA_WA_ABS_PATH|@cat:'admin/template/import.list_photos.tpl'} {* *} {elseif $ACTION == 'list_all'} {include file=$PICASA_WA_ABS_PATH|@cat:'admin/template/import.list_all.tpl'} {/if}