-
Notifications
You must be signed in to change notification settings - Fork 0
/
restaurante_detalhe.html
31 lines (29 loc) · 1.17 KB
/
restaurante_detalhe.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
<!-- restaurante_detalhe -->
<div class="pages navbar-through toolbar-through">
<div data-page="restaurante_detalhe" class="page no-toolbar">
<!--<form id="form_restaurante_detalhe">-->
<div id="page" class="navbar">
<div class="navbar-inner">
<div class="left">
<a href="#" class="link back icon-only"><i class="icon icon-back"></i></a>
</div>
<div class="center sliding">Sobre o restaurante</div>
<!--
<div class="right">
<a href="carrinho.html" class="link icon-only"><i class="fa fa-shopping-cart"></i> <span id="carrinho_count"></span></a>
</div>
-->
</div>
</div>
<div class="page-content">
<input type="hidden" id="hora_reserva"/>
<input type="hidden" id="npessoas_reserva"/>
<div class="content-block" id="div_restaurante_detalhe" style="margin-top:0px;">
<div style="text-align:center; width:100%;"><i class="fa fa-circle-o-notch fa-spin" style></i></div>
</div>
<script id="template_restaurante_detalhe" type="text/template7">
</script>
</div>
<!--</form>-->
</div>
</div>