1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<html xmlns:v>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
7<meta HTTP-EQUIV="Expires" CONTENT="-1">
8<title>ASUS Wireless Router <#Web_Title#> - <#menu5_3_5#></title>
9<link rel="stylesheet" type="text/css" href="index_style.css"> 
10<link rel="stylesheet" type="text/css" href="form_style.css">
11<script type="text/javascript" src="/state.js"></script>
12<script type="text/javascript" src="/general.js"></script>
13<script type="text/javascript" src="/popup.js"></script>
14<script type="text/javascript" src="/help.js"></script>
15<script type="text/javascript" src="/detect.js"></script>
16<script>
17wan_route_x = '<% nvram_get_x("IPConnection", "wan_route_x"); %>';
18wan_nat_x = '<% nvram_get_x("IPConnection", "wan_nat_x"); %>';
19wan_proto = '<% nvram_get_x("Layer3Forwarding",  "wan_proto"); %>';
20
21<% login_state_hook(); %>
22var wireless = [<% wl_auth_list(); %>];	// [[MAC, associated, authorized], ...]
23
24function applyRule(){
25	if(validForm()){
26		showLoading();
27		
28		document.form.action_mode.value = " Apply ";
29		document.form.current_page.value = "/as.asp";
30		document.form.next_page.value = "";
31		
32		document.form.submit();
33	}
34}
35
36function validForm(){
37	if(!validate_ipaddr(document.form.dmz_ip, 'dmz_ip'))
38		return false;
39	
40	return true;
41}
42
43function done_validating(action){
44	refreshpage();
45}
46</script>
47</head>
48<body onload="show_banner(1); show_menu(5,3,5); show_footer(); load_body();" onunLoad="return unload_body();">
49
50<div id="TopBanner"></div>
51
52<div id="Loading" class="popup_bg"></div>
53
54<iframe name="hidden_frame" id="hidden_frame" src="" width="0" height="0" frameborder="0"></iframe>
55<form method="post" name="form" id="ruleForm" action="/start_apply.htm" target="hidden_frame">
56<input type="hidden" name="productid" value="<% nvram_get_f("general.log","productid"); %>">
57
58<input type="hidden" name="current_page" value="Advanced_Exposed_Content.asp">
59<input type="hidden" name="next_page" value="">
60<input type="hidden" name="next_host" value="">
61<input type="hidden" name="sid_list" value="IPConnection;PPPConnection;">
62<input type="hidden" name="group_id" value="">
63<input type="hidden" name="modified" value="0">
64<input type="hidden" name="action_mode" value="">
65<input type="hidden" name="first_time" value="">
66<input type="hidden" name="action_script" value="">
67<input type="hidden" name="preferred_lang" id="preferred_lang" value="<% nvram_get_x("LANGUAGE", "preferred_lang"); %>">
68<input type="hidden" name="wl_ssid2" value="<% nvram_get_x("WLANConfig11b",  "wl_ssid2"); %>">
69<input type="hidden" name="firmver" value="<% nvram_get_x("",  "firmver"); %>">
70
71<table class="content" align="center" cellpadding="0" cellspacing="0">
72	<tr>
73		<td width="23">&nbsp;</td>		
74		<td valign="top" width="202">				
75		<div  id="mainMenu"></div>	
76		<div  id="subMenu"></div>		
77		</td>				
78		
79    <td valign="top">
80	<div id="tabMenu" class="submenuBlock"></div><br />
81		<!--===================================Beginning of Main Content===========================================-->		
82<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
83	<tr>
84		<td valign="top" >
85		
86<table width="500" border="0" align="center" cellpadding="5" cellspacing="0" class="FormTitle" table>
87	<thead>
88	<tr>
89		<td><#t1NAT#> - <#menu5_3_5#></td>
90	</tr>
91	</thead>
92	<tbody>
93	<tr>
94	  <td bgcolor="#FFFFFF"><#IPConnection_ExposedIP_sectiondesc#></td>
95	  </tr>
96	<tr>
97		<td bgcolor="#FFFFFF"><table width="100%" border="1" align="center" cellpadding="4" cellspacing="0" bordercolor="#6b8fa3"  class="FormTable">
98          <tr>
99            <th width="30%"><#IPConnection_ExposedIP_itemname#></th>
100            <td>
101              <input type="text" maxlength="15" class="input" size="15" name="dmz_ip" value="<% nvram_get_x("IPConnection","dmz_ip"); %>" onkeypress="return is_ipaddr(this)" onkeyup="change_ipaddr(this)" />
102            </td>
103          </tr>
104        </table></td>
105	</tr>
106	</tbody>
107	<tr>
108	  <td bgcolor="#FFFFFF">		
109		<table width="100%" border="1" align="center" cellpadding="4" cellspacing="0" bordercolor="#6b8fa3"  class="FormTable">
110		  <thead>
111          <tr>
112            <td colspan="2"><#IPConnection_BattleNet_sectionname#></td>
113          </tr>
114		  </thead>
115		  
116          <tr>
117			<td colspan="2"><#IPConnection_BattleNet_sectiondesc#></td>
118		  </tr>
119          <tr>
120          <th width="30%"  align="right"><a class="hintstyle" href="javascript:void(0);" onClick="openHint(7,20);"><#IPConnection_BattleNet_itemname#></a></th>
121          <td><input type="radio" value="1" name="sp_battle_ips" class="content_input_fd" onClick="return change_common_radio(this, 'IPConnection', 'sp_battle_ips', '1')" <% nvram_match_x("IPConnection","sp_battle_ips", "1", "checked"); %>>Yes</input><input type="radio" value="0" name="sp_battle_ips" class="content_input_fd" onClick="return change_common_radio(this, 'IPConnection', 'sp_battle_ips', '0')" <% nvram_match_x("IPConnection","sp_battle_ips", "0", "checked"); %>>No</input></td>
122          </tr>
123          <tr>
124            <td colspan="2"  align="right"><input name="button" type="button" class="button" onclick="applyRule()" value="<#CTL_apply#>"/></td>
125          </tr>
126        </table>		</td>
127	</tr>
128</table>
129</td>
130</form>
131
132	<td id="help_td" style="width:15px;" valign="top">
133		  
134	  <div id="helpicon" onClick="openHint(0,0);" title="<#Help_button_default_hint#>"><img src="images/help.gif" /></div>
135	  <div id="hintofPM" style="display:none;">
136<form name="hint_form"></form>
137	    <table width="100%" cellpadding="0" cellspacing="1" class="Help" bgcolor="#999999">
138		  <thead>
139		  <tr>
140			<td>
141			  <div id="helpname" class="AiHintTitle"></div>
142			  <a href="javascript:;" onclick="closeHint()" ><img src="images/button-close.gif" class="closebutton" /></a>
143			</td>
144		  </tr>
145		  </thead>
146		  
147		  <tr>				
148			<td valign="top" >
149			  <div class="hint_body2" id="hint_body"></div>
150			  <iframe id="statusframe" name="statusframe" class="statusframe" src="" frameborder="0"></iframe>
151			</td>
152		  </tr>
153		</table>
154	  </div><!--End of hintofPM-->
155		  </td>
156        </tr>
157      </table>				
158		<!--===================================Ending of Main Content===========================================-->		
159	</td>
160		
161    <td width="10" align="center" valign="top">&nbsp;</td>
162	</tr>
163</table>
164
165<div id="footer"></div>
166
167</body>
168</html>
169