-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
179 lines (175 loc) · 9.39 KB
/
index.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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Nomadfoto Management Console</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Le fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="favicon.ico">
<style>
body {
padding-top: 50px;
}
</style>
<link rel="stylesheet" href="css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/font-awesome-ie7.min.css">
<link rel="stylesheet" href="css/ie6.css">
<link rel="stylesheet" href="css/ie7.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/jquery.hoverpulse.js"></script>
<script src="js/collection.js"></script>
<script src="js/jquery.jkit.1.1.3.min.js"></script>
<script src="js/jquery-ui-1.9.1.custom.min.js"></script>
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/index.css">
<!-- <script src="js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>-->
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<!-- This code is taken from http://twitter.github.com/bootstrap/examples/hero.html -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".navbar-inverse-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">Nomadfoto</a>
<div class="nav-collapse collapse navbar-inverse-collapse">
<ul class="nav">
<li class="active"><a href="index.html">Collections</a></li>
<li><a href="#">Jobs Queue</a></li>
</ul>
<ul class="nav pull-right">
<li><a href="#"><i class="icon-money"></i> 00.00</a></li>
<li class="divider-vertical"></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-shopping-cart"></i> Credit Order<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="price.html"><i class="icon-book"></i> Price List</a></li>
<li><a id="order"><i class="icon-edit"></i> digiroll_edit</a></li>
</ul>
</li>
<li class="divider-vertical"></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-user"></i> Roberto <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="pref.html"><i class="icon-wrench"></i> Preferences</a>
</li>
<li>
<a href="#"><i class="icon-off"></i> Logout</a>
</li>
</ul>
</li>
</ul>
</div><!-- /.nav-collapse -->
</div>
</div><!-- /navbar-inner -->
</div>
<!-- main body -->
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div class="span8 offset2">
<fieldset>
<legend>
<h3>Your photo collection</h3>
</legend>
</fieldset>
<div id="dragzone" class="well">
<ul class="thumbnails">
</ul>
</div>
<div class="clearfix"></div>
<fieldset>
<legend>
<h3>Photo Search Options</h3>
</legend>
</fieldset>
<form class="form">
<div class="control-group">
<input type="text" id="start-date" placeholder="Job Start Date">
<input type="text" id="end-date" placeholder="Job End Date">
<input type="text" id="pic-tag" placeholder="Search by tag">
<div class="controls">
<button type="submit" class="btn">Search</button>
</div>
</div>
</form>
<div class="clearfix"></div>
<fieldset>
<legend>
<h3>Job Orders</h3>
</legend>
</fieldset>
<div id="notice" class="alert alert-block">
<button type="button" class="close" data-dismiss="alert">×</button>
<h4>Note!</h4>
Click on each picture in the slideshow to add them to job order list here.
</div>
<div class="orderbaskets">
<div class="span6">
<div id="dropzone" class="well">
<ul class="droppable thumbnails">
<li class="placeholder">Drop your pictures here!</li>
</ul>
</div>
</div>
<div class="span5">
<div id="baskets-container">
<div class="basket">
<div class="basket-form">
<div class="form">
<div class="control-group">
<label class="control-label" for="basket-action">Action</label>
<div class="controls">
<select class="basket-action">
<option value="print">Print</option>
<option value="edit">Edit</option>
</select>
</div>
</div>
</div>
<div class="basket-options-form">
</div>
</div>
</div>
</div>
</div>
<br />
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<hr />
<div class="container">
<p class="muted credit">© 2012 Nomadfoto.com Ltd.</p>
</div>
</div>
</body>
</html>