Add a text input field to the decorator test file
[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
67 <dt>
68 <label for="trackerurl">
69 Tracker Base URL
70 <dfn>The base URL of the tracker. This is used when creating external links to the tracker. <strong>Be sure that this does not end in a trailing slash (&quot;/&quot;).</strong><br />Example: http://www.bluestatic.org/bugs</dfn>
71 </label>
72 </dt>
73 <dd><input type="text" class="input" id="trackerurl" name="setting[trackerurl]" value="http://localhost/bugdar-12" size="35" /></dd>
74 </dl>
75 </fieldset>
76
77 <table>
78 <thead>
79 <tr>
80 <td colspan="4">Status Manager</td>
81 </tr>
82 </thead>
83 <tr class="headings">
84 <td>Status Name</td>
85 <td>Color</td>
86 <td>Display Order</td>
87 <td>Actions</td>
88 </tr>
89 <tr class="alt1">
90 <td colspan="4">data goes here</td>
91 </tr>
92 <tr class="alt2">
93 <td colspan="4">&nbsp;</td>
94 </tr>
95 <tr class="alt1">
96 <td colspan="4">&nbsp;</td>
97 </tr>
98 <tr class="alt2">
99 <td colspan="4">&nbsp;</td>
100 </tr>
101 <tr class="alt1">
102 <td colspan="4">&nbsp;</td>
103 </tr>
104 <tr class="alt2">
105 <td colspan="4">&nbsp;</td>
106 </tr>
107 <tr class="alt1">
108 <td colspan="4">&nbsp;</td>
109 </tr>
110 </table>
111
112 <div class="message-box">
113 <h1>Saved Settings</h1>
114
115 All your settings have been saved. This is some more text to make this message box look more filled up. But,
116 you get the general idea here.
117 </div>
118
119 <div class="error-box">
120 <h1>Error</h1>
121
122 Something really, really bad has happened. I urge you to please do something about it so we can all get on
123 with our lives.
124 </div>
125
126 <div id="footer"><a href="http://www.bluestatic.org">Bugdar 2.0-proto, Copyright &copy;2004-2009, Blue Static.</a></div>
127
128 </div>
129
130 </body>
131 </html>