1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
<?php
$titrePage="Consultation";
include 'header.tpl';
require_once '../Asfo/agendaNewsFunc.php';
/***On recupere les données****/
$domaine = $request->getAttribute('domaine');//le domaine de niveau 1
$tabForm = $request->getAttribute('tabForm');//récupère le sous arbre de $domaine
$tabDom = $request->getAttribute('tabDom');//récupere la liste de tous les domaine de niveau1
$tabCont = $request->getAttribute('tabCont');//liste de tous les contacts du domaine de niveau 1
// on appel l'agenda
$tableauAgenda=array();
$tableauAgenda=Get_Agenda_Par_Mois(14,0);
$debutdateur=false;
?>
// Début lignes se rapportant pas à jquery
<script src="http://localhost/asfoovh/Asfo/jquery/cluetip/jquery-1.2.5.min.js" type="text/javascript"></script>
<script src="http://localhost/asfoovh/Asfo/jquery/cluetip/jquery.hoverIntent.js" type="text/javascript"></script>
<script src="http://localhost/asfoovh/Asfo/jquery/cluetip/jquery.cluetip.js" type="text/javascript"></script>
<script src="demo.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://localhost/asfoovh/Asfo/jquery/cluetip/jquery.cluetip.css" type="text/css" />
<link rel="stylesheet" href="demo.css" type="text/css" />
// Fin de lignes se rapportant pas à jquery
<div id="wrapper">
<div id="blognav">
<div class="blognavmenu">
// Début lignes se rapportant pas à jquery
<div id="examples">
<ol>
<li>
<a class="title" href="#" title="Titre|The first set of body content comes after the first delimiter in the title.|In this case, the delimiter is a pipe.">Exemple</a>
<div class="html">View the HTML</div>
<pre><code><a class="title" href="#" title="This is the title|The first set of contents comes after the first delimiter in the title.|In this case, the delimiter is a pipe"></code></pre>
<div class="jquery">View the jQuery</div>
<pre><code>$('a.title').cluetip({splitTitle: '|'});</code></pre>
</li>
</ol>
</div>
............ // la suite n'est plus en rapport. |
Partager