Changeset 13167
- Timestamp:
- 11/04/09 12:42:21 (2 weeks ago)
- Files:
-
- src/router/kromo/dd-wrt/Hotspot.asp (modified) (1 diff)
- src/router/kromo/dd-wrt/Makefile (modified) (1 diff)
- src/router/kromo/dd-wrt/hotspotsystem (added)
- src/router/kromo/dd-wrt/hotspotsystem/hotspotsystem.png (added)
- src/router/kromo/dd-wrt/lang_pack/english.js (modified) (1 diff)
- src/router/kromo/dd-wrt/lang_pack/slovenian.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/router/kromo/dd-wrt/Hotspot.asp
r13135 r13167 49 49 show_layer_ext(document.setup.smtp_redirect_enable, 'smtpredirect', <% nvram_else_match("smtp_redirect_enable", "1", "1", "0"); %> == 1); 50 50 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 52 54 update = new StatusbarUpdate(); 53 55 update.start(); src/router/kromo/dd-wrt/Makefile
r13121 r13167 86 86 ifeq ($(CONFIG_WIFIDOG),y) 87 87 cp wifidog/*.png $(INSTALLDIR)/www/images 88 endif 89 ifeq ($(CONFIG_HOTSPOT),y) 90 cp hotspotsystem/hotspotsystem.png $(INSTALLDIR)/www/images 88 91 endif 89 92 src/router/kromo/dd-wrt/lang_pack/english.js
r13159 r13167 779 779 hotspot.wifidog_auth="HTTP Server Authentication Support"; 780 780 781 // ** Hotspotsystem **// 782 var hotspotsys = new Object(); 783 hotspotsys.legend="Hotspot System"; 784 hotspotsys.nobridge="Separate Wifi from LAN Bridge"; 785 hotspotsys.uamenable="UAM"; 786 hotspotsys.allowuam="UAM Allowed"; 787 hotspotsys.operatorid="Operator ID"; 788 hotspotsys.locationid="Location ID"; 789 hotspotsys.dhcp="DHCP Interface"; 790 781 791 var anchorfree = new Object(); 782 792 anchorfree.anchorfree="AnchorFree"; src/router/kromo/dd-wrt/lang_pack/slovenian.js
r13152 r13167 779 779 hotspot.wifidog_auth="HTTP streŸnik: podpora overjanju"; 780 780 781 // ** Hotspotsystem **// 782 783 hotspotsys.legend="Hotspot System"; 784 hotspotsys.nobridge="Loèi WiFi od LAN mosta"; 785 hotspotsys.uamenable="UAM"; 786 hotspotsys.allowuam="UAM dopu¹èeni"; 787 hotspotsys.operatorid="ID operatorja"; 788 hotspotsys.locationid="ID lokacije"; 789 hotspotsys.dhcp="DHCP vmesnik"; 790 781 791 782 792 anchorfree.anchorfree="AnchorFree";
