log_outgoing.asp.svn-base

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

SVN-BASE
35
字号
<% do_pagehead(); %>		<title><% nvram_get("router_name"); %> - Outgoing Log Table</title>		<script type="text/javascript">		//<![CDATA[document.title = "<% nvram_get("router_name"); %>" + log_out.titl;				//]]>		</script>	</head>	<body>		<div class="popup">			<form>				<h2><% tran("log_out.h2"); %></h2>				<table class="table">					<tr>						<th><% tran("log_out.th_lanip"); %></th>						<th><% tran("log_out.th_wanip"); %></th>						<th><% tran("share.proto"); %></th>						<th><% tran("log_out.th_port"); %></th>						<th><% tran("share.rule"); %></th>					</tr>					<% dumplog("outgoing"); %>				</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 + -
显示快捷键?