Better regattas list
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="input-style input-style-1 input-required">
|
||||
<div class="input-style input-style-2 input-required">
|
||||
<span class="color-highlight">$$placeholder;</span>
|
||||
<input id="$$html-id;" class="form-control $$css-class;" type="$$type;" placeholder="$$placeholder;" value="$$value;" />
|
||||
</div>
|
||||
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>
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="input-style input-style-1 input-required">
|
||||
<div class="input-style input-style-2 input-required">
|
||||
<span class="color-highlight input-style-1-active">$$placeholder;</span>
|
||||
<select id="$$html-id;" class="form-control $$css-class;">
|
||||
$$options;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="input-style input-style-1 input-required">
|
||||
<div class="input-style input-style-2 input-required">
|
||||
<span class="color-highlight">$$placeholder;</span>
|
||||
<textarea id="$$html-id;" class="form-control $$css-class;" placeholder="$$placeholder;">$$value;</textarea>
|
||||
</div>
|
||||
Reference in New Issue
Block a user