projects
/
phpfspot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
center bubble text
[phpfspot.git]
/
templates
/
single_photo.tpl
1
<table>
2
<tr>
3
<td colspan="3">
4
<img src="{$image_url}" />
5
</td>
6
</tr>
7
<tr>
8
<td style="text-align: left;">
9
{ if $previous_url == "" }
10
11
{ else }
12
<a href="{$previous_url}">Previous</a>
13
{ /if }
14
</td>
15
<td> </td>
16
<td style="text-align: right;">
17
{ if $next_url == "" }
18
19
{ else }
20
<a href="{$next_url}">Next</a>
21
{ /if}
22
</td>
23
</tr>
24
</table>