- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
- <meta http-equiv="Content-Script-Type" content="text/javascript"/>
- <meta http-equiv="Content-Style-Type" content="text/css"/>
- <title>Troles Tool</title>
- <!-- this CSS/JS resources are placed here only to make mockups work -->
- <link href="/stylesheets/soc.css?1280411974" media="screen" rel="stylesheet" type="text/css" />
- <link href="/stylesheets/custom_ui.css?1280411974" media="screen" rel="stylesheet" type="text/css" />
- <script src="/javascripts/jquery-1.4.2.min.js?1277386144" type="text/javascript"></script>
- <script src="/javascripts/jquery.tools.min.js?1280321990" type="text/javascript"></script>
- <script src="/javascripts/common.js?1280411973" type="text/javascript"></script>
- <script src="/javascripts/jquery.jstree.js?1280321990" type="text/javascript"></script> </head>
- <body>
- <div id="container">
- <div id="global_header">
- <div class="fl">
- <!-- <img id="soc_logo" src="../images/soc_logo.png"/> -->
- <span class="logo_text">Zing511</span>
- </div>
- <div class="mt10 ml50 fl" style="color: darkgray;">
- Welcome, Jonathan Seuss
- </div><!-- admin -->
- <div id="header-links" style="float:right">
- <div class="fl ml50 mt10">
- <a class="tdn m10" href="#">Home</a>
- <a class="tdn m10" href="/account">Account</a>
- <a class="tdn m10" href="/settings">Tools</a>
- <a class="tdn m10" href="#" rel="roles" onclick="return showMenu(this,event);">Role
- <img alt="menu" src="../images/drop_down_mark.png"/>
- </a>
- <a class="tdn m10" href="/support">Support</a>
- <a href="/logout" class="tdn ml50 mr10" onclick="logout();">Logout</a>
- <div id="roles" class="dropdown_menu" style="display:none" onclick="this.style.display='none';">
- <ul class="menu">
- <li><a class="tdn" href="#" onclick="activateMenuItem('Option');">Admin</a></li>
- <li><a class="tdn" href="#" onclick="activateMenuItem('Option Longer');">Guide</a></li>
- <li><a class="tdn" href="#" onclick="activateMenuItem('Option Third');">User</a></li>
- </ul>
- </div>
- </div>
- </div><!-- end header-links -->
- </div><!-- end global_header -->
- <div class="tool_tab_content">
- <h2>View Trole</h2>
- <div id="view_trole" class="fl ml10 mt40" style="width:350px">
- <button id="edit_btn" class="m10 fr green_button ml10 rbox3">Edit</button>
- <div class="clear0"></div>
- <p><span>Role:</span> xxx</p>
- <div id="tree_data" class="m10">
- <ul>
- <li id="all" class="jstree-open">
- <a href="/tools/troles/1">All</a>
- <ul>
- <li id="phtml_1" class="jstree-open">
- <a href="/tools/troles/1">Community</a>
- <ul>
- </ul>
- </li>
- <li id="phtml_2" class="jstree-open">
- <a href="/tools/troles/1">Finance</a>
- <ul>
- </ul>
- </li>
- <li id="phtml_3" class="jstree-open">
- <a href="/tools/troles/1">System</a>
- <ul>
- <li id="phtml_"3""1"" class="jstree-leaf">
- <a href="/tools/troles/1">Registry Tool</a>
- </li>
- </ul>
- </li>
- </ul>
- </li>
- </ul>
- </div><!-- tree_data -->
- </div>
- </div><!-- tool_tab_content -->
- </div> <!-- page content -->
- <div id="tool_footer">
- <p>
- Page served 2010-06-30 16:47:08
- <a class="blue ml10" href="/privacy">Privacy</a>
- <a class="blue ml10" href="/terms_of_use">Terms of Use</a>
- <a class="ml10" style="color: brown" href="#warning_at_bottom" onclick="makeScreenShot();">Report a problem</a>
- </p>
- </div> <!-- footer -->
- <script type="text/javascript">
- $j(function () {
- $j.jstree._themes = "/stylesheets/jstree/";
- $j("#tree_data").jstree({
- "themes" : {"theme" : "default", "dots" : true, "icons" : true},
- "plugins" : [ "themes", "html_data", "checkbox" ]
- });
- });
- </script>
- </body>
- </html>