Changeset 13781 in hybrid for branches/releng-11/nanobsd/files
- Timestamp:
- Jan 23, 2017, 10:31:34 PM (8 years ago)
- Location:
- branches/releng-11/nanobsd/files/usr/local/www/portal
- Files:
-
- 7 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/files/usr/local/www/portal/about-en.html
-
Property svn:executable
set to
*
r13774 r13781 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 7 <meta name="description" content=""> 8 <meta name="author" content=""> 9 <link rel="shortcut icon" href="ico/favicon.ico"> 10 11 <title>Stichting Wireless Leiden - Captive Portal Login</title> 12 13 <!-- Bootstrap core CSS --> 14 <link href="css/bootstrap.min.css" rel="stylesheet"> 15 16 <!-- Custom styles for this template --> 17 <link href="css/jumbotron-narrow.css" rel="stylesheet"> 18 19 <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> 20 <!--[if lt IE 9]> 21 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> 22 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> 23 <![endif]--> 24 </head> 25 26 <body> 27 28 <div class="container"> 29 <div class="header"> 30 <ul class="nav nav-pills pull-right" style="margin-left: 10px"> 31 <li> 32 <a href="about.html"> 33 <img src="images/flag-nl.png" height="20px" /> 34 </a> 35 </li> 36 <li class="active"> 37 <a href="about-en.html"> 38 <img src="images/flag-gb.png" height="20px" /> 39 </a> 40 </li> 41 </ul> 42 <ul class="nav nav-pills pull-right"> 43 <li><a href="portal-en.html">Home</a></li> 44 <li class="active"><a href="about-en.html">About</a></li> 45 <li><a href="contact-en.html">Contact</a></li> 46 </ul> 47 <div style="text-align:left"><img src="images/wl-logo.png" style="float:left; padding: 5px;" width="80" height="50"> 48 <h3 class="text-muted">Stichting Wireless Leiden</h3> 49 </div> 50 51 <div class="jumbotron"> 1 <!--#set var="language" value="en" --> 2 <!--#set var="menu" value="about" --> 3 <!--#include file="header.html.tmpl" --> 52 4 Since the start in 2002 the Wireless Leiden Foundation has established a fast, open and inexpensive wireless community network for the Dutch city of Leiden and surrounding villages. 53 5 It is an independent network, which technically links up seamlessly to the Internet, but can also be used for free local communication within the Leiden region. Wireless Leiden is a non-profit organisation, operating completely with professional volunteers. All our software, technological and organisational knowledge is freely available to others under an open source license. 54 </div> 55 56 <div class="row marketing"> 57 <div class="col-lg-6"> 58 <h4>Free</h4> 59 <p>Created and managed by volunteers</p> 60 61 <h4>Commonity</h4> 62 <p>Made possible by many sponsors</p> 63 64 <h4>Innovatie</h4> 65 <p>All our innovations are free to use by other (voluntary) organizations</p> 66 </div> 67 68 <div class="col-lg-6"> 69 <h4>Involved</h4> 70 <p>Free and open network accessible for everyone</p> 71 72 <h4>Services</h4> 73 <p>Spin-offs from various technology companies</p> 74 75 <h4>Open</h4> 76 <p>No restrictions, limits or other hidden blockages</p> 77 </div> 78 </div> 79 80 <div class="footer"> 81 <p>© Stichting Wireless Leiden 2014</p> 82 </div> 83 84 </div> <!-- /container --> 85 86 87 <!-- Bootstrap core JavaScript 88 ================================================== --> 89 <!-- Placed at the end of the document so the pages load faster --> 90 </body> 91 </html> 92 6 <!--#include file="footer.html.tmpl" --> -
Property svn:executable
set to
-
branches/releng-11/nanobsd/files/usr/local/www/portal/about.html
-
Property svn:executable
set to
*
r13774 r13781 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 7 <meta name="description" content=""> 8 <meta name="author" content=""> 9 <link rel="shortcut icon" href="ico/favicon.ico"> 10 11 <title>Stichting Wireless Leiden - Captive Portal Login</title> 12 13 <!-- Bootstrap core CSS --> 14 <link href="css/bootstrap.min.css" rel="stylesheet"> 15 16 <!-- Custom styles for this template --> 17 <link href="css/jumbotron-narrow.css" rel="stylesheet"> 18 19 <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> 20 <!--[if lt IE 9]> 21 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> 22 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> 23 <![endif]--> 24 </head> 25 26 <body> 27 28 <div class="container"> 29 <div class="header"> 30 <ul class="nav nav-pills pull-right" style="margin-left: 10px"> 31 <li class="active"> 32 <a href="about.html"> 33 <img src="images/flag-nl.png" height="20px" /> 34 </a> 35 </li> 36 <li> 37 <a href="about-en.html"> 38 <img src="images/flag-gb.png" height="20px" /> 39 </a> 40 </li> 41 </ul> 42 <ul class="nav nav-pills pull-right"> 43 <li><a href="portal.html">Home</a></li> 44 <li class="active"><a href="about.html">About</a></li> 45 <li><a href="contact.html">Contact</a></li> 46 </ul> 47 <div style="text-align:left"><img src="images/wl-logo.png" style="float:left; padding: 5px;" width="80" height="50"> 48 <h3 class="text-muted">Stichting Wireless Leiden</h3> 49 </div> 50 51 <div class="jumbotron"> 1 <!--#set var="language" value="nl" --> 2 <!--#set var="menu" value="about" --> 3 <!--#include file="header.html.tmpl" --> 52 4 We zijn al sinds 2002 actief als <b>Stichting zonder winstoogmerk</b> 53 5 en hebben een open, goedkoop, snel draadloos netwerk tot stand gebracht voor … … 60 12 organisatorische kennis is vrij beschikbaar voor anderen onder een open source 61 13 licentie van Stichting Wireless Leiden. 62 </div> 63 64 <div class="row marketing"> 65 <div class="col-lg-6"> 66 <h4>Gratis</h4> 67 <p>Gemaakt en beheerd door vrijwilligers</p> 68 69 <h4>Gemeenschap</h4> 70 <p>Mede mogelijk gemaakt door vele sponsoren</p> 71 72 <h4>Innovatie</h4> 73 <p>Al onze innovatie is vrij te gebruiken door andere (vrijwilligers) organisaties</p> 74 </div> 75 76 <div class="col-lg-6"> 77 <h4>Betrokken</h4> 78 <p>Een open netwerk toegankelijk voor iedereen</p> 79 80 <h4>Diensten</h4> 81 <p>Spin-offs van diverse technologie-bedrijven</p> 82 83 <h4>Open</h4> 84 <p>Geen restricties, limieten of andere verborgen blokkades</p> 85 </div> 86 </div> 87 88 <div class="footer"> 89 <p>Stichting Wireless Leiden</p> 90 </div> 91 92 </div> <!-- /container --> 93 94 95 <!-- Bootstrap core JavaScript 96 ================================================== --> 97 <!-- Placed at the end of the document so the pages load faster --> 98 </body> 99 </html> 100 14 <!--#include file="footer.html.tmpl" --> -
Property svn:executable
set to
-
branches/releng-11/nanobsd/files/usr/local/www/portal/contact-en.html
-
Property svn:executable
set to
*
r13774 r13781 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 7 <meta name="description" content=""> 8 <meta name="author" content=""> 9 <link rel="shortcut icon" href="ico/favicon.ico"> 10 11 <title>Stichting Wireless Leiden - Captive Portal Login</title> 12 13 <!-- Bootstrap core CSS --> 14 <link href="css/bootstrap.min.css" rel="stylesheet"> 15 16 <!-- Custom styles for this template --> 17 <link href="css/jumbotron-narrow.css" rel="stylesheet"> 18 19 <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> 20 <!--[if lt IE 9]> 21 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> 22 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> 23 <![endif]--> 24 </head> 25 26 <body> 27 28 <div class="container"> 29 <div class="header"> 30 <ul class="nav nav-pills pull-right" style="margin-left: 10px"> 31 <li> 32 <a href="contact.html"> 33 <img src="images/flag-nl.png" height="20px" /> 34 </a> 35 </li> 36 <li class="active"> 37 <a href="contact-en.html"> 38 <img src="images/flag-gb.png" height="20px" /> 39 </a> 40 </li> 41 </ul> 42 <ul class="nav nav-pills pull-right"> 43 <li><a href="portal-en.html">Home</a></li> 44 <li><a href="about-en.html">About</a></li> 45 <li class="active"><a href="contact-en.html">Contact</a></li> 46 </ul> 47 <div style="text-align:left"><img src="images/wl-logo.png" style="float:left; padding: 5px;" width="80" height="50"> 48 <h3 class="text-muted">Stichting Wireless Leiden</h3> 49 </div> 50 51 <div class="jumbotron"> 52 <p class="lead"> 1 <!--#set var="language" value="en" --> 2 <!--#set var="menu" value="contact" --> 3 <!--#include file="header.html.tmpl" --> 53 4 Comments and suggestions are always welcome! 54 5 … … 57 8 <li>If you cannot establish a connection during an extended period, please visit our bi-weekly consultancy hour - see our website for location and time.</li> 58 9 </ul> 59 </div> 60 61 <div class="row marketing"> 62 <div class="col-lg-6"> 63 <h4>Free</h4> 64 <p>Created and managed by volunteers</p> 65 <h4>Commonity</h4> 66 <p>Made possible by many sponsors</p> 67 68 <h4>Innovatie</h4> 69 <p>All our innovations are free to use by other (voluntary) organizations</p> 70 </div> 71 72 <div class="col-lg-6"> 73 <h4>Involved</h4> 74 <p>Free and open network accessible for everyone</p> 75 76 <h4>Services</h4> 77 <p>Spin-offs from various technology companies</p> 78 79 <h4>Open</h4> 80 <p>No restrictions, limits or other hidden blockages</p> 81 </div> 82 </div> 83 84 <div class="footer"> 85 <p>© Stichting Wireless Leiden 2014</p> 86 </div> 87 88 </div> <!-- /container --> 89 90 91 <!-- Bootstrap core JavaScript 92 ================================================== --> 93 <!-- Placed at the end of the document so the pages load faster --> 94 </body> 95 </html> 96 10 <!--#include file="footer.html.tmpl" --> -
Property svn:executable
set to
-
branches/releng-11/nanobsd/files/usr/local/www/portal/contact.html
-
Property svn:executable
set to
*
r13774 r13781 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 7 <meta name="description" content=""> 8 <meta name="author" content=""> 9 <link rel="shortcut icon" href="ico/favicon.ico"> 10 11 <title>Stichting Wireless Leiden - Captive Portal Login</title> 12 13 <!-- Bootstrap core CSS --> 14 <link href="css/bootstrap.min.css" rel="stylesheet"> 15 16 <!-- Custom styles for this template --> 17 <link href="css/jumbotron-narrow.css" rel="stylesheet"> 18 19 <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> 20 <!--[if lt IE 9]> 21 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> 22 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> 23 <![endif]--> 24 </head> 25 26 <body> 27 28 <div class="container"> 29 <div class="header"> 30 <ul class="nav nav-pills pull-right" style="margin-left: 10px"> 31 <li class="active"> 32 <a href="contact.html"> 33 <img src="images/flag-nl.png" height="20px" /> 34 </a> 35 </li> 36 <li> 37 <a href="contact-en.html"> 38 <img src="images/flag-gb.png" height="20px" /> 39 </a> 40 </li> 41 </ul> 42 <ul class="nav nav-pills pull-right"> 43 <li><a href="portal.html">Home</a></li> 44 <li><a href="about.html">About</a></li> 45 <li class="active"><a href="contact.html">Contact</a></li> 46 </ul> 47 <div style="text-align:left"><img src="images/wl-logo.png" style="float:left; padding: 5px;" width="80" height="50"> 48 <h3 class="text-muted">Stichting Wireless Leiden</h3> 49 </div> 50 51 <div class="jumbotron"> 1 <!--#set var="language" value="nl" --> 2 <!--#set var="menu" value="contact" --> 3 <!--#include file="header.html.tmpl" --> 52 4 <p class="lead"> 53 5 Opmerkingen, suggesties en verbetering zijn altijd welkom! … … 58 10 <li>Indien u langere tijd geen verbinding kan maken kunt u ook proberen een van onze vrijwilligers te bellen op 06-26728599.</li> 59 11 </ul> 60 </div> 61 62 <div class="row marketing"> 63 <div class="col-lg-6"> 64 <h4>Gratis</h4> 65 <p>Gemaakt en beheerd door vrijwilligers</p> 66 67 <h4>Gemeenschap</h4> 68 <p>Mede mogelijk gemaakt door vele sponsoren</p> 69 70 <h4>Innovatie</h4> 71 <p>Al onze innovatie is vrij te gebruiken door andere (vrijwilligers) organisaties</p> 72 </div> 73 74 <div class="col-lg-6"> 75 <h4>Betrokken</h4> 76 <p>Een open netwerk toegankelijk voor iedereen</p> 77 78 <h4>Diensten</h4> 79 <p>Spin-offs van diverse technologie bedrijven</p> 80 81 <h4>Open</h4> 82 <p>Geen restricties, limieten of andere verborgen blokkades</p> 83 </div> 84 </div> 85 86 <div class="footer"> 87 <p>Stichting Wireless Leiden</p> 88 </div> 89 90 </div> <!-- /container --> 91 92 93 <!-- Bootstrap core JavaScript 94 ================================================== --> 95 <!-- Placed at the end of the document so the pages load faster --> 96 </body> 97 </html> 98 12 <!--#include file="footer.html.tmpl" --> -
Property svn:executable
set to
-
branches/releng-11/nanobsd/files/usr/local/www/portal/footer.html.tmpl
-
Property svn:executable
set to
*
r13780 r13781 1 <!DOCTYPE html>2 <html lang="en">3 <head>4 <meta charset="utf-8">5 <meta http-equiv="X-UA-Compatible" content="IE=edge">6 <meta name="viewport" content="width=device-width, initial-scale=1">7 <meta name="description" content="">8 <meta name="author" content="">9 <link rel="shortcut icon" href="ico/favicon.ico">10 11 <title>Stichting Wireless Leiden - Captive Portal Login</title>12 13 <!-- Bootstrap core CSS -->14 <link href="css/bootstrap.min.css" rel="stylesheet">15 16 <!-- Custom styles for this template -->17 <link href="css/jumbotron-narrow.css" rel="stylesheet">18 19 <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->20 <!--[if lt IE 9]>21 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>22 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>23 <![endif]-->24 </head>25 26 <body>27 <div class="container">28 <div class="container-fluid">29 <div class="navbar">30 <div class="navbar-header pull-left">31 <img src="images/wl-logo.png" style="float:left; padding: 5px;" width="80" height="50" title="Stichting Wireless Leiden">32 <span class="navbar-brand hidden-xs">Stichting Wireless Leiden</span>33 </div>34 <div class="navbar-header pull-right">35 <ul class="nav navbar-nav nav-pills navbar-right">36 <li class="active"><a href="#">Home</a></li>37 <li><a href="about.html">About</a></li>38 <li><a href="contact.html">Contact</a></li>39 <li class="active">40 <a href="portal.html">41 <img src="images/flag-nl.png" height="20px" />42 </a>43 </li>44 <li>45 <a href="portal-en.html">46 <img src="images/flag-gb.png" height="20px" />47 </a>48 </li>49 </ul>50 </div>51 </div>52 </div>53 54 <div class="jumbotron">55 <p class="lead">56 Eerlijk gebruik maken van Stichting Wireless Leiden</p>57 58 <ul class="text-left">59 <li>Het gebruik van het Wireless Leiden netwerk en de internettoegang zijn kostenloos en u hoeft zich niet aan te melden.</li>60 <li>U dient zich te houden aan de Nederlandse wetgeving en geen schade toe te brengen of ongemak te veroorzaken voor anderen.</li>61 <li>De Stichting Wireless Leiden accepteert geen enkele aansprakelijkheid voor schade in welke vorm dan ook die is ontstaan door of verband houdt met het gebruik van het netwerk.</li>62 </ul>63 64 <p class="btn-block"><a class="btn btn-lg btn-success" href="login/" role="button">Ik ga akkoord</a></p>65 1 </div> 66 2 3 <!--#if expr='v("language") = "en"' --> 4 <div class="row marketing"> 5 <div class="col-xs-6"> 6 <h4>Free</h4> 7 <p>Created and managed by volunteers</p> 8 9 <h4>Commonity</h4> 10 <p>Made possible by many sponsors</p> 11 12 <h4>Innovatie</h4> 13 <p>All our innovations are free to use by other (voluntary) organizations</p> 14 </div> 15 16 <div class="col-xs-6"> 17 <h4>Involved</h4> 18 <p>Free and open network accessible for everyone</p> 19 20 <h4>Services</h4> 21 <p>Spin-offs from various technology companies</p> 22 23 <h4>Open</h4> 24 <p>No restrictions, limits or other hidden blockages</p> 25 </div> 26 </div> 27 28 <!--#else --> 67 29 <div class="row marketing"> 68 30 <div class="col-xs-6"> … … 88 50 </div> 89 51 </div> 52 <!--#endif --> 90 53 91 54 <div class="footer"> 92 <hr />93 55 <p>Stichting Wireless Leiden</p> 94 56 </div> -
Property svn:executable
set to
-
branches/releng-11/nanobsd/files/usr/local/www/portal/header.html.tmpl
-
Property svn:executable
set to
*
r13780 r13781 34 34 <div class="navbar-header pull-right"> 35 35 <ul class="nav navbar-nav nav-pills navbar-right"> 36 <li class=" active"><a href="#">Home</a></li>37 <li ><a href="about.html">About</a></li>38 <li ><a href="contact.html">Contact</a></li>39 <li class=" active">40 <a href=" portal.html">36 <li class="<!--#if expr='v("menu") = "portal"' -->active<!--#endif -->"><a href="portal<!--#if expr='v("language") = "en"' -->-en<!--#endif -->.html">Home</a></li> 37 <li class="<!--#if expr='v("menu") = "about"' -->active<!--#endif -->"><a href="about<!--#if expr='v("language") = "en"' -->-en<!--#endif -->.html">About</a></li> 38 <li class="<!--#if expr='v("menu") = "contact"' -->active<!--#endif -->"><a href="contact<!--#if expr='v("language") = "en"' -->-en<!--#endif -->.html">Contact</a></li> 39 <li class="<!--#if expr='v("language") = "nl"' -->active<!--#endif -->"> 40 <a href="<!--#echo var="menu" -->.html"> 41 41 <img src="images/flag-nl.png" height="20px" /> 42 42 </a> 43 43 </li> 44 <li >45 <a href=" portal-en.html">44 <li class="<!--#if expr='v("language") = "en"' -->active<!--#endif -->"> 45 <a href="<!--#echo var="menu" -->-en.html"> 46 46 <img src="images/flag-gb.png" height="20px" /> 47 47 </a> … … 53 53 54 54 <div class="jumbotron"> 55 <p class="lead">56 Eerlijk gebruik maken van Stichting Wireless Leiden</p>57 58 <ul class="text-left">59 <li>Het gebruik van het Wireless Leiden netwerk en de internettoegang zijn kostenloos en u hoeft zich niet aan te melden.</li>60 <li>U dient zich te houden aan de Nederlandse wetgeving en geen schade toe te brengen of ongemak te veroorzaken voor anderen.</li>61 <li>De Stichting Wireless Leiden accepteert geen enkele aansprakelijkheid voor schade in welke vorm dan ook die is ontstaan door of verband houdt met het gebruik van het netwerk.</li>62 </ul>63 64 <p class="btn-block"><a class="btn btn-lg btn-success" href="login/" role="button">Ik ga akkoord</a></p>65 </div>66 67 <div class="row marketing">68 <div class="col-xs-6">69 <h4>Gratis</h4>70 <p>Gemaakt en beheerd door vrijwilligers</p>71 72 <h4>Gemeenschap</h4>73 <p>Mede mogelijk gemaakt door vele sponsoren</p>74 75 <h4>Innovatie</h4>76 <p>Al onze innovatie is vrij te gebruiken door andere (vrijwilligers) organisaties</p>77 </div>78 79 <div class="col-xs-6">80 <h4>Betrokken</h4>81 <p>Een open netwerk toegankelijk voor iedereen</p>82 83 <h4>Diensten</h4>84 <p>Spin-offs van diverse technologie bedrijven</p>85 86 <h4>Open</h4>87 <p>Geen restricties, limieten of andere verborgen blokkades</p>88 </div>89 </div>90 91 <div class="footer">92 <hr />93 <p>Stichting Wireless Leiden</p>94 </div>95 96 </div> <!-- /container -->97 98 99 <!-- Bootstrap core JavaScript100 ================================================== -->101 <!-- Placed at the end of the document so the pages load faster -->102 <script src="js/jquery.min.js"</script>103 <script src="js/ie10-viewport-bug-workaround.js"></script>104 <script src="js/bootstrap.min.js"></script>105 </body>106 </html>107 -
Property svn:executable
set to
-
branches/releng-11/nanobsd/files/usr/local/www/portal/portal-en.html
-
Property svn:executable
set to
*
r13776 r13781 1 I<!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 7 <meta name="description" content=""> 8 <meta name="author" content=""> 9 <link rel="shortcut icon" href="ico/favicon.ico"> 10 11 <title>Stichting Wireless Leiden - Captive Portal Login</title> 12 13 <!-- Bootstrap core CSS --> 14 <link href="css/bootstrap.min.css" rel="stylesheet"> 15 16 <!-- Custom styles for this template --> 17 <link href="css/jumbotron-narrow.css" rel="stylesheet"> 18 19 <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> 20 <!--[if lt IE 9]> 21 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> 22 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> 23 <![endif]--> 24 </head> 25 26 <body> 27 28 <div class="container"> 29 <div class="header"> 30 <ul class="nav nav-pills pull-right" style="margin-left: 10px"> 31 <li> 32 <a href="portal.html"> 33 <img src="images/flag-nl.png" height="20px" /> 34 </a> 35 </li> 36 <li class="active"> 37 <a href="portal-en.html"> 38 <img src="images/flag-gb.png" height="20px" /> 39 </a> 40 </li> 41 </ul> 42 <ul class="nav nav-pills pull-right"> 43 <li class="active"><a href="#">Home</a></li> 44 <li><a href="about-en.html">About</a></li> 45 <li><a href="contact-en.html">Contact</a></li> 46 </ul> 47 <div style="text-align:left"><img src="images/wl-logo.png" style="float:left; padding: 5px;" width="80" height="50"> 48 <h3 class="text-muted">Stichting Wireless Leiden</h3> 49 </div> 50 </div> 51 52 <div class="jumbotron"> 1 <!--#set var="language" value="en" --> 2 <!--#set var="menu" value="portal" --> 3 <!--#include file="header.html.tmpl" --> 53 4 <p class="lead"> 54 5 Fair use of Wireless Leiden 55 <ul >6 <ul class="text-left"> 56 7 <li>The use of the Wireless Leiden network and access to the Internet are free, no registration required.</li> 57 8 <li>You have to comply with Duth Law and do no harm or cause inconvenience to others.</li> 58 9 <li>Stichting Wireless Leiden doesnot accept any responsibility for any harm in whatever form related to the use of the network.</li> 59 60 10 </ul> 61 11 62 <p class="btn-block"><a class="btn btn-lg btn-success" href="login/" role="button">I Agree</a></p> 63 </div> 64 65 <div class="row marketing"> 66 <div class="col-lg-6"> 67 <h4>Free</h4> 68 <p>Created and managed by volunteers</p> 69 70 <h4>Commonity</h4> 71 <p>Made possible by many sponsors</p> 72 73 <h4>Innovatie</h4> 74 <p>All our innovations are free to use by other (voluntary) organizations</p> 75 </div> 76 77 <div class="col-lg-6"> 78 <h4>Involved</h4> 79 <p>Free and open network accessible for everyone</p> 80 81 <h4>Services</h4> 82 <p>Spin-offs from various technology companies</p> 83 84 <h4>Open</h4> 85 <p>No restrictions, limits or other hidden blockages</p> 86 </div> 87 </div> 88 89 <div class="footer"> 90 <p>© Stichting Wireless Leiden 2014</p> 91 </div> 92 93 </div> <!-- /container --> 94 95 <!-- Bootstrap core JavaScript 96 ================================================== --> 97 <!-- Placed at the end of the document so the pages load faster --> 98 </body> 99 </html> 100 12 <p class="btn-block"><a class="btn btn-lg btn-success" href="login/" role="button">I agree</a></p> 13 <!--#include file="footer.html.tmpl" --> -
Property svn:executable
set to
-
branches/releng-11/nanobsd/files/usr/local/www/portal/portal.html
-
Property svn:executable
set to
*
r13780 r13781 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 7 <meta name="description" content=""> 8 <meta name="author" content=""> 9 <link rel="shortcut icon" href="ico/favicon.ico"> 10 11 <title>Stichting Wireless Leiden - Captive Portal Login</title> 12 13 <!-- Bootstrap core CSS --> 14 <link href="css/bootstrap.min.css" rel="stylesheet"> 15 16 <!-- Custom styles for this template --> 17 <link href="css/jumbotron-narrow.css" rel="stylesheet"> 18 19 <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> 20 <!--[if lt IE 9]> 21 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> 22 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> 23 <![endif]--> 24 </head> 25 26 <body> 27 <div class="container"> 28 <div class="container-fluid"> 29 <div class="navbar"> 30 <div class="navbar-header pull-left"> 31 <img src="images/wl-logo.png" style="float:left; padding: 5px;" width="80" height="50" title="Stichting Wireless Leiden"> 32 <span class="navbar-brand hidden-xs">Stichting Wireless Leiden</span> 33 </div> 34 <div class="navbar-header pull-right"> 35 <ul class="nav navbar-nav nav-pills navbar-right"> 36 <li class="active"><a href="#">Home</a></li> 37 <li><a href="about.html">About</a></li> 38 <li><a href="contact.html">Contact</a></li> 39 <li class="active"> 40 <a href="portal.html"> 41 <img src="images/flag-nl.png" height="20px" /> 42 </a> 43 </li> 44 <li> 45 <a href="portal-en.html"> 46 <img src="images/flag-gb.png" height="20px" /> 47 </a> 48 </li> 49 </ul> 50 </div> 51 </div> 52 </div> 53 54 <div class="jumbotron"> 1 <!--#set var="language" value="nl" --> 2 <!--#set var="menu" value="portal" --> 3 <!--#include file="header.html.tmpl" --> 55 4 <p class="lead"> 56 Eerlijk gebruik maken van Stichting Wireless Leiden</p> 57 58 <ul class="text-left"> 59 <li>Het gebruik van het Wireless Leiden netwerk en de internettoegang zijn kostenloos en u hoeft zich niet aan te melden.</li> 60 <li>U dient zich te houden aan de Nederlandse wetgeving en geen schade toe te brengen of ongemak te veroorzaken voor anderen.</li> 61 <li>De Stichting Wireless Leiden accepteert geen enkele aansprakelijkheid voor schade in welke vorm dan ook die is ontstaan door of verband houdt met het gebruik van het netwerk.</li> 62 </ul> 5 Eerlijk gebruik maken van Wireless Leiden 6 <ul class="text-left"> 7 <li>Het gebruik van het Wireless Leiden netwerk en de internettoegang zijn kostenloos en u hoeft zich niet aan te melden.</li> 8 <li>U dient zich te houden aan de Nederlandse wetgeving en geen schade toe te brengen of ongemak te veroorzaken voor anderen.</li> 9 <li>De Stichting Wireless Leiden accepteert geen enkele aansprakelijkheid voor schade in welke vorm dan ook die is ontstaan door of verband houdt met het gebruik van het netwerk.</li> 10 </ul> 63 11 64 12 <p class="btn-block"><a class="btn btn-lg btn-success" href="login/" role="button">Ik ga akkoord</a></p> 65 </div> 66 67 <div class="row marketing"> 68 <div class="col-xs-6"> 69 <h4>Gratis</h4> 70 <p>Gemaakt en beheerd door vrijwilligers</p> 71 72 <h4>Gemeenschap</h4> 73 <p>Mede mogelijk gemaakt door vele sponsoren</p> 74 75 <h4>Innovatie</h4> 76 <p>Al onze innovatie is vrij te gebruiken door andere (vrijwilligers) organisaties</p> 77 </div> 78 79 <div class="col-xs-6"> 80 <h4>Betrokken</h4> 81 <p>Een open netwerk toegankelijk voor iedereen</p> 82 83 <h4>Diensten</h4> 84 <p>Spin-offs van diverse technologie bedrijven</p> 85 86 <h4>Open</h4> 87 <p>Geen restricties, limieten of andere verborgen blokkades</p> 88 </div> 89 </div> 90 91 <div class="footer"> 92 <hr /> 93 <p>Stichting Wireless Leiden</p> 94 </div> 95 96 </div> <!-- /container --> 97 98 99 <!-- Bootstrap core JavaScript 100 ================================================== --> 101 <!-- Placed at the end of the document so the pages load faster --> 102 <script src="js/jquery.min.js"</script> 103 <script src="js/ie10-viewport-bug-workaround.js"></script> 104 <script src="js/bootstrap.min.js"></script> 105 </body> 106 </html> 107 13 <!--#include file="footer.html.tmpl" --> -
Property svn:executable
set to
-
branches/releng-11/nanobsd/files/usr/local/www/portal/succes.html
-
Property svn:executable
set to
*
-
Property svn:executable
set to
Note:
See TracChangeset
for help on using the changeset viewer.