Changeset 102 for bureau/admin/bro_main.php
- Timestamp:
- 02/21/06 23:37:36 (7 years ago)
- File:
-
- 1 edited
-
bureau/admin/bro_main.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/admin/bro_main.php
r1 r102 1 1 <?php 2 2 /* 3 $Id: bro_main.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: bro_main.php,v 1.2 2003/06/10 06:45:16 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 83 83 <hr> 84 84 <table width="100%"><tr><td valign="top"> 85 <a href="bro_main.php?R=/"><?php echo $mem->user["login"]; ?></a> / <?php echo $bro->PathList($R,"bro_main.php") ?><br >85 <a href="bro_main.php?R=/"><?php echo $mem->user["login"]; ?></a> / <?php echo $bro->PathList($R,"bro_main.php") ?><br /> 86 86 <small> 87 87 <b> 88 88 <?php echo format_size($bro->sizetot); ?> / <?php $s=$quota->getquota("web"); echo format_size($s["u"]*1024); ?> 89 89 (max: <?php echo format_size($s["t"]*1024); ?>) 90 </b><br ></small>90 </b><br /></small> 91 91 <?php if ($error) echo "<font color=\"red\">$error</font>"; ?> 92 92 </td><td valign="top" align="right"> … … 173 173 echo "\">".$c[$i]["name"]."</a></td>\n"; 174 174 echo " <td>".format_size($c[$i]["size"])."</td>"; 175 echo "<td>".format_date('%3$d-%2$d-%1$d %4$d:%5$d',date("Y-m-d h:i:s",$c[$i]["date"]))."<br ></td>";175 echo "<td>".format_date('%3$d-%2$d-%1$d %4$d:%5$d',date("Y-m-d h:i:s",$c[$i]["date"]))."<br /></td>"; 176 176 if ($p["showtype"]) { 177 177 echo "<td>".$bro->mime($c[$i]["name"])."</td>"; … … 193 193 echo "\">".$c[$i]["name"]."/</a></b></td>\n"; 194 194 echo " <td>".format_size($c[$i]["size"])."</td>"; 195 echo "<td>".format_date('%3$d-%2$d-%1$d %4$d:%5$d',date("Y-m-d h:i:s",$c[$i]["date"]))."<br ></td>";195 echo "<td>".format_date('%3$d-%2$d-%1$d %4$d:%5$d',date("Y-m-d h:i:s",$c[$i]["date"]))."<br /></td>"; 196 196 if ($p["showtype"]) { 197 197 echo "<td>Dossier</td>"; … … 399 399 400 400 if ($id=$ftp->is_ftp($R)) { 401 echo _("There is an ftp account in this folder")." <a href=\"ftp_edit?id=".urlencode($id)."\">"._("click here to edit this ftp account")."</a><br >";401 echo _("There is an ftp account in this folder")." <a href=\"ftp_edit?id=".urlencode($id)."\">"._("click here to edit this ftp account")."</a><br />"; 402 402 } 403 403 else { 404 echo "<a href=\"ftp_add.php?dir=".urlencode($R)."\">"._("click here to create an ftp account in this folder")."</a><br >";404 echo "<a href=\"ftp_add.php?dir=".urlencode($R)."\">"._("click here to create an ftp account in this folder")."</a><br />"; 405 405 } 406 406 407 407 if ($hta->is_protected($R)) { 408 echo "<a href=\"hta_edit?dir=$R\">"._("This folder has restricted access")."</a><br >";408 echo "<a href=\"hta_edit?dir=$R\">"._("This folder has restricted access")."</a><br />"; 409 409 } 410 410 else { 411 echo "<a href=\"hta_add.php?value=$R\">"._("Click here to protect this folder with login/password")."</a><br >";411 echo "<a href=\"hta_add.php?value=$R\">"._("Click here to protect this folder with login/password")."</a><br />"; 412 412 } 413 413 ?> 414 <br >415 <a href="bro_tgzdown.php"><?php __("Download"); ?></a> <?php __("this folder and its subfolders as a compressed file"); ?> (<?php echo $bro->l_tgz[$p["downfmt"]]; ?>)<br >416 <a href="bro_pref.php"><?php __("Configure the file browser"); ?></a><br >414 <br /> 415 <a href="bro_tgzdown.php"><?php __("Download"); ?></a> <?php __("this folder and its subfolders as a compressed file"); ?> (<?php echo $bro->l_tgz[$p["downfmt"]]; ?>)<br /> 416 <a href="bro_pref.php"><?php __("Configure the file browser"); ?></a><br /> 417 417 418 418 </td></tr></table>
Note: See TracChangeset
for help on using the changeset viewer.
