Line | |
---|
1 | <!DOCTYPE html>
|
---|
2 | <html>
|
---|
3 |
|
---|
4 | <head>
|
---|
5 | <title>Mobile Indico</title>
|
---|
6 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
---|
7 | <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
---|
8 | <link rel="icon" href="favicon.ico" type="image/x-icon">
|
---|
9 | <link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
|
---|
10 | <link rel="stylesheet" href="indico.css">
|
---|
11 | <!--<script src="jquery.mobile.custom.min.js"></script>-->
|
---|
12 | <!--<script src="jquery-custom-2.1.1.min.js"></script>-->
|
---|
13 | <script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
|
---|
14 | <script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
|
---|
15 | <script src="indico.js"></script>
|
---|
16 | </head>
|
---|
17 |
|
---|
18 | <div data-role="page" id="page1">
|
---|
19 |
|
---|
20 | <!-- HEADER -->
|
---|
21 | <div id="header" data-role="header">
|
---|
22 | <h1>Timetable <a id='indico-link'><img src='indico.svg' style='vertical-align:text-bottom' height="18px"/></a></h1>
|
---|
23 | </div>
|
---|
24 |
|
---|
25 | <!-- MAIN -->
|
---|
26 | <div role="main" class="ui-content">
|
---|
27 |
|
---|
28 | <form>
|
---|
29 | <input data-type="search" id="filter" />
|
---|
30 | </form>
|
---|
31 |
|
---|
32 | <div id="list" data-role="collapsible-set" data-filter="true" data-children="> div, > div div" data-input="#filter" data-mini="true" data-theme="a" data-content-theme="a" data-inset="false">
|
---|
33 | </div>
|
---|
34 |
|
---|
35 | </div>
|
---|
36 |
|
---|
37 | <!-- FOOTER -->
|
---|
38 | <div id="footer" data-role="footer" data-position="fixed">
|
---|
39 | <h1 style="font-size:75%;color:#999;"><A href="https://www.fact-project.org/svn/trunk/MobileIndico/README.html" rel="external" style="text-decoration:none">Mobile Indico</A> powered by
|
---|
40 | <img src='rwth.svg' style='vertical-align:text-bottom' height='16px' />
|
---|
41 | </h1>
|
---|
42 | </div>
|
---|
43 |
|
---|
44 | <p id="debug"></p>
|
---|
45 |
|
---|
46 | </div>
|
---|
47 |
|
---|
48 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.