Restructured files, made build script
This commit is contained in:
1
views/restaurant/orderScreen/button_image.tpl.htm
Normal file
1
views/restaurant/orderScreen/button_image.tpl.htm
Normal file
@@ -0,0 +1 @@
|
||||
<span class="buttonImg" style="background-image:url(/images/items/<!--[var:image]-->);"></span>
|
||||
@@ -0,0 +1 @@
|
||||
<a href="#" class="posButton changeCoverNumberButton"><!--[var:covers]--></a>
|
||||
3
views/restaurant/orderScreen/cover_selector.tpl.htm
Normal file
3
views/restaurant/orderScreen/cover_selector.tpl.htm
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="coverSelector">
|
||||
<!--[var:coverSelectorButtons]-->
|
||||
</div>
|
||||
6
views/restaurant/orderScreen/grid_button.tpl.htm
Normal file
6
views/restaurant/orderScreen/grid_button.tpl.htm
Normal file
@@ -0,0 +1,6 @@
|
||||
<a href="#" class="posButton <!--[var:extra_classes]-->"
|
||||
data-primary-action="<!--[var:primary_action]-->"
|
||||
data-secondary-action="<!--[var:secondary_action]-->" <!--[var: extra_data]--> <!--[var: extra_styles]-->>
|
||||
<!--[var:image]-->
|
||||
<span class="text"><!--[var:text]--></span>
|
||||
</a>
|
||||
13
views/restaurant/orderScreen/grid_container.tpl.htm
Normal file
13
views/restaurant/orderScreen/grid_container.tpl.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="gridContainer">
|
||||
<div class="gridContainerHeader">
|
||||
<span></span>
|
||||
<div class="posButton closeGrid">×</div>
|
||||
</div>
|
||||
<div class="gridContainerGrid">
|
||||
<div class="pageGroup"></div>
|
||||
</div>
|
||||
<div class="pageNavigation">
|
||||
<a class="posButton prevButton"><!--[lang:prev_page]--></a>
|
||||
<a class="posButton nextButton"><!--[lang:next_page]--></a>
|
||||
</div>
|
||||
</div>
|
||||
6
views/restaurant/orderScreen/page.tpl.htm
Normal file
6
views/restaurant/orderScreen/page.tpl.htm
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="gridPage" style="
|
||||
grid-template-columns: repeat(<!--[var:cols]-->, 1fr);
|
||||
grid-template-rows: repeat(<!--[var:rows]-->, 1fr);
|
||||
">
|
||||
<!--[var:pageButtons]-->
|
||||
</div>
|
||||
3
views/restaurant/orderScreen/page_group.tpl.htm
Normal file
3
views/restaurant/orderScreen/page_group.tpl.htm
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="pageGroup" data-page-group-id="<!--[var:page_group_id]-->">
|
||||
<!--[var:pages]-->
|
||||
</div>
|
||||
3
views/restaurant/orderScreen/page_group_button.tpl.htm
Normal file
3
views/restaurant/orderScreen/page_group_button.tpl.htm
Normal file
@@ -0,0 +1,3 @@
|
||||
<a data-page-group-id="<!--[arr:page|id]-->" class="posButton loadPageGroup">
|
||||
<!--[arr:page|label]-->
|
||||
</a>
|
||||
Reference in New Issue
Block a user