From ac54f5224d4470de9d8ae088e1338dea52668c9d Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Thu, 5 Jul 2018 00:25:51 +0200 Subject: Renommage beta_accents -> final pour diffs --- .../app/include/ludo/html_elements.inc.php | 185 --------------------- 1 file changed, 185 deletions(-) delete mode 100644 beta_accents/app/include/ludo/html_elements.inc.php (limited to 'beta_accents/app/include/ludo/html_elements.inc.php') diff --git a/beta_accents/app/include/ludo/html_elements.inc.php b/beta_accents/app/include/ludo/html_elements.inc.php deleted file mode 100644 index 35eaa68..0000000 --- a/beta_accents/app/include/ludo/html_elements.inc.php +++ /dev/null @@ -1,185 +0,0 @@ -'."\n" -?> - - - - AWOR - $title\n"; ?> - - - - -' . "\n"; - echo ' ' . "\n"; - - if ( isset($CONFIG['CSS']['CHOOSER_LIST']) ) - { - foreach ( $CONFIG['CSS']['CHOOSER_LIST'] as $cssname => $cssfile ) - { - if ( $cssfile != $cssfilemain ) - { - echo ' ' . "\n"; - echo ' ' . "\n"; - } - } - } -?> - - - -

AWOR

- -' . "\n

?

\n" . "\n"; - echo '
' . "\n"; - readfile($help_file); - echo "
\n"; - } -} - -function generate_html_div_errmsg($errmsg) -{ - echo '
' . "\n" . '' . $errmsg . "\n"; - require_once('config.inc.php'); - if ( isset( $CONFIG['adminMail'] ) && ( ! isset($_REQUEST['debug'] ) ) ) - { - echo 'Si le problème persiste, vous pouvez contacter l\'administrateur par email à l\'adresse suivante : '; - echo '' . $CONFIG['adminMail'] . "\n"; - } - echo "
\n"; -} - -function generate_html_div_css_chooser() -{ - @include 'include/ludo/config.inc.php'; - @include 'config.inc.php'; - - if ( ! is_array($CONFIG['CSS']['CHOOSER_LIST']) ) { return false; } - - if ( isset($_COOKIE['aworcustom_css'] ) ) { $css_selected=$_COOKIE['aworcustom_css']; }else{$css_selected='';}; - echo '
' . "\n"; - //print_r($_COOKIE); - echo ' '. "\n"; - echo '
'. "\n"; -} - -function generate_html_div_footer() -{ -?> - -Deconnexion'."\n"; -} -function generate_html_div_back() -{ - echo '
Retour
'."\n"; -} - -function generate_html_dispo_inconnu($idP, $idC) -{ - echo 'Inconnu' . "\n"; -} - -function generate_html_dispo_oui($idP, $idC) -{ - echo 'Disponible' . "\n"; -} - -function generate_html_dispo_non($idP, $idC) -{ - echo 'Non disponible' . "\n"; -} - -function generate_html_dispo_dire_oui($idR, $idC) -{ - //~ echo 'Dire que je suis disponible' . "\n"; - echo ""; - echo 'Dire que je suis disponible' . "\n"; -} - -function generate_html_dispo_dire_non($idR, $idC) -{ - echo ""; - echo 'Dire que je suis pas disponible' . "\n"; -} - -function generate_html_reunion_detail_button($idR) -{ - echo 'Détails'; -} -- cgit v1.2.3