Nested lists need to be in <li>s themselves. Also add link styling to the navbar.
[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">
12 <h1>Bugdar Admin CP</h1>
13 <h2>
14 <a href="#">Home</a> &bull;
15 <a href="#">Log Out</a>
16 </h2>
17
18 <ul>
19 <li class="expand">Options</li>
20 <li>
21 <ul>
22 <li class="selected"><a href="#">Bugdar Settings</a></li>
23 <li><a href="#">Languages</a></li>
24 <li><a href="#">User Help Items</a></li>
25 </ul>
26 </li>
27
28 <li>Products</li>
29 <li>Fields</li>
30 <li>Users &amp; Permissions</li>
31 </ul>
32 </div>
33
34 <div id="title">Settings</div>
35
36 <div id="body">
37
38 <fieldset>
39 <legend>General Options</legend>
40 <dl>
41 <dt>
42 <label for="authentication_method">
43 Authentication Method
44 <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>
45 </label>
46 </dt>
47 <dd>
48 <select class="button" id="authentication_method" name="setting[authmethod]">
49 <option value="drupal">Drupal</option>
50 <option value="phpbb2">Phpbb2</option>
51 <option value="default" selected="selected">Default</option>
52 <option value="vbulletin">Vbulletin</option>
53 </select>
54 </dd>
55
56 <dt>
57 <label>
58 Require Activation Email
59 <dfn>Setting this to yes will force all new users to verify their account with an email activation link.</dfn>
60 </label>
61 </dt>
62 <dd>
63 <input type="radio" id="verifyemail_yes" name="setting[verifyemail]" value="1" checked="checked" /> <label for="verifyemail_yes">Yes</label>
64 <input type="radio" id="verifyemail_no" name="setting[verifyemail]" value="0" /> <label for="verifyemail_no">No</label>
65 </dd>
66 </dl>
67 </fieldset>
68
69 <table>
70 <thead>
71 <tr>
72 <td colspan="4">Status Manager</td>
73 </tr>
74 </thead>
75 <tr class="headings">
76 <td>Status Name</td>
77 <td>Color</td>
78 <td>Display Order</td>
79 <td>Actions</td>
80 </tr>
81 <tr class="alt1">
82 <td colspan="4">data goes here</td>
83 </tr>
84 <tr class="alt2">
85 <td colspan="4">&nbsp;</td>
86 </tr>
87 <tr class="alt1">
88 <td colspan="4">&nbsp;</td>
89 </tr>
90 <tr class="alt2">
91 <td colspan="4">&nbsp;</td>
92 </tr>
93 <tr class="alt1">
94 <td colspan="4">&nbsp;</td>
95 </tr>
96 <tr class="alt2">
97 <td colspan="4">&nbsp;</td>
98 </tr>
99 <tr class="alt1">
100 <td colspan="4">&nbsp;</td>
101 </tr>
102 </table>
103
104 <div class="message-box">
105 <h1>Saved Settings</h1>
106
107 All your settings have been saved. This is some more text to make this message box look more filled up. But,
108 you get the general idea here.
109 </div>
110
111 <div class="error-box">
112 <h1>Error</h1>
113
114 Something really, really bad has happened. I urge you to please do something about it so we can all get on
115 with our lives.
116 </div>
117
118 </div>
119
120 </body>
121 </html>