1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
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>
13 <h1>Bugdar Admin CP
</h1>
15 <a href=
"#">Home
</a> •
16 <a href=
"#">Log Out
</a>
20 <li id=
"nav_options" class=
"expand">Options
</li>
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>
29 <li id=
"nav_products">Products
</li>
30 <li id=
"nav_fields">Fields
</li>
31 <li id=
"nav_users">Users
& Permissions
</li>
35 <div id=
"title">Settings
</div>
40 <legend>General Options
</legend>
43 <label for=
"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>
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>
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>
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>
69 <label for=
"trackerurl">
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 (
"/
").
</strong><br />Example: http://www.bluestatic.org/bugs
</dfn>
74 <dd><input type=
"text" class=
"input" id=
"trackerurl" name=
"setting[trackerurl]" value=
"http://localhost/bugdar-12" size=
"35" /></dd>
81 <td colspan=
"4">Status Manager
</td>
87 <td>Display Order
</td>
91 <td colspan=
"4">data goes here
</td>
94 <td colspan=
"4"> </td>
97 <td colspan=
"4"> </td>
100 <td colspan=
"4"> </td>
103 <td colspan=
"4"> </td>
106 <td colspan=
"4"> </td>
109 <td colspan=
"4"> </td>
113 <div class=
"message-box">
114 <h1>Saved Settings
</h1>
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.
120 <div class=
"error-box">
123 Something really, really bad has happened. I urge you to please do something about it so we can all get on
127 <div id=
"footer"><a href=
"http://www.bluestatic.org">Bugdar
2.0-proto, Copyright
©2004-
2009, Blue Static.
</a></div>
131 <script type=
"text/javascript" charset=
"utf-8">
134 nav_init(
"options",
"options_settings");