diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 20:39:48 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 20:39:48 +0100 |
commit | 42e89ac398bdf2a98167b0b71123c98e297b2130 (patch) | |
tree | 623c5e42d9b40a7372f17c070e2b39f52dc44ed1 /app/view/templates/font.php | |
parent | dd14929505e3fd0bc1710ed757b501d3ec1f6ca1 (diff) | |
download | wcms-42e89ac398bdf2a98167b0b71123c98e297b2130.tar.gz wcms-42e89ac398bdf2a98167b0b71123c98e297b2130.zip |
editor right bar
Diffstat (limited to 'app/view/templates/font.php')
-rw-r--r-- | app/view/templates/font.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/view/templates/font.php b/app/view/templates/font.php index 1bd64a2..6e55686 100644 --- a/app/view/templates/font.php +++ b/app/view/templates/font.php @@ -11,9 +11,17 @@ <section class="font"> +<h1>Fonts</h1> + + +<div> <a href="<?= $this->url('fontrender') ?>">⚡ Render</a> +</div> +<div> <a href="<?= $fontfile ?>" target="_blank">👓 View font CSS file</a> +</div> +<h2>Add Font</h2> <form action="<?= $this->url('fontadd') ?>" method="post" enctype="multipart/form-data"> <label for="font">Font file <i>(<?= $fonttypes ?>)</i></label> @@ -24,6 +32,8 @@ </form> +<h2>Font stock</h2> + <table id="fontlist"> <tr> <th>font</th> |