Show
Ignore:
Timestamp:
08/19/05 16:04:06 (7 years ago)
Author:
alexx
Message:
  • Add support for .node album in Meta album (not usefull for dotnode.com user, but good for other "Open .node" installation that want to import dotnode.com album)
  • Add REST api to access .node Album (must be extented later with other module of .node)
  • Add forgotten icons for meta album
  • Add dPics scripts to automagicaly resize requested image with size put in his url (<dpics script>/500x400/<file_path>.jpg => give you <file_path>.jpg in 500x400)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/smarty/templates/metalbum/album.tpl

    r24 r27  
    4141  <td align='center'> 
    4242    <a href='/metalbum/{$url_id}/view/{$metalbum.name}/{$photo.id}'> 
    43     <img style='margin: 3px;' src='{$photo.url_thumb}' alt='photo' /></a><br /> 
    44   {$photo.title|escape}<br /> 
     43    <img style='margin: 3px;' src='{$photo.url_thumb}' alt='$photo.title|escape' /></a><br /> 
     44  {$photo.title|truncate:30|escape}<br /> 
    4545  <span class='subimage'><a href="/metalbum/{$url_id}/view/{$metalbum.name}/{$photo.id}">{t}View full photo{/t}</a></span> 
    4646  </td>