/[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 2184 - (show annotations) (download)
Fri May 30 07:28:28 2014 UTC (9 years, 11 months ago) by torben
File size: 924 byte(s)
upgrade to jquery mobile 1.4.2
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 <?php
12 include "jquery.html";
13 ?>
14
15 </head>
16
17
18 <body>
19
20
21 <!-- Home -->
22 <div data-role="page" id="page1">
23 <div data-theme="a" data-role="header">
24 <h3>
25 Horsens Spejder
26 </h3>
27 </div>
28
29 <div data-role="content">
30 <form action="login.php" method="POST" data-ajax="false">
31 <div data-role="fieldcontain">
32 <label for="textinput1">
33 Kode
34 </label>
35 <input name="password" id="password" placeholder="" value="" type="password">
36 </div>
37 <input data-icon="arrow-r" data-iconpos="right" value="Login" type="submit">
38 </form>
39 </div>
40 <br><br><br>
41 <a href="/index.php?nomobile=1">Horsensspejder.t-hoerup.dk<br>(uden mobil visning)</a>
42 </div>
43
44
45 </body>
46 </html>

  ViewVC Help
Powered by ViewVC 1.1.20