1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <title>Tester</title> |
---|
5 | <style type="text/css"> |
---|
6 | #container { background:yellow; width:200px; } |
---|
7 | </style> |
---|
8 | <script type="text/javascript" src="jquery-1.2.3.pack.js"></script> |
---|
9 | <script type="text/javascript"> |
---|
10 | $(document).ready(function() { |
---|
11 | $('#toggle').click(function() { |
---|
12 | $("rex-metainfo-cat").fadeIn(); |
---|
13 | }); |
---|
14 | }); |
---|
15 | </script> |
---|
16 | </head> |
---|
17 | <body> |
---|
18 | <form method="post" action="index.php"> |
---|
19 | <fieldset> |
---|
20 | <legend><span class="rex-hide">Kategorie hinzufügen</span></legend> |
---|
21 | <input type="hidden" value="structure" name="page"/> |
---|
22 | <input type="hidden" value="0" name="category_id"/> |
---|
23 | <input type="hidden" value="0" name="clang"/> |
---|
24 | <table summary='Auflistung aller Unterkategorien der Kategorie "Homepage"' class="rex-table rex-table-mrgn"> |
---|
25 | <caption class="rex-hide">Liste der Unterkategorien der Kategorie "Homepage"</caption> |
---|
26 | <colgroup> |
---|
27 | <col width="40"/> |
---|
28 | |
---|
29 | <col width="1*"/> |
---|
30 | <col width="40"/> |
---|
31 | <col width="315"/> |
---|
32 | <col width="153"/> |
---|
33 | </colgroup> |
---|
34 | <thead> |
---|
35 | <tr> |
---|
36 | <th class="rex-icon"><a title="Kategorie hinzufügen" href="index.php?page=structure&category_id=0&function=add_cat&clang=0"><img alt="Kategorie hinzufügen" src="media/folder_plus.gif"/></a></th> |
---|
37 | |
---|
38 | <th>Kategorie</th> |
---|
39 | <th>Prio</th> |
---|
40 | <th>Kategorie editieren</th> |
---|
41 | <th>Status/Funktion</th> |
---|
42 | </tr> |
---|
43 | </thead> |
---|
44 | <tbody> |
---|
45 | <tr class="rex-trow-actv"> |
---|
46 | <td class="rex-icon"><img alt="Kategorie hinzufügen" title="Kategorie hinzufügen" src="media/folder.gif"/></td> |
---|
47 | |
---|
48 | <td><input type="text" name="category_name" id="category_name"/></td> |
---|
49 | <td><input type="text" value="100" name="Position_New_Category" id="Position_New_Category"/></td> |
---|
50 | <td><div class="rex-meta-button"><a href="#" id="toggle">toggle</a></div><input type="submit" title="Kategorie hinzufügen" value="Kategorie hinzufügen" name="catadd_function" class="rex-fsubmit"/></td> |
---|
51 | <td class="rex-offline">offline</td> |
---|
52 | </tr> |
---|
53 | <tr style="display: none;" class="rex-trow-actv rex-metainfo-cat-hdr rex-metainfo-cat"> |
---|
54 | <td> </td> |
---|
55 | <td colspan="4"><label for="cat_test">cat_test</label></td> |
---|
56 | </tr> |
---|
57 | <tr style="display: none;" class="rex-trow-actv rex-metainfo-cat"> |
---|
58 | <td> </td> |
---|
59 | <td colspan="4" class="rex-mt-fld"><input type="text" tabindex="17" maxlength="255" id="cat_test " value="" name="cat_test"/></td> |
---|
60 | </tr> |
---|
61 | </tbody> |
---|
62 | </table> |
---|
63 | <script type="text/javascript"> |
---|
64 | <!-- |
---|
65 | // var needle = new getObj("category_name"); |
---|
66 | // needle.obj.focus(); |
---|
67 | //--> |
---|
68 | </script> |
---|
69 | </fieldset> |
---|
70 | </form> |
---|
71 | </body> |
---|
72 | </html> |
---|