Changeset 2104
- Timestamp:
- 04/10/08 20:05:51 (1 month ago)
- Files:
-
- alternc/trunk/bureau/admin/adm_login.php (modified) (1 diff)
- alternc/trunk/bureau/admin/adm_panel.php (modified) (2 diffs)
- alternc/trunk/bureau/admin/aide/help.php (modified) (2 diffs)
- alternc/trunk/bureau/admin/bro_main.php (modified) (2 diffs)
- alternc/trunk/bureau/admin/browseforfolder.php (modified) (2 diffs)
- alternc/trunk/bureau/admin/direct.php (modified) (1 diff)
- alternc/trunk/bureau/admin/dom_add.php (modified) (1 diff)
- alternc/trunk/bureau/admin/ftp_add.php (modified) (2 diffs)
- alternc/trunk/bureau/admin/ftp_list.php (modified) (2 diffs)
- alternc/trunk/bureau/admin/head.php (modified) (1 diff)
- alternc/trunk/bureau/admin/hta_add.php (modified) (1 diff)
- alternc/trunk/bureau/admin/index.php (modified) (1 diff)
- alternc/trunk/bureau/admin/login.php (modified) (1 diff)
- alternc/trunk/bureau/admin/main.php (modified) (2 diffs)
- alternc/trunk/bureau/admin/mem_logout.php (modified) (1 diff)
- alternc/trunk/bureau/admin/mem_param.php (modified) (2 diffs)
- alternc/trunk/bureau/admin/menu.php (modified) (2 diffs)
- alternc/trunk/bureau/admin/menu_adm.php (modified) (1 diff)
- alternc/trunk/bureau/admin/menu_aide.php (modified) (1 diff)
- alternc/trunk/bureau/admin/menu_brouteur.php (modified) (1 diff)
- alternc/trunk/bureau/admin/menu_dom.php (modified) (2 diffs)
- alternc/trunk/bureau/admin/menu_ftp.php (modified) (1 diff)
- alternc/trunk/bureau/admin/menu_mem.php (modified) (1 diff)
- alternc/trunk/bureau/admin/menu_quota.php (modified) (1 diff)
- alternc/trunk/bureau/admin/menu_sql.php (modified) (1 diff)
- alternc/trunk/bureau/admin/menu_sta2.php (modified) (1 diff)
- alternc/trunk/bureau/admin/menu_web.php (modified) (1 diff)
- alternc/trunk/bureau/admin/styles/base.css (added)
- alternc/trunk/bureau/admin/styles/style.css (deleted)
- alternc/trunk/bureau/head.php (modified) (1 diff)
- alternc/trunk/bureau/style.css (deleted)
- alternc/trunk/debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/admin/adm_login.php
r994 r2104 57 57 <head> 58 58 <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" /> 60 61 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 61 62 </head> alternc/trunk/bureau/admin/adm_panel.php
r1823 r2104 45 45 } 46 46 ?> 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> 58 57 <?php 59 58 … … 74 73 closedir($d); 75 74 ?> 76 77 </table> 78 </blockquote> 75 </ul> 79 76 </body> 80 77 </html> alternc/trunk/bureau/admin/aide/help.php
r474 r2104 43 43 <head> 44 44 <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"> 46 46 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 47 47 </head> … … 55 55 </noframes> 56 56 </html> 57 ames58 </noframes>59 </html>60 alternc/trunk/bureau/admin/bro_main.php
r2102 r2104 130 130 <body> 131 131 132 <table border="0" width="100%" cellspacing="0"> 133 <tr><td> 134 132 <div id="browser"> 133 <h3><?php __("File browser"); ?></h3> 135 134 <hr /> 136 135 <table width="100%"><tr><td valign="top"> … … 139 138 <?php if ($error) echo "<font color=\"red\">$error</font>"; ?> 140 139 </td><td valign="top" align="right"> 141 <h3><?php __("File browser"); ?></h3>142 140 143 141 <form action="bro_main.php" method="post" name="nn" id="nn"> 144 142 <input type="hidden" name="R" value="<?php echo $R; ?>" /> 145 <table ><tr>143 <table id="add-file"><tr> 146 144 <td><input type="text" class="int" name="nomfich" size="22" maxlength="255" /></td> 147 145 <td><input type="submit" class="inb" value="<?php __("Create"); ?>" /></td> alternc/trunk/bureau/admin/browseforfolder.php
r517 r2104 83 83 <head> 84 84 <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" /> 86 87 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 87 88 … … 101 102 <head> 102 103 <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" /> 104 106 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 105 107 <script type="text/javascript"> alternc/trunk/bureau/admin/direct.php
r102 r2104 42 42 <head> 43 43 <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" /> 45 46 </head> 46 47 <frameset cols="225px,*"> alternc/trunk/bureau/admin/dom_add.php
r109 r2104 46 46 ?> 47 47 <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> 51 58 </table> 52 59 <p> alternc/trunk/bureau/admin/ftp_add.php
r798 r2104 49 49 ?> 50 50 <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> 52 53 <tr><th><input type="hidden" name="id" value="<?php echo $id ?>" /> 53 54 <label for="login"><?php __("Username"); ?></label></th><td> … … 64 65 </td></tr> 65 66 <tr><td colspan="2"><input type="submit" class="inb" name="submit" value="<?php __("Create this new FTP account."); ?>" /></td></tr> 66 </t able>67 </tbody></table> 67 68 </form> 68 69 <?php $mem->show_help("ftp_add"); ?> alternc/trunk/bureau/admin/ftp_list.php
r1004 r2104 57 57 <?php } ?> 58 58 <form method="post" action="ftp_del.php"> 59 <table cellspacing="0" cellpadding="4"> 60 <tr><th colspan="2"> </th><th><?php __("Username"); ?></th><th><?php __("Folder"); ?></th></tr> 59 61 60 <?php 62 61 reset($r); … … 66 65 $col=3-$col; 67 66 ?> 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 74 74 <?php 75 75 } 76 76 ?> 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> 79 78 </form> 80 79 81 80 <?php if ($quota->cancreate("ftp")) { ?> 82 <p >81 <p class="add"> 83 82 <a href="ftp_add.php"><?php __("Create a new ftp account"); ?></a> 84 83 </p> 85 84 <?php } 86 87 85 $mem->show_help("ftp_list"); 88 86 ?> alternc/trunk/bureau/admin/head.php
r641 r2104 33 33 <head> 34 34 <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" /> 36 37 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 37 38 <script type="text/javascript" language="javascript" src="/admin/js/alternc.js"> alternc/trunk/bureau/admin/hta_add.php
r109 r2104 57 57 </script></td> 58 58 </tr> 59 <tr><td c olspan="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> 60 60 </table> 61 61 </form> alternc/trunk/bureau/admin/index.php
r2057 r2104 42 42 <head> 43 43 <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" /> 45 46 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 46 47 </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();"> 49 49 <?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"> 51 54 <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> 58 84 </table> 85 </form> 59 86 </div> 60 </form>61 <p> </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 <?php68 foreach($locales as $l) {69 ?>70 <a href="?setlang=<?php echo $l; ?>"><?php __($l); ?></a> 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>78 87 </body> 79 88 </html> alternc/trunk/bureau/admin/login.php
r101 r2104 41 41 <head> 42 42 <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" /> 44 45 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 45 46 </head> 46 <frameset cols="225px,*">47 <frameset frameborder="0" cols="225px,*"> 47 48 <frame src="menu.php" name="left" /> 48 49 <frame src="main.php" name="right" /> alternc/trunk/bureau/admin/main.php
r2103 r2104 34 34 </head> 35 35 <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 37 40 // Show last login information : 38 41 __("Last Login: "); … … 88 91 } 89 92 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 99 96 </body> 100 97 </html> alternc/trunk/bureau/admin/mem_logout.php
r135 r2104 37 37 <head> 38 38 <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" /> 40 41 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 41 42 </head> alternc/trunk/bureau/admin/mem_param.php
r366 r2104 39 39 ?> 40 40 </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> 43 43 <?php 44 44 if ($error) { … … 48 48 ?> 49 49 <hr /> 50 <p>51 <?php __("Password change"); ?> : <br />52 <?php53 50 54 if (!$mem->user["canpass"]) {55 __("You cannot change your password");56 echo "</p>";57 58 } else {59 60 __("help_chg_passwd"); ?>61 </p>62 51 <form method="post" action="mem_passwd.php"> 63 52 <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> 64 63 <tr><th><?php __("Old password"); ?></th><td><input type="password" class="int" name="oldpass" value="<?php echo $oldpass; ?>" size="20" maxlength="128" /></td></tr> 65 64 <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> 66 65 <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> 68 67 </table> 69 68 </form> 70 <p> </p>71 69 <?php } ?> 72 <hr />73 70 <form method="post" action="mem_chgmail.php"> 74 71 <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> 77 74 <tr><th><?php __("Current mailbox"); ?></th><td><big><code><?php echo $mem->user["mail"]; ?></code></big></td></tr> 78 75 <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> 80 77 </table> 81 78 </form> 82 <p> </p>83 <hr />84 79 <form method="post" action="mem_param.php"> 85 80 <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> 88 83 <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> 90 85 </table> 91 86 </form> 92 <p> </p> 87 93 88 <?php 94 89 if ($mem->user["su"]) { 95 90 ?> 96 <hr />97 <p>98 <?php __("Admin preferences"); ?> :99 </p>100 91 <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> 108 100 </form> 109 <p> </p>110 101 <?php } ?> 111 102 <hr /> alternc/trunk/bureau/admin/menu.php
r2058 r2104 34 34 <base target="right" /> 35 35 </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> 37 40 <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> 41 44 <?php 42 45 $MENUPATH="/var/alternc/bureau/admin/"; … … 52 55 53 56 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>59 57 </body> 60 58 </html> alternc/trunk/bureau/admin/menu_adm.php
r847 r2104 36 36 { ?> 37 37 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> 44 42 <?php 45 43 } alternc/trunk/bureau/admin/menu_aide.php
r222 r2104 30 30 ?> 31 31 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 31 31 /* ############# BROUTEUR ############# */ 32 32 ?> 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 33 33 if ($q["t"]>0) { 34 34 ?> 35 <tr><td nowrap="nowrap"> 36 <?php __("Domains"); ?><br /> 35 <dt><?php __("Domains"); ?></dt> 37 36 <?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> 39 38 <?php } 40 39 /* Enumeration des domaines : */ … … 43 42 while (list($key,$val)=each($domain)) { 44 43 ?> 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> 46 45 <?php } ?> 47 </ td></tr>46 </dd></dt> 48 47 <?php } ?> alternc/trunk/bureau/admin/menu_ftp.php
r101 r2104 33 33 if ($q["t"]>0) { 34 34 ?> 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> 38 37 <?php } ?> alternc/trunk/bureau/admin/menu_mem.php
r101 r2104 29 29 */ 30 30 ?> 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 29 29 */ 30 30 ?> 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 31 31 if ($r["t"]) { 32 32 ?> 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> 39 37 <?php 40 38 } alternc/trunk/bureau/admin/menu_sta2.php
r266 r2104 34 34 if ($q["t"]>0 && $r["u"]>0) { 35 35 ?> 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> 39 38 <?php } ?> alternc/trunk/bureau/admin/menu_web.php
r101 r2104 31 31 /* ############# WEB ACCESS ############# */ 32 32 ?> 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 41 41 <meta name="keywords" content="Hébergement, Logiciel d'hébergement, Altern, Lautre Net, GPL, Développement" /> 42 42 43 <link rel="stylesheet" href="/ style.css" type="text/css" />43 <link rel="stylesheet" href="/admin/styles/base.css" type="text/css" /> 44 44 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> alternc/trunk/debian/changelog
r2044 r2104 1 alternc (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 1 9 alternc (0.9.7) stable; urgency=low 2 10
