Ignore:
Timestamp:
02/21/06 23:37:36 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-06-10 06:45:16 by root]
remplacement des <br> par <br />

Original author: root
Date: 2003-06-10 06:45:20

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bureau/admin/bro_main.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: bro_main.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: bro_main.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    8383<hr> 
    8484<table width="100%"><tr><td valign="top"> 
    85 <a href="bro_main.php?R=/"><?php echo $mem->user["login"]; ?></a>&nbsp;/&nbsp;<?php echo $bro->PathList($R,"bro_main.php") ?><br> 
     85<a href="bro_main.php?R=/"><?php echo $mem->user["login"]; ?></a>&nbsp;/&nbsp;<?php echo $bro->PathList($R,"bro_main.php") ?><br /> 
    8686<small> 
    8787<b> 
    8888<?php echo format_size($bro->sizetot); ?>&nbsp;/&nbsp;<?php $s=$quota->getquota("web"); echo format_size($s["u"]*1024); ?> 
    8989(max: <?php echo format_size($s["t"]*1024); ?>) 
    90      </b><br></small> 
     90     </b><br /></small> 
    9191<?php if ($error) echo "<font color=\"red\">$error</font>"; ?> 
    9292</td><td valign="top" align="right"> 
     
    173173echo "\">".$c[$i]["name"]."</a></td>\n"; 
    174174echo "  <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>"; 
     175echo "<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>"; 
    176176if ($p["showtype"]) { 
    177177echo "<td>".$bro->mime($c[$i]["name"])."</td>"; 
     
    193193echo "\">".$c[$i]["name"]."/</a></b></td>\n"; 
    194194echo "  <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>"; 
     195echo "<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>"; 
    196196if ($p["showtype"]) { 
    197197echo "<td>Dossier</td>"; 
     
    399399 
    400400     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>"; 
     401echo _("There is an ftp account in this folder")." <a href=\"ftp_edit?id=".urlencode($id)."\">"._("click here to edit this ftp account")."</a><br />"; 
    402402} 
    403403else { 
    404 echo "<a href=\"ftp_add.php?dir=".urlencode($R)."\">"._("click here to create an ftp account in this folder")."</a><br>"; 
     404echo "<a href=\"ftp_add.php?dir=".urlencode($R)."\">"._("click here to create an ftp account in this folder")."</a><br />"; 
    405405} 
    406406 
    407407if ($hta->is_protected($R)) { 
    408 echo "<a href=\"hta_edit?dir=$R\">"._("This folder has restricted access")."</a><br>"; 
     408echo "<a href=\"hta_edit?dir=$R\">"._("This folder has restricted access")."</a><br />"; 
    409409} 
    410410else { 
    411 echo "<a href=\"hta_add.php?value=$R\">"._("Click here to protect this folder with login/password")."</a><br>"; 
     411echo "<a href=\"hta_add.php?value=$R\">"._("Click here to protect this folder with login/password")."</a><br />"; 
    412412} 
    413413?> 
    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 /> 
    417417 
    418418</td></tr></table> 
Note: See TracChangeset for help on using the changeset viewer.