-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathui2.php
More file actions
executable file
·53 lines (48 loc) · 2.19 KB
/
ui2.php
File metadata and controls
executable file
·53 lines (48 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html>
<head>
<title>iTweak</title>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript"> google.load("jquery", "1.4.2"); </script>
<script src="http://blargh.itweakstore.com/jqtouch/jquery.js" type="application/x-javascript" charset="utf-8"></script>
<script src="http://blargh.itweakstore.com/jqtouch/jqtouch.js" type="application/x-javascript" charset="utf-8"></script>
<script src="iwebkitjs.js" type="application/x-javascript" charset="utf-8"></script>
<style type="text/css" media="screen">@import "http://blargh.itweakstore.com/jqtouch/jqtouch.css";</style>
<style type="text/css" media="screen">@import "http://blargh.itweakstore.com/themes/apple/theme.css";</style>
<style type="text/css" media="screen">@import "http://blargh.itweakstore.com/kewltextboxes.css";</style>
<style type="text/css" media="screen">@import "http://blargh.itweakstore.com/port.css";</style>
<style type="text/css" media="screen">@import "http://blargh.itweakstore.com/menu.css";</style>
<script type="text/javascript">
var jQT = $.jQTouch({
icon: 'apple-touch-icon-precomposed.png',
startupScreen: 'apple-touch-startup-image.png',
addGlossToIcon: false,
statusBar: 'black',
preloadImages: [
'themes/apple/img/chevron_white.png',
'themes/apple/img/bg_row_select.gif',
'themes/apple/img/back_button_clicked.png', 'themes/apple/img/button_clicked.png'
]
});
</script>
</head>
<body>
<div id="home">
<div class="toolbar">
<h1>UI #2</h1>
</div>
<div id="content">
</br>
<span class="graytitle">Welcome to this site</span>
<ul id="pages">
<li class="arrow"><a class="fade" href="#new">Item 1</a></li>
<li class="arrow"><a class="fade" href="#new">Item 2</a></li>
<li class="arrow"><a class="fade" href="#new">Item 3</a></li>
<li class="arrow"><a class="fade" href="#new">Item 4</a></li>
</ul>
<ul id="pages">
<li class="arrow"><a class="fade" href="#new">Item 5</a></li>
<li class="arrow"><a class="fade" href="#new">Item 6</a></li>
<li class="arrow"><a class="fade" href="#new">Item 7</a></li>
<li class="arrow"><a class="fade" href="#new">Item 8</a></li>
</ul>
</div></div></body>