-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprice.html
225 lines (221 loc) · 9.75 KB
/
price.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
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
<!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><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">
<table class="table">
<thead>
<tr>
<th>Credit Package</th>
<th>Exposures</th>
<th>U$D</th>
<th>€uro</th>
</tr>
</thead>
<tbody>
<tr>
<td>CDL XXX</td>
<td>480</td>
<td>49.99</td>
<td>39.99</td>
</tr>
<tr>
<td>Milia</td>
<td>1,000</td>
<td>
99.99
</td>
<td>
79.99
</td>
</tr>
<tr>
<td>MMC</td>
<td>
2,000
+
100 FREE!
</td>
<td>
199.95
</td>
<td>
159.96
</td>
</tr>
<tr>
<td>(V)D</td>
<td>
5,000
+
500 FREE!
</td>
<td>
499.95
</td>
<td>
399.92
</td>
</tr>
</tbody>
</table>
<hr />
<h3>Example: with 1,000 credit you can:</h3>
<table class="table">
<thead>
<tr>
<th>JPG</th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>you can upload app.</td>
<td>318*</td>
<td>JPG exposures</td>
</tr>
<tr>
<td>and edit additional</td>
<td>62*</td>
<td>photos</td>
</tr>
</tbody>
<thead>
<tr>
<th>If you shoot RAW</th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>you can upload app.</td>
<td>284*</td>
<td>RAW exposures</td>
</tr>
<tr>
<td>and edit additional</td>
<td>56*</td>
<td>Photo</td>
</tr>
</tbody>
<thead>
<tr>
<th>
Including storage for 1 year
</th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>
* Approximate estimation, based on selection rate of 20%,<br />
average file size and initial storage allowance of 3 GB
</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="footer">
<hr />
<div class="container">
<p class="muted credit">© 2012 Nomadfoto.com Ltd.</p>
</div>
</div>
</body>
</html>