[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <div class="portlet"> 2 3 <h2 class="portlet-title">Archives</h2> 4 5 <div class="portlet-content"> 6 <ul> 7 <com:TRepeater ID="MonthList" EnableViewState="false"> 8 <prop:ItemTemplate> 9 <li><a href="<%# $this->Service->constructUrl('Posts.ListPost',array('time'=>date('Ym',$this->DataItem))) %>"><%# date('F Y',$this->DataItem) %></a></li> 10 </prop:ItemTemplate> 11 </com:TRepeater> 12 </ul> 13 </div><!-- end of portlet-content --> 14 15 </div><!-- end of portlet -->
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |