This repository was archived by the owner on Jul 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
294 lines (284 loc) · 11.1 KB
/
index.html
File metadata and controls
294 lines (284 loc) · 11.1 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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html id="home" lang="de">
<head>
<meta charset="utf-8" />
<title>Admin 2 / </title>
<link rel="stylesheet" type="text/css" media="screen" href="views/src/css/reset.css">
<link rel="stylesheet" type="text/css" media="screen" href="views/src/css/style.css">
<!-- jquery UI Theme-->
<link rel="stylesheet" type="text/css" media="screen" href="views/src/css/smoothness/jquery-ui-1.8.18.custom.css">
<!-- Fluid CSS -->
<link rel="stylesheet" type="text/css" media="screen" href="views/src/css/fluid_grid.css">
<script src="views/src/js/modernizr.custom.js"></script>
</head>
<body>
<header id="oxhead">
<div class="oxidinfo">
<a href="http://www.oxid-esales.com/" title="Visit OXID eSales Website" target="_blank">
<img src="views/src/img/oxid_logo.jpg" alt="OXID eShop - Logo" />
</a>
<div class="oxidversion">Community Edition 4.5.8_42471</div>
</div>
<nav id="main">
<p class="title">Artikelverwaltung</p>
<ul>
<li class="favorites">
<a href="#" class="hassub">Favorites</a>
<ul>
<li><a href="#">Show Orders</a></li>
<li><a href="#">Add Order</a></li>
</ul>
</li>
<li class="help"><a href="#">Help</a></li>
<li class="logout"><a href="#">Logout</a></li>
</ul>
</nav>
</header>
<div id="main" role="main">
<aside>
<nav>
<ul>
<li class="orders">
<a href="#" class="active">Orders</a>
<ul>
<li class="grouptitle">Orders</li>
<li class="active"><a href="#">Orders</a></li>
<li><a href="#">Add Order</a></li>
</ul>
</li>
<li class="products">
<a href="#">Products</a>
<ul>
<li class="grouptitle">Products</li>
<li><a href="#">Edit products</a></li>
<li><a href="#">Edit categories</a></li>
</ul>
</li>
<li class="marketing">
<a href="#">Marketing</a>
<ul>
<li class="grouptitle">Marketing</li>
<li><a href="#">Newsletter</a></li>
<li><a href="#">Actionlists</a></li>
</ul>
</li>
<li class="user">
<a href="#">Usermanegement</a>
<ul>
<li class="grouptitle">Usermanagement</li>
<li><a href="#">Edit users</a></li>
<li><a href="#">Edit usergroups</a></li>
</ul>
</li>
<li class="settings">
<a href="#">Settings</a>
<ul>
<li class="grouptitle">Settings</li>
<li><a href="#">Coresettings</a></li>
<li><a href="#">Themes</a></li>
<li><a href="#">Modules</a></li>
<li><a href="#">Languages</a></li>
<li><a href="#">Currencies</a></li>
</ul>
</li>
</ul>
</nav>
</aside>
<div id="content">
<div id="listfilter">
Listfilter
</div>
<div id="addnew">
<a class="btn addnew">Neuer Artikel<span>+</span></a>
</div>
<div id="quickeditlist">
<section id="product_1" class="listentry active">
<header>
<h2>Ein Produkt</h2>
<span class="price">195,99 €</span>
<form>
<input type="checkbox" name="active" id="active" value="1"><label for="active">Active</label>
</form>
<form>
<select name="lang">
<option value="1">english</option>
<option value="0">german</option>
</select>
</form>
<ul class="edit">
<li>
<a href="#" class="preview" target="preview">Preview</a>
</li>
<li>
<a href="#" class="edit">Edit</a>
</li>
<li>
<a href="#" class="delete">Delete</a>
</li>
</ul>
<div class="clear"></div>
</header>
<section class="quickedit">
<form>
<fieldset>
<label class="main" for="ox_title">Title:</label>
<input class="broad" name="ox_title" value="Ein Produkt" />
</fieldset>
<fieldset>
<label class="main" for="ox_title">Price:</label>
<input name="ox_title" value="Ein Produkt" />
<span class="addinfo">Alt. Price</span>
<label for="ox_title">A:</label>
<input class="small" name="ox_title" value="" />
<label for="ox_title">B:</label>
<input class="small" name="ox_title" value="" />
<label for="ox_title">C:</label>
<input class="small" name="ox_title" value="" />
</fieldset>
<fieldset>
<label class="main" for="ox_title">Normal field:</label>
<input name="ox_title" value="Some value" />
</fieldset>
<fieldset class="last">
<input name="submit" value="Sichern" type="submit" />
</fieldset>
</form>
</section>
</section>
<section id="product_1" class="listentry active outoftime">
<header>
<h2>Ein Produkt</h2>
<span class="price">195,99 €</span>
<form>
<input type="checkbox" name="active" id="active" value="1"><label for="active">Active</label>
</form>
<form>
<select name="lang">
<option value="1">english</option>
<option value="0">german</option>
</select>
</form>
<ul class="edit">
<li>
<a href="#" class="preview" target="preview">Preview</a>
</li>
<li>
<a href="#" class="edit">Edit</a>
</li>
<li>
<a href="#" class="delete">Delete</a>
</li>
</ul>
<div class="clear"></div>
</header>
<section class="quickedit">
<form>
<fieldset>
<label for="ox_title">Title:</label>
<input name="ox_title" value="Ein Produkt" />
<label for="ox_title">Title:</label>
<input name="ox_title" value="Ein Produkt" />
<label for="ox_title">Title:</label>
<input name="ox_title" value="Ein Produkt" />
</fieldset>
<fieldset>
<label for="ox_title">Title:</label>
<input name="ox_title" value="Ein Produkt" />
<label for="ox_title">Title:</label>
<input name="ox_title" value="Ein Produkt" />
<label for="ox_title">Title:</label>
<input name="ox_title" value="Ein Produkt" />
</fieldset>
<fieldset class="last">
<input name="submit" value="Sichern" type="submit" />
</fieldset>
</form>
</section>
</section>
<section id="product_1" class="listentry inactive">
<header>
<h2>Ein Produkt</h2>
<span class="price">195,99 €</span>
<form>
<input type="checkbox" name="active" id="active" value="1"><label for="active">Active</label>
</form>
<form>
<select name="lang">
<option value="1">english</option>
<option value="0">german</option>
</select>
</form>
<ul class="edit">
<li>
<a href="#" class="preview" target="preview">Preview</a>
</li>
<li>
<a href="#" class="edit">Edit</a>
</li>
<li>
<a href="#" class="delete">Delete</a>
</li>
</ul>
<div class="clear"></div>
</header>
<section class="quickedit">
<form>
<fieldset>
<label for="ox_title">Title:</label>
<input name="ox_title" value="Ein Produkt" />
<label for="ox_title">Title:</label>
<input name="ox_title" value="Ein Produkt" />
<label for="ox_title">Title:</label>
<input name="ox_title" value="Ein Produkt" />
</fieldset>
<fieldset>
<label for="ox_title">Title:</label>
<input name="ox_title" value="Ein Produkt" />
<label for="ox_title">Title:</label>
<input name="ox_title" value="Ein Produkt" />
<label for="ox_title">Title:</label>
<input name="ox_title" value="Ein Produkt" />
</fieldset>
<fieldset class="last">
<input name="submit" value="Sichern" type="submit" />
</fieldset>
</form>
</section>
</section>
</div>
<div id="quickeditadditional">
<div id="dashboard">
<section class="listentry">
<header>
<h1>Dashboard</h1>
</header>
<section class="content">
<h1>To Do:</h1>
<ul>
<li>
Add product
</li>
<li>
Sell product
</li>
<li>
Ship order
</li>
<li>
Pay your developer
</li>
<li>
See you in Hawaii
</li>
</ul>
</section>
</section>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<script src="views/src/js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="views/src/js/joscha.js" type="text/javascript"></script>
</body>
</html>