Changeset 102


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

Location:
bureau
Files:
52 edited

Legend:

Unmodified
Added
Removed
  • bureau/admin/adm_add.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: adm_add.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: adm_add.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4848} 
    4949?> 
    50 <br> 
    51 <br> 
     50<br /> 
     51<br /> 
    5252<form method="post" action="adm_doadd.php"> 
    5353<table border="1" cellspacing="0" cellpadding="4"> 
  • bureau/admin/adm_edit.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: adm_edit.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: adm_edit.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    104104if ($r["su"]) { 
    105105?> 
    106 <b><?php __("This account is a super-admin account"); ?></b><br> 
     106<b><?php __("This account is a super-admin account"); ?></b><br /> 
    107107<?php if ($admin->onesu()) {  
    108108  __("There is only one administrator account, you cannot turn this account back to normal"); 
  • bureau/admin/adm_list.php

    r48 r102  
    11<?php 
    22/* 
    3  $Id: adm_list.php,v 1.3 2003/04/18 10:46:37 root Exp $ 
     3 $Id: adm_list.php,v 1.4 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    5454 
    5555<a href="adm_add.php"><?php __("Create a new member"); ?></a> 
    56 <br> 
     56<br /> 
    5757<form method="post" action="adm_dodel.php"> 
    5858<?php  
     
    6363?> 
    6464<table cellspacing="0" cellpadding="4"> 
    65 <tr><th colspan="4">&nbsp;</th><th><?php __("Username"); ?></th><th><?php echo _("Surname")." "._("First Name")."<br>("._("Email address").")"; ?></th></tr> 
     65<tr><th colspan="4">&nbsp;</th><th><?php __("Username"); ?></th><th><?php echo _("Surname")." "._("First Name")."<br />("._("Email address").")"; ?></th></tr> 
    6666<?php 
    6767reset($r); 
  • bureau/admin/adm_tld.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: adm_tld.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: adm_tld.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3939        for($i=0;$i<count($sel);$i++) { 
    4040                if (!$admin->deltld($sel[$i])) { 
    41                         $error.=_("Some TLD cannot be deleted...")." : ".$sel[$i]."<br>"; 
     41                        $error.=_("Some TLD cannot be deleted...")." : ".$sel[$i]."<br />"; 
    4242                } 
    4343        } 
  • bureau/admin/adm_tldadd.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: adm_tldadd.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: adm_tldadd.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4949<h3><?php __("Add a new TLD"); ?></h3> 
    5050<p> 
    51 <?php __("Enter the new TLD (without the first dot) and choose what check should be done."); ?><br> 
     51<?php __("Enter the new TLD (without the first dot) and choose what check should be done."); ?><br /> 
    5252<small><?php __("Warning : only some final tld are known in the whois function of AlternC, please check m_domains.php accordingly."); ?></small> 
    5353</p> 
  • bureau/admin/aide/help.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: help.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: help.php,v 1.2 2003/06/10 06:45:17 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    5151</frameset> 
    5252<noframes> 
    53         Votre navigateur doit supporter les cadres.<br> 
     53        Votre navigateur doit supporter les cadres.<br /> 
    5454        Your browser must support frames 
    5555</noframes> 
  • bureau/admin/bro_editor.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: bro_editor.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: bro_editor.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    5555</head> 
    5656<body> 
    57 <?php if ($error) echo "<font color=\"red\">$error</font><br>"; ?> 
     57<?php if ($error) echo "<font color=\"red\">$error</font><br />"; ?> 
    5858<p> 
    59 <?php echo _("File editing")." <code>$R/<b>$file</b></code><br>"; ?> 
     59<?php echo _("File editing")." <code>$R/<b>$file</b></code><br />"; ?> 
    6060<form action="bro_editor.php" method="POST"> 
    6161<textarea class="int" style="font-family: <?php echo $p["editor_font"]; ?>; font-size: <?php echo $p["editor_size"]; ?>" cols="<?php echo $p["editsizex"]; ?>" rows="<?php echo $p["editsizey"]; ?>" name="texte"><?php 
    6262$bro->content($R,$file); 
    63 ?></textarea><br> 
     63?></textarea><br /> 
    6464        <input TYPE="hidden" name="file" value="<?php echo str_replace("\"","&quot;",$file); ?>"> 
    6565        <input TYPE="hidden" name="R" value="<?php echo str_replace("\"","&quot;",$R); ?>"> 
  • 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> 
  • bureau/admin/bro_pref.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: bro_pref.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: bro_pref.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4242</head> 
    4343<body> 
    44 <?php if ($error) echo "<font color=\"red\">$error</font><br>"; ?> 
     44<?php if ($error) echo "<font color=\"red\">$error</font><br />"; ?> 
    4545<h3><?php __("File editor preferences"); ?></h3> 
    4646<form action="bro_pref.php" method="post"> 
  • bureau/admin/browseforfolder.php

    r1 r102  
    104104if ($errbrowsefold) { 
    105105        /* Si le dossier spécifié n'existe pas ou est un fichier : */ 
    106         echo "Erreur, Fichier introuvable<br>"; 
     106        echo "Erreur, Fichier introuvable<br />"; 
    107107        /* Retour : */ 
    108         echo "<a href=\"browseforfolder.php?caller=".urlencode($caller)."&curdir=".$root."\">Retourner au dossier racine</a><br>"; 
     108        echo "<a href=\"browseforfolder.php?caller=".urlencode($caller)."&curdir=".$root."\">Retourner au dossier racine</a><br />"; 
    109109} else { 
    110110        /* Sinon, tout va bien, on affiche le tableau */ 
     
    115115<input type="hidden" name="lastcurdir" value="<?php echo $curdir; ?>"> 
    116116 
    117 <input type="text" class="int" name="file" size="20" value="<?php echo $file ?>"><input class="inb" type="submit" name="submit" value="..."><br> 
     117<input type="text" class="int" name="file" size="20" value="<?php echo $file ?>"><input class="inb" type="submit" name="submit" value="..."><br /> 
    118118 
    119119<input type="submit" name="submit" value="Valider" class="inb" >&nbsp; 
    120 <input type="button" name="cancel" value="Annuler" class="inb" onclick="window.close();">&nbsp;<br> 
     120<input type="button" name="cancel" value="Annuler" class="inb" onclick="window.close();">&nbsp;<br /> 
    121121</form> 
    122122 
  • bureau/admin/direct.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: direct.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: direct.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4848        <frame src="<?php echo $page ?>" name="right"> 
    4949<noframes> 
    50         Votre navigateur doit supporter les cadres.<br> 
     50        Votre navigateur doit supporter les cadres.<br /> 
    5151        Your browser must support frames 
    5252</noframes> 
  • bureau/admin/dom_add.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: dom_add.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: dom_add.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    5858<?php 
    5959        if (is_array($dom->dns)) { 
    60                 echo "<br>"._("Whois result on the domain")." : <pre>"; 
     60                echo "<br />"._("Whois result on the domain")." : <pre>"; 
    6161                reset($dom->dns); 
    6262                while (list($key,$val)=each($dom->dns)) { 
  • bureau/admin/dom_doadd.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: dom_doadd.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: dom_doadd.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4646<div align="center"><h3><?php __("Add a domain"); ?></h3></div> 
    4747<P> 
    48 <?php printf(_("Your new domain %s has been successfully installed"),$newdomain); ?><br> 
    49 <a href="login.php" target="_top"><?php __("Click here to continue"); ?></a><br> 
     48<?php printf(_("Your new domain %s has been successfully installed"),$newdomain); ?><br /> 
     49<a href="login.php" target="_top"><?php __("Click here to continue"); ?></a><br /> 
    5050<?php $mem->show_help("add_domain"); ?> 
    51 <br> 
     51<br /> 
    5252<?php 
    5353        if (is_array($dom->dns)) { 
    54                 echo "<br>"._("Whois result on the domain")." : <pre>"; 
     54                echo "<br />"._("Whois result on the domain")." : <pre>"; 
    5555                reset($dom->dns); 
    5656                while (list($key,$val)=each($dom->dns)) { 
  • bureau/admin/dom_dodel.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: dom_dodel.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: dom_dodel.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4848<div align="center"><h3><?php printf(_("Confirm the deletion of domain %s"),$domain); ?></h3></div> 
    4949<P> 
    50 <font color=red><b><big><?php __("WARNING"); ?></big><br><?php printf(_("Confirm the deletion of domain %s"),$domain); ?><br> 
    51 <?php __("This will delete the related sub-domains too."); ?></b><br></font> 
     50<font color=red><b><big><?php __("WARNING"); ?></big><br /><?php printf(_("Confirm the deletion of domain %s"),$domain); ?><br /> 
     51<?php __("This will delete the related sub-domains too."); ?></b><br /></font> 
    5252<form method="post" action="dom_dodel.php" name="main"> 
    5353<input type="hidden" name="del_confirm" value="y"><input type="hidden" name="domain" value="<?php echo $domain ?>"> 
     
    6565<div align="center"><h3><?php printf(_("Domain %s deleted"),$domain); ?></h3></div> 
    6666<P> 
    67 <?php printf(_("The domain %s has been successfully deleted."),$domain); ?><br> 
     67<?php printf(_("The domain %s has been successfully deleted."),$domain); ?><br /> 
    6868<a href="login.php" target="_parent"><?php __("Click here to continue"); ?></a> 
    6969<?php $mem->show_help("del_domain"); ?> 
  • bureau/admin/dom_edit.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: dom_edit.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: dom_edit.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    8484<?php } ?> 
    8585</table> 
    86 <br> 
     86<br /> 
    8787<form action="dom_subdoedit.php?" method="post" name="main"> 
    8888                        <input type="hidden" name="domain" value="<?php echo $r["name"]; ?>"> 
     
    156156                 destruction du domaine 
    157157 --> 
    158 <br> 
    159 <?php printf(_("help_domain_del %s"),$domain); ?><br> 
     158<br /> 
     159<?php printf(_("help_domain_del %s"),$domain); ?><br /> 
    160160<form action="dom_dodel.php?domain=<?php echo urlencode($domain) ?>" method="post"> 
    161 <input type="submit" class="inb" name="detruire" value="<?php printf(_("Delete %s"),$domain); ?>"><br> 
     161<input type="submit" class="inb" name="detruire" value="<?php printf(_("Delete %s"),$domain); ?>"><br /> 
    162162</form> 
    163163<hr> 
  • bureau/admin/dom_editdns.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: dom_editdns.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: dom_editdns.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    5454<div align="center"><h3><?php printf(_("Editing domain %s"),$domain); ?></h3></div> 
    5555<P> 
    56 <?php printf(_("The domain %s has been changed. The modifications will take effect in 5 minutes."),$domain); ?><br> 
     56<?php printf(_("The domain %s has been changed. The modifications will take effect in 5 minutes."),$domain); ?><br /> 
    5757<a href="login.php" target="_top"><?php __("Click here to continue"); ?></a> 
    5858</body> 
  • bureau/admin/ftp_del.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: ftp_del.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: ftp_del.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3838                $r=$ftp->delete_ftp($val); 
    3939                if (!$r) { 
    40                         $error.=$err->errstr()."<br>"; 
     40                        $error.=$err->errstr()."<br />"; 
    4141                } else { 
    42                         $error.=sprintf(_("The ftp account %s has been successfully deleted"),$r)."<br>"; 
     42                        $error.=sprintf(_("The ftp account %s has been successfully deleted"),$r)."<br />"; 
    4343                } 
    4444        } 
  • bureau/admin/ftp_list.php

    r45 r102  
    11<?php 
    22/* 
    3  $Id: ftp_list.php,v 1.2 2003/04/17 21:39:56 benjamin Exp $ 
     3 $Id: ftp_list.php,v 1.3 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4444        if ($noftp) { 
    4545?> 
    46         <font color=red><?php echo $error ?></font><br><br> 
    47         <a href="ftp_add.php"><?php __("Create a new ftp account") ?></a><br> 
     46        <font color=red><?php echo $error ?></font><br /><br /> 
     47        <a href="ftp_add.php"><?php __("Create a new ftp account") ?></a><br /> 
    4848        <?php $mem->show_help("ftp_list_no"); ?> 
    4949        </body></html> 
     
    5454if ($error) { 
    5555?> 
    56 <font color=red><?php echo $error ?></font><br><br> 
     56<font color=red><?php echo $error ?></font><br /><br /> 
    5757<?php } ?> 
    5858<form method="post" action="ftp_del.php"> 
     
    8181 
    8282<?php if ($quota->cancreate("ftp")) { ?> 
    83 <a href="ftp_add.php"><?php __("Create a new ftp account"); ?></a><br> 
     83<a href="ftp_add.php"><?php __("Create a new ftp account"); ?></a><br /> 
    8484<?php   } 
    8585 
  • bureau/admin/hta_adduser.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: hta_adduser.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: hta_adduser.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3838<?php 
    3939        if ($error) { 
    40                 echo "<font color=red>$error</font><br><br>"; 
     40                echo "<font color=red>$error</font><br /><br />"; 
    4141 
    4242        } 
  • bureau/admin/hta_del.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: hta_del.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: hta_del.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3838                $r=$hta->DelDir($val); 
    3939                if (!$r) { 
    40                         $error.=$err->errstr()."<br>"; 
     40                        $error.=$err->errstr()."<br />"; 
    4141                } else { 
    42                         $error.=sprintf(_("The protected folder %s has been successfully unprotected"),$val)."<br>"; 
     42                        $error.=sprintf(_("The protected folder %s has been successfully unprotected"),$val)."<br />"; 
    4343                } 
    4444        } 
  • bureau/admin/hta_doedituser.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: hta_doedituser.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: hta_doedituser.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4040<?php 
    4141        if ($error) { 
    42                 echo "<font color=red>$error</font><br><br>"; 
     42                echo "<font color=red>$error</font><br /><br />"; 
    4343        } 
    4444        else { 
    45                 echo sprintf(_("The password of the user %s has been successfully changed"),$user)."<br><br>"; 
     45                echo sprintf(_("The password of the user %s has been successfully changed"),$user)."<br /><br />"; 
    4646        } 
    47         echo "<a href=\"hta_edit?dir=$dir\">"._("Click here to continue")."</a><br>"; 
     47        echo "<a href=\"hta_edit?dir=$dir\">"._("Click here to continue")."</a><br />"; 
    4848?> 
    4949</body> 
  • bureau/admin/hta_edit.php

    r1 r102  
    11 <?php 
    22/* 
    3  $Id: hta_edit.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: hta_edit.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4646<?php 
    4747        if (!count($r)) { 
    48                 echo "<font color=red>".sprintf(_("No authorized user in %s"),$dir)."</font><br><br>"; 
    49                 echo "<a href=\"hta_adduser.php?dir=$dir\">"._("Add a username")."</a><br>"; 
    50                 echo "<br><small><a href=\"bro_main.php?R=$dir\">"._("File browser")."</a><br></small></body></html>"; 
     48                echo "<font color=red>".sprintf(_("No authorized user in %s"),$dir)."</font><br /><br />"; 
     49                echo "<a href=\"hta_adduser.php?dir=$dir\">"._("Add a username")."</a><br />"; 
     50                echo "<br /><small><a href=\"bro_main.php?R=$dir\">"._("File browser")."</a><br /></small></body></html>"; 
    5151                exit(); 
    5252        } 
     
    7676</form> 
    7777 
    78 <a href="hta_adduser.php?dir=<?php echo $dir ?>"><?php __("Add a username"); ?></a><br> 
    79 <br> 
    80 <small><a href="bro_main.php?R=<?php echo $dir ?>"><?php __("File browser"); ?></a><br></small> 
     78<a href="hta_adduser.php?dir=<?php echo $dir ?>"><?php __("Add a username"); ?></a><br /> 
     79<br /> 
     80<small><a href="bro_main.php?R=<?php echo $dir ?>"><?php __("File browser"); ?></a><br /></small> 
    8181</body> 
    8282</html> 
  • bureau/admin/hta_edituser.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: hta_edituser.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: hta_edituser.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3838<?php 
    3939        if ($error) { 
    40                 echo "<font color=red>$error</font><br><br>"; 
     40                echo "<font color=red>$error</font><br /><br />"; 
    4141 
    4242        } 
  • bureau/admin/hta_list.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: hta_list.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: hta_list.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4848 
    4949        if (!is_array($r)) { 
    50                 echo "<br><a href=\"hta_add.php\">"._("Protect a folder")."</a><br>"; 
     50                echo "<br /><a href=\"hta_add.php\">"._("Protect a folder")."</a><br />"; 
    5151                $mem->show_help("hta_list"); 
    5252                echo "</body></html>"; 
     
    8484</table> 
    8585 
    86 <br><a href="hta_add.php"><?php __("Protect a folder"); ?></a><br> 
     86<br /><a href="hta_add.php"><?php __("Protect a folder"); ?></a><br /> 
    8787<?php $mem->show_help("hta_list"); ?> 
    8888</body> 
  • bureau/admin/mail_add.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: mail_add.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: mail_add.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3939if ($error) { 
    4040        echo "<font color=red>$error</font>"; 
    41         echo "<br><br>"; 
     41        echo "<br /><br />"; 
    4242}else{ 
    43         echo "<br><br>"; 
     43        echo "<br /><br />"; 
    4444} 
    4545?> 
     
    5151        <tr><td><label for="ispop"><?php __("Is it a POP account?"); ?></label></td><td><input id="ispop" class="inc" type="checkbox" name="pop" value="1" <?php if ($pop=="1") echo "CHECKED"; /*"*/?>></td></tr> 
    5252        <tr><td><?php __("POP password"); ?></td><td><input class="int" type="text" name="pass" value="<?php echo $pass; ?>" size="20" maxlength="32"> </td></tr> 
    53         <tr><td><?php __("Other recipients"); ?></td><td>(<?php __("One email per line"); ?>)<br><textarea class="int" cols="32" rows="5" name="alias"><?php echo $alias; ?></textarea></td></tr> 
     53        <tr><td><?php __("Other recipients"); ?></td><td>(<?php __("One email per line"); ?>)<br /><textarea class="int" cols="32" rows="5" name="alias"><?php echo $alias; ?></textarea></td></tr> 
    5454        <tr><td colspan="2"><input type="submit" class="inb" name="submit" value="<?php __("Create this mailbox"); ?>"></td></tr> 
    5555</table> 
  • bureau/admin/mail_dodel.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: mail_dodel.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: mail_dodel.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3737while (list($key,$val)=each($d)) { 
    3838        if (!$mail->del_mail($val)) { 
    39                 $error.=sprintf(_("The mailbox <b>%s</b> does not exist!")."<br>",$val);  
     39                $error.=sprintf(_("The mailbox <b>%s</b> does not exist!")."<br />",$val);  
    4040                echo $error; 
    4141        } 
  • bureau/admin/mail_doedit.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: mail_doedit.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: mail_doedit.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3838 
    3939} else { 
    40             $ok=sprintf(_("The mailbox <b>%s</b> has been successfully changed"),$mail)."<br>"; 
     40            $ok=sprintf(_("The mailbox <b>%s</b> has been successfully changed"),$mail)."<br />"; 
    4141            $addok=1; 
    4242            $t=explode("@",$email); 
     
    5050<?php 
    5151echo $ok; 
    52 echo "<br><a href=\"mail_list.php?domain=$domain\">"._("Click here to continue")."</a>"; 
     52echo "<br /><a href=\"mail_list.php?domain=$domain\">"._("Click here to continue")."</a>"; 
    5353?> 
    5454</body> 
  • bureau/admin/mail_edit.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: mail_edit.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: mail_edit.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4242<?php 
    4343if ($error_edit) { 
    44         echo "<font color=red>$error_edit</font><br><br>"; 
     44        echo "<font color=red>$error_edit</font><br /><br />"; 
    4545        $error_edit=""; 
    4646 
     
    4949        $pass=$res["password"]; 
    5050        $alias=$res["alias"]; 
    51         echo "<br><br>"; 
     51        echo "<br /><br />"; 
    5252 
    5353} ?> 
     
    6161        <?php /*"quanta m'aura pas!!!*/ ?> 
    6262        <tr><td><?php __("POP password"); ?></td><td><input type="text" class="int" name="pass" value="<?php echo $pass; ?>" size="20" maxlength="32"> </td></tr> 
    63         <tr><td><?php __("Other recipients"); ?></td><td>(<?php __("One email per line"); ?>)<br><textarea class="int" cols="32" rows="5" name="alias"><?php echo $alias; ?></textarea></td></tr> 
     63        <tr><td><?php __("Other recipients"); ?></td><td>(<?php __("One email per line"); ?>)<br /><textarea class="int" cols="32" rows="5" name="alias"><?php echo $alias; ?></textarea></td></tr> 
    6464        <tr><td colspan="2"><input type="submit" class="inb" name="submit" value="<?php __("Change this mailbox"); ?>"></td></tr> 
    6565</table> 
  • bureau/admin/mail_list.php

    r44 r102  
    11<?php 
    22/* 
    3  $Id: mail_list.php,v 1.3 2003/04/12 19:03:06 root Exp $ 
     3 $Id: mail_list.php,v 1.4 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4242<body> 
    4343<div align="center"><h3><?php printf(_("Mailbox list of the domain %s"),"http://$domain"); ?> : </h3></div> 
    44 <?php echo "<br><font color=red>$error</font><br>"; 
     44<?php echo "<br /><font color=red>$error</font><br />"; 
    4545echo "<a href=\"mail_add.php?domain=$domain\">".sprintf(_("Add a mailbox on <b>%s</b>"),$domain)."</a>"; 
    4646?> 
    47 <br><br> 
     47<br /><br /> 
    4848 
    4949</body> 
     
    5858<div align="center"><h3><?php printf(_("Mailbox list of the domain %s"),"http://$domain"); ?> : </h3></div> 
    5959 
    60 <br> 
    61 <?php if ($error) echo "<br><font color=red>$error</font><br>";  
     60<br /> 
     61<?php if ($error) echo "<br /><font color=red>$error</font><br />";  
    6262echo "<a href=\"mail_add.php?domain=$domain\">".sprintf(_("Add a mailbox on <b>%s</b>"),$domain)."</a>"; 
    6363?> 
    64 <br> 
     64<br /> 
    6565 
    6666<form method="post" action="mail_dodel.php" name="main"> 
  • bureau/admin/mem_chgmail.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: mem_chgmail.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: mem_chgmail.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4646printf(_("help_mem_chgmail %s"),$newmail); 
    4747?> 
    48 <br> 
    49 <center><big><big><code><?php echo $cle; ?></code></big></big></center><br> 
    50 <br> 
     48<br /> 
     49<center><big><big><code><?php echo $cle; ?></code></big></big></center><br /> 
     50<br /> 
    5151</body> 
    5252</html> 
  • bureau/admin/mem_cm.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: mem_cm.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: mem_cm.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4242        } 
    4343?> 
    44 <br> 
     44<br /> 
    4545<form method="post" action="mem_cm2.php"> 
    4646        <table border="1" cellspacing="0" cellpadding="4"> 
    47                 <tr><td colspan="2"><?php __("Change the email of the account"); ?><br> 
     47                <tr><td colspan="2"><?php __("Change the email of the account"); ?><br /> 
    4848                <?php __("Enter the key you got when you requested the mailbox change, then click the OK button."); ?></td></tr> 
    4949                <tr><th><?php __("Key"); ?></th><td><input type="text" class="int" name="cle" value="<?php echo $cle; ?>" size="8" maxlength="8"></td></tr> 
  • bureau/admin/mem_cm2.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: mem_cm2.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: mem_cm2.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4848__("The mailbox has been successfully changed."); 
    4949?> 
    50 <br> 
     50<br /> 
    5151</body> 
    5252</html> 
  • bureau/admin/mem_logout.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: mem_logout.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: mem_logout.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4242<div align="center"><h3><?php __("Disconnected"); ?></h3></div> 
    4343 
    44 <?php __("You have been logged out of your administration desktop."); ?><br> 
     44<?php __("You have been logged out of your administration desktop."); ?><br /> 
    4545<a href="index.php"><?php __("Click here to log in"); ?></a> 
    4646</body> 
  • bureau/admin/mem_param.php

    r99 r102  
    11<?php 
    22/* 
    3  $Id: mem_param.php,v 1.4 2003/06/10 05:52:08 root Exp $ 
     3 $Id: mem_param.php,v 1.5 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4949<hr> 
    5050<p> 
    51 <?php __("Password change"); ?> : <br> 
     51<?php __("Password change"); ?> : <br /> 
    5252<?php 
    5353 
     
    7373<form method="post" action="mem_chgmail.php"> 
    7474        <table border="1" cellspacing="0" cellpadding="4"> 
    75                 <tr><td colspan="2"><?php __("Change the email of the account"); ?><br> 
     75                <tr><td colspan="2"><?php __("Change the email of the account"); ?><br /> 
    7676                <?php __("help_chg_mail"); ?></td></tr> 
    7777                <tr><th><?php __("Current mailbox"); ?></th><td><big><code><?php echo $mem->user["mail"]; ?></code></big></td></tr> 
     
    8484<form method="post" action="mem_param.php"> 
    8585        <table border="1" cellspacing="0" cellpadding="4"> 
    86                 <tr><td colspan="2"><?php __("Online help settings"); ?><br> 
     86                <tr><td colspan="2"><?php __("Online help settings"); ?><br /> 
    8787                <?php __("help_help_settings"); ?></td></tr> 
    8888                <tr><th><label for="showhelp"><?php __("Do you want to see the help texts and links on each page?"); ?></label></th><td><input type="checkbox" class="inc" id="showhelp" name="showhelp" value="1" <?php if ($mem->get_help_param()) echo "CHECKED"; ?>></td></tr> 
  • bureau/admin/mime.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: mime.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: mime.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    136136    echo($i); 
    137137    mysql_query("insert into mime (tid,ext,mime,icon,descr) values ($i,'$mime_ext[$i]','','$mime_icon[$i]','".addslashes($mime_desc[$i])."')"); 
    138     if (mysql_errno()!=0) echo("erreur : ".mysql_error()."<br>\n"); 
     138    if (mysql_errno()!=0) echo("erreur : ".mysql_error()."<br />\n"); 
    139139} 
    140140 
  • bureau/admin/mman_del.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: mman_del.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: mman_del.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4040                $r=$mailman->delete_lst($val); 
    4141                if (!$r) { 
    42                         $error.=$err->errstr()."<br>"; 
     42                        $error.=$err->errstr()."<br />"; 
    4343                } else { 
    44                         $error.=sprintf(_("The list %s has been successfully deleted"),$r)."<br>"; 
     44                        $error.=sprintf(_("The list %s has been successfully deleted"),$r)."<br />"; 
    4545                } 
    4646        } 
  • bureau/admin/mman_list.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: mman_list.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: mman_list.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3838        <body> 
    3939        <div align="center"><h3><?php __("Mailing lists"); ?></h3></div> 
    40         <?php echo "<br><font color=red>$error</font>";?> 
    41         <br><br> 
     40        <?php echo "<br /><font color=red>$error</font>";?> 
     41        <br /><br /> 
    4242        </body> 
    4343        </html> 
     
    5151        <div align="center"><h3><?php __("Mailing lists"); ?></h3></div> 
    5252 
    53         <br> 
    54         <?php if ($error) echo "<br><font color=red>$error</font>"; ?> 
     53        <br /> 
     54        <?php if ($error) echo "<br /><font color=red>$error</font>"; ?> 
    5555 
    5656        <form method="post" action="mman_del.php"> 
     
    8181 
    8282if ($quota->cancreate("mailman")) { ?> 
    83         <a href="mman_add.php"><?php __("Create a list"); ?></a><br> 
     83        <a href="mman_add.php"><?php __("Create a list"); ?></a><br /> 
    8484        <?php 
    8585} 
  • bureau/admin/plugins/procmail_builder/m_procmail.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: m_procmail.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: m_procmail.php,v 1.2 2003/06/10 06:45:19 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    428428                        $s.=_("procmail_crit_5"); 
    429429                } 
    430                 $s.="<br>\n"; 
     430                $s.="<br />\n"; 
    431431        } 
    432432        if (count($cond)) { 
  • bureau/admin/sql_del.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: sql_del.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: sql_del.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3737      $r=$mysql->del_db($val); 
    3838      if (!$r) { 
    39         $error.=$err->errstr()."<br>"; 
     39        $error.=$err->errstr()."<br />"; 
    4040      } else { 
    41         $error.=sprintf(_("The database %s has been successfully deleted"),$mem->user["login"].(($val)?"_":"").$val)."<br>"; 
     41        $error.=sprintf(_("The database %s has been successfully deleted"),$mem->user["login"].(($val)?"_":"").$val)."<br />"; 
    4242      } 
    4343    } 
     
    5252<body> 
    5353<div align="center"><h3><?php __("MySQL Databases"); ?></h3></div> 
    54 <font color=red><b><big><?php __("WARNING"); ?></big><br><?php __("Confirm the deletion of the following SQL databases"); ?><br> 
    55 <?php __("This will delete all the tables currently in those db."); ?></b><br></font> 
     54<font color=red><b><big><?php __("WARNING"); ?></big><br /><?php __("Confirm the deletion of the following SQL databases"); ?><br /> 
     55<?php __("This will delete all the tables currently in those db."); ?></b><br /></font> 
    5656<form method="post" action="sql_del.php" name="main"> 
    5757<input type="hidden" name="confirm" value="y"> 
    58 <br> 
     58<br /> 
    5959<?php 
    6060reset($_POST); 
    6161while (list($key,$val)=each($_POST)) { 
    6262  if (substr($key,0,4)=="del_") { 
    63     echo "<input type=\"hidden\" name=\"$key\" value=\"$val\">".$mem->user["login"].(($val)?"_":"")."$val<br>\n"; 
     63    echo "<input type=\"hidden\" name=\"$key\" value=\"$val\">".$mem->user["login"].(($val)?"_":"")."$val<br />\n"; 
    6464  } 
    6565} 
    6666 
    6767?> 
    68 <br> 
     68<br /> 
    6969<input type="submit" class="inb" name="sub" value="<?php __("Yes"); ?>"> - <input type="button" class="inb" name="non" value="<?php __("No"); ?>" onclick="history.back()"> 
    7070</form> 
  • bureau/admin/sql_list.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: sql_list.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: sql_list.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    8080<p> 
    8181<?php if ($quota->cancreate("mysql")) { ?> 
    82  <a href="sql_add.php"><?php __("Create a new database"); ?></a><br><br> 
     82 <a href="sql_add.php"><?php __("Create a new database"); ?></a><br /><br /> 
    8383<?php } ?> 
    84 <a href="sql_passchg.php"><?php __("Change the SQL password"); ?></a><br><br> 
    85 <a href="sql_getparam.php"><?php __("Get the current SQL parameters"); ?></a><br><br> 
     84<a href="sql_passchg.php"><?php __("Change the SQL password"); ?></a><br /><br /> 
     85<a href="sql_getparam.php"><?php __("Get the current SQL parameters"); ?></a><br /><br /> 
    8686 
    8787</p> 
  • bureau/admin/sta_del.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: sta_del.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: sta_del.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3838                $r=$stats->delete_stats($val); 
    3939                if (!$r) { 
    40                         $error.=$err->errstr()."<br>"; 
     40                        $error.=$err->errstr()."<br />"; 
    4141                } else { 
    42                         $error.=sprintf(_("The statistics %s has been successfully deleted (the stats files must be manually deleted)"),$r)."<br>"; 
     42                        $error.=sprintf(_("The statistics %s has been successfully deleted (the stats files must be manually deleted)"),$r)."<br />"; 
    4343                } 
    4444        } 
  • bureau/admin/sta_del_raw.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: sta_del_raw.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: sta_del_raw.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3838                $r=$stats->delete_stats_raw($val); 
    3939                if (!$r) { 
    40                         $error.=$err->errstr()."<br>"; 
     40                        $error.=$err->errstr()."<br />"; 
    4141                } else { 
    42                         $error.=sprintf(_("The statistics %s has been successfully deleted (the stats files must be manually deleted)"),$r)."<br>"; 
     42                        $error.=sprintf(_("The statistics %s has been successfully deleted (the stats files must be manually deleted)"),$r)."<br />"; 
    4343                } 
    4444        } 
  • bureau/admin/sta_list.php

    r1 r102  
    11<?php 
    22/* 
    3  $Id: sta_list.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: sta_list.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4343<?php 
    4444        if ($quota->cancreate("stats")) { ?> 
    45                 - <a href="sta_add.php"><?php __("Create new Statistics"); ?></a><br> 
    46                 - <a href="sta_add_raw.php"><?php __("Create new Raw Statistics (apache)"); ?></a><br> 
     45                - <a href="sta_add.php"><?php __("Create new Statistics"); ?></a><br /> 
     46                - <a href="sta_add_raw.php"><?php __("Create new Raw Statistics (apache)"); ?></a><br /> 
    4747<?php   } 
    4848 
  • bureau/admin/web_list.php

    r1 r102  
    11 
    22<?php if ($quota->cancreate("webaccess")) { ?> 
    3 <a href="hta_add.php"><?php __("Protect a folder"); ?></a><br> 
     3<a href="hta_add.php"><?php __("Protect a folder"); ?></a><br /> 
    44<?php } ?> 
  • bureau/class/db_mysql.php

    r1 r102  
    66 *                    Boris Erdmann, Kristian Koehntopp 
    77 * 
    8  * $Id: db_mysql.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     8 * $Id: db_mysql.php,v 1.2 2003/06/10 06:45:20 root Exp $ 
    99 * 
    1010 */  
     
    112112 
    113113    if ($this->Debug) 
    114       printf("Debug: query = %s<br>\n", $Query_String); 
     114      printf("Debug: query = %s<br />\n", $Query_String); 
    115115 
    116116    $this->Query_ID = @mysql_query($Query_String,$this->Link_ID); 
     
    401401 
    402402  function haltmsg($msg) { 
    403     printf("</td></tr></table><b>Database error:</b> %s<br>\n", $msg); 
    404     printf("<b>MySQL Error</b>: %s (%s)<br>\n", 
     403    printf("</td></tr></table><b>Database error:</b> %s<br />\n", $msg); 
     404    printf("<b>MySQL Error</b>: %s (%s)<br />\n", 
    405405      $this->Errno, 
    406406      $this->Error); 
  • bureau/class/m_admin.php

    r59 r102  
    11<?php 
    22/* 
    3  $Id: m_admin.php,v 1.2 2003/05/01 10:32:57 root Exp $ 
     3 $Id: m_admin.php,v 1.3 2003/06/10 06:45:20 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 LICENSE 
     
    2626* 
    2727* Cette classe permet de créer / modifier / détruire les comptes, ainsi que de 
    28 * modifier les paramètres du serveur.<br> 
     28* modifier les paramètres du serveur.<br /> 
    2929* Copyleft {@link http://alternc.net/ AlternC Team} 
    3030* 
  • bureau/class/m_bro.php

    r45 r102  
    11<?php 
    22/* 
    3  $Id: m_bro.php,v 1.2 2003/04/17 21:39:56 benjamin Exp $ 
     3 $Id: m_bro.php,v 1.3 2003/06/10 06:45:20 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 LICENSE 
     
    2525* 
    2626* Cette classe permet de gérer les fichiers, dossiers ... 
    27 * d'un membre hébergé.<br> 
     27* d'un membre hébergé.<br /> 
    2828* Copyleft {@link http://alternc.net/ AlternC Team} 
    2929* 
  • bureau/class/m_dom.php

    r63 r102  
    11<?php 
    22/* 
    3  $Id: m_dom.php,v 1.2 2003/05/01 13:56:09 benjamin Exp $ 
     3 $Id: m_dom.php,v 1.3 2003/06/10 06:45:20 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 LICENSE 
     
    2525*  
    2626* Cette classe permet de gérer les domaines / sous-domaines, redirections 
    27 * dns et mx des domaines d'un membre hébergé.<br> 
     27* dns et mx des domaines d'un membre hébergé.<br /> 
    2828* Copyleft {@link http://alternc.net/ AlternC Team} 
    2929*  
     
    283283    $err->log("dom","whois",$domain); 
    284284    // pour ajouter un nouveau TLD, utiliser le code ci-dessous. 
    285     //  echo "whois : $domain<br>"; 
     285    //  echo "whois : $domain<br />"; 
    286286    ereg(".*\.([^\.]*)",$domain,$out); 
    287287    $ext=$out[1]; 
    288288    // pour ajouter un nouveau TLD, utiliser le code ci-dessous. 
    289     //  echo "ext: $ext<br>"; 
     289    //  echo "ext: $ext<br />"; 
    290290    $egal=""; 
    291291    switch($ext) { 
     
    325325    } 
    326326    // pour ajouter un nouveau TLD, utiliser le code ci-dessous. 
    327     //  echo "serveur : $serveur <br>"; 
     327    //  echo "serveur : $serveur <br />"; 
    328328    if (($fp=fsockopen($serveur, 43))>0) { 
    329329      fputs($fp, "$egal$domain\r\n"); 
     
    333333        $ligne = fgets($fp,128); 
    334334        // pour ajouter un nouveau TLD, utiliser le code ci-dessous. 
    335         //      echo "| $ligne<br>"; 
     335        //      echo "| $ligne<br />"; 
    336336        switch($ext) { 
    337337        case "org": 
     
    414414   * @param string $dom Domaine dont on souhaite les informations 
    415415   * @return array Retourne toutes les infos du domaine sous la forme d'un 
    416    * tableau associatif comme suit :<br><pre> 
     416   * tableau associatif comme suit :<br /><pre> 
    417417   *  $r["name"] =  Nom fqdn 
    418418   *  $r["dns"]  =  Gestion du dns ou pas ? 
     
    524524   * Modifier les information du sous-domaine demandé. 
    525525   * 
    526    * <b>Note</b> : si le sous-domaine $sub.$dom n'existe pas, il est créé.<br> 
    527    * <b>Note : TODO</b> : vérification de concordance de $dest<br> 
     526   * <b>Note</b> : si le sous-domaine $sub.$dom n'existe pas, il est créé.<br /> 
     527   * <b>Note : TODO</b> : vérification de concordance de $dest<br /> 
    528528   * 
    529529   * @param string $dom Domaine dont on souhaite modifier/ajouter un sous domaine 
    530    * @param string $sub Sous domaine à modifier / créer 
     530   * @param string $subk Sous domaine à modifier / créer 
    531531   * @param integer $type Type de sous-domaine (local, ip, url ...) 
    532532   * @param string $action Action : vaut "add" ou "edit" selon que l'on 
  • bureau/class/m_ftp.php

    r54 r102  
    11<?php 
    22/* 
    3  $Id: m_ftp.php,v 1.3 2003/04/19 16:35:14 root Exp $ 
     3 $Id: m_ftp.php,v 1.4 2003/06/10 06:45:20 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 LICENSE 
     
    2424* Classe de gestion des comptes FTP de l'hébergé. 
    2525* 
    26 * Cette classe permet de gérer les Comptes FTP d'un membre hébergé.<br> 
     26* Cette classe permet de gérer les Comptes FTP d'un membre hébergé.<br /> 
    2727* Copyleft {@link http://alternc.net/ AlternC Team} 
    2828* 
  • bureau/class/m_mail.php

    r67 r102  
    11<?php 
    22/* 
    3  $Id: m_mail.php,v 1.6 2003/05/07 17:16:53 root Exp $ 
     3 $Id: m_mail.php,v 1.7 2003/06/10 06:45:20 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 LICENSE 
     
    2525* 
    2626* Cette classe permet de gérer les comptes pop, alias 
    27 * mail des domaines d'un membre hébergé.<br> 
     27* mail des domaines d'un membre hébergé.<br /> 
    2828* Copyleft {@link http://alternc.net/ AlternC Team} 
    2929* 
  • bureau/class/m_mem.php

    r48 r102  
    11<?php 
    22/* 
    3  $Id: m_mem.php,v 1.3 2003/04/18 10:46:40 root Exp $ 
     3 $Id: m_mem.php,v 1.4 2003/06/10 06:45:20 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 LICENSE 
     
    2727* Cette classe permet de gérer les membres hébergés sur AlternC, (par les 
    2828* super-administrateurs) ainsi que les sessions de connexion des membres 
    29 * sur leur interface web.<br> 
     29* sur leur interface web.<br /> 
    3030* Copyleft {@link http://alternc.net/ AlternC Team} 
    3131* 
  • bureau/class/m_stats.php

    r50 r102  
    11<?php 
    22/* 
    3  $Id: m_stats.php,v 1.3 2003/04/19 13:44:33 benjamin Exp $ 
     3 $Id: m_stats.php,v 1.4 2003/06/10 06:45:20 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3232*  
    3333* Cette classe permet de gérer les statistiques web générées par webalizer 
    34 * dans la langue de votre choix, ainsi que les fichiers logs bruts d'apache.<br> 
     34* dans la langue de votre choix, ainsi que les fichiers logs bruts d'apache.<br /> 
    3535* Copyleft {@link http://alternc.net/ AlternC Team} 
    3636*  
Note: See TracChangeset for help on using the changeset viewer.