forked from codepoetIn/POSNIC-1.02
-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-other.php
247 lines (155 loc) · 7.08 KB
/
page-other.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>POSNIC - Other page elements</title>
<!-- Stylesheets -->
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet'>
<link rel="stylesheet" href="css/style.css">
<!-- Optimize for mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- jQuery & JS files -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="js/script.js"></script>
</head>
<body>
<!-- TOP BAR -->
<div id="top-bar">
<div class="page-full-width cf">
<ul id="nav" class="fl">
<li class="v-sep"><a href="#" class="round button dark ic-left-arrow image-left">Go to website</a></li>
<li class="v-sep"><a href="#" class="round button dark menu-user image-left">Logged in as <strong>admin</strong></a>
<ul>
<li><a href="#">My Profile</a></li>
<li><a href="#">User Settings</a></li>
<li><a href="#">Change Password</a></li>
<li><a href="#">Log out</a></li>
</ul>
</li>
<li><a href="#" class="round button dark menu-email-special image-left">3 new messages</a></li>
<li><a href="#" class="round button dark menu-logoff image-left">Log out</a></li>
</ul> <!-- end nav -->
<form action="#" method="POST" id="search-form" class="fr">
<fieldset>
<input type="text" id="search-keyword" class="round button dark ic-search image-right" placeholder="Search..." />
<input type="hidden" value="SUBMIT" />
</fieldset>
</form>
</div> <!-- end full-width -->
</div> <!-- end top-bar -->
<!-- HEADER -->
<div id="header-with-tabs">
<div class="page-full-width cf">
<ul id="tabs" class="fl">
<li><a href="dashboard.php" class="dashboard-tab">Dashboard</a></li>
<li><a href="page-full-width.php">Full width page</a></li>
<li><a href="page-other.php" class="active-tab">Other page elements</a></li>
</ul> <!-- end tabs -->
<!-- Change this image to your own company's logo -->
<!-- The logo will automatically be resized to 30px height. -->
<a href="#" id="company-branding-small" class="fr"><img src="images/company-logo.png" alt="Blue Hosting" /></a>
</div> <!-- end full-width -->
</div> <!-- end header -->
<!-- MAIN CONTENT -->
<div id="content">
<div class="page-full-width cf">
<div class="side-menu fl">
<h3>Side Menu</h3>
<ul>
<li><a href="#">Side menu link</a></li>
<li><a href="#">Another link</a></li>
<li><a href="#">A third link</a></li>
<li><a href="#">Fourth link</a></li>
</ul>
</div> <!-- end side-menu -->
<div class="side-content fr">
<div class="half-size-column fl">
<div class="content-module">
<div class="content-module-heading cf">
<h3 class="fl">Headings & Paragraphs</h3>
<span class="fr expand-collapse-text">Click to collapse</span>
<span class="fr expand-collapse-text initial-expand">Click to expand</span>
</div> <!-- end content-module-heading -->
<div class="content-module-main">
<h1>This is an H1 heading</h1>
<p>Followed by a very short paragraph and a stripe content separator.</p>
<div class="stripe-separator"><!-- --></div>
<h2>This is an H2 heading</h2>
<h3>This is an H3 heading</h3>
<h4>This is an H4 heading</h4>
<h5>This is an H5 heading</h5>
<div class="stripe-separator"><!-- --></div>
<p>The separator above has top and bottom margin set by default, so it will split the content accordingly without
any extra tweaks needed from you.</p>
<div class="stripe-separator"><!-- --></div>
<blockquote>This is a blockquote followed by a cite tag. And no matter how much text you put in this, it will automatically resize.</blockquote>
<cite>- John</cite>
</div> <!-- end content-module-main -->
</div> <!-- end content-module -->
</div> <!--end half-size-column-->
<div class="half-size-column fr">
<div class="content-module">
<div class="content-module-heading cf">
<h3 class="fl">Ordered Lists</h3>
<span class="fr expand-collapse-text">Click to collapse</span>
<span class="fr expand-collapse-text initial-expand">Click to expand</span>
</div> <!-- end content-module-heading -->
<div class="content-module-main cf">
<div class="half-size-column fl">
<h2 class="text-upper">A simple ordered list</h2>
<ol>
<li>This is list item number 1.</li>
<li>Another list item.</li>
<li>A slightly longer list item. This will probably wrap on the next line.</li>
<li>Another list item.</li>
</ol>
</div>
<div class="half-size-column fr">
<h2 class="text-upper">An ordered list with links</h2>
<ol>
<li><a href="#">Some links go here</a></li>
<li><a href="#">Another link</a></li>
<li><a href="#">And yet another link</a></li>
</ol>
</div>
</div> <!-- end content-module-main -->
</div> <!-- end content-module -->
<div class="content-module">
<div class="content-module-heading cf">
<h3 class="fl">Unordered Lists</h3>
<span class="fr expand-collapse-text">Click to collapse</span>
<span class="fr expand-collapse-text initial-expand">Click to expand</span>
</div> <!-- end content-module-heading -->
<div class="content-module-main cf">
<div class="half-size-column fl">
<h2 class="text-upper">A simple unordered list</h2>
<ul class="regular-ul">
<li>This is list item number 1.</li>
<li>Another list item.</li>
<li>A slightly longer list item.</li>
<li>Another list item.</li>
</ul>
<p>To add a simple list, make sure you specify <code>class="regular-ul"</code> to the list.</p>
</div>
<div class="half-size-column fr">
<h2 class="text-upper">A custom unordered list</h2>
<ul class="custom-ul">
<li><a href="#">Some links go here</a></li>
<li><a href="#">Another link</a></li>
<li><a href="#">And yet another link</a></li>
</ul>
<p>To add a custom list, make sure you specify <code>class="custom-ul"</code> to the list.</p>
</div>
</div> <!-- end content-module-main -->
</div> <!-- end content-module -->
</div> <!--end half-size-column-->
</div> <!-- end side-content -->
</div> <!-- end full-width -->
</div> <!-- end content -->
<!-- FOOTER -->
<div id="footer">
<p>© Copyright 2012 <a href="#">BlueHosting, LLC</a>. All rights reserved.</p>
<p><strong>SimpleAdmin</strong> theme by <a href="http://www.adipurdila.com">Adi Purdila</a></p>
</div> <!-- end footer -->
</body>
</html>