Changeset 9275
- Timestamp:
- 03/09/08 07:48:33 (5 years ago)
- Location:
- src/router/kromo
- Files:
-
- 2 edited
-
common/Info.htm (modified) (2 diffs)
-
dd-wrt/Wireless_Advanced.asp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/kromo/common/Info.htm
r9206 r9275 313 313 <% nvram_invmatch("wl0_mode", "ap", "<script type="text/javascript">Capture(wl_basic.ap)</script><!--"); %><% nvram_match("wl0_radauth","0","<script type="text/javascript">Capture(share.disabled)</script>"); %><% nvram_match("wl0_radauth","1","<script type="text/javascript">Capture(share.enabled)</script>"); %><% nvram_invmatch("wl0_mode", "ap", "-->"); %> 314 314 </div> 315 <% ifdef("MINI", "<!--"); %> 316 <% ifdef("MICRO", "<!--"); %> 315 <% ifndef("RFLOW", "<!--"); %> 317 316 <div class="setting"> 318 317 <div class="label">WRT-rflow</div> … … 323 322 <% nvram_match("macupd_enable","0","<script type="text/javascript">Capture(share.disabled)</script>"); %><% nvram_match("macupd_enable","1","<script type="text/javascript">Capture(share.enabled)</script>"); %> 324 323 </div> 325 <% ifdef("VPN", "<!--"); %> 324 <% ifdnef("RFLOW", "-->"); %> 325 <% ifndef("SAMBA", "<!--"); %> 326 326 <div class="setting"> 327 327 <div class="label"><% tran("management.samba_legend"); %></div> 328 328 <% nvram_match("samba_mount","0","<script type="text/javascript">Capture(share.disabled)</script>"); %><% nvram_match("samba_mount","1","<script type="text/javascript">Capture(share.enabled)</script>"); %> 329 329 </div> 330 <% ifdef("VPN", "-->"); %> 330 <% ifndef("SAMBA", "-->"); %> 331 <% ifndef("SPUTNIK_APD", "<!--"); %> 331 332 <div class="setting"> 332 333 <div class="label"><% tran("bmenu.statuSputnik"); %></div> 333 334 <% nvram_else_match("apd_enable","0","<script type="text/javascript">Capture(share.disabled)</script>","<script type="text/javascript">Capture(share.enabled)</script>"); %> 334 335 </div> 335 <% ifdef("MINI", "-->"); %> 336 <% ifdef("MICRO", "-->"); %> 336 <% ifndef("SPUTNIK_APD", "-->"); %> 337 337 </fieldset><br /> 338 338 -
src/router/kromo/dd-wrt/Wireless_Advanced.asp
r8564 r9275 451 451 <span class="default"><script type="text/javascript"> 452 452 //<![CDATA[ 453 document.write("(" + share.deflt + ": 28, " + share.range + ": 0 - 251mW)");453 document.write("(" + share.deflt + ": 70, " + share.range + ": 0 - 251mW)"); 454 454 //]]> 455 455 </script></span>
Note: See TracChangeset
for help on using the changeset viewer.
