/[projects]/misc/horsensspejder-web/mobile/index.php
ViewVC logotype

Contents of /misc/horsensspejder-web/mobile/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2130 - (show annotations) (download)
Thu Mar 20 07:53:08 2014 UTC (10 years, 2 months ago) by torben
File size: 1214 byte(s)
add option for skipping mobile view
1 <?php
2 require "../inc/mysql.php";
3
4 header("Content-Type: text/html; charset=iso-8859-1");
5 session_start();
6 ?>
7
8 <html>
9 <head>
10
11 <meta name="viewport" content="width=device-width, initial-scale=1" />
12
13 <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" />
14 <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
15 <script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
16 </head>
17
18
19 <body>
20
21
22 <!-- Home -->
23 <div data-role="page" id="page1">
24 <div data-theme="a" data-role="header">
25 <h3>
26 Horsens Spejder
27 </h3>
28 </div>
29
30 <div data-role="content">
31 <form action="login.php" method="POST" data-ajax="false">
32 <div data-role="fieldcontain">
33 <label for="textinput1">
34 Kode
35 </label>
36 <input name="password" id="password" placeholder="" value="" type="password">
37 </div>
38 <input data-icon="arrow-r" data-iconpos="right" value="Login" type="submit">
39 </form>
40 </div>
41 <br><br><br>
42 <a href="/index.php?nomobile=1">Horsensspejder.t-hoerup.dk<br>(uden mobil visning)</a>
43 </div>
44
45
46 </body>
47 </html>

  ViewVC Help
Powered by ViewVC 1.1.20