1 | <html>
|
---|
2 | <!-- This is an devel/py-Jinja2 template -->
|
---|
3 | <head>
|
---|
4 | <title>Welkom bij Wireless Leiden captive portal</title>
|
---|
5 | <style type='text/css'>
|
---|
6 | .status {
|
---|
7 | background-color: lightgrey;
|
---|
8 | text-align: center;
|
---|
9 | }
|
---|
10 | .warning {
|
---|
11 | background-color: orange;
|
---|
12 | text-align: center;
|
---|
13 | }
|
---|
14 | </style>
|
---|
15 | </head>
|
---|
16 | <body>
|
---|
17 | <table width="100%"><tr>
|
---|
18 | <td>
|
---|
19 | <div class="status"><h2></h2></div>
|
---|
20 | <div class="warning"></div>
|
---|
21 | </td>
|
---|
22 | <td width="50px"><img src="/static/wl-logo.png"></td>
|
---|
23 | </tr></table>
|
---|
24 | <hr />
|
---|
25 | <small><i><a href="#english">For English see bottom of this page</a></i></small>
|
---|
26 | <h3>Eerlijk gebruikmaken van Wireless Leiden</h3>
|
---|
27 | <pre>
|
---|
28 | A) Het gebruik van het Wireless Leiden netwerk en de internettoegang zijn
|
---|
29 | kostenloos en u hoeft zich niet aan te melden.
|
---|
30 | B) U dient zich te houden aan de Nederlandse wetgeving en geen schade toe te
|
---|
31 | brengen of ongemak te veroorzaken voor anderen.
|
---|
32 | C) De Stichting Wireless Leiden accepteert geen enkele aansprakelijkheid
|
---|
33 | voor schade in welke vorm dan ook die is ontstaan door of verband houdt
|
---|
34 | met het gebruik van het netwerk.
|
---|
35 | </pre>
|
---|
36 |
|
---|
37 | <h3>Internet Toegang</h3>
|
---|
38 | <p>Internetten op het Wireless Leiden netwerk kan op twee manieren:<br />
|
---|
39 | <small>N.B. U kunt alleen internetten via uw webbrowser, andere toepassingen zoals Microsoft Outlook zijn niet mogelijk. Gebruik webmail om te e-mailen.</small>
|
---|
40 | <ol>
|
---|
41 | <li>In uw browser een 'proxy' instellen. (in het algemeen sneller internet).</li>
|
---|
42 | <li>Gebruik maken van de iLeiden service (gemakkelijk voor mobiele apparaten).</li>
|
---|
43 | </ol>
|
---|
44 |
|
---|
45 | <form action="http://172.31.255.1/wlportal/index.cgi" method="POST">
|
---|
46 | <input name="action" type="hidden" value="login" />
|
---|
47 | <input type="submit" value="I wil gebruik maken van iLeiden" style="color:#000000; background: green; font-weight: bold"/>
|
---|
48 | </form>
|
---|
49 |
|
---|
50 | <h4>Instellen proxy in browser</h4>
|
---|
51 | In Firefox: ga naar <em>Edit->Preferences->Advanced->Network->Settings.</em><br />
|
---|
52 | Handmatige proxy-configuratie: vul in HTTP proxy: proxy.wleiden.net port 3128.<br>
|
---|
53 | <p>
|
---|
54 | <small>N.B. Haal na gebruik de instellingen weer weg</small>
|
---|
55 | <h4>Contact</h4>
|
---|
56 | Vragen en opmerkingen kunt u kwijt op onze <a href="http://lijst.wirelessleiden.nl/mailman/listinfo/gebruikers">gebruikers mailing lijst</a>.
|
---|
57 | <hr>
|
---|
58 | <a name="english"></a>
|
---|
59 | <h1>Welcome to Wireless Leiden</h1>
|
---|
60 | <h3>Internet access</h3>
|
---|
61 | <p>You are connected to the local Wireless Leiden network. To use one of the gateways (proxies) to Internet you have to specify a proxy in your web browser OR click on the button bellow.<br>
|
---|
62 | To set the proxy for instance in Firefox go to Edit->Preferences->Advanced->Network->Settings.<br>
|
---|
63 | Manual proxy configuration: specify HTTP proxy: proxy.wleiden.net port 3128.<br>
|
---|
64 | Detailed instructions can be downloaded from our <a href="http://www.wirelessleiden.nl">website</a>.
|
---|
65 | </p>
|
---|
66 | <p>
|
---|
67 | Please note that you can only access the internet via your webbrowser, use of other applications like Microsoft Outlook is not possible (you have to use webmail).
|
---|
68 |
|
---|
69 | <h3>Fair Use of Wireless Leiden</h3>
|
---|
70 | The use of the Wireless Leiden network and the internet connection are free and no registration is required. However, you should refrain from any illegal activity and not provide harm of any kind or inconvenience to other users.<br>
|
---|
71 | The Wireless Leiden Foundation does not accept any responsibility whatsoever for damage related to or originated from the use of the network.
|
---|
72 |
|
---|
73 | <form action="http://172.31.255.1/wlportal/" method="POST">
|
---|
74 | <input name="action" type="hidden" value="login" />
|
---|
75 | <input type="submit" value="OK, agreed" style="color:#000000; background: green; font-weight: bold" />
|
---|
76 | </form>
|
---|
77 |
|
---|
78 | <hr>
|
---|
79 | <br>
|
---|
80 | <em>
|
---|
81 | <a href="http://www.wirelessleiden.nl">Wireless Leiden Homepage</a>
|
---|
82 | <br />
|
---|
83 | </em>
|
---|
84 | <h3>More options</h3>
|
---|
85 | <form action="http://172.31.255.1/wlportal/" method="POST">
|
---|
86 | <input name="action" type="hidden" value="logout" />
|
---|
87 | <input type="submit" value="Cancel and/or Logout" style="color:#000000; background: red; font-weight: bold"/>
|
---|
88 | </form>
|
---|
89 | <hr /><em>Technical Details:</em><pre>
|
---|
90 |
|
---|
91 | </pre>
|
---|
92 | </body>
|
---|
93 | </html>
|
---|
94 |
|
---|