diff --git a/base/libreavous.php b/base/libreavous.php index 35b765a..9fd0433 100644 --- a/base/libreavous.php +++ b/base/libreavous.php @@ -258,7 +258,7 @@ function libreavous_declarer_tables_objets_sql($tables) { 'mp3' => 'varchar(255) NOT NULL DEFAULT ""', 'ogg' => 'varchar(255) NOT NULL DEFAULT ""', 'references_sujet' => 'text NOT NULL DEFAULT ""', - 'drupal_guid' => 'varchar(255) NOT NULL DEFAULT ""', + 'drupal_guid' => 'text NOT NULL DEFAULT ""', 'drupal_pubdate' => 'varchar(255) NOT NULL DEFAULT ""', 'description_rss' => 'text NOT NULL DEFAULT ""', 'maj' => 'timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP' diff --git a/squelettes/content/chapitre.html b/squelettes/content/chapitre.html new file mode 100644 index 0000000..627f299 --- /dev/null +++ b/squelettes/content/chapitre.html @@ -0,0 +1,20 @@ + +
+ +
+

#TITRE

+
+ +
+

Dans #[(#SURTITRE)] - [(#TITRE|libreavous_supp_numero)]

+ [

Références

+ (#REFERENCES_SUJET|propre)] +

Fichiers

+ +
+ +
+ diff --git a/squelettes/scss/styles/_perso.scss b/squelettes/scss/styles/_perso.scss index 9059930..c638b6a 100644 --- a/squelettes/scss/styles/_perso.scss +++ b/squelettes/scss/styles/_perso.scss @@ -35,9 +35,13 @@ span.btn { padding:0; > .page_container { background-color:$couleurSecondaire; + @include flex(); + align-items:stretch; + } .header_title { min-width: 150px; + background:white; } .header_menu { flex-grow: 2; @@ -1028,7 +1032,7 @@ a:hover .fab, a:hover .fas { } -.page_recherche { +.page_recherche, .page_plan { .page_content .formulaire_spip.formulaire_recherche { float:right; padding-left:0 !important;