Update version.php to 3.3.0
[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 <script type="text/javascript" charset="utf-8" src="../Decorator.js"></script>
8 </head>
9
10 <body>
11
12 <div id="nav">
13 <h1>Bugdar Admin CP</h1>
14 <h2>
15 <a href="#">Home</a> &bull;
16 <a href="#">Log Out</a>
17 </h2>
18
19 <ul>
20 <li id="nav_options" class="expand">Options</li>
21 <li>
22 <ul>
23 <li id="nav_options_settings"><a href="#">Bugdar Settings</a></li>
24 <li id="nav_options_languages"><a href="#">Languages</a></li>
25 <li id="nav_options_user_help"><a href="#">User Help Items</a></li>
26 </ul>
27 </li>
28
29 <li id="nav_products">Products</li>
30 <li id="nav_fields">Fields</li>
31 <li id="nav_users">Users &amp; Permissions</li>
32 </ul>
33 </div>
34
35 <div id="title">Settings</div>
36
37 <div id="body">
38
39 <fieldset>
40 <legend>General Options</legend>
41 <dl>
42 <dt>
43 <label for="authentication_method">
44 Authentication Method
45 <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>
46 </label>
47 </dt>
48 <dd>
49 <select class="button" id="authentication_method" name="setting[authmethod]">
50 <option value="drupal">Drupal</option>
51 <option value="phpbb2">Phpbb2</option>
52 <option value="default" selected="selected">Default</option>
53 <option value="vbulletin">Vbulletin</option>
54 </select>
55 </dd>
56
57 <dt>
58 <label>
59 Require Activation Email
60 <dfn>Setting this to yes will force all new users to verify their account with an email activation link.</dfn>
61 </label>
62 </dt>
63 <dd>
64 <input type="radio" id="verifyemail_yes" name="setting[verifyemail]" value="1" checked="checked" /> <label for="verifyemail_yes">Yes</label>
65 <input type="radio" id="verifyemail_no" name="setting[verifyemail]" value="0" /> <label for="verifyemail_no">No</label>
66 </dd>
67
68 <dt>
69 <label for="trackerurl">
70 Tracker Base URL
71 <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>
72 </label>
73 </dt>
74 <dd><input type="text" class="input" id="trackerurl" name="setting[trackerurl]" value="http://localhost/bugdar-12" size="35" /></dd>
75 </dl>
76 </fieldset>
77
78 <table>
79 <thead>
80 <tr>
81 <td colspan="4">Status Manager</td>
82 </tr>
83 </thead>
84 <tr class="headings">
85 <td>Status Name</td>
86 <td>Color</td>
87 <td>Display Order</td>
88 <td>Actions</td>
89 </tr>
90 <tr class="alt1">
91 <td colspan="4">data goes here</td>
92 </tr>
93 <tr class="alt2">
94 <td colspan="4">&nbsp;</td>
95 </tr>
96 <tr class="alt1">
97 <td colspan="4">&nbsp;</td>
98 </tr>
99 <tr class="alt2">
100 <td colspan="4">&nbsp;</td>
101 </tr>
102 <tr class="alt1">
103 <td colspan="4">&nbsp;</td>
104 </tr>
105 <tr class="alt2">
106 <td colspan="4">&nbsp;</td>
107 </tr>
108 <tr class="alt1">
109 <td colspan="4">&nbsp;</td>
110 </tr>
111 </table>
112
113 <div class="message-box">
114 <h1>Saved Settings</h1>
115
116 All your settings have been saved. This is some more text to make this message box look more filled up. But,
117 you get the general idea here.
118 </div>
119
120 <div class="error-box">
121 <h1>Error</h1>
122
123 Something really, really bad has happened. I urge you to please do something about it so we can all get on
124 with our lives.
125 </div>
126
127 <div id="footer"><a href="http://www.bluestatic.org">Bugdar 2.0-proto, Copyright &copy;2004-2009, Blue Static.</a></div>
128
129 </div>
130
131 <script type="text/javascript" charset="utf-8">
132 //<![CDATA[//
133
134 nav_init("options", "options_settings");
135
136 //]]>
137 </script>
138
139 </body>
140 </html>