projects
/
phpfspot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
some nice credit page
[phpfspot.git]
/
templates
/
bubble_details.tpl
1
<table>
2
<tr>
3
<td>
4
<img class="{$image_id}" src="{$image_url}" />
5
</td>
6
</tr>
7
<tr>
8
<td style="text-align: center; padding-left: 36px;">
9
{$file_name}<br />
10
{$file_size}kb, {$width}x{$height}
11
</td>
12
</tr>
13
</table>