Remove depencies of library common/dates : dateT

This commit is contained in:
Michael RICOIS 2013-10-31 15:44:44 +00:00
parent f5c3535179
commit 7bfcef0fb3

View File

@ -14,7 +14,7 @@ ol li { margin-bottom:10px; }
<?php if ( $this->nbReponses==0) { ?>
<p class="StyleInfoLib">
Pas de r&eacute;sultat affich&eacute; avec le(s) crit&egrave;re(s)
Pas de r&eacute;sultat affich&eacute; avec le(s) crit&egrave;re(s)
<a title="Retour au formulaire de recherche" href="<?=$this->url(array('controller'=>'recherche', 'action'=>'annonce'), null, true)?>">
<?=$this->strCriteres?></a>
</p>
@ -23,46 +23,46 @@ ol li { margin-bottom:10px; }
<?=$this->nbReponsesTotal?> r&eacute;ponses. avec les critères <a title="Retour au formulaire de recherche" href="<?=$this->url(array('controller'=>'recherche', 'action'=>'annonce'))?>">
<?=$this->strCriteres?>
</a>
<?php
if ( $this->p+$this->userNbReponses<$this->nbReponsesTotal )
{
<?php
if ( $this->p+$this->userNbReponses<$this->nbReponsesTotal )
{
$totPage = ceil($this->nbReponsesTotal/$this->userNbReponses);
$curPage = ceil($this->p/$this->userNbReponses)+1;
?>
<?=$this->nbReponses?> r&eacute;sultats affich&eacute;s. Page <?=$curPage?>/<?=$totPage?>.
<?php
<?=$this->nbReponses?> r&eacute;sultats affich&eacute;s. Page <?=$curPage?>/<?=$totPage?>.
<?php
$prec = $this->p-$this->userNbReponses;
$suiv = $this->p+$this->userNbReponses;
}
}
elseif( $this->p+$this->userNbReponses>=$this->nbReponsesTotal )
{
{
$totPage = ceil($this->nbReponsesTotal/$this->userNbReponses);
$curPage = $totPage;
?>
<?=$this->nbReponses?> r&eacute;sultats affich&eacute;s. Page <?=$curPage?>/<?=$totPage?>.
<?php
<?=$this->nbReponses?> r&eacute;sultats affich&eacute;s. Page <?=$curPage?>/<?=$totPage?>.
<?php
$prec = $this->p-$this->userNbReponses;
$suiv = $this->p+$this->userNbReponses;
}
else
}
else
{
$totPage = $curPage = 1;
}
echo '</p>';
?>
<ol>
<?php
<?php
$indice = 0;
foreach( $this->infos as $info )
{
$indice++;
?>
?>
<li type="1" value="<?=$this->p+$indice?>">
<?php
<?php
$texte = $info->Texte;
foreach( $this->mots as $mot ){ $texte = preg_replace('/'.$mot.'/i', '<b>'.strtoupper($mot).'</b>', $texte);}
if( substr($info->Code,0,3)=='BOD' )
{
print '<u>BODACC :</u> '.substr($info->Code,3,1);
@ -76,16 +76,16 @@ ol li { margin-bottom:10px; }
?>
</li>
<?php
}
?>
}
?>
</ol>
<?php
<?php
//Page précédentes
if($curPage>1) {?>
<a href="<?=$this->url(array('controller'=>'recherche', 'action'=>'annonceliste', 'p'=>$prec, 'token'=>$this->token))?>">Page précédente</a>
<?php } ?>
<< Page : <?=$curPage.'/'.$totPage?> >>
<?php
<?php
//Page suivante
if ($curPage<$totPage) { ?>
<a href="<?=$this->url(array('controller'=>'recherche', 'action'=>'annonceliste', 'p'=>$suiv, 'token'=>$this->token))?>">Page suivante</a>
@ -105,7 +105,7 @@ if ( $this->nbReponses==0)
{
?>
<p class="StyleInfoLib">
Pas de r&eacute;sultat affich&eacute; avec le(s) crit&egrave;re(s)
Pas de r&eacute;sultat affich&eacute; avec le(s) crit&egrave;re(s)
<a title="Retour au formulaire de recherche" href="<?=$this->url(array('controller'=>'recherche', 'action'=>'annonce'), null, true)?>">
<?=$this->strCriteres?></a>
</p>
@ -116,7 +116,7 @@ else
//Affichage des critères de recherche
?>
<div class="blockh2">
<p class="StyleInfoLib">Critères de recherche
<p class="StyleInfoLib">Critères de recherche
<a title="Retour au formulaire de recherche" href="<?=$this->url(array('controller'=>'recherche', 'action'=>'annonce', null, true))?>">
<?=$this->strCriteres?></a></p>
<div id="annonce">
@ -126,8 +126,9 @@ else
{
$texte = $this->RemplaceSiren($info->Annonce);
if(substr($this->criteres->source, 0, 3) == 'BOD' ){
$date = new Zend_Date($info->Date_Parution, 'yyyy-MM-dd');
?>
Source BODACC n°<?=$info->Num_Parution?> <?=substr($this->criteres->source, 3, 1)?> du <?=WDate::dateT('Y-m-d', 'd/m/Y', $info->Date_Parution)?>.
Source BODACC n°<?=$info->Num_Parution?> <?=substr($this->criteres->source, 3, 1)?> du <?=$date->toString('dd/MM/yyyy')?>.
<?php
}
?>