<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Decorator Test</title>
<link rel="stylesheet" href="../Decorator.css.php" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8" src="../Decorator.js"></script>
</head>
<body>
<div id="nav">
<h1>Bugdar Admin CP</h1>
<h2>
<a href="#">Home</a> •
<a href="#">Log Out</a>
</h2>
<ul>
<li id="nav_options" class="expand">Options</li>
<li>
<ul>
<li id="nav_options_settings"><a href="#">Bugdar Settings</a></li>
<li id="nav_options_languages"><a href="#">Languages</a></li>
<li id="nav_options_user_help"><a href="#">User Help Items</a></li>
</ul>
</li>
<li id="nav_products">Products</li>
<li id="nav_fields">Fields</li>
<li id="nav_users">Users & Permissions</li>
</ul>
</div>
<div id="title">Settings</div>
<div id="body">
<fieldset>
<legend>General Options</legend>
<dl>
<dt>
<label for="authentication_method">
Authentication Method
<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>
</label>
</dt>
<dd>
<select class="button" id="authentication_method" name="setting[authmethod]">
<option value="drupal">Drupal</option>
<option value="phpbb2">Phpbb2</option>
<option value="default" selected="selected">Default</option>
<option value="vbulletin">Vbulletin</option>
</select>
</dd>
<dt>
<label>
Require Activation Email
<dfn>Setting this to yes will force all new users to verify their account with an email activation link.</dfn>
</label>
</dt>
<dd>
<input type="radio" id="verifyemail_yes" name="setting[verifyemail]" value="1" checked="checked" /> <label for="verifyemail_yes">Yes</label>
<input type="radio" id="verifyemail_no" name="setting[verifyemail]" value="0" /> <label for="verifyemail_no">No</label>
</dd>
<dt>
<label for="trackerurl">
Tracker Base URL
<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>
</label>
</dt>
<dd><input type="text" class="input" id="trackerurl" name="setting[trackerurl]" value="http://localhost/bugdar-12" size="35" /></dd>
</dl>
</fieldset>
<table>
<thead>
<tr>
<td colspan="4">Status Manager</td>
</tr>
</thead>
<tr class="headings">
<td>Status Name</td>
<td>Color</td>
<td>Display Order</td>
<td>Actions</td>
</tr>
<tr class="alt1">
<td colspan="4">data goes here</td>
</tr>
<tr class="alt2">
<td colspan="4"> </td>
</tr>
<tr class="alt1">
<td colspan="4"> </td>
</tr>
<tr class="alt2">
<td colspan="4"> </td>
</tr>
<tr class="alt1">
<td colspan="4"> </td>
</tr>
<tr class="alt2">
<td colspan="4"> </td>
</tr>
<tr class="alt1">
<td colspan="4"> </td>
</tr>
</table>
<div class="message-box">
<h1>Saved Settings</h1>
All your settings have been saved. This is some more text to make this message box look more filled up. But,
you get the general idea here.
</div>
<div class="error-box">
<h1>Error</h1>
Something really, really bad has happened. I urge you to please do something about it so we can all get on
with our lives.
</div>
<div id="footer"><a href="http://www.bluestatic.org">Bugdar 2.0-proto, Copyright ©2004-2009, Blue Static.</a></div>
</div>
<script type="text/javascript" charset="utf-8">
//<![CDATA[//
nav_init("options", "options_settings");
//]]>
</script>
</body>
</html>