Add the navigation frame layouts
[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="nav">&nbsp;</div>
12
13 <div id="title">Settings</div>
14
15 <div id="body">
16
17 <fieldset>
18 <legend>General Options</legend>
19 <dl>
20 <dt>
21 <label for="authentication_method">
22 Authentication Method
23 <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>
24 </label>
25 </dt>
26 <dd>
27 <select class="button" id="authentication_method" name="setting[authmethod]">
28 <option value="drupal">Drupal</option>
29 <option value="phpbb2">Phpbb2</option>
30 <option value="default" selected="selected">Default</option>
31 <option value="vbulletin">Vbulletin</option>
32 </select>
33 </dd>
34
35 <dt>
36 <label>
37 Require Activation Email
38 <dfn>Setting this to yes will force all new users to verify their account with an email activation link.</dfn>
39 </label>
40 </dt>
41 <dd>
42 <input type="radio" id="verifyemail_yes" name="setting[verifyemail]" value="1" checked="checked" /> <label for="verifyemail_yes">Yes</label>
43 <input type="radio" id="verifyemail_no" name="setting[verifyemail]" value="0" /> <label for="verifyemail_no">No</label>
44 </dd>
45 </dl>
46 </fieldset>
47
48 <table>
49 <thead>
50 <tr>
51 <td colspan="4">Status Manager</td>
52 </tr>
53 </thead>
54 <tr class="headings">
55 <td>Status Name</td>
56 <td>Color</td>
57 <td>Display Order</td>
58 <td>Actions</td>
59 </tr>
60 <tr class="alt1">
61 <td colspan="4">data goes here</td>
62 </tr>
63 <tr class="alt2">
64 <td colspan="4">&nbsp;</td>
65 </tr>
66 <tr class="alt1">
67 <td colspan="4">&nbsp;</td>
68 </tr>
69 <tr class="alt2">
70 <td colspan="4">&nbsp;</td>
71 </tr>
72 <tr class="alt1">
73 <td colspan="4">&nbsp;</td>
74 </tr>
75 <tr class="alt2">
76 <td colspan="4">&nbsp;</td>
77 </tr>
78 <tr class="alt1">
79 <td colspan="4">&nbsp;</td>
80 </tr>
81 </table>
82
83 <div class="message-box">
84 <h1>Saved Settings</h1>
85
86 All your settings have been saved. This is some more text to make this message box look more filled up. But,
87 you get the general idea here.
88 </div>
89
90 <div class="error-box">
91 <h1>Error</h1>
92
93 Something really, really bad has happened. I urge you to please do something about it so we can all get on
94 with our lives.
95 </div>
96
97 </div>
98
99 </body>
100 </html>