homepage version
This commit is contained in:
12
index.php
12
index.php
@@ -185,6 +185,10 @@ $current = $block->current();
|
|||||||
background-color: #209cee;
|
background-color: #209cee;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.tag:not(body).is-danger {
|
||||||
|
background-color: #f48f42;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.tag:not(body).is-success {
|
.tag:not(body).is-success {
|
||||||
background-color: #23d160;
|
background-color: #23d160;
|
||||||
@@ -292,12 +296,20 @@ $current = $block->current();
|
|||||||
<span class="tag is-light"><?= $current['height']; ?></span>
|
<span class="tag is-light"><?= $current['height']; ?></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="control">
|
||||||
|
<div class="tags has-addons">
|
||||||
|
<strong class="tag is-danger">Version</strong>
|
||||||
|
<span class="tag is-light"><?= VERSION; ?></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<div class="tags has-addons">
|
<div class="tags has-addons">
|
||||||
<strong class="tag is-info">Public API</strong>
|
<strong class="tag is-info">Public API</strong>
|
||||||
<span class="tag is-light"><?= ($_config['public_api']) ? 'yes' : 'no'; ?></span>
|
<span class="tag is-light"><?= ($_config['public_api']) ? 'yes' : 'no'; ?></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<a class="tags is-dark" href="./doc/" target="_blank">
|
<a class="tags is-dark" href="./doc/" target="_blank">
|
||||||
<strong class="tag is-info">Documentation</strong>
|
<strong class="tag is-info">Documentation</strong>
|
||||||
|
|||||||
Reference in New Issue
Block a user