</td>
	  </tr>
	<tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="2"></td></tr>
	<tr>
      <td><img src="img/leer.gif" alt="" width="1" height="1"></td>
      <td class="v09">
	  	ID: <strong class="v10"><?php 
    echo $file_id;
    ?>
</strong>&nbsp;&nbsp;&nbsp;&nbsp;Hash: <strong class="v10"><?php 
    echo $file_hash;
    ?>
</strong><br />
	  <?php 
    echo $BL['be_fprivedit_created'], ': <strong class="v10">', date($BL['be_fprivedit_dateformat'], $file_created), '</strong>';
    echo '&nbsp;&nbsp;&nbsp;', $BL['be_fprivedit_size'], ': <strong class="v10">', fsizelong($file_size), '</strong>';
    echo '&nbsp;&nbsp;&nbsp;EXT: <strong class="v10">', strtoupper($file_ext), '</strong>';
    ?>
</td>
	</tr>
	<tr><td colspan="2" valign="top"><img src="img/leer.gif" alt="" width="1" height="5"></td></tr>
	<tr>
		<td align="right" class="v09"><?php 
    echo $BL['be_ftptakeover_directory'];
    ?>
:&nbsp;</td>
		<td class="v10"><select name="file_pid" id="file_pid" class="width400">
			<option value="0" <?php 
    if ($file_pid == 0) {
        echo "selected";
    }
Пример #2
0
    ?>
" /></td>
            <td bgcolor="#D9DEE3"><img src="img/leer.gif" alt="" width="1" height="17" /></td>
            <td>&nbsp;</td>
            <td class="v10">
				<?php 
    echo $BL['be_ftptakeover_all'];
    ?>
				<button id="delete-selected-files" style="display:none;margin-left:3em;" class="v10"><?php 
    echo $BL['be_delete_selected_files'];
    ?>
</button>
			</td>
            <td bgcolor="#D9DEE3"><img src="img/leer.gif" alt="" width="1" height="1" /></td>
            <td align="right" class="v10"><?php 
    echo fsizelong($fxsg);
    ?>
&nbsp;</td>
          </tr>
		  <tr bgcolor="#92A1AF"><td colspan="6"><img src="img/leer.gif" alt="" width="1" height="1" /></td>
	    </tr>
		  <?php 
}
?>
          <tr bgcolor="#D9DEE3">
            <td><img src="img/leer.gif" alt="" width="35" height="1" /></td>
            <td><img src="img/leer.gif" alt="" width="1" height="1" /></td>
            <td><img src="img/leer.gif" alt="" width="21" height="1" /></td>
            <td><img src="img/leer.gif" alt="" width="400" height="1" /></td>
            <td><img src="img/leer.gif" alt="" width="1" height="1" /></td>
            <td><img src="img/leer.gif" alt="" width="80" height="1" /></td>
Пример #3
0
  <tr>
    <td bgcolor="#F5F8F9"><img src="img/leer.gif" alt="" width="1" height="1" /></td>
    <td bgcolor="#F5F8F9"><img src="img/leer.gif" alt="" width="1" height="1" /></td>
    <td bgcolor="#F5F8F9"><table width="518" border="0" cellpadding="0" cellspacing="0" summary="">
      <tr>
        <td width="422" class="v10"><?php 
            echo $BL['CREATED'];
            ?>
: <strong><?php 
            echo date($BL['DATE_FORMAT'], intval($row["f_created"]));
            ?>
</strong>&nbsp;&nbsp;&nbsp;&nbsp;<?php 
            echo $BL['SIZE'];
            ?>
: <strong><?php 
            echo fsizelong($row["f_size"]);
            ?>
</strong></td>
        <td width="96" align="right"><?php 
            if (!$row["f_trash"]) {
                ?>
<a href="include/inc_act/act_download.php?dl=<?php 
                echo $row["f_id"];
                //download public file too
                if ($public) {
                    echo '&amp;pl=1';
                }
                ?>
" target="_blank" title="<?php 
                echo $BL['DOWNLOAD_FILE'] . ": " . $filename;
                ?>