Changeset 141


Ignore:
Timestamp:
12/18/10 20:40:17 (13 years ago)
Author:
grenoya
Message:

-add Id keyword to index.html and index.tt
-modification of home page presentation

Location:
server/trunk/web/root
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/root/static/sophie.css

    r132 r141  
    3333#sophie_site_path { 
    3434    font-size: 0.7em; 
     35} 
     36 
     37/* body_home : Id for home part of index.html */ 
     38div#body_home { 
     39    float:left; 
     40    font-size: 1.2em; 
     41    padding: 0.5em; 
     42    width: 45%; 
     43    overflow: hidden; 
    3544} 
    3645 
     
    7988 
    8089div.sophie_package_list { 
     90    float:right; 
     91    border: none; 
     92    width: 50%; 
     93    padding-left: 0.5em; 
     94    padding-top: 0.2em; 
    8195    background: #f3f47a; 
    8296    margin-top: 2em; 
     
    8599.sophie_help h2 { 
    86100    font-size: 1.2em; 
     101/*    margin-top: 5em;*/ 
    87102    background-color: #EFF3F7; 
    88103} 
  • server/trunk/web/root/templates/html/index.html

    r82 r141  
    1 <!-- $Id --> 
     1<!-- $Id$ --> 
    22 
    33[% INCLUDE 'index.tt' %] 
  • server/trunk/web/root/templates/html/index.tt

    r103 r141  
    1 <!-- $Id --> 
     1<!-- $Id$ --> 
    22[% USE 'GuessEncode' %] 
    33[% USE 'ObfuscateMail' %] 
     4 
     5<div id="body_home"> 
     6<p>Bonjour à tous ! <br /> 
     7Tant que Nanar, mon misogyne de pÚre indigne, n'écrira rien pour vous accueillir correctement ici, <br /> 
     8je vais pouvoir ragoter sur lui sans limites :) <br /> 
     9Naviguez bien et à bientÃŽt ;) </p> 
     10</div> 
    411 
    512[% FOREACH package = xmlrpc %] 
Note: See TracChangeset for help on using the changeset viewer.