summaryrefslogtreecommitdiffstats
path: root/themes/arun/templates/welcome.tpl
blob: b169343820280982add9b554429f8a6d40eb92fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!-- welcome -->
<div class="header">
Welcome, these are some of my pictures.
</div>
<div class="welcome">


 <p>
 <span>
   <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=1" alt="random image" />
 </span>
 <span>
   <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=2" alt="random image" />
 </span>
 <span>
   <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=3" alt="random image" />
 </span>
 <span>
   <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=4" alt="random image" />
 </span>
 <span>
   <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=5" alt="random image" />
 </span>
 <span>
   <img src="{$web_path}/phpfspot_img.php?idx=rand&amp;width=150&amp;i=6" alt="random image" />
 </span>
</p>
 <p>
 <a href="javascript:showPhotoIndex();"> Index of all photos.</a>
 </p>
</div>
<!-- /welcome -->