Add header comments to HTML and CSS

Co-authored-by: LeOSW42 <673670+LeOSW42@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-24 15:18:15 +00:00
parent 7f0143604c
commit 41625ac443
34 changed files with 34 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
<!-- Template: blocks/d.footer.html -->
<footer> <footer>
<div class="flex"> <div class="flex">
<p class="flex-element"><a target="_blank" href="https://www.facebook.com/kabano09"><i class="fab fa-facebook-square"></i></a> Léo Serre &mdash; <script>document.write("06 " + "1" + "8 6" + "2 3" + "2 ");</script>&#48;&#53;</p> <p class="flex-element"><a target="_blank" href="https://www.facebook.com/kabano09"><i class="fab fa-facebook-square"></i></a> Léo Serre &mdash; <script>document.write("06 " + "1" + "8 6" + "2 3" + "2 ");</script>&#48;&#53;</p>

View File

@@ -1,3 +1,4 @@
<!-- Template: blocks/d.head.html -->
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">

View File

@@ -1,3 +1,4 @@
<!-- Template: blocks/d.nav.html -->
<header> <header>
<div id="Hcontent"> <div id="Hcontent">
<a href="<?=$config['rel_root_folder']?>" id="logo"> <a href="<?=$config['rel_root_folder']?>" id="logo">

View File

@@ -1,3 +1,4 @@
/* Feuille de style: css/d.admin.css */
/*********************************/ /*********************************/
/** Wiki files page **/ /** Wiki files page **/
/*********************************/ /*********************************/

View File

@@ -1,3 +1,4 @@
/* Feuille de style: css/d.blog.css */
/*********************************/ /*********************************/
/** Blog list page **/ /** Blog list page **/
/*********************************/ /*********************************/

View File

@@ -1,3 +1,4 @@
/* Feuille de style: css/d.index.css */
* { * {
border: 0; border: 0;
margin: 0; margin: 0;

View File

@@ -1,3 +1,4 @@
/* Feuille de style: css/d.map.css */
/* Custom configuration for the map page */ /* Custom configuration for the map page */
html { html {

View File

@@ -1,3 +1,4 @@
/* Feuille de style: css/d.poi.css */
/*********************************/ /*********************************/
/** Common **/ /** Common **/
/*********************************/ /*********************************/

View File

@@ -1,3 +1,4 @@
/* Feuille de style: css/d.user.css */
/*********************************/ /*********************************/
/** Login page **/ /** Login page **/
/*********************************/ /*********************************/

View File

@@ -1,3 +1,4 @@
/* Feuille de style: css/d.wiki.css */
/*********************************/ /*********************************/
/** View page **/ /** View page **/
/*********************************/ /*********************************/

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.admin.backup.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.admin.git-pull.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.admin.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.admin.logs.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.admin.stats.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.admin.wiki-files.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.blog.edit.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.blog.list.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,4 @@
<?php <?php /* Template: d.blog.list.rss */
$ts = gmdate("D, d M Y H:i:s", time() + 60) . " GMT"; $ts = gmdate("D, d M Y H:i:s", time() + 60) . " GMT";
header("Content-disposition: filename=blog.rss"); header("Content-disposition: filename=blog.rss");

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.blog.view.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.community.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.contact.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.index.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.map.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.poi.edit.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.poi.view.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.user.login.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.user.member_list.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.user.password_lost.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.user.profile.edit.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.user.profile.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.user.signin.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.wiki.edit.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Template: d.wiki.view.html -->
<html lang="fr"> <html lang="fr">
<?php include('blocks/d.head.html'); ?> <?php include('blocks/d.head.html'); ?>