|
|
Zeile 38: |
Zeile 38: |
| == Test == | | == Test == |
|
| |
|
| <html>
| | * Profil für TP-Link WR741ND: minimal, nur Zapp, olsr-viz |
| <script type="text/javascript">
| | * Nano M2: openvpn+libopenssl+luci-app-openvpn, Zapp, olsr-viz |
| function gosearch() {
| | * Nano M5: regulatory.bin + wpad + openvpn+libopenssl+luci-app-openvpn, Zapp, olsr-viz |
| var searchstring = document.getElementById('searchfield').value;
| |
| var searchsite = document.getElementById('choose').value;
| |
| var searchurl = searchsite + searchstring;
| |
| | |
| window.location.href = searchurl;
| |
| }
| |
| </script>
| |
| | |
| <strong>Search:</strong>
| |
| <select name="choose" id="choose">
| |
| <option value="http://www.google.com/search?q=">Google</option>
| |
| <option value="http://search.yahoo.com/search?p=">Yahoo!</option>
| |
| <option value="http://search.live.com/results.aspx?q=">Microsoft</option>
| |
| </select>
| |
| <input type="text" name="searchfield" id="searchfield" value="asdf" />
| |
| <input type="button" name="gobutton" id="gobutton" value="Go!" onclick="gosearch();" />
| |
| | |
| | |
| <form action="http://imagebuilder.augsburg.freifunk.net/cgi-bin/newkit/wizard.cgi" method="get">
| |
| <input type="hidden" name="community" value="potsdam">
| |
| <input type="hidden" name="target" value="ar71xx-backfire-28680">
| |
| <input type="hidden" name="profile" value="UBNT">
| |
| <input type="hidden" name="webif" value="luci">
| |
| <input type="hidden" name="theme" value="luci-theme-freifunk-generic">
| |
| <input type="hidden" name="hostname" value="ap4-96">
| |
| <input type="hidden" name="latitude" value="52.39349">
| |
| <input type="hidden" name="longitude" value="13.06489">
| |
| <input type="hidden" name="wifichannel" value="13">
| |
| <input type="hidden" name="wifidhcp" value="1">
| |
| <input type="hidden" name="dhcp_range" value="">
| |
| <input type="hidden" name="olsr" value="1">
| |
| <input type="hidden" name="sharenet" value="1">
| |
| <input type="hidden" name="extrapackages" value="openvpn+libopenssl+luci-app-openvpn">
| |
| <input type="hidden" name="nickname" value="Andr">
| |
| <input type="hidden" name="name" value="Andr+Kloth">
| |
| <input type="hidden" name="mail" value="info%40freifunk-potsdam.de">
| |
| <input type="hidden" name="phone" value="">
| |
| <input type="hidden" name="location" value="Lindenstrae+13">
| |
| <input type="hidden" name="note" value="">
| |
| <input type="hidden" name="cgi_formstatus" value="GENERATE">
| |
| <table border="0" cellpadding="0" cellspacing="4">
| |
| <tr>
| |
| <td align="right">IP-Addresse</td>
| |
| <td><input name="wifiip" type="text" size="30" maxlength="30"></td>
| |
| </tr>
| |
| </table>
| |
| <input type="submit" value="senden"><br>
| |
| </form>
| |
| </html>
| |