69 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			69 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <%@ Page Title="" Language="C#" MasterPageFile="~/IronIntelMasterPage.master" AutoEventWireup="true" CodeFile="SystemSettings.aspx.cs" Inherits="SystemSettings" %>
 | |
| 
 | |
| <asp:Content ID="Content1" ContentPlaceHolderID="holder_head" runat="Server">
 | |
|     <link href="<%=GetFileUrlWithVersion("../css/split.css")%>" rel="stylesheet" type="text/css" />
 | |
|     <script src="<%=GetFileUrlWithVersion("../js/split.js")%>"></script>
 | |
|     <script type="text/javascript">
 | |
|         $(function () {
 | |
|             window.changePage(old_hash);
 | |
|         });
 | |
| 
 | |
|     </script>
 | |
| </asp:Content>
 | |
| <asp:Content ID="Content2" ContentPlaceHolderID="holder_content" runat="Server">
 | |
|     <div id="set_left">
 | |
|         <ul class="ul_menu">
 | |
|             <li id="nav_arrow">
 | |
|                 <div class="icn collapse"></div>
 | |
|             </li>
 | |
|             <li class="nav_item" id="nav_useroptions" page="UserOptions.aspx" title="User Options" data-title-lgid="P_SET_USEROPTIONS"><a href="#nav_useroptions">
 | |
|                 <div>
 | |
|                     <img style="width: 20px; height: 20px;" src="img/useroptions.png" />
 | |
|                 </div>
 | |
|                 <span data-lgid="P_SET_USEROPTIONS">User Options</span></a></li>
 | |
|             <li class="nav_item" id="nav_settingcolors" style="<%=StyleSettingDisplay%>" page="SettingColors.aspx" title="Style Setting" data-title-lgid="P_SET_STYLESETTING"><a href="#nav_settingcolors">
 | |
|                 <div>
 | |
|                     <img style="width: 20px; height: 20px;" src="img/style.png" />
 | |
|                 </div>
 | |
|                 <span data-lgid="P_SET_STYLESETTING">Style Setting</span></a></li>
 | |
|             <li class="nav_item" id="nav_locations" style="<%=StyleSettingDisplay%>" page="ManageLocations.aspx" title="Manage Locations" data-title-lgid="P_SET_MANAGELOCATIONS"><a href="#nav_locations">
 | |
|                 <div>
 | |
|                     <img style="width: 20px; height: 20px;" src="img/location.png" />
 | |
|                 </div>
 | |
|                 <span data-lgid="P_SET_MANAGELOCATIONS">Manage Locations</span></a></li>
 | |
|             <li class="nav_item" id="nav_departments" style="<%=StyleSettingDisplay%>" page="ManageDepartments.aspx" title="Manage Departments" data-title-lgid="P_SET_MANAGEDEPARTMENTS"><a href="#nav_departments">
 | |
|                 <div>
 | |
|                     <button class="icondepartment"></button>
 | |
|                 </div>
 | |
|                 <span data-lgid="P_SET_MANAGEDEPARTMENTS">Manage Departments</span></a></li>
 | |
| 
 | |
|             <li class="nav_item" id="nav_regions" style="<%=StyleSettingDisplay%>" page="ManageRegions.aspx" title="Manage Regions" data-title-lgid="P_SET_MANAGEREGIONS"><a href="#nav_regions">
 | |
|                 <div>
 | |
|                     <img style="width: 20px; height: 20px;" src="img/location.png" />
 | |
|                 </div>
 | |
|                 <span data-lgid="P_SET_MANAGEREGIONS">Manage Regions</span></a></li>
 | |
| 
 | |
|             <li class="nav_item" id="nav_systemoptions" style="<%=StyleSettingDisplay%>" page="SystemOptions.aspx" title="System Options" data-title-lgid="P_SET_SYSTEMOPTIONS"><a href="#nav_systemoptions">
 | |
|                 <div>
 | |
|                     <img style="width: 20px; height: 20px;" src="img/systemoptions.png" />
 | |
|                 </div>
 | |
|                 <span data-lgid="P_SET_SYSTEMOPTIONS">System Options</span></a></li>
 | |
|             <%if (IsDev)
 | |
|                 { %>
 | |
|             <li class="nav_item" id="nav_sysparams" style="<%=ParamSettingDisplay%>" page="SystemParams.aspx" title="System Params" data-title-lgid="P_SET_XXX"><a href="#nav_sysparams">
 | |
|                 <div>
 | |
|                     <img style="width: 20px; height: 20px;" src="img/systemoptions.png" />
 | |
|                 </div>
 | |
|                 <span data-lgid="P_SET_XXX">System Params</span></a></li>
 | |
|             <%} %>
 | |
|         </ul>
 | |
|         <div class="hostmask maskbg" style="display: none;"></div>
 | |
|     </div>
 | |
|     <div id="set_right">
 | |
|         <div class="loading_holder">
 | |
|             <div class="loading_icon icn icn-spin"></div>
 | |
|         </div>
 | |
|     </div>
 | |
| </asp:Content>
 | |
| 
 |