foreach($this->resultDocTechnique as $Document){
echo '<tr>';
echo '<td background="/test/public/images/top_left_subtitle.png" valign="middle" width="15"><img src="/test/public/images/spacer.gif" border="0"/></td>';
echo '<td width="30%" bgcolor="#FFFFFF" align="center">'.$this->escape($Document->type).'</td>';
echo '<td width="30%" bgcolor="#FFFFFF" align="center">'.$this->escape($Document->title).'</td>';
echo '<td width="30%" bgcolor="#FFFFFF" align="center">'.$this->escape($Document->score).'</td>';
echo '<td bgcolor="#FFFFFF" align="center"><a href="file:///'.$this->escape($Document->URL).'class="rubsubnavi">Open</a></td>';
echo '<td background="/test/public/images/top_right_subtitle.png" width="15"><img src="/test/public/images/spacer.gif" border="0" height="10" width="15"></td>';
echo '</tr>';
} |