-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
163 lines (148 loc) · 5.35 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>ofertapp</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:400,700,90">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<link rel="stylesheet" href="client/css/main.css" />
<script data-main="app/main" type="text/javascript" src="client/app/lib/jquery-1.8.2.min.js"></script>
<script type="text/javascript">
$(document).bind( 'mobileinit', function() {
$.mobile.hashListeningEnabled = false;
$.mobile.pushStateEnabled = false;
});
</script>
<script data-main="app/main" type="text/javascript" src="client/app/lib/jquery.mobile-1.2.0.min.js"></script>
<script data-main="app/main" type="text/javascript" src="client/app/lib/infobubble.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=true"></script>
<script type="text/javascript" src="https://connect.facebook.net/en_US/all.js"></script>
<script data-main="client/app/main" type="text/javascript" src="client/app/lib/require/require.js"></script>
</head>
<body>
<div id="fb-root"></div>
<div id="index" data-role="page" data-theme="d">
<div data-role="header">
<h1>ofertapp</h1>
</div>
<div data-role="content">
<div style="width: 350px; height: 150px; position: relative">
<img src="server/img/ofertapp-logo-2-map-small.png" alt="image" style="top: 50%; left: 50%; margin-left: 30px; margin-top: -25px">
</div>
<a href="#" data-role="button">
Facebook Login
</a>
<p style="color: #009CDC; cursor: pointer;font: italic 12px sans-serif; text-indent: 10em; line-height: 3em">
Busca y encuentra ofertas
</p>
</div>
</div>
<div id="main" data-role="page" data-theme="d">
<div data-role="header">
<h1>ofertapp</h1>
</div>
<div data-role="content">
<div>
<a href="#category-selection" data-role="button" data-ajax="false">
Buscar Ofertas
</a>
<a href="#offer-create" data-role="button" data-ajax="false">
Crear Oferta
</a>
<!--<a href="#logout" data-role="button" style="margin-top: 10px;">-->
<!--Cerrar Sesión-->
<!--</a>-->
</div>
</div>
</div>
<!-- category selection -->
<div id="category-selection" data-role="page" data-theme="d">
<div data-role="header">
<a data-role="button" href="#searchmap-results" data-icon="search" data-iconpos="left"
class="ui-btn-right" data-ajax="false">
Buscar
</a>
<h1> Categorías</h1>
</div>
<div data-role="content">
<div>
<div class="placeholder"></div>
</div>
</div>
</div>
<!-- search map results -->
<div id="searchmap-results" data-role="page" data-theme="d">
<div data-role="header">
<h1> Mapa de Ofertas </h1>
</div>
<div data-role="content">
<div id="map-canvas"></div>
</div>
</div>
<!-- offer details -->
<div id="offer-details" data-role="page" data-theme="d">
<div data-role="header">
<h1> Detalles de la Oferta </h1>
</div>
<div data-role="content">
<div class="placeholder"></div>
</div>
</div>
<!-- seller create -->
<div id="seller-create" data-role="page" data-theme="d">
<div data-role="header">
<h1> Agregar Negocio </h1>
</div>
<div data-role="content">
<form data-ajax="false">
<input type="text" name="sellerName" value="" placeholder="Nombre"/>
<a data-role="button" href="" data-icon="check" data-iconpos="left" data-ajax="false" style="margin: 0 auto;">
Ok
</a>
</form>
</div>
</div>
<!-- offer create -->
<div id="offer-create" data-role="page" data-theme="d">
<div data-role="header">
<a data-role="button" href="#offer-create-final" data-icon="arrow-r" data-iconpos="left"
class="ui-btn-right" data-ajax="false">
Siguiente
</a>
<h1> Agregar Oferta </h1>
</div>
<div data-role="content">
<div class="placeholder"></div>
<!--<form data-ajax="false">-->
<!--<input type="text" name="offername" id="offername" value="" placeholder="Nombre"/>-->
<!--<input type="text" name="offerdescription" id="offerdescription" value="" placeholder="Descripcion"/>-->
<!--<input type="number" name="price" id="price" value="" placeholder="Precio"/>-->
<!--</form>-->
</div>
</div>
<!-- offer create final -->
<div id="offer-create-final" data-role="page" data-theme="d">
<div data-role="header">
<a data-role="button" href="#offer-create" data-icon="arrow-l" data-iconpos="left"
data-ajax="true" onclick="history.">
Atras
</a>
<h1> Agregar Oferta </h1>
<div data-role="controlgroup" data-type="horizontal" class="ui-btn-right">
<a data-role="button" href="#seller-create" data-icon="plus" data-iconpos="left"
data-ajax="false">
Nuevo
</a>
<a data-role="button" href="#new-offer" data-icon="check" data-iconpos="left"
data-ajax="false">
Ok
</a>
</div>
</div>
<div data-role="content">
<div class="placeholder"></div>
</div>
</div>
</body>
</html>