-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.html
More file actions
267 lines (266 loc) · 7.55 KB
/
layout.html
File metadata and controls
267 lines (266 loc) · 7.55 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
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<section>
<div>
<a class="control_next"></a>
<a class="control_prev"></a>
<div id="slider__ID">
<ul>
<li style="background: url('__BASE__/wappsystem/Car-Booking/images/bk1.jpg') no-repeat bottom center; background-size: cover;"></li>
<li style="background: url('__BASE__/wappsystem/Car-Booking/images/bk1.jpg') no-repeat bottom center; background-size: cover;"></li>
<li style="background: url('__BASE__/wappsystem/Car-Booking/images/bk1.jpg') no-repeat bottom center; background-size: cover;"></li>
</ul>
</div>
</div>
<header id=header__ID>
<div id=d1228__ID>
<div id=logo_label__ID><h2>Car Booking</h2><h3>Software as a service</h3></div>
<nav id=nav__ID>
<ul>
<li data-name=home id=home_page>Home</li>
<li data-name=navigation>Car Booking</li>
<li><label id=sign__ID>Account</label>
<ul>
<li id=signin__ID data-b='1'>Sign In</li>
<li id=signout__ID data-b='2'>Sign Out</li>
<li id=myaccount__ID data-m='20003125'>My Account</li>
<li data-b=5>Clear Cache</li>
</ul>
</li>
</ul>
</nav>
</div>
</header>
<div id=content_slot__ID></div>
<footer class=main_footer id=footer__ID></footer>
<div id=_help_ style='cursor:pointer;display:none; position: absolute; left:3px; top:3px; width:220px;height;60px;font-size:9px'
title='Key:Ctrl + mouse:double click will show red border for each module. Key:Alt + mouse:double click on any module will open the source code window of the module.'>
How to see code behind?
</div>
</section>
<script>
function F__ID(){
//------------------------------------
$('#footer__ID').html('Copyright © '+(new Date()).getFullYear()+', Wappsystem Pty Ltd'); document.title="Car Booking";
//------------------------------------
var on_load=function(){
layout_resize();
//slide show timer
/*
setInterval(function () {
moveRight();
}, 6000);
*/
login_changed();
};
//------------------------------------
VmInclude:__BASE__/vmiis/Common-Code/navigation/main_layout_process.js
//------------------------------------
}
</script>
<style>
#background__ID{
position:absolute;
z-index:-10;
width:100%;
height:100%;
}
html,body {
margin:0;
padding:0;
height:100%;
width:100%;
font: 14px Helvetica, Arial, sans-serif;
}
#content_slot__ID{
margin-left:auto;
margin-right:auto;
}
#header__ID{
height:100px;
background:rgba(104,116,125,0.5);
}
#d1228__ID{
margin-left:auto;
margin-right:auto;
max-width:1228px;
position: relative;
}
#logo__ID{
left: 23px;
top: 3px;
position: absolute;
margin: 0;
display: inline-block;
}
#logo_image__ID{
width:380px;
height:94px;
/*border-radius: 47px;*/
background: url('__BASE__/wappsystem/Car-Booking/images/logo.jpg') no-repeat top center;
background-size: contain;
float:left;
}
#logo_label__ID{
color:#fff;
padding-left:10px;
float:left;
padding-top:18px;
}
#logo_label__ID h2{
font: 200% Arial;
}
#logo_label__ID h3{
font: 88% Arial;
}
#footer__ID {
width:100%;
height:20px;
text-align:center;
font:95%/20px arial;
color:#fff;
background-color:#22222F;
}
#nav__ID{
padding: 40px 80px 0 0;
margin:0;
float: right;
opacity: 1;
position: relative;
}
#nav__ID>ul{
list-style: none;
overflow: hidden;
float: left;
}
#nav__ID>ul:after {
content: ""; clear: both;
display: block;
}
#nav__ID>ul>li{
color:#ffffff;
float: left;
margin-left: 50px;
white-space: nowrap;
cursor:pointer;
}
#nav__ID>ul>li:hover{
color:#f00;
}
#nav__ID>ul>li>ul{
display:none;
width:auto;
background: #5f6975;
padding: 0;
position: absolute;
list-style: none;
z-index:999;
}
#nav__ID>ul>li>ul>li{
float: none;
border-top: 1px solid #6b727c;
border-bottom: 1px solid #575f6a;
position: relative;
padding: 5px 12px;
color: #fff;
text-decoration: none;
}
#nav__ID>ul>li>ul>li:hover{
background: #4b545f;
background: -moz-linear-gradient(top, #3f4954 0%, #4f5964 40%);
background: -o-linear-gradient(top, #3f4954 0%, #4f5964 40%);
background: -webkit-linear-gradient(top, #3f4954 0%, #4f5964 40%);
background: linear-gradient(top, #3f4954 0%, #4f5964 40%);
color: #0ff;
}
#nav__ID>ul>li:hover>ul{
display:block;
}
#nav__ID ul>li>div{
display:none;
width:auto;
background: #5f6975;
border-radius: 0px;
padding: 0;
position: absolute;
margin-left:-100px;
z-index:999;
}
#nav__ID ul>li>div div{
display:table-cell;
padding: 10px;
line-height:25px;
cursor:default;
color:#fff;
}
#nav__ID ul>li:hover>div{
display:block;
}
#nav__ID ul li:hover div>p:hover{
cursor:pointer;
background: #4b545f;
background: linear-gradient(top, #3f4954 0%,#4f5964 40%);
background: -moz-linear-gradient(top, #3f4954 0%,#4f5964 40%);
background: -webkit-linear-gradient(top, #3f4954 0%,#4f5964 40%);
color: #0ff;
}
#slider__ID {
position:absolute;
z-index:-2;
width:100%;
height:100%;
overflow-x: hidden;
}
#slider__ID ul {
position: relative;
margin: 0;
padding: 0;
height: 100%;
width:200%;
list-style: none;
float:left;
display:flex;
overflow-x: hidden;
}
#slider__ID ul li {
position: relative;
display: block;
float: left;
margin: 0;
padding: 0;
width:100%;
height: 100%;
background: #ccc;
text-align: center;
line-height: 300px;
overflow-x: hidden;
background-size: cover;
}
.control_prev, .control_next {
position: absolute;
top: 45%;
z-index: 999;
display: block;
padding: 20px 20px;
width: auto;
height: auto;
background: #2a2a2a;
color: #aaa;
text-decoration: none;
font-weight: 900;
font-size: 190%;
opacity: 0.2;
cursor: pointer;
}
.control_prev:hover, .control_next:hover {
opacity: 1;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
.control_prev {
border-radius: 0 2px 2px 0;
}
.control_next {
right: 0;
border-radius: 2px 0 0 2px;
}
</style>