Changeset 13167

Show
Ignore:
Timestamp:
11/04/09 12:42:21 (2 weeks ago)
Author:
eko
Message:

some Hotspot System work for testing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/router/kromo/dd-wrt/Hotspot.asp

    r13135 r13167  
    4949        show_layer_ext(document.setup.smtp_redirect_enable, 'smtpredirect', <% nvram_else_match("smtp_redirect_enable", "1", "1", "0"); %> == 1); 
    5050        show_layer_ext(document.setup.wd_auth, 'idauth', <% nvram_else_match("wd_auth", "1", "1", "0"); %> == 1); 
    51          
     51        show_layer_ext(document.setup.hotss_enable, 'idhotspotsys', <% nvram_else_match("hotss_enable", "1", "1", "0"); %> == 1); 
     52        show_layer_ext(document.setup.hotss_uamenable, 'idhotssuam', <% nvram_else_match("hotss_uamenable", "1", "1", "0"); %> == 1); 
     53                         
    5254        update = new StatusbarUpdate(); 
    5355        update.start(); 
  • src/router/kromo/dd-wrt/Makefile

    r13121 r13167  
    8686ifeq ($(CONFIG_WIFIDOG),y) 
    8787        cp wifidog/*.png $(INSTALLDIR)/www/images 
     88endif 
     89ifeq ($(CONFIG_HOTSPOT),y) 
     90        cp hotspotsystem/hotspotsystem.png $(INSTALLDIR)/www/images 
    8891endif 
    8992 
  • src/router/kromo/dd-wrt/lang_pack/english.js

    r13159 r13167  
    779779hotspot.wifidog_auth="HTTP Server Authentication Support"; 
    780780 
     781// ** Hotspotsystem **// 
     782var hotspotsys = new Object(); 
     783hotspotsys.legend="Hotspot System"; 
     784hotspotsys.nobridge="Separate Wifi from LAN Bridge"; 
     785hotspotsys.uamenable="UAM"; 
     786hotspotsys.allowuam="UAM Allowed"; 
     787hotspotsys.operatorid="Operator ID"; 
     788hotspotsys.locationid="Location ID"; 
     789hotspotsys.dhcp="DHCP Interface"; 
     790 
    781791var anchorfree = new Object(); 
    782792anchorfree.anchorfree="AnchorFree"; 
  • src/router/kromo/dd-wrt/lang_pack/slovenian.js

    r13152 r13167  
    779779hotspot.wifidog_auth="HTTP streŸnik: podpora overjanju"; 
    780780 
     781// ** Hotspotsystem **// 
     782 
     783hotspotsys.legend="Hotspot System"; 
     784hotspotsys.nobridge="Loèi WiFi od LAN mosta"; 
     785hotspotsys.uamenable="UAM"; 
     786hotspotsys.allowuam="UAM dopu¹èeni"; 
     787hotspotsys.operatorid="ID operatorja"; 
     788hotspotsys.locationid="ID lokacije"; 
     789hotspotsys.dhcp="DHCP vmesnik"; 
     790 
    781791 
    782792anchorfree.anchorfree="AnchorFree";