log_incoming.asp.svn-base

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

SVN-BASE
34
字号
<% do_pagehead(); %>	<title><% nvram_get("router_name"); %> - Incoming Log Table</title>	<script type="text/javascript">	//<![CDATA[		document.title = "<% nvram_get("router_name"); %>" + log_in.titl;		//]]>	</script>	</head>	<body>		<div class="popup">			<form>				<h2><% tran("log_in.h2"); %></h2>				<table class="table">					<tr>						<th><% tran("log_in.th_ip"); %></th>						<th><% tran("share.proto"); %></th>						<th><% tran("log_in.th_port"); %></th>						<th><% tran("share.rule"); %></th>					</tr>					<% dumplog("incoming"); %>				</table><br />				<div class="submitFooter">					<script type="text/javascript">					//<![CDATA[					submitFooterButton(0,0,0,0,1,1);					//]]>					</script>				</div>			</form>		</div>	</body></html>

⌨️ 快捷键说明

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