Ignore:
Timestamp:
Jan 31, 2010, 1:54:55 AM (14 years ago)
Author:
plg
Message:

feature 1411 added: display many informations about upload result. With
thumbnails and links to administer uploaded photos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/upload_form/upload.tpl

    r4805 r4807  
    3939</div>
    4040{else}
     41
     42{if !empty($thumbnails)}
     43<fieldset>
     44  <legend>{'Uploaded Photos'|@translate}</legend>
     45  <div>
     46  {foreach from=$thumbnails item=thumbnail}
     47    <a href="{$thumbnail.link}" onclick="window.open(this.href); return false;">
     48      <img src="{$thumbnail.src}" alt="{$thumbnail.file}" title="{$thumbnail.title}" class="thumbnail">
     49    </a>
     50  {/foreach}
     51  </div>
     52</fieldset>
     53{/if}
     54
     55
    4156<form enctype="multipart/form-data" method="post" action="{$F_ACTION}" class="properties">
    4257  <fieldset>
Note: See TracChangeset for help on using the changeset viewer.