示例#1
0
文件: include.php 项目: ligne7/ligne7
              <li><a href="index.html">Accueil</a></li>
              <li><a href="project.html">Projet</a></li>
              <li><a href="telechargement.html">Téléchargement</a></li>
              <li><a href="team.html">L\'équipe</a></li>
              <li><a href="contact.html">Contact</a></li>
              <li><a href="liens.html">Liens</a></li>
          </ul>
      </div>

      <div id="milieu">
          <div id="contenu">';
$miseHTML['footer'] = '</div>

          <div id="coldroite">
              <p class="date">Début de la soutenance finale : <br />
              <span class="hasCountdown">' . tempsRestant(0, 0, 0, 6, 20, 2011) . '</span>

              ' . getDedicace() . '
          </div>

          <div class="clear">
          </div>
      </div>

      <div id="footer">
          <div id="gauche">
              <p>Copyright 2010 - Tous droits réservés</p>
          </div>

          <div id="droite">
              <p>Site optimisé pour le navigateur Mozilla Firefox.</p>
示例#2
0
<?php

// Header
header("Cache-Control: no-store, no-cache, must-revalidate");
// Les includes
require "../include/include.php";
// $_GET
if (isset($_GET['heure']) and isset($_GET['minute']) and isset($_GET['seconde']) and isset($_GET['mois']) and isset($_GET['jour']) and isset($_GET['annee'])) {
    $heure = intval($_GET['heure']);
    $minute = intval($_GET['minute']);
    $seconde = intval($_GET['seconde']);
    $mois = intval($_GET['mois']);
    $jour = intval($_GET['jour']);
    $annee = intval($_GET['annee']);
    echo tempsRestant($heure, $minute, $seconde, $mois, $jour, $annee);
}
示例#3
0
			<?php 
    if (!depaseDateLimite($value->getdateCommande())) {
        //S'il reste encore du temps pour l'annulation
        ?>
				<!-- Lien d'annulation de la commande -->
				<td>
					<a href="./historiqueCommande.php?annule=<?php 
        echo $key;
        ?>
">Annuler</a>
				</td>
				<td>&nbsp;</td>
				<!-- Compte à rebours du temps restant pour l'annulation de la commande. -->
				<td>
					<?php 
        echo 'Encore ', tempsRestant($value->getdateCommande()), ' pour annuler.';
        ?>
				</td>
			<?php 
    } else {
        ?>
				<td colspan="3">&nbsp;</td>
			<?php 
    }
    ?>
			</tr>
			<tr>
				<td>
					<label>Produit</label>
				</td>
				<td>