Work on form element lists
[isso.git] / docs / decoratortest.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html>
4 <head>
5 <title>Decorator Test</title>
6 <link rel="stylesheet" href="../Decorator.css.php" type="text/css" media="screen" charset="utf-8" />
7 </head>
8
9 <body>
10
11 <div id="title">Settings</div>
12
13 <div id="body">
14
15 <fieldset>
16 <legend>General Options</legend>
17 <dl>
18 <dt>
19 <label for="authentication_method">
20 Authentication Method
21 <dfn>The authentication class to use to validate cookie data and longins. You may need to edit the actual file for certain authentication systems.</dfn>
22 </label>
23 </dt>
24 <dd>
25 <select class="button" id="authentication_method" name="setting[authmethod]">
26 <option value="drupal">Drupal</option>
27 <option value="phpbb2">Phpbb2</option>
28 <option value="default" selected="selected">Default</option>
29 <option value="vbulletin">Vbulletin</option>
30 </select>
31 </dd>
32
33 <dt>
34 <label>
35 Require Activation Email
36 <dfn>Setting this to yes will force all new users to verify their account with an email activation link.</dfn>
37 </label>
38 </dt>
39 <dd>
40 <input type="radio" id="verifyemail_yes" name="setting[verifyemail]" value="1" checked="checked" /> <label for="verifyemail_yes">Yes</label>
41 <input type="radio" id="verifyemail_no" name="setting[verifyemail]" value="0" /> <label for="verifyemail_no">No</label>
42 </dd>
43 </dl>
44 </fieldset>
45
46 <table>
47 <thead>
48 <tr>
49 <td colspan="4">Status Manager</td>
50 </tr>
51 </thead>
52 <tr class="headings">
53 <td>Status Name</td>
54 <td>Color</td>
55 <td>Display Order</td>
56 <td>Actions</td>
57 </tr>
58 <tr class="alt1">
59 <td colspan="4">data goes here</td>
60 </tr>
61 <tr class="alt2">
62 <td colspan="4">&nbsp;</td>
63 </tr>
64 <tr class="alt1">
65 <td colspan="4">&nbsp;</td>
66 </tr>
67 <tr class="alt2">
68 <td colspan="4">&nbsp;</td>
69 </tr>
70 <tr class="alt1">
71 <td colspan="4">&nbsp;</td>
72 </tr>
73 <tr class="alt2">
74 <td colspan="4">&nbsp;</td>
75 </tr>
76 <tr class="alt1">
77 <td colspan="4">&nbsp;</td>
78 </tr>
79 </table>
80
81 <div class="message-box">
82 <h1>Saved Settings</h1>
83
84 All your settings have been saved. This is some more text to make this message box look more filled up. But,
85 you get the general idea here.
86 </div>
87
88 <div class="error-box">
89 <h1>Error</h1>
90
91 Something really, really bad has happened. I urge you to please do something about it so we can all get on
92 with our lives.
93 </div>
94
95 </div>
96
97 </body>
98 </html>