Просмотр файла FFDB/templates/default/file.tpl

Размер файла: 2.54Kb
<div align="center">
  <center>
  <table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="600" id="AutoNumber1" height="54" bgcolor="#008080">
    <tr>
      <td width="150" align="left" bgcolor="#009999">
      <p align="center">{image}</td>
      <td width="450" align="center" bgcolor="#009999">{file_name}</td>
    </tr>
    <tr>
      <td width="150" align="left" height="18">Description:</td>
      <td width="450" align="center" height="18">{file_long_description}</td>
    </tr>
    <tr>
      <td width="150" align="left" height="18">Author:</td>
      <td width="450" align="center" height="18"><a href="mailto:{email}">{author}</a></td>
    </tr>
    <tr>
      <td width="150" align="left" height="18">Authors Site:</td>
      <td width="450" align="center" height="18"><a TARGET="_BLANK" href="{site_url}">{site_name}</a></td>
    </tr>
    <tr>
      <td width="150" align="left" height="18">Version:</td>
      <td width="450" align="center" height="18">{version}</td>
    </tr>
    <tr>
      <td width="150" align="left" height="18">File Size:</td>
      <td width="450" align="center" height="18">{filesize}</td>
    </tr>
    <tr>
      <td width="150" align="left" height="18">Rating:</td>
      <td width="450" align="center" height="18">{rating}/10</td>
    </tr>
    <tr>
      <td width="150" align="left" height="18">Downloads:</td>
      <td width="450" align="center" height="18">{downloads}</td>
    </tr>
    <tr>
      <td width="150" align="left" height="18">Last Download:</td>
      <td width="450" align="center" height="18">{last_download}</td>
    </tr>
    <tr>
      <td width="150" align="left" height="18">Date Added:</td>
      <td width="450" align="center" height="18">{date_added}</td>
    </tr>
  </table>
  </center>
</div>
<div align="center">
  <center>
  <table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="410" id="AutoNumber2" height="26">
    <tr>
      <td height="18" align="center">
      <a href="filedb.php?action=download_file&id={file_id}">Download</a></td>
      <td height="18" align="center">
      <a href="filedb.php?action=rate_file&id={file_id}">Rate File</a></td>
      <td height="18" align="center">
      <a href="filedb.php?action=comments&id={file_id}">Comments</a> ({num_comments})</td>
      <td height="18" align="center">
      <a href="filedb.php?action=friend&id={file_id}">Send To Friend</a></td>
    </tr>
  </table>
  </center>
</div><br><br>