Login or register Large RSS Icon

type icon (/en/icons/lua.png) Templates:Mixed Album

This Lua code parses correctly.
1 MIXED_ALBUM = [====[
2
3 $before
4
5 <div width='100%'>
6  <center>
7   <div style='position:relative;' class='image-links'> 
8    $do_photos[[
9      <a href="$url" 
10 class='local'> 
11         <img style="position: absolute; left: $left; top: $top;" 
12              width="$width"
13              height="$height"
14              src="$image_base/$thumb_dir/$image.thumb$suffix.jpg"
15              title="$title"/>
16      </a>
17    ]]
18   
19    <img height='$height' style='border:none' 
20         src='http://www.freewisdom.org/etc/blank.gif'/>
21   </div>
22  </center>
23 </div>
24
25 ]====]
26
27 SINGLE_PHOTO = [==[
28   <img src="$photo_url"/><br/>
29   <a $album_link>Back to the album</a>
30 ]==]
31
32
Powered by Sputnik | XHTML 1.1