index fertig bis auf rank
This commit is contained in:
@@ -1,3 +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 id="$$html-id;" class="btn btn-full rounded-s text-uppercase font-900 shadow-m bg-highlight $$css-class;" href="$$1;">
|
||||
$$0;
|
||||
</a>
|
||||
@@ -1,5 +1,5 @@
|
||||
<div id="$html-id;" class="card card-style">
|
||||
<div class="content $css-class;">
|
||||
$0;
|
||||
<div id="$$html-id;" class="card card-style">
|
||||
<div class="content $$css-class;">
|
||||
$$0;
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,3 +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>
|
||||
<h1 class="fa-6x mt-5 font-900">$$0;</h1>
|
||||
<h4 class="mb-5 mt-3">$$1;</h4>
|
||||
@@ -1,10 +1,10 @@
|
||||
<div style="width: 100%; overflow-x: auto;">
|
||||
<table id="$html-id;" class="table table-striped table-bordered $css-class;">
|
||||
<table id="$$html-id;" class="table table-striped table-bordered $$css-class;">
|
||||
<thead>
|
||||
$0;
|
||||
$$0;
|
||||
</thead>
|
||||
<tbody>
|
||||
$1;
|
||||
$$1;
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
Reference in New Issue
Block a user