Ignore:
Timestamp:
Jan 8, 2012, 8:25:52 PM (12 years ago)
Author:
rvelices
Message:

feature 2548 multisize - added a page to build missing derivatives

  • browser driven, chained ws calls to retrieve urls, visual feedback of progress through slideshow
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/picture_content.tpl

    r12855 r12865  
    3333}
    3434{/literal}{/footer_script}
    35 <a id="derivativeSwitchLink" onclick="toggleDerivativeSwitchBox()" style="cursor:pointer">{$current.selected_derivative->get_type()|@translate}</a>
     35<a id="derivativeSwitchLink" href="javascript:toggleDerivativeSwitchBox()">{$current.selected_derivative->get_type()|@translate}</a>
    3636<div id="derivativeSwitchBox" onclick="toggleDerivativeSwitchBox()" style="display:none">
    3737{foreach from=$current.unique_derivatives item=derivative key=derivative_type}
     
    3939{/foreach}
    4040{if isset($U_ORIGINAL)}
    41 <a  href="javascript:phpWGOpenWindow('{$U_ORIGINAL}','xxx','scrollbars=yes,toolbar=no,status=no,resizable=yes')" title="{'Click on the photo to see it in high definition'|@translate}">{'original'|@translate}</a>
     41<a href="javascript:phpWGOpenWindow('{$U_ORIGINAL}','xxx','scrollbars=yes,toolbar=no,status=no,resizable=yes')" title="{'Click on the photo to see it in high definition'|@translate}">{'original'|@translate}</a>
    4242{/if}
    4343</div>
Note: See TracChangeset for help on using the changeset viewer.