[9.1.09] Modif écran condif + petites corrections

This commit is contained in:
fredtempez 2019-06-08 13:24:17 +02:00
parent 692401b418
commit 73488251de
4 changed files with 103 additions and 84 deletions

View File

@ -4,6 +4,9 @@
- Améliorations : - Améliorations :
- Mise en page petits écrans, modification des marges - Mise en page petits écrans, modification des marges
- Configuration du site : scripts dans header et body - Configuration du site : scripts dans header et body
- Nouvel écran de configuration
- Corrections :
- Déclaration de localisation manquante dans mail.php
## Version 9.1.08 ## Version 9.1.08
- Corrections : - Corrections :

View File

@ -1907,7 +1907,7 @@ class layout extends common {
$items .= '</span>'; $items .= '</span>';
// Affichage du lien de connexion // Affichage du lien de connexion
$items .= '<span id="footerDisplaySiteMap"'; $items .= '<span id="footerDisplaySiteMap"';
$items .= $this->getData(['theme','footer','displaySiteMap']) === false? 'class="displayNone"' : ''; $items .= $this->getData(['theme','footer','displaySiteMap']) === false? ' class="displayNone"' : '';
$items .= '><wbr>&nbsp;|&nbsp;<a href="' . helper::baseUrl() . 'sitemap" data-tippy-content="Plan du site" >Plan&nbsp;du&nbsp;site</a>'; $items .= '><wbr>&nbsp;|&nbsp;<a href="' . helper::baseUrl() . 'sitemap" data-tippy-content="Plan du site" >Plan&nbsp;du&nbsp;site</a>';
$items .= '</span>'; $items .= '</span>';
if( if(

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">

View File

@ -16,15 +16,21 @@
<div class="col12"> <div class="col12">
<div class="block"> <div class="block">
<h4>Informations générales</h4> <h4>Informations générales</h4>
<?php echo template::select('configHomePageId', helper::arrayCollumn($this->getData(['page']), 'title', 'SORT_ASC'), [ <div class="row">
'label' => 'Page d\'accueil', <div class="col4">
'selected' => $this->getData(['config', 'homePageId']) <?php echo template::select('configHomePageId', helper::arrayCollumn($this->getData(['page']), 'title', 'SORT_ASC'), [
]); ?> 'label' => 'Page d\'accueil',
<?php echo template::text('configTitle', [ 'selected' => $this->getData(['config', 'homePageId'])
'label' => 'Titre du site', ]); ?>
'value' => $this->getData(['config', 'title']), </div>
'help' => 'Il apparaît dans la barre de titre et les partages sur les réseaux sociaux.' <div class="col8">
]); ?> <?php echo template::text('configTitle', [
'label' => 'Titre du site',
'value' => $this->getData(['config', 'title']),
'help' => 'Il apparaît dans la barre de titre et les partages sur les réseaux sociaux.'
]); ?>
</div>
</div>
<?php echo template::textarea('configMetaDescription', [ <?php echo template::textarea('configMetaDescription', [
'label' => 'Description du site', 'label' => 'Description du site',
'value' => $this->getData(['config', 'metaDescription']), 'value' => $this->getData(['config', 'metaDescription']),
@ -34,9 +40,9 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col6"> <div class="col5">
<div class="block"> <div class="block">
<h4>Options avancées</h4> <h4>Options</h4>
<div class="row"> <div class="row">
<div class="col6"> <div class="col6">
<?php echo template::file('configFavicon', [ <?php echo template::file('configFavicon', [
@ -47,11 +53,10 @@
]); ?> ]); ?>
</div> </div>
<div class="col6"> <div class="col6">
<?php echo template::text('configAnalyticsId', [ <?php echo template::select('itemsperPage', $module::$ItemsList, [
'help' => 'Saisissez l\'ID de suivi.', 'label' => 'Articles par page',
'label' => 'Google Analytics', 'selected' => $this->getData(['config', 'itemsperPage']),
'placeholder' => 'UA-XXXXXXXX-X', 'help' => 'Modules Blog et News'
'value' => $this->getData(['config', 'analyticsId'])
]); ?> ]); ?>
</div> </div>
</div> </div>
@ -62,56 +67,51 @@
'checked' => helper::checkRewrite(), 'checked' => helper::checkRewrite(),
'help' => 'Vérifiez d\'abord que votre serveur l\'autorise : ce n\'est pas le cas chez Free.' 'help' => 'Vérifiez d\'abord que votre serveur l\'autorise : ce n\'est pas le cas chez Free.'
]); ?> ]); ?>
<?php echo template::select('itemsperPage', $module::$ItemsList, [
'label' => 'Articles par page ("Blog" et "News")',
'selected' => $this->getData(['config', 'itemsperPage'])
]); ?>
</div> </div>
</div> </div>
<div class="col6"> <div class="col7">
<div class="block"> <div class="block">
<h4>Réseaux sociaux</h4> <h4>Réseaux sociaux</h4>
<div class="row"> <div class="row">
<div class="col6"> <div class="col4">
<?php echo template::text('configSocialFacebookId', [ <?php echo template::text('configSocialFacebookId', [
'help' => 'Saisissez votre ID : https://www.facebook.com/[ID].', 'help' => 'Saisissez votre ID : https://www.facebook.com/[ID].',
'label' => 'Facebook', 'label' => 'Facebook',
'value' => $this->getData(['config', 'social', 'facebookId']) 'value' => $this->getData(['config', 'social', 'facebookId'])
]); ?> ]); ?>
</div> </div>
<div class="col6"> <div class="col4">
<?php echo template::text('configSocialInstagramId', [ <?php echo template::text('configSocialInstagramId', [
'help' => 'Saisissez votre ID : https://www.instagram.com/[ID].', 'help' => 'Saisissez votre ID : https://www.instagram.com/[ID].',
'label' => 'Instagram', 'label' => 'Instagram',
'value' => $this->getData(['config', 'social', 'instagramId']) 'value' => $this->getData(['config', 'social', 'instagramId'])
]); ?> ]); ?>
</div> </div>
</div> <div class="col4">
<div class="row">
<div class="col6">
<?php echo template::text('configSocialYoutubeId', [ <?php echo template::text('configSocialYoutubeId', [
'help' => 'Saisissez votre ID : https://www.youtube.com/channel/[ID].', 'help' => 'Saisissez votre ID : https://www.youtube.com/channel/[ID].',
'label' => 'Youtube', 'label' => 'Youtube',
'value' => $this->getData(['config', 'social', 'youtubeId']) 'value' => $this->getData(['config', 'social', 'youtubeId'])
]); ?> ]); ?>
</div> </div>
<div class="col6"> </div>
<div class="row">
<div class="col4">
<?php echo template::text('configSocialTwitterId', [ <?php echo template::text('configSocialTwitterId', [
'help' => 'Saisissez votre ID : https://twitter.com/[ID].', 'help' => 'Saisissez votre ID : https://twitter.com/[ID].',
'label' => 'Twitter', 'label' => 'Twitter',
'value' => $this->getData(['config', 'social', 'twitterId']) 'value' => $this->getData(['config', 'social', 'twitterId'])
]); ?> ]); ?>
</div> </div>
</div> <div class="col4">
<div class="row">
<div class="col6">
<?php echo template::text('configSocialPinterestId', [ <?php echo template::text('configSocialPinterestId', [
'help' => 'Saisissez votre ID : https://pinterest.com/[ID].', 'help' => 'Saisissez votre ID : https://pinterest.com/[ID].',
'label' => 'Pinterest', 'label' => 'Pinterest',
'value' => $this->getData(['config', 'social', 'pinterestId']) 'value' => $this->getData(['config', 'social', 'pinterestId'])
]); ?> ]); ?>
</div> </div>
<div class="col6"> <div class="col4">
<?php echo template::text('configSocialLinkedinId', [ <?php echo template::text('configSocialLinkedinId', [
'help' => 'Saisissez votre ID Linkedin : https://fr.linkedin.com/in/[CETTE PARTIE].', 'help' => 'Saisissez votre ID Linkedin : https://fr.linkedin.com/in/[CETTE PARTIE].',
'label' => 'Linkedin', 'label' => 'Linkedin',
@ -125,18 +125,24 @@
<div class="row"> <div class="row">
<div class="col6"> <div class="col6">
<div class="block"> <div class="block">
<h4>Système</h4> <h4>Système et sauvegardes</h4>
<?php echo template::select('configTimezone', $module::$timezones, [ <div class="col12">
'label' => 'Fuseau horaire', <div class="row">
'selected' => $this->getData(['config', 'timezone']) <?php echo template::select('configTimezone', $module::$timezones, [
]); ?> 'label' => 'Fuseau horaire',
<?php echo template::checkbox('configMaintenance', true, 'Site en maintenance', [ 'selected' => $this->getData(['config', 'timezone'])
'checked' => $this->getData(['config', 'maintenance']) ]); ?>
]); ?> </div>
<?php echo template::checkbox('configAutoBackup', true, 'Sauvegarde automatique', [ <div class="row">
'checked' => $this->getData(['config', 'autoBackup']), <?php echo template::checkbox('configMaintenance', true, 'Site en maintenance', [
'help' => 'Le fichier de données est copié quotidiennement dans le dossier \'site/backup\'. La sauvegarde est conservée pendant 30 jours.' 'checked' => $this->getData(['config', 'maintenance'])
]); ?> ]); ?>
<?php echo template::checkbox('configAutoBackup', true, 'Sauvegarde automatique', [
'checked' => $this->getData(['config', 'autoBackup']),
'help' => 'Le fichier de données est copié quotidiennement dans le dossier \'site/backup\'. La sauvegarde est conservée pendant 30 jours.'
]); ?>
</div>
</div>
<div class="row"> <div class="row">
<div class="col10 offset1"> <div class="col10 offset1">
<?php echo template::button('configExport', [ <?php echo template::button('configExport', [
@ -157,11 +163,7 @@
</div> </div>
<div class="col6"> <div class="col6">
<div class="block"> <div class="block">
<h4>Copie d'écran OpenGraph</h4> <h4>Aide au référencement</h4>
<div class="row">
<div class="col8 offset2">
<img src='<?php echo helper::baseUrl(false) . self::FILE_DIR.'source/screenshot.png';?>' />
</div>
<div class="row"> <div class="row">
<div class="col10 offset1"> <div class="col10 offset1">
<?php echo template::button('configMetaImage', [ <?php echo template::button('configMetaImage', [
@ -169,86 +171,100 @@
'value' => 'Rafraîchir la capture d\'écran' 'value' => 'Rafraîchir la capture d\'écran'
]); ?> ]); ?>
</div> </div>
</div> </div>
<p>Cette capture d'écran est nécessaire aux partages sur les réseaux sociaux. Elle est régénérée lorsque le fichier "screenshot.png" est effacé du gestionnaire de fichiers.</p> <p>Cette capture d'écran est nécessaire aux partages sur les réseaux sociaux. Elle est régénérée lorsque le fichier "screenshot.png" est effacé du gestionnaire de fichiers.</p>
<div class="row">
<div class="col8 offset2">
<img src='<?php echo helper::baseUrl(false) . self::FILE_DIR.'source/screenshot.png';?>' />
</div>
</div> </div>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col12"> <div class="col12">
<?php <?php
// Lire le contenu du fichier script sinon le créer // Lire le contenu des fichiers de script
$headerFile = "";
if (file_exists( self::DATA_DIR . 'head.inc.html')) { if (file_exists( self::DATA_DIR . 'head.inc.html')) {
$headerFile = file_get_contents (self::DATA_DIR . 'head.inc.html'); $headerFile = file_get_contents (self::DATA_DIR . 'head.inc.html');
} else {
$headerFile = "";
touch (self::DATA_DIR . 'head.inc.html');
} }
$bodyFile = "";
if (file_exists( self::DATA_DIR . 'body.inc.html')) { if (file_exists( self::DATA_DIR . 'body.inc.html')) {
$bodyFile = file_get_contents (self::DATA_DIR . 'body.inc.html'); $bodyFile = file_get_contents (self::DATA_DIR . 'body.inc.html');
} else { }
$bodyFile = "";
touch (self::DATA_DIR . 'body.inc.html');
}
?> ?>
<div class="block"> <div class="block">
<h4>Scripts HTML à insérer dans la page</h4> <h4>Options avancées</h4>
<?php echo template::textarea('configScriptHead', [ <div class="row">
'label' => 'Head', <div class="col6">
'value' => $headerFile <?php echo template::text('configAnalyticsId', [
]); ?> 'help' => 'Saisissez l\'ID de suivi.',
<?php echo template::textarea('configScriptBody', [ 'label' => 'Google Analytics',
'label' => 'Body', 'placeholder' => 'UA-XXXXXXXX-X',
'value' => $bodyFile 'value' => $this->getData(['config', 'analyticsId'])
]); ?> ]); ?>
</div>
</div>
<div class="row">
<div class="col6">
<?php echo template::textarea('configScriptHead', [
'label' => 'Script dans Head',
'value' => $headerFile
]); ?>
</div>
<div class="col6">
<?php echo template::textarea('configScriptBody', [
'label' => 'Script dans Body',
'value' => $bodyFile
]); ?>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col12"> <div class="col12">
<div class="block"> <div class="block">
<h4>Information sur les versions</h4> <h4>Numéros de version</h4>
<div class="row"> <div class="row">
<div class="col4"> <div class="col2">
<?php echo template::text('configVersion', [ <?php echo template::text('configVersion', [
'label' => 'ZwiiCMS', 'label' => 'ZwiiCMS',
'readonly' => true, 'readonly' => true,
'value' => common::ZWII_VERSION 'value' => common::ZWII_VERSION
]); ?> ]); ?>
</div> </div>
<div class="col4"> <div class="col2">
<?php echo template::text('moduleRedirectionVersion', [ <?php echo template::text('moduleRedirectionVersion', [
'label' => 'Module "Redirection"', 'label' => 'Redirection',
'readonly' => true, 'readonly' => true,
'value' => redirection::REDIRECTION_VERSION 'value' => redirection::REDIRECTION_VERSION
]); ?> ]); ?>
</div> </div>
<div class="col4"> <div class="col2">
<?php echo template::text('moduleFormVersion', [ <?php echo template::text('moduleFormVersion', [
'label' => 'Module "Form"', 'label' => 'Form',
'readonly' => true, 'readonly' => true,
'value' => form::FORM_VERSION 'value' => form::FORM_VERSION
]); ?> ]); ?>
</div> </div>
</div> <div class="col2">
<div class="row">
<div class="col4">
<?php echo template::text('moduleGalleryVersion', [ <?php echo template::text('moduleGalleryVersion', [
'label' => 'Module "Gallery"', 'label' => 'Gallery',
'readonly' => true, 'readonly' => true,
'value' => gallery::GALLERY_VERSION 'value' => gallery::GALLERY_VERSION
]); ?> ]); ?>
</div> </div>
<div class="col4"> <div class="col2">
<?php echo template::text('moduleNewsVersion', [ <?php echo template::text('moduleNewsVersion', [
'label' => 'Module "News"', 'label' => 'News',
'readonly' => true, 'readonly' => true,
'value' => news::NEWS_VERSION 'value' => news::NEWS_VERSION
]); ?> ]); ?>
</div> </div>
<div class="col4"> <div class="col2">
<?php echo template::text('moduleBlogVersion', [ <?php echo template::text('moduleBlogVersion', [
'label' => 'Module "Blog"', 'label' => 'Blog',
'readonly' => true, 'readonly' => true,
'value' => blog::BLOG_VERSION 'value' => blog::BLOG_VERSION
]); ?> ]); ?>