Changeset 843
- Timestamp:
- 02/26/06 00:12:55 (7 years ago)
- Location:
- branches/leejay-newlook/bureau
- Files:
-
- 5 added
- 4 edited
-
images/icons/actions (added)
-
images/icons/actions/aider.png (added)
-
images/icons/actions/ajouter.png (added)
-
images/icons/actions/lister.png (added)
-
styles/styles.css (modified) (5 diffs)
-
user/gestiondomaine.php (added)
-
user/home.php (modified) (1 diff)
-
user/includes/footer.inc.php (modified) (1 diff)
-
user/includes/header.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/leejay-newlook/bureau/styles/styles.css
r841 r843 20 20 div#domaine { 21 21 padding : 5px; 22 background-color : # ffa500;22 background-color : #ba7800; 23 23 border : 1px solid #000; 24 24 -moz-border-radius-topleft : 10px; /* Pour mozilla */ … … 82 82 83 83 div#menu a:hover { 84 color : #999;85 84 text-decoration : none; 86 85 } … … 137 136 div.menu-actions { 138 137 text-align : right; 138 border-bottom : 1px solid #999; 139 139 } 140 140 … … 193 193 194 194 .menu-act { 195 background-color : # ffa500;195 background-color : #ba7800; 196 196 border : 1px solid #000; 197 197 border-right : none; … … 210 210 font-weight : bold; 211 211 } 212 213 .menu-dact { 214 color : #999; 215 } 212 216 /***********************************************/ -
branches/leejay-newlook/bureau/user/home.php
r841 r843 3 3 ?> 4 4 <h3 class="titre">Page d'accueil</h3> 5 <p>Bienvenue sur votre compte alternc.</p> 6 <h3 class="titre">Résumé de votre compte</h3> 7 <ul> 8 <li><strong>Quota web :</strong> 100%</li> 9 <li><strong>Nombre de compte pop restant :</strong> 50/200</li> 10 </ul> 5 11 <?php 6 12 require_once "includes/footer.inc.php"; -
branches/leejay-newlook/bureau/user/includes/footer.inc.php
r841 r843 6 6 </div> <!-- fin de #contenu --> 7 7 <div id="bottom"> 8 Alternc 8 Alternc (branches newlook) 9 9 </div> 10 10 </div> <!-- fin de #page --> -
branches/leejay-newlook/bureau/user/includes/header.inc.php
r841 r843 16 16 <tr> 17 17 <td> 18 <a href="home "><img src="../images/alternc.png" alt="Logo" /></a>18 <a href="home.php"><img src="../images/alternc.png" alt="Logo" /></a> 19 19 </td> 20 20 </tr> … … 52 52 </ul> 53 53 <ul> 54 <li><a href=" #">Configuration DNS</a></li>55 <li ><a href="#">Vhosts et redirections</a></li>56 <li ><a href="#">Comptes FTP et WebDAV</a></li>54 <li><a href="gestiondomaine.php">Configuration DNS</a></li> 55 <li class="menu-act"><a href="#">Vhosts et redirections</a></li> 56 <li class="menu-dact">Comptes FTP et WebDAV</li> 57 57 <li><a href="#">Comptes e-mail</a></li> 58 58 <li><a href="#">Listes de diffusion</a></li>
Note: See TracChangeset
for help on using the changeset viewer.
