Add the first draft of the unified manual

This commit is contained in:
Alex Cabal 2020-03-12 22:10:14 -05:00
parent 4b8cbeb268
commit d78d2ee402
18 changed files with 3626 additions and 65 deletions

View file

@ -12,6 +12,10 @@ if(!isset($description)){
$description = '';
}
if(!isset($manual)){
$manual = false;
}
if(!isset($js)){
$js = false;
}
@ -24,6 +28,9 @@ if(!isset($js)){
<? if($description != ''){ ?><meta content="<?= Formatter::ToPlainText($description) ?>" name="description"><? } ?>
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="/css/core.css" media="screen" rel="stylesheet" type="text/css">
<? if($manual){ ?>
<link href="/css/manual.css" media="screen" rel="stylesheet" type="text/css">
<? } ?>
<link href="/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120">
<link href="/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152">
<link href="/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">