Individualisations
This commit is contained in:
3
server/templates/button.html
Normal file
3
server/templates/button.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<a id="$html-id;" class="btn btn-full rounded-s text-uppercase font-900 shadow-m bg-highlight $css-class;" href="$1;">
|
||||
$0;
|
||||
</a>
|
||||
5
server/templates/card.html
Normal file
5
server/templates/card.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class="card card-style">
|
||||
<div id="$html-id;" class="content $css-class;">
|
||||
$0;
|
||||
</div>
|
||||
</div>
|
||||
3
server/templates/error.html
Normal file
3
server/templates/error.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<i class="fa fa-exclamation-triangle fa-8x color-red2-dark"></i>
|
||||
<h1 class="fa-6x mt-5 font-900">$0;</h1>
|
||||
<h4 class="mb-5 mt-3">$1;</h4>
|
||||
10
server/templates/table.html
Normal file
10
server/templates/table.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<div style="width: 100%; overflow-x: auto;">
|
||||
<table id="$html-id;" class="table table-striped table-bordered $css-class;">
|
||||
<thead>
|
||||
$0;
|
||||
</thead>
|
||||
<tbody>
|
||||
$1;
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
Reference in New Issue
Block a user