aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/info.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/info.php')
-rw-r--r--app/view/templates/info.php75
1 files changed, 52 insertions, 23 deletions
diff --git a/app/view/templates/info.php b/app/view/templates/info.php
index f1ca1f9..8f6377b 100644
--- a/app/view/templates/info.php
+++ b/app/view/templates/info.php
@@ -10,44 +10,73 @@
<main class="info">
+<nav>
+ <div class="block">
+ <h2>Manual Summary</h2>
+ <div class="scroll">
+ <ul>
+ <li><a href="#startup">Startup</a></li>
+ <ul>
-<section>
+ </ul>
+ <li><a href="#structure">Structure</a></li>
+ <ul>
+ <li><a href="#attributes">Page attributes</a></li>
+ <li><a href="#database">Database</a></li>
+ </ul>
+ <li><a href="#editor">Editor</a></li>
+ <ul>
+ <li><a href="#elementsyntax">Elements syntax</a></li>
+ <li><a href="#bodysyntax">Body syntax</a></li>
+ </ul>
+ </ul>
+ </div>
+ </div>
+</nav>
-<article>
+<section class="info">
-<h1>Info</h1>
+ <div class="block">
+ <div class="scroll">
+ <article>
-<h2>Version</h2>
+ <h1>Info</h1>
-<?= $version ?>
+ <h2>Version</h2>
-<h2>Links</h2>
+ <?= $version ?>
-<ul>
-<li><a href="https://github.com/vincent-peugnet/wcms" target="_blank">🐱‍👤 Github</a></li>
-<li><a href="#manual">📕 Manual</a></li>
-<li><a href="https://w-cms.top" target="_blank">🌵 Website</a></li>
-</ul>
+ <h2>Links</h2>
-<h2>About</h2>
+ <ul>
+ <li><a href="https://github.com/vincent-peugnet/wcms" target="_blank">🐱‍👤 Github</a></li>
+ <li><a href="#manual">📕 Manual</a></li>
+ <li><a href="https://w-cms.top" target="_blank">🌵 Website</a></li>
+ </ul>
-<h3>W-cms was made using these open sources and free components :</h3>
+ <h2>About</h2>
-<ul>
-<li><a href="https://github.com/jamesmoss/flywheel" target="_blank">🎡 James Moss's Flywheel Database</a> <i>as json noSQL flatfile database engine</i></li>
-<li><a href="https://github.com/michelf/php-markdown" target="_blank">📝 Michel Fortin's Markdown Extra</a> <i>markdown library</i></li>
-<li><a href="https://github.com/thephpleague/plates" target="_blank">🎨 Plates</a> <i>as templating engine</i></li>
-<li><a href="https://github.com/dannyvankooten/AltoRouter">🐶 Alto Router</a> <i>as router engine</i></li>
-</ul>
+ <h3>W-cms was made using these open sources and free components :</h3>
-<h3>Special thanks to :</h3>
+ <ul>
+ <li><a href="https://github.com/jamesmoss/flywheel" target="_blank">🎡 James Moss's Flywheel Database</a> <i>as json noSQL flatfile database engine</i></li>
+ <li><a href="https://github.com/michelf/php-markdown" target="_blank">📝 Michel Fortin's Markdown Extra</a> <i>markdown library</i></li>
+ <li><a href="https://github.com/thephpleague/plates" target="_blank">🎨 Plates</a> <i>as templating engine</i></li>
+ <li><a href="https://github.com/dannyvankooten/AltoRouter">🐶 Alto Router</a> <i>as router engine</i></li>
+ </ul>
-<a href="https://nicolas.club1.fr" target="_blank">🚲 Nicolas Peugnet</a>
+ <h3>Special thanks to :</h3>
-</article>
+ <a href="https://nicolas.club1.fr" target="_blank">🚲 Nicolas Peugnet</a>
+
+ </article>
+
+ <?php $this->insert('man') ?>
+
+ </div>
+ </div>
-<?php $this->insert('man') ?>
</section>