summaryrefslogtreecommitdiffstats
path: root/templates/tags.tpl
blob: 084c1ea42cc3f2b04170548c63d5488232be5a1f (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
<table>
 <tr>
  <td>
   Available Tags:
  </td>
 </tr>
 <tr>
  <td class="available_tags">
   <div id="available_tags"></div>
  </td>
 </tr>
 <tr>
  <td>
   Selected Tags:
  </td>
 </tr>
 <tr>
  <td class="selected_tags">
   <div id="selected_tags"></div>
  </td>
 </tr>
 <tr>
  <td>&nbsp;</td>
 </tr>
</table>