projects
/
phpfspot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
when click on the loupe open a new window and display the image
[phpfspot.git]
/
templates
/
tags.tpl
1
<table>
2
<tr>
3
<td>
4
Available Tags:
5
</td>
6
</tr>
7
<tr>
8
<td class="available_tags">
9
<div id="available_tags"></div>
10
</td>
11
</tr>
12
<tr>
13
<td>
14
Selected Tags:
15
</td>
16
</tr>
17
<tr>
18
<td class="selected_tags">
19
<div id="selected_tags"></div>
20
</td>
21
</tr>
22
<tr>
23
<td> </td>
24
</tr>
25
</table>