add site
This commit is contained in:
		
							
								
								
									
										42
									
								
								Site/OTRConfig/OTRConfig.aspx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								Site/OTRConfig/OTRConfig.aspx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,42 @@ | ||||
| <%@ Page Title="" Language="C#" MasterPageFile="~/IronIntelMasterPage.master" AutoEventWireup="true" CodeFile="OTRConfig.aspx.cs" Inherits="OTRConfig_OTRConfig" %> | ||||
|  | ||||
| <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 () { | ||||
|             setFavoriteDisplay(true); | ||||
|             window.changePage(old_hash); | ||||
|         }); | ||||
|  | ||||
|         function afterpagechanged(hash, name) { | ||||
|             setFavorateStyle(hash, name); | ||||
|         }; | ||||
|     </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_managspeeding" page="ManageSpeeding.aspx" title="Manage Speeding"><a href="#nav_managspeeding"> | ||||
|                 <div> | ||||
|                     <img src="img/speeding.png" /> | ||||
|                 </div> | ||||
|                 <span>Manage Speeding</span></a></li>--%> | ||||
|             <li class="nav_item" id="nav_manageharshdriving" page="ManageHarshDriving.aspx" data-title-lgid="P_MANAGEHARSHDRIVING"><a href="#nav_manageharshdriving"> | ||||
|                 <div> | ||||
|                     <button class="iconotrconfig "></button> | ||||
|                 </div> | ||||
|                 <span data-lgid="P_MANAGEHARSHDRIVING">Manage Harsh Driving</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> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user