?? vpn.asp.svn-base
字號:
<% do_pagehead(); %> <title><% nvram_get("router_name"); %> - VPN</title> <script type="text/javascript"> //<![CDATA[document.title = "<% nvram_get("router_name"); %>" + vpn.titl;function to_submit(F) { F.save_button.value = sbutton.saving; apply(F);} //]]> </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("Firewall.asp","VPN.asp"); %> </div> <div id="main"> <div id="contents"> <form action="apply.cgi" method="<% get_http_method(); %>"> <input type="hidden" name="submit_button" value="VPN" /> <input type="hidden" name="action" value="Apply" /> <input type="hidden" name="change_action" /> <input type="hidden" name="submit_type" /> <h2><% tran("vpn.h2"); %></h2> <fieldset> <legend><% tran("vpn.legend"); %></legend> <div class="setting"> <div class="label"><% tran("vpn.ipsec"); %></div> <input class="spaceradio" type="radio" value="1" name="ipsec_pass" <% nvram_checked("ipsec_pass","1"); %> /><% tran("share.enable"); %> <input class="spaceradio" type="radio" value="0" name="ipsec_pass" <% nvram_checked("ipsec_pass","0"); %> /><% tran("share.disable"); %> </div> <div class="setting"> <div class="label"><% tran("vpn.pptp"); %></div> <input class="spaceradio" type="radio" value="1" name="pptp_pass" <% nvram_checked("pptp_pass","1"); %> /><% tran("share.enable"); %> <input class="spaceradio" type="radio" value="0" name="pptp_pass" <% nvram_checked("pptp_pass","0"); %> /><% tran("share.disable"); %> </div> <div class="setting"> <div class="label"><% tran("vpn.l2tp"); %></div> <input class="spaceradio" type="radio" value="1" name="l2tp_pass" <% nvram_checked("l2tp_pass","1"); %> /><% tran("share.enable"); %> <input class="spaceradio" type="radio" value="0" name="l2tp_pass" <% nvram_checked("l2tp_pass","0"); %> /><% tran("share.disable"); %> </div> </fieldset><br/> <div class="submitFooter"> <script type="text/javascript"> //<![CDATA[ submitFooterButton(1,1); //]]> </script> </div> </form> </div> </div> <div id="helpContainer"> <div id="help"> <div><h2><% tran("share.help"); %></h2></div> <dl> <dd class="definition"><% tran("hvpn.right1"); %></dd> </dl> <br/> <a href="javascript:openHelpWindow<% nvram_selmatch("dist_type","micro","Ext"); %>('HVPN.asp');"><% tran("share.more"); %></a> </div> </div> <div id="floatKiller"></div> <% do_statusinfo(); %> </div> </div> </body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -