-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmore.html
48 lines (48 loc) · 2.87 KB
/
more.html
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link href="jquery.mobile-1.0.min.css" rel="stylesheet" type="text/css"/>
<link href="style.css" rel="stylesheet" type="text/css"/>
<script src="jquery-1.6.4.min.js" type="text/javascript"></script>
<script src="jquery.mobile-1.0.min.js" type="text/javascript"></script>
<script src="lang.js" type="text/javascript"></script>
<script src="phonegap-1.1.0.js" type="text/javascript"></script>
<script type="text/javascript">
$.support.cors=true;
$.mobile.allowCrossDomainPages = true;
</script>
<title>{#more_title}_{#site_name}</title>
</head>
<body>
<div data-role="page" data-dom-cache="true">
<div data-role="header" data-theme="r">
<a data-icon="logo" data-iconpos="notext" data-corners="false" data-iconshadow="false" data-shadow="false" class="yesLogo"></a>
<h1>{#more_title}</h1>
<a data-rel="back" data-icon="arrow-l">{#back_desc}</a>
</div>
<div data-role="content" data-inset="true">
<div class="content-more">
<ul data-role="listview" data-inset="true">
<li><a href="http://mobile.chinayes.com/faviritor.html" data-prefetch="true" data-dom-cache="true"><img src="images/faviritor.png" alt="{#myfavorite_desc}" class="ui-li-icon">{#myfavorite_desc}</a></li>
</ul>
<h2></h2>
<ul data-role="listview" data-inset="true">
<li><a href="http://mobile.chinayes.com/message.html" data-prefetch="true" data-dom-cache="true"><img src="images/mes.png" alt="{#message_desc}" class="ui-li-icon">{#message_desc}</a></li>
</ul>
<h2></h2>
<ul data-role="listview" data-inset="true">
<li><a href="http://mobile.chinayes.com/register.html" data-prefetch="true" data-dom-cache="true"><img src="images/reg.png" alt="{#register_desc}" class="ui-li-icon">{#register_desc}</a></li>
<li><a href="http://mobile.chinayes.com/login.html" data-prefetch="true" data-dom-cache="true"><img src="images/login.png" alt="{#login_desc}" class="ui-li-icon">{#login_desc}</a></li>
<li><a href="http://mobile.chinayes.com/logout.html" data-prefetch="true" data-dom-cache="true"><img src="images/out.png" alt="{#logout_desc}" class="ui-li-icon">{#logout_desc}</a></li>
</ul>
<h2></h2>
<ul data-role="listview" data-inset="true">
<li><a href="http://mobile.chinayes.com/feedback.html" data-prefetch="true" data-dom-cache="true"><img src="images/fb.png" alt="{#feedback_desc}" class="ui-li-icon">{#feedback_desc}</a></li>
<li><a href="http://mobile.chinayes.com/about.html" data-prefetch="true" data-dom-cache="true"><img src="images/about.png" alt="{#about_desc}" class="ui-li-icon">{#about_desc}</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>