Changeset 12350
- Timestamp:
- 06/22/09 07:27:28 (4 years ago)
- File:
-
- 1 edited
-
src/router/kromo/dd-wrt/index.asp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/kromo/dd-wrt/index.asp
r12028 r12350 302 302 <input type="hidden" name="fullswitch" value="0" /> 303 303 <input type="hidden" name="lan_ipaddr" value="4" /> 304 <h2><% nvram_else_match("wl_mode", "ap", "<script type="text/javascript">Capture(idx.h2);</script>", "<script type="text/javascript">Capture(idx.h22);</script>"); %></h2> 305 304 305 <% ifdef("WET", "<!--"); %> 306 <h2><script type="text/javascript">Capture(idx.h2);</script></h2> 307 <% ifdef("WET", "-->"); %> 308 <% ifndef("WET", "<!--"); %> 309 <h2><script type="text/javascript">Capture(idx.h22);</script></h2> 310 <% ifndef("WET", "-->"); %> 311 306 312 <fieldset> 307 313 <legend><% tran("idx.legend"); %></legend> 308 314 309 <% nvram_match("wl0_mode", "ap", "<!--"); %> 310 <% nvram_match("wl0_mode", "sta", "<!--"); %> 311 <% nvram_match("wl0_mode", "infra", "<!--"); %> 312 <% nvram_match("wl0_mode", "apsta", "<!--"); %> 313 <% nvram_match("wl0_mode", "wdssta", "<!--"); %> 314 <% nvram_match("wl0_mode", "wdsap", "<!--"); %> 315 <% ifndef("WET", "<!--"); %> 315 316 <div class="setting"> 316 317 <div class="label"><% tran("idx.conn_type"); %></div> 317 318 <% tran("share.disabled"); %> 318 319 </div> 319 <% nvram_match("wl0_mode", "ap", "-->"); %> 320 <% nvram_match("wl0_mode", "sta", "-->"); %> 321 <% nvram_match("wl0_mode", "infra", "-->"); %> 322 <% nvram_match("wl0_mode", "apsta", "-->"); %> 323 <% nvram_match("wl0_mode", "wdssta", "-->"); %> 324 <% nvram_match("wl0_mode", "wdsap", "-->"); %> 325 320 <% ifndef("WET", "-->"); %> 326 321 327 <% nvram_match("wl0_mode", "apstawet", "<!--"); %> 328 <% nvram_match("wl0_mode", "wet", "<!--"); %> 322 <% ifdef("WET", "<!--"); %> 329 323 <div class="setting"> 330 324 <div class="label"><% tran("idx.conn_type"); %></div> … … 334 328 </div> 335 329 <% show_index_setting(); %> 336 <% nvram_match("wl0_mode", "wet", "-->"); %> 337 <% nvram_match("wl0_mode", "apstawet", "-->"); %> 330 <% ifdef("WET", "-->"); %> 338 331 339 332 <div class="setting"> … … 352 345 </div> 353 346 354 <% nvram_match("wl0_mode", "wet", "<!--"); %> 355 <% nvram_match("wl0_mode", "apstawet", "<!--"); %> 347 <% ifdef("WET", "<!--"); %> 356 348 <div class="setting"> 357 349 <div class="label"><% tran("share.hostname"); %></div> … … 374 366 <input class="num" maxlength="4" onblur="valid_mtu(this)" size="5" name="wan_mtu" value="<% nvram_get("wan_mtu"); %>" /> 375 367 </div> 376 <% nvram_match("wl0_mode", "wet", "-->"); %> 377 <% nvram_match("wl0_mode", "apstawet", "-->"); %> 368 <% ifdef("WET", "-->"); %> 378 369 </fieldset><br /> 379 370
Note: See TracChangeset
for help on using the changeset viewer.
