Add the initial decorator stuff
[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 this is a test
18 </fieldset>
19
20 <table>
21 <thead>
22 <tr>
23 <td colspan="4">Status Manager</td>
24 </tr>
25 </thead>
26 <tr class="headings">
27 <td>Status Name</td>
28 <td>Color</td>
29 <td>Display Order</td>
30 <td>Actions</td>
31 </tr>
32 <tr class="alt1">
33 <td colspan="4">data goes here</td>
34 </tr>
35 <tr class="alt2">
36 <td colspan="4">&nbsp;</td>
37 </tr>
38 <tr class="alt1">
39 <td colspan="4">&nbsp;</td>
40 </tr>
41 <tr class="alt2">
42 <td colspan="4">&nbsp;</td>
43 </tr>
44 <tr class="alt1">
45 <td colspan="4">&nbsp;</td>
46 </tr>
47 <tr class="alt2">
48 <td colspan="4">&nbsp;</td>
49 </tr>
50 <tr class="alt1">
51 <td colspan="4">&nbsp;</td>
52 </tr>
53 </table>
54
55 <div class="message-box">
56 <h1>Saved Settings</h1>
57
58 All your settings have been saved. This is some more text to make this message box look more filled up. But,
59 you get the general idea here.
60 </div>
61
62 <div class="error-box">
63 <h1>Error</h1>
64
65 Something really, really bad has happened. I urge you to please do something about it so we can all get on
66 with our lives.
67 </div>
68
69 </div>
70
71 </body>
72 </html>