[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > 3 4 <com:THead Title="PRADO QuickStart Source View"> 5 <meta http-equiv="content-language" content="en"/> 6 </com:THead> 7 8 <body> 9 <div id="sourceList"> 10 <table border="0"> 11 <com:TRepeater ID="SourceList"> 12 <prop:ItemTemplate> 13 <tr> 14 <td align="right"><%# $this->DataItem['type']%>:</td> 15 <td><a href="<%# $this->DataItem['active']?'':$this->DataItem['url']%>"><%# $this->DataItem['name']%></a></td> 16 </tr> 17 </prop:ItemTemplate> 18 </com:TRepeater> 19 </table> 20 </div> 21 <div id="sourceView"> 22 <h3 style="text-align:center"><%= $this->FilePath %></h3> 23 <com:TTextHighlighter ID="Highlighter" ShowLineNumbers="true" CssClass="source"> 24 <com:TLiteral ID="SourceView" /> 25 </com:TTextHighlighter> 26 </div> 27 </body> 28 </html>
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 |