More keywords
[infodrom.org/www.zeitungsliste.de] / templates / tags.html
1 <table width="100%" alt="">
2
3 <tr bgcolor="#77dc4b">
4  <th width="40%" class="font" valign="top">Persönliche Tags</th>
5  <th width="60%" class="font" valign="top">Noch nicht vergebene Tags</th>
6 </tr>
7
8 <tr>
9  <td width="40%" class="font" valign="top"><div id="mytags">@mytags@</div></td>
10  <td width="60%" class="font" valign="top"><div id="tags">@tags@</div>
11
12 <form method="post" action="tags.html">
13 <input type="hidden" name="zeitung" id="zeitung" value="@zeitung@">
14
15 Neuer Tag: <input type="text" name="newtag" id="newtag" tabindex="3" value="" size="17" />
16
17 <br>
18 <input class="button" type="submit" tabindex="4" value="Hinzufügen" onclick="return process_newtag();">
19 <input class="button" type="reset" tabindex="5" value="Zurücksetzen">
20 </form>
21
22 </td>
23 </tr>
24
25 </table>