Better regattas list
This commit is contained in:
9
server/templates/menu/bottom.html
Normal file
9
server/templates/menu/bottom.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<div id="$$html-id;" class="menu menu-box-bottom menu-box-detached rounded-m" data-menu-height="$$height;" >
|
||||
<div class="menu-title"><h1>$$title;</h1><p class="color-highlight">$$subtitle; </p><a href="#" class="close-menu"><i class="fa fa-times"></i></a></div>
|
||||
<div class="divider divider-margins mb-n2"></div>
|
||||
<div class="content">
|
||||
<div class="list-group list-custom-small">
|
||||
$$0;
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
5
server/templates/menu/item-badge.html
Normal file
5
server/templates/menu/item-badge.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<a id="$$html-id;" href="$$1;" class="$$css-class;">
|
||||
<span>$$0;</span>
|
||||
<span id="$$badge-id;" class="badge bg-highlight color-white">$$badge-value;</span>
|
||||
<i class="fa fa-angle-right"></i>
|
||||
</a>
|
||||
6
server/templates/menu/item-icon-badge.html
Normal file
6
server/templates/menu/item-icon-badge.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<a id="$$html-id;" href="$$1;" class="$$css-class;">
|
||||
<i class="fa font-14 $$icon; rounded-s bg-highlight color-white"></i>
|
||||
<span>$$0;</span>
|
||||
<span id="$$badge-id;" class="badge bg-highlight color-white">$$badge-value;</span>
|
||||
<i class="fa fa-angle-right"></i>
|
||||
</a>
|
||||
5
server/templates/menu/item-icon.html
Normal file
5
server/templates/menu/item-icon.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<a id="$$html-id;" href="$$1;" class="$$css-class;">
|
||||
<i class="fa font-14 $$icon; rounded-s bg-highlight color-white"></i>
|
||||
<span>$$0;</span>
|
||||
<i class="fa fa-angle-right"></i>
|
||||
</a>
|
||||
4
server/templates/menu/item-simple.html
Normal file
4
server/templates/menu/item-simple.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<a id="$$html-id;" href="$$1;" class="$$css-class;">
|
||||
<span>$$0;</span>
|
||||
<i class="fa fa-angle-right"></i>
|
||||
</a>
|
||||
9
server/templates/menu/modal.html
Normal file
9
server/templates/menu/modal.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<div id="$$html-id;" class="menu menu-box-modal menu-box-detached rounded-m" data-menu-width="$$width;" data-menu-height="$$height;">
|
||||
<div class="menu-title"><h1>$$title;</h1><p class="color-highlight">$$subtitle; </p><a href="#" class="close-menu"><i class="fa fa-times"></i></a></div>
|
||||
<div class="divider divider-margins mb-n2"></div>
|
||||
<div class="content">
|
||||
<div class="list-group list-custom-small">
|
||||
$$0;
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
9
server/templates/menu/top.html
Normal file
9
server/templates/menu/top.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<div id="$$html-id;" class="menu menu-box-top menu-box-detached rounded-m" data-menu-height="$$height;" >
|
||||
<div class="menu-title"><h1>$$title;</h1><p class="color-highlight">$$subtitle; </p><a href="#" class="close-menu"><i class="fa fa-times"></i></a></div>
|
||||
<div class="divider divider-margins mb-n2"></div>
|
||||
<div class="content">
|
||||
<div class="list-group list-custom-small">
|
||||
$$0;
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user