-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjquery.html
155 lines (137 loc) · 3.5 KB
/
jquery.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title> G/a Body HTML</title>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./allfiles/jquery.mobile-1.4.5.min.css">
<script src="./allfiles/jquery-1.11.3.min.js"></script>
<script src="./allfiles/jquery.mobile-1.4.5.min.js"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?73c27e26f610eb3c9f3feb0c75b03925";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
</script>
<style type="text/css">body {
background-color: black;
width: 820px;
}
h1 {
color: white;
background-color: green;
margin-left: 1px;
font-size: 6pt;
}
h4 {
color: black;
background-color: grey;
margin-left: 1px;
font-size: 6pt;
}
footer {
color: white;
background-color: green;
margin-left: 1px;
font-size: 6pt;
}
.jsfooter {
color: white;
background-color: green;
margin-left: 1px;
font-size: 6pt;
}
.jsstyle {
color: white;
background-color: grey;
margin-left: 1px;
font-size: 6pt;
font-size: .8em !important;
}
.jsstyle2 {
color: white;
background-color: black;
margin-left: 1px;
}
.colheader3 {
color: white;
background-color: black;
margin-left: 1px;
width: 50px;
}
a:link {
color: black;
}
/* visited link */
a:visited {
color: black;
}
/* mouse over link */
a:hover {
color: black;
}
/* selected link */
a:active {
color: black;
}
.jsstyle3 {
font-size: 4pt;
color: blue;
background-color: black;
margin-left: 0px;
padding: 0px 0px;
}
.jsstyle4 {
font-size: 4pt;
color: white;
background-color: green;
margin-left: 1px;
padding: 0px 0px;
line-height:80%;
}
.jsstyle5 {
font-size: 12pt;
color: transparent;
background-color: green;
margin-left: 1px;
padding: 0px 0px;
line-height:35%;
}
.ui-icon-home .ui-button-text {
background: url("home.png") no-repeat 50% 50% !important;
-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:2px;
font-size:xx-small;
width:980px;
height:52px;
padding: 5px 5px;
margin-top:-12px;/*Adjust this value to position the icon*/
background: linear-gradient(to right, red , yellow); /* Standard syntax */
}
</style>
</head>
<body bgcolor="black" background-color: black>
<BR>
<div data-role="page" id="pageone" background-color: black>
<div bgcolor="black" data-role="Content"><!--pMy Content Frame/p--></div>
<div class="jsstyle3" data-role="navbar" align=center>
<div class="ui-content ui-icon-home jsstyle3 data-role="main" align=center>
<ul>
<li><a data-icon="plus" href="./plus/orange" target="body2" data-inline="true">Human Resources</a></li>
<li><a data-icon="cloud" href="./plus/index.html" target="body2">Standards & Travel</a></li>
<li><a data-icon="navigation" href="./appframehome.html" target="_blank">Corporate Apps</a></li>
<li><a data-icon="back" href="https://www.reuters.com" target="body2">Reuters News</a></li>
<li><a data-icon="gear" href="./h/index.php?option=com_users&view=login&Itemid=124&lang=en" target="body2">Login & Enhanced Search</a></li>
</ul>
</div>
</div>
</div>
</html>
</body>
</html>