<table style="width:<{$block.width}>">
<{foreach item=page from=$block.doc}>
  <tr>
    <td style="border-bottom:1px dotted gray;"><a href='<{$xoops_url}>/modules/tad_note/view.php?note_sn=<{$page.note_sn}>'><{$page.note_title}></a></td>
  </tr>
<{/foreach}>
</table>