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