status_openvpn.asp.svn-base

来自「一个很好的无线搜索、自动连接脚本」· SVN-BASE 代码 · 共 40 行

SVN-BASE
40
字号
<% do_pagehead(); %>		<title><% nvram_get("router_name"); %> - OpenVPN Status</title>		<script type="text/javascript">		//<![CDATA[document.title = "<% nvram_get("router_name"); %>" + status_openvpn.titl;		//]]>		</script>	</head>	<body class="gui">		<% showad(); %>		<div id="wrapper">			<div id="content">				<div id="header">					<div id="logo"><h1><% show_control(); %></h1></div>					<% do_menu("Status_Router.asp","Status_OpenVPN.asp"); %>				</div>				<div id="main">					<div id="contents">					<% show_openvpn_status(); %>					</div>				</div>				<div id="helpContainer">					<div id="help">						<div id="logo">							<h2><% tran("share.help"); %></h2>						</div>						<br />					</div>				</div>				<div id="floatKiller"></div>				<% do_statusinfo(); %>			</div>		</div>	</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?