-
Notifications
You must be signed in to change notification settings - Fork 0
/
restaurante_self.html~
29 lines (29 loc) · 1.14 KB
/
restaurante_self.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
<div class="navbar">
<div class="navbar-inner">
<div class="left">
<a href="#" class="link back icon-only"><i class="fa fa-chevron-left"></i></a>
</div>
<div class="center sliding">SmartFoodWeb</div>
<div class="right">
<a href="carrinho.html" class="link icon-only"><i class="fa fa-shopping-cart"></i> <span id="carrinho_count_self"></span></a>
</div>
</div>
</div>
<!-- restaurante -->
<div class="pages navbar-through toolbar-through">
<div data-page="restaurante_self" class="page no-toolbar">
<form id="form_restaurante_self">
<div class="page-content">
<div class="list-block media-list" id="div_info_restaurante_self">
</div>
<script id="template_info_restaurante_self" type="text/template7">
</script>
<div class="list-block accordion-list" id="div_restaurante_self">
<div style="text-align:center; width:100%;"><i class="fa fa-circle-o-notch fa-spin" style></i></div>
</div>
<script id="template_restaurante_self" type="text/template7">
</script>
</div>
</form>
</div>
</div>