Changeset 2104

Show
Ignore:
Timestamp:
04/10/08 20:05:51 (1 month ago)
Author:
anarcat
Message:

Standardisation de l'interface web d'AlternC, qui passe maintenant la
validation du w3c

Refonte de certains styles et couleurs, tel que discuté sur la liste de
discussion.

Des modifications locales peuvent maintenant être faites dans
styles/custom.css qui n'est pas distribué avec AlternC et donc jamais
remplacé.

Contribution de Marc Angles
Sponsorisé par Koumbit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/admin/adm_login.php

    r994 r2104  
    5757<head> 
    5858<title><?php __("AlternC Desktop"); ?></title> 
    59 <link rel="stylesheet" href="styles/style.css" type="text/css" /> 
     59<link rel="stylesheet" href="styles/base.css" type="text/css" /> 
     60<link rel="stylesheet" href="styles/custom.css" type="text/css" /> 
    6061<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    6162</head> 
  • alternc/trunk/bureau/admin/adm_panel.php

    r1823 r2104  
    4545        } 
    4646?> 
    47 <blockquote> 
    48 <table border="0" cellpadding="4" cellspacing="0"> 
    49 <tr class="lst1"><td><a href="adm_tld.php"><?php __("Manage allowed domains (TLD)"); ?></a></td></tr> 
    50 <tr class="lst2"><td><a href="adm_defquotas.php"><?php __("Change the default quotas"); ?></a></td></tr> 
    51 <tr class="lst1"><td><a href="adm_doms.php"><?php __("Manage installed domains"); ?></a></td></tr> 
    52 <tr class="lst2"><td><a href="adm_slaveip.php"><?php __("Manage allowed ip for slave zone transfers"); ?></a></td></tr> 
    53 <tr class="lst1"><td><a href="adm_slaveaccount.php"><?php __("Manage allowed accounts for slave zone transfers"); ?></a></td></tr> 
    54 <tr class="lst1"><td><a href="adm_mxaccount.php"><?php __("Manage allowed accounts for secondary mx"); ?></a></td></tr> 
    55 <tr class="lst2"><td><a href="adm_variables.php"><?php __("Configure AlternC variables"); ?></a></td></tr> 
    56 <tr class="lst1"><td><a href="quota_show_all.php"><?php __("Show all quotas"); ?></a></td></tr> 
    57 <tr class="lst1"><td><a href="stats_members.php"><?php __("Account creation statistics"); ?></a></td></tr> 
     47<ul id="adm_panel"> 
     48<li class="lst1"><a href="adm_tld.php"><?php __("Manage allowed domains (TLD)"); ?></a></li> 
     49<li class="lst2"><a href="adm_defquotas.php"><?php __("Change the default quotas"); ?></a></li> 
     50<li class="lst1"><a href="adm_doms.php"><?php __("Manage installed domains"); ?></a></li> 
     51<li class="lst2"><a href="adm_slaveip.php"><?php __("Manage allowed ip for slave zone transfers"); ?></a></li> 
     52<li class="lst1"><a href="adm_slaveaccount.php"><?php __("Manage allowed accounts for slave zone transfers"); ?></a></li> 
     53<li class="lst1"><a href="adm_mxaccount.php"><?php __("Manage allowed accounts for secondary mx"); ?></a></li> 
     54<li class="lst2"><a href="adm_variables.php"><?php __("Configure AlternC variables"); ?></a></li> 
     55<li class="lst1"><a href="quota_show_all.php"><?php __("Show all quotas"); ?></a></li> 
     56<li class="lst1"><a href="stats_members.php"><?php __("Account creation statistics"); ?></a></li> 
    5857<?php 
    5958 
     
    7473closedir($d); 
    7574?> 
    76  
    77 </table> 
    78 </blockquote> 
     75</ul> 
    7976</body> 
    8077</html> 
  • alternc/trunk/bureau/admin/aide/help.php

    r474 r2104  
    4343<head> 
    4444<title>Aide en ligne <?php echo $host ?></title> 
    45 <link rel="stylesheet" href="styles/style.css" type="text/css"> 
     45<link rel="stylesheet" href="/admin/styles/base.css" type="text/css"> 
    4646<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
    4747</head> 
     
    5555</noframes> 
    5656</html> 
    57 ames 
    58 </noframes> 
    59 </html> 
    60  
  • alternc/trunk/bureau/admin/bro_main.php

    r2102 r2104  
    130130<body> 
    131131 
    132 <table border="0" width="100%" cellspacing="0"> 
    133 <tr><td> 
    134  
     132<div id="browser"> 
     133<h3><?php __("File browser"); ?></h3> 
    135134<hr /> 
    136135<table width="100%"><tr><td valign="top"> 
     
    139138<?php if ($error) echo "<font color=\"red\">$error</font>"; ?> 
    140139</td><td valign="top" align="right"> 
    141 <h3><?php __("File browser"); ?></h3> 
    142140 
    143141<form action="bro_main.php" method="post" name="nn" id="nn"> 
    144142<input type="hidden" name="R" value="<?php echo $R; ?>" /> 
    145 <table><tr> 
     143<table id="add-file"><tr> 
    146144<td><input type="text" class="int" name="nomfich" size="22" maxlength="255" /></td> 
    147145<td><input type="submit" class="inb" value="<?php __("Create"); ?>" /></td> 
  • alternc/trunk/bureau/admin/browseforfolder.php

    r517 r2104  
    8383<head> 
    8484<title>Browser for folder</title> 
    85 <link rel="stylesheet" href="styles/style.css" type="text/css" /> 
     85<link rel="stylesheet" href="styles/base.css" type="text/css" /> 
     86<link rel="stylesheet" href="styles/custom.css" type="text/css" /> 
    8687<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    8788 
     
    101102<head> 
    102103<title>Recherche d'un dossier</title> 
    103 <link rel="stylesheet" href="styles/style.css" type="text/css" /> 
     104<link rel="stylesheet" href="styles/base.css" type="text/css" /> 
     105<link rel="stylesheet" href="styles/custom.css" type="text/css" /> 
    104106<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    105107<script type="text/javascript"> 
  • alternc/trunk/bureau/admin/direct.php

    r102 r2104  
    4242<head> 
    4343<title>Administration de <?php echo $host ?></title> 
    44 <link rel="stylesheet" href="style.css" type="text/css"> 
     44<link rel="stylesheet" href="styles/base.css" type="text/css" /> 
     45<link rel="stylesheet" href="styles/custom.css" type="text/css" /> 
    4546</head> 
    4647<frameset cols="225px,*"> 
  • alternc/trunk/bureau/admin/dom_add.php

    r109 r2104  
    4646?> 
    4747<form method="post" action="dom_doadd.php" id="main"> 
    48 <table><tr><td> 
    49 <b><label for="newdomain"><?php __("Domain name"); ?> : www.</label></b></td><td><input type="text" class="int" id="newdomain" name="newdomain" value="<?php echo $newdomain ?>" size="32" maxlength="255" /> 
    50 </td></tr><tr><td></td><td><input type="submit" class="inb" name="submit" value="<?php __("Add this domain"); ?>" /></td></tr> 
     48<table><thead><?php __("Domain hosting"); ?></thead><tbody> 
     49<tr> 
     50<th><label for="newdomain"><?php __("Domain name"); ?> : www.</label></th> 
     51<td><input type="text" class="int" id="newdomain" name="newdomain" value="<?php echo $newdomain ?>" size="32" maxlength="255" /></td> 
     52</tr> 
     53<tr> 
     54<th></th> 
     55<td><input type="submit" class="inb" name="submit" value="<?php __("Add this domain"); ?>" /></td> 
     56</tr> 
     57</tbody> 
    5158</table> 
    5259<p> 
  • alternc/trunk/bureau/admin/ftp_add.php

    r798 r2104  
    4949?> 
    5050<form method="post" action="ftp_doadd.php" name="main"> 
    51 <table border="1" cellspacing="0" cellpadding="4"> 
     51<table><thead><?php __("Create a new ftp account"); ?></thead> 
     52<tbody> 
    5253<tr><th><input type="hidden" name="id" value="<?php echo $id ?>" /> 
    5354<label for="login"><?php __("Username"); ?></label></th><td> 
     
    6465</td></tr> 
    6566<tr><td colspan="2"><input type="submit" class="inb" name="submit" value="<?php __("Create this new FTP account."); ?>" /></td></tr> 
    66 </table> 
     67</tbody></table> 
    6768</form> 
    6869<?php $mem->show_help("ftp_add"); ?> 
  • alternc/trunk/bureau/admin/ftp_list.php

    r1004 r2104  
    5757<?php } ?> 
    5858<form method="post" action="ftp_del.php"> 
    59 <table cellspacing="0" cellpadding="4"> 
    60 <tr><th colspan="2">&nbsp;</th><th><?php __("Username"); ?></th><th><?php __("Folder"); ?></th></tr> 
     59 
    6160<?php 
    6261reset($r); 
     
    6665        $col=3-$col; 
    6766?> 
    68         <tr class="lst<?php echo $col; ?>"> 
    69                 <td align="center"><input type="checkbox" class="inc" id="del_<?php echo $val["id"]; ?>" name="del_<?php echo $val["id"]; ?>" value="<?php echo $val["id"]; ?>" /></td> 
    70                 <td><a href="ftp_edit.php?id=<?php echo $val["id"] ?>"><?php __("Edit"); ?></a></td> 
    71                 <td><label for="del_<?php echo $val["id"]; ?>"><?php echo $val["login"] ?></label></td> 
    72                 <td><code>/<?php echo $val["dir"] ?></code></td> 
    73         </tr> 
     67    <dl> 
     68      <dt><input type="checkbox" class="inc" id="del_<?php echo $val["id"]; ?>" name="del_<?php echo $val["id"]; ?>" value="<?php echo $val["id"]; ?>" /><strong><?php __("Username"); ?>:</strong> <label for="del_<?php echo $val["id"]; ?>"><?php echo $val["login"] ?></label></dt> 
     69        <dd><span><?php __("Folder"); ?></span> <code>/<?php echo $val["dir"] ?></code></dd> 
     70        <dd><a href="ftp_edit.php?id=<?php echo $val["id"] ?>"><?php __("Edit"); ?></a></dd> 
     71        <dd><span></span></dd> 
     72    </dl> 
     73 
    7474<?php 
    7575        } 
    7676?> 
    77 <tr><td colspan="5"><input type="submit" name="submit" class="inb" value="<?php __("Delete checked accounts"); ?>" /></td></tr> 
    78 </table> 
     77<div class="delete"><input type="submit" name="submit" class="inb" value="<?php __("Delete checked accounts"); ?>" /></div> 
    7978</form> 
    8079 
    8180<?php if ($quota->cancreate("ftp")) { ?> 
    82 <p
     81<p class="add"
    8382<a href="ftp_add.php"><?php __("Create a new ftp account"); ?></a> 
    8483</p> 
    8584<?php   } 
    86  
    8785$mem->show_help("ftp_list"); 
    8886?> 
  • alternc/trunk/bureau/admin/head.php

    r641 r2104  
    3333<head> 
    3434<title>Bureau</title> 
    35 <link rel="stylesheet" href="styles/style.css" type="text/css" /> 
     35<link rel="stylesheet" href="styles/base.css" type="text/css" /> 
     36<link rel="stylesheet" href="styles/custom.css" type="text/css" /> 
    3637<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    3738<script type="text/javascript" language="javascript" src="/admin/js/alternc.js"> 
  • alternc/trunk/bureau/admin/hta_add.php

    r109 r2104  
    5757</script></td> 
    5858</tr> 
    59 <tr><td colspan="2"><input type="submit" class="inb" value="<?php __("Protect this folder"); ?>" /></td></tr> 
     59<tr><td class="add" colspan="2"><input type="submit" class="inb" value="<?php __("Protect this folder"); ?>" /></td></tr> 
    6060</table> 
    6161</form> 
  • alternc/trunk/bureau/admin/index.php

    r2057 r2104  
    4242<head> 
    4343<title>AlternC Desktop</title> 
    44 <link rel="stylesheet" href="styles/style.css" type="text/css" /> 
     44<link rel="stylesheet" href="styles/base.css" type="text/css" /> 
     45<link rel="stylesheet" href="styles/custom.css" type="text/css" /> 
    4546<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    4647</head> 
    47 <body onload="document.forms['fmain'].username.focus();"> 
    48 <h1><?php echo _("Administration of")." ".$H ?></h1> 
     48<body class="login" onload="document.forms['fmain'].username.focus();"> 
    4949<?php if ($error) echo "<font color=red>$error</font>"; ?> 
    50 <p><?php echo _("Enter your username and password to connect to the virtual desktop")." [ ".$H." ]" ?></p> 
     50    <p id="logo"><a href="http://alternc.org"> 
     51  <img src="alternc.png" width="120" height="82" border="0" alt="<?php __("AlternC, Opensource hosting control panel"); ?>" title="<?php __("AlternC, Opensource hosting control panel"); ?>" /></a> 
     52    </p> 
     53<div id="wrapper"> 
    5154<form action="login.php" method="post" target="_top" id="fmain" name="fmain"> 
    52 <div class="dlogin"> 
    53 <table border="1" cellspacing="0" cellpadding="4" width="300" class="login"> 
    54 <tr><th align="right"><label for="username"><?php echo _("Username"); ?></label></th><td><input type="text" class="int" name="username" id="username" value="" maxlength="128" size="20" autocomplete="off" /></td></tr> 
    55 <tr><th align="right"><label for="password"><?php echo _("Password"); ?></label></th><td><input type="password" class="int" name="password" id="password" value="" maxlength="128" size="20" autocomplete="off" /></td></tr> 
    56 <tr><td colspan="2" align="center"><input type="submit" class="inb" name="submit" value="<?php __("Enter"); ?>" /></td></tr> 
    57 <tr><td colspan="2" align="right"><label><input type="checkbox" class="inc" id="restrictip" name="restrictip" value="1" checked="checked"><?php __("Restrict this session to my ip address"); ?></label></td></tr> 
     55<table> 
     56<thead> 
     57    <tr><td colspan="2"><?php echo _("Administration of")." ".$H ?></td></tr> 
     58</thead> 
     59<tfoot> 
     60    <tr><td colspan="2"> 
     61        <p><?php __("You must accept the session cookie to log-in"); ?></p> 
     62        <p><?php __("You can use a different language: "); ?> 
     63            <?php  
     64                foreach($locales as $l) { 
     65            ?> 
     66            <a href="?setlang=<?php echo $l; ?>"><?php __($l); ?></a> 
     67            <?php } ?> 
     68        </p> 
     69    </td></tr> 
     70</tfoot> 
     71<tbody> 
     72<tr><td class="forminfo" colspan="2"><?php echo _("Enter your username and password to connect to the virtual desktop")."<br />[ ".$H." ]" ?></td></tr> 
     73<tr> 
     74    <td class="username"><label for="username"><?php echo _("Username"); ?></label></td> 
     75    <td class="input_username"><input type="text" class="int" name="username" id="username" value="" maxlength="128" size="20" /></td> 
     76</tr> 
     77<tr> 
     78    <td class="pass"><label for="password"><?php echo _("Password"); ?></label></td> 
     79    <td class="input_pass"><input type="password" class="int" name="password" id="password" value="" maxlength="128" size="20" /></td> 
     80</tr> 
     81<tr><td class="login" colspan="2"><input type="submit" class="inb" name="submit" value="<?php __("Enter"); ?>" /></td></tr> 
     82<tr><td class="cookie_ack" colspan="2"><label><input type="checkbox" class="inc" id="restrictip" name="restrictip" value="1" checked="checked" /><?php __("Restrict this session to my ip address"); ?></label></td></tr> 
     83</tbody> 
    5884</table> 
     85</form> 
    5986</div> 
    60 </form> 
    61 <p>&nbsp;</p> 
    62 <table width="100%" style="border: 0"> 
    63 <tr><td style="text-align: left"> 
    64 <?php __("You must accept the session cookie to log-in"); ?> 
    65 <br /> 
    66 <?php __("You can use a different language: "); ?> 
    67 <?php  
    68 foreach($locales as $l) { 
    69 ?> 
    70 <a href="?setlang=<?php echo $l; ?>"><?php __($l); ?></a>&nbsp; 
    71 <?php } ?> 
    72 </td> 
    73 <td style="text-align: right"> 
    74 <p> <a href="http://alternc.org"><img src="alternc.png" width="120" height="82" border="0" alt="<?php __("AlternC, Opensource hosting control panel"); ?>" title="<?php __("AlternC, Opensource hosting control panel"); ?>" /></a></p> 
    75 </td> 
    76 </tr> 
    77 </table> 
    7887</body> 
    7988</html> 
  • alternc/trunk/bureau/admin/login.php

    r101 r2104  
    4141<head> 
    4242<title><?php __("AlternC Desktop"); ?></title> 
    43 <link rel="stylesheet" href="styles/style.css" type="text/css" /> 
     43<link rel="stylesheet" href="styles/base.css" type="text/css" /> 
     44<link rel="stylesheet" href="styles/custom.css" type="text/css" /> 
    4445<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    4546</head> 
    46 <frameset cols="225px,*"> 
     47<frameset frameborder="0" cols="225px,*"> 
    4748        <frame src="menu.php" name="left" /> 
    4849        <frame src="main.php" name="right" /> 
  • alternc/trunk/bureau/admin/main.php

    r2103 r2104  
    3434</head> 
    3535<body> 
    36 <?php 
     36 
     37<h3>Ce bureau est un lieu de développement pour arranger minimalement alterc dans l'objectif d'y faire un "theme" plus joli et personnalisable</h3> 
     38 
     39<div id="info"><?php 
    3740// Show last login information :  
    3841__("Last Login: "); 
     
    8891} 
    8992 
    90 /* 
    91 <h3> 
    92 Le bureau AlternC de ce serveur est en travaux actuellement.<br /> 
    93 Il se peut que certaines parties du bureau soient inaccessibles ponctuellement.<br /> 
    94 Si une partie du bureau ne fonctionne pas pendant longtemps, n'hésitez pas, contactez le  
    95 mainteneur par mail : <a href="mailto:root@heberge.info">root@heberge.info</a> 
    96 </h3> 
    97 */ 
    98 ?> 
     93?></div> 
     94 
     95 
    9996</body> 
    10097</html> 
  • alternc/trunk/bureau/admin/mem_logout.php

    r135 r2104  
    3737<head> 
    3838<title><?php __("Disconnected"); ?></title> 
    39 <link rel="stylesheet" href="styles/style.css" type="text/css" /> 
     39<link rel="stylesheet" href="styles/base.css" type="text/css" /> 
     40<link rel="stylesheet" href="styles/custom.css" type="text/css" /> 
    4041<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    4142</head> 
  • alternc/trunk/bureau/admin/mem_param.php

    r366 r2104  
    3939?> 
    4040</head> 
    41 <body
    42 <div align="center"><h3><?php __("Settings of your account"); ?></h3></div
     41<body id="mem_param"
     42<h3><?php __("Settings of your account"); ?></h3
    4343<?php 
    4444        if ($error) { 
     
    4848?> 
    4949<hr /> 
    50 <p> 
    51 <?php __("Password change"); ?> : <br /> 
    52 <?php 
    5350 
    54 if (!$mem->user["canpass"]) { 
    55   __("You cannot change your password"); 
    56   echo "</p>"; 
    57  
    58 } else { 
    59  
    60  __("help_chg_passwd"); ?> 
    61 </p> 
    6251<form method="post" action="mem_passwd.php"> 
    6352<table border="1" cellspacing="0" cellpadding="4"> 
     53<thead><tr><td colspan="2"><?php __("Password change"); ?></td></tr></thead> 
     54<tr><td colspan="2"> 
     55<?php  
     56    if (!$mem->user["canpass"]) { 
     57        __("You cannot change your password");  
     58        }  
     59    else { 
     60        __("help_chg_passwd");  
     61?> 
     62</td></tr> 
    6463<tr><th><?php __("Old password"); ?></th><td><input type="password" class="int" name="oldpass" value="<?php echo $oldpass; ?>" size="20" maxlength="128" /></td></tr> 
    6564<tr><th><?php __("New password"); ?> (1)</th><td><input type="password" class="int" name="newpass" value="<?php echo $newpass; ?>" size="20" maxlength="60" /></td></tr> 
    6665<tr><th><?php __("New password"); ?> (2)</th><td><input type="password" class="int" name="newpass2" value="<?php echo $newpass2; ?>" size="20" maxlength="61" /></td></tr> 
    67 <tr><td align="center" colspan="3"><input type="submit" class="inb" name="submit" value="<?php __("Change my password"); ?>" /></td></tr> 
     66<tr><td colspan="3"><input type="submit" class="inb" name="submit" value="<?php __("Change my password"); ?>" /></td></tr> 
    6867</table> 
    6968</form> 
    70 <p>&nbsp;</p> 
    7169<?php } ?> 
    72 <hr /> 
    7370<form method="post" action="mem_chgmail.php"> 
    7471        <table border="1" cellspacing="0" cellpadding="4"> 
    75                <tr><td colspan="2"><?php __("Change the email of the account"); ?><br /
    76                 <?php __("help_chg_mail"); ?></td></tr> 
     72            <thead><tr><td colspan="2"><?php __("Change the email of the account"); ?></td></tr></thead
     73                <tr><td colspan="2"><?php __("help_chg_mail"); ?></td></tr> 
    7774                <tr><th><?php __("Current mailbox"); ?></th><td><big><code><?php echo $mem->user["mail"]; ?></code></big></td></tr> 
    7875                <tr><th><?php __("New mailbox"); ?></th><td><input type="text" class="int" name="newmail" value="<?php echo $newmail; ?>" size="40" maxlength="128" /></td></tr> 
    79                 <tr><td style="text-align: center" colspan="3"><input type="submit" class="inb" name="submit" value="<?php __("Change my mail"); ?>" /></td></tr> 
     76                <tr><td colspan="3"><input type="submit" class="inb" name="submit" value="<?php __("Change my mail"); ?>" /></td></tr> 
    8077        </table> 
    8178</form> 
    82 <p>&nbsp;</p> 
    83 <hr /> 
    8479<form method="post" action="mem_param.php"> 
    8580        <table border="1" cellspacing="0" cellpadding="4"> 
    86                <tr><td colspan="2"><?php __("Online help settings"); ?><br /
    87                 <?php __("help_help_settings"); ?></td></tr> 
     81            <thead><tr><td colspan="2"><?php __("Online help settings");?></td></tr></thead
     82                <tr><td colspan="2"><?php __("help_help_settings"); ?></td></tr> 
    8883                <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=\"checked\""; ?> /></td></tr> 
    89                 <tr><td align="center" colspan="3"><input type="submit" class="inb" name="help_setting" value="<?php __("Change these settings"); ?>" /></td></tr> 
     84                <tr><td colspan="3"><input type="submit" class="inb" name="help_setting" value="<?php __("Change these settings"); ?>" /></td></tr> 
    9085        </table> 
    9186</form> 
    92 <p>&nbsp;</p> 
     87 
    9388<?php 
    9489if ($mem->user["su"]) { 
    9590?> 
    96 <hr /> 
    97 <p> 
    98 <?php __("Admin preferences"); ?> :  
    99 </p> 
    10091<form method="post" action="mem_admin.php"> 
    101 <table border="1" cellspacing="0" cellpadding="4"> 
    102 <tr><th><?php __("Members list view"); ?></th><td><select name="admlist" class="inl"> 
    103 <option value="0"<?php if ($mem->user["admlist"]==0) echo " selected=\"selected\""; ?>><?php __("Large view"); ?></option> 
    104 <option value="1"<?php if ($mem->user["admlist"]==1) echo " selected=\"selected\""; ?>><?php __("Short view"); ?></option> 
    105 </select></td></tr> 
    106 <tr><td align="center" colspan="2"><input type="submit" class="inb" name="submit" value="<?php __("Change my admin preferences"); ?>" /></td></tr> 
    107 </table> 
     92        <table border="1" cellspacing="0" cellpadding="4"> 
     93            <thead><tr><td colspan="2"><?php __("Admin preferences"); ?></td></tr></thead> 
     94                <tr><th><?php __("Members list view"); ?></th><td><select name="admlist" class="inl"> 
     95                <option value="0"<?php if ($mem->user["admlist"]==0) echo " selected=\"selected\""; ?>><?php __("Large view"); ?></option> 
     96                <option value="1"<?php if ($mem->user["admlist"]==1) echo " selected=\"selected\""; ?>><?php __("Short view"); ?></option> 
     97                </select></td></tr> 
     98                <tr><td colspan="2"><input type="submit" class="inb" name="submit" value="<?php __("Change my admin preferences"); ?>" /></td></tr> 
     99        </table> 
    108100</form> 
    109 <p>&nbsp;</p> 
    110101<?php } ?> 
    111102<hr /> 
  • alternc/trunk/bureau/admin/menu.php

    r2058 r2104  
    3434<base target="right" /> 
    3535</head> 
    36 <body> 
     36<body id="menu"> 
     37<div id="alternc-logo"><a href="http://alternc.org"><!-- img src="alternc.png" width="120" height="82" border="0" alt="AlternC" / -->AlternC</a>  
     38<span><?php echo "$L_VERSION"; ?></span> 
     39</div> 
    3740<h3>Menu <?php echo $mem->user["login"]; ?></h3> 
    38  
    39 <table border="1" cellspacing="0" cellpadding="4"
    40 <tr><td nowrap="nowrap"><a href="main.php"><?php __("Front page") ?></a><br/></td></tr
     41<dl id="menu-list"> 
     42<dt id="home"><?php __("Front page") ?></dt
     43<dd class="link"><a href="main.php"><?php __("Front page") ?></a></dd
    4144<?php 
    4245$MENUPATH="/var/alternc/bureau/admin/"; 
     
    5255 
    5356 
    54 </table> 
    55  
    56 <p> <a href="http://alternc.org"><img src="alternc.png" width="120" height="82" border="0" alt="AlternC" /></a></p> 
    57 <p><?php echo "$L_VERSION"; ?> 
    58 </p> 
    5957</body> 
    6058</html> 
  • alternc/trunk/bureau/admin/menu_adm.php

    r847 r2104  
    3636{    ?> 
    3737 
    38 <tr><td nowrap> 
    39    <a href="adm_list.php"><font color="red"><?php __("Manage the members"); ?></font></a><br> 
    40    <a href="adm_panel.php"><font color="red"><?php __("Admin Control Panel"); ?></font></a><br> 
    41    <a href="/admin/sql/?server=2"><font color="red"><?php __("General SQL Admin"); ?></font></a><br> 
    42  
    43 </td></tr> 
     38<dt id="reseller">Reseller</dt> 
     39   <dd><a href="adm_list.php"><?php __("Manage the members"); ?></a></dd> 
     40   <dd><a href="adm_panel.php"><?php __("Admin Control Panel"); ?></a></dd> 
     41   <dd><a href="/admin/sql/?server=2"><?php __("General SQL Admin"); ?></a></dd> 
    4442<?php 
    4543            } 
  • alternc/trunk/bureau/admin/menu_aide.php

    r222 r2104  
    3030?> 
    3131 
    32 <tr><td nowrap="nowrap"> 
    33 <a href="http://doc.alternc.org/user/" target="help"><?php __("Online help"); ?></a><br /> 
    34 </td></tr> 
     32<dt id="help"><?php __("Online help"); ?></dt> 
     33<dd><a href="http://doc.alternc.org/user/" target="help"><?php __("Online help"); ?></a></dd> 
  • alternc/trunk/bureau/admin/menu_brouteur.php

    r101 r2104  
    3131/* ############# BROUTEUR ############# */ 
    3232?> 
    33 <tr><td nowrap="nowrap"> 
    34 <a href="bro_main.php"><?php __("File browser"); ?></a><br /> 
    35 </td></tr> 
     33<dt id="browser"><?php __("File browser"); ?></dt> 
     34<dd><a href="bro_main.php"><?php __("File browser"); ?></a></dd> 
  • alternc/trunk/bureau/admin/menu_dom.php

    r101 r2104  
    3333if ($q["t"]>0) {  
    3434?> 
    35 <tr><td nowrap="nowrap"> 
    36 <?php __("Domains"); ?><br /> 
     35<dt><?php __("Domains"); ?></dt> 
    3736        <?php if ($quota->cancreate("dom")) { ?> 
    38         - <a href="dom_add.php"><?php __("Add a domain"); ?></a><br /
     37        <dd class="action"><a href="dom_add.php"><?php __("Add a domain"); ?></a></dd
    3938        <?php } 
    4039        /* Enumeration des domaines : */ 
     
    4342        while (list($key,$val)=each($domain)) { 
    4443        ?> 
    45         - <a href="dom_edit.php?domain=<?php echo urlencode($val) ?>"><?php echo $val ?></a><br /
     44        <dd class="element"><a href="dom_edit.php?domain=<?php echo urlencode($val) ?>"><?php echo $val ?></a></dd
    4645<?php    }    ?> 
    47 </td></tr
     46</dd></dt
    4847<?php   }   ?> 
  • alternc/trunk/bureau/admin/menu_ftp.php

    r101 r2104  
    3333if ($q["t"]>0) {  
    3434?> 
    35 <tr><td nowrap="nowrap"> 
    36 <a href="ftp_list.php"><?php __("FTP accounts"); ?></a><br /> 
    37 </td></tr> 
     35<dt id="ftp"><?php __("FTP accounts"); ?></dt> 
     36<dd><a href="ftp_list.php"><?php __("FTP accounts"); ?></a></dd> 
    3837<?php    }    ?> 
  • alternc/trunk/bureau/admin/menu_mem.php

    r101 r2104  
    2929*/ 
    3030?> 
    31 <tr><td nowrap="nowrap"
    32 <a href="mem_param.php"><?php __("Settings"); ?></a><br /
    33 <a href="mem_logout.php" target="_parent"><?php __("Logout"); ?></a><br /
    34 </td></tr
     31<dt id="settings"><?php __("Settings"); ?></dt
     32<dd><a href="mem_param.php"><?php __("Settings"); ?></a></dd
     33<dt id="logout"><?php __("Logout"); ?></dt
     34<dd><a href="mem_logout.php" target="_parent"><?php __("Logout"); ?></a></dd
  • alternc/trunk/bureau/admin/menu_quota.php

    r101 r2104  
    2929*/ 
    3030?> 
    31 <tr><td nowrap="nowrap"> 
    32 <a href="quota_show.php"><?php __("Show my quotas"); ?></a><br /> 
    33 </td></tr> 
     31<dt id="quota"><?php __("Show my quotas"); ?></dt> 
     32<dd><a href="quota_show.php"><?php __("Show my quotas"); ?></a></dd> 
  • alternc/trunk/bureau/admin/menu_sql.php

    r1531 r2104  
    3131if ($r["t"]) { 
    3232?> 
    33 <tr><td nowrap="nowrap"> 
    34 MySQL<br /> 
    35         - <a href="sql_users_list.php"><?php __("MySQL Users") ?></a><br /> 
    36         - <a href="sql_list.php"><?php __("Databases"); ?></a><br /> 
    37         - <a target="_blank" href="sql_admin.php"><?php __("SQL Admin"); ?></a><br /> 
    38 </td></tr> 
     33<dt id="mysql">MySQL</dt> 
     34<dd><a href="sql_users_list.php"><?php __("MySQL Users") ?></a></dd> 
     35<dd><a href="sql_list.php"><?php __("Databases"); ?></a></dd> 
     36<dd><a target="_blank" href="sql_admin.php"><?php __("SQL Admin"); ?></a></dd> 
    3937<?php 
    4038        } 
  • alternc/trunk/bureau/admin/menu_sta2.php

    r266 r2104  
    3434if ($q["t"]>0 && $r["u"]>0) { 
    3535?> 
    36 <tr><td nowrap="nowrap"> 
    37 <a href="sta2_list.php"><?php __("Raw web statistics"); ?></a><br /> 
    38 </td></tr> 
     36<dt id="stats"><?php __("Raw web statistics"); ?></dt> 
     37<dd><a href="sta2_list.php"><?php __("Raw web statistics"); ?></a></dd> 
    3938<?php    }    ?> 
  • alternc/trunk/bureau/admin/menu_web.php

    r101 r2104  
    3131/* ############# WEB ACCESS ############# */ 
    3232?> 
    33 <tr><td nowrap="nowrap"> 
    34 <a href="hta_list.php"><?php __("Protected folders"); ?></a><br /> 
    35 </td></tr> 
     33<dt id="web-access"><?php __("Protected folders"); ?></dt> 
     34<dd><a href="hta_list.php"><?php __("Protected folders"); ?></a></dd> 
  • alternc/trunk/bureau/head.php

    r99 r2104  
    4141<meta name="keywords" content="Hébergement, Logiciel d'hébergement, Altern, Lautre Net, GPL, Développement" /> 
    4242 
    43 <link rel="stylesheet" href="/style.css" type="text/css" /> 
     43<link rel="stylesheet" href="/admin/styles/base.css" type="text/css" /> 
    4444<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
  • alternc/trunk/debian/changelog

    r2044 r2104  
     1alternc (0.9.7+dev) stable; urgency=low UNRELEASED 
     2 
     3  * standardisation of the web interface, along with some esthetic changes, by 
     4    Marc Angles, sponsored by Koumbit 
     5  * styles can now be changed locally in admin/styles/base.css 
     6 
     7 -- Antoine Beaupré <anarcat@koumbit.org>  Thu, 10 Apr 2008 13:56:22 -0400 
     8 
    19alternc (0.9.7) stable; urgency=low 
    210