Changeset 993

Show
Ignore:
Timestamp:
04/21/08 23:14:24 (5 months ago)
Author:
gleu
Message:

Évidemment, je n'ai pas utilisé le bon index.html... corrigé, avec quelques oublis réparés.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • traduc/trunk/www/css/style.css

    r992 r993  
    22 * Création originale de Sébastien LardiÚre 
    33 * modification de Christophe Chauvet 
     4 * derniÚres modifications de Guillaume Lelarge 
    45 */ 
    56 
    67body { 
    7      margin: 0; /* pour éviter les marges */ 
    8      text-align: center; /* pour corriger le bug de centrage IE */ 
     8     margin: 0; 
    99} 
    1010 
     11h1 { 
     12  font-size: 16px; 
     13  color: white; 
     14  background : url("../img/centre.png") repeat-x; 
     15  padding : 2px 4px; 
     16  -moz-border-radius: 10px; 
     17} 
     18 
     19div, li { 
     20  font-size: 12px; 
     21} 
     22 
     23div#docs div#basdepage { 
     24    background-color : rgb(0, 155, 206); 
     25    border : 1px solid rgb(0, 139, 185); 
     26    border-bottom : none; 
     27    -moz-border-radius: 10px; 
     28} 
    1129div#content { 
    1230  margin-left: auto; 
     
    1533    min-width : 800px; 
    1634} 
    17 h1 { 
    18     font-size : 1.8em; 
    19 
    20 h2 { 
    21     font-size : 1.2em; 
    22 
    23 a { 
    24     text-decoration : none; 
    25     font-weight : bolder; 
    26     color : rgb(0, 155, 206); 
    27 
    28 a:hover { 
    29     text-decoration : underline; 
    30 
    31 ul li { 
     35li { 
    3236    list-style : url("../img/fl_droite_nb.png"); 
    3337} 
     
    5660    height : 80px; 
    5761} 
    58 div#docs { 
    59     clear : both; 
    60     padding : 1em 0 1em 0; 
    61     /*text-align : left ;*/  
    62 } 
    63 div#docs div { 
    64     background-color : rgb(0, 155, 206); 
    65     border : 1px solid rgb(0, 139, 185); 
    66     border-bottom : none; 
    67     -moz-border-radius: 10px; 
    68 } 
    69 div#docs div div.listes { 
    70     background-color: rgb(240, 240, 240); 
    71     border : none; 
    72     border-bottom : 1px solid rgb(0, 139, 185); 
    73     padding : 1em 0 1em 0; 
    74     margin : 0 0 0 0; 
    75     text-align : left ; 
    76     -moz-border-radius: 0px; 
    77     -moz-border-radius-bottomleft: 10px; 
    78     -moz-border-radius-bottomright: 10px; 
    79  
    80 } 
    81 div#docs div h1, div#docs div h2 { 
    82     margin : 1%; 
    83     color : rgb(250,250,250); 
    84     background-color : rgb(0, 155, 206); 
    85     text-align : left ; 
    86     font-family : 'Arial', sans-serif; 
    87 } 
    88 div#pg82,div#pg81 { 
    89     margin : 1em; 
    90     width : 45%; 
    91 } 
    92 div#pg82 { 
    93     float: left; 
    94     margin-left : 10px; 
    95 } 
    96 div#pg81 { 
    97     float: right; 
    98     margin-right : 10px; 
    99 } 
    100 div#pg80, div#pg74 { 
    101     margin : 1em; 
    102     width : 45%; 
    103 } 
    104 div#pg80 { 
    105     float: left; 
    106     margin-left : 10px; 
    107 } 
    108 div#pg74 { 
    109     float: right; 
    110     margin-right : 10px; 
    111 } 
    11262div#basdepage { 
    11363    clear : both; 
     
    12272} 
    12373 
    124 /* Surcharge du div pg82 */  
    12574  
    126 div#docs div#pg82 h1 { 
    127      color : #EFEFEF; /* #C8C8FF ; */ 
    128      background-color : #9B9B9B; /* #1919B3 ; */ 
    129 } 
    130   
    131 div#docs div#pg82 { 
    132     background-color : #9B9B9B; /* #1919B3 ; */ 
    133     border : 1px solid #6A6A6A; /* #12127D ; */ 
    134     border-bottom : none; 
    135     -moz-border-radius: 10px; 
    136 } 
    137   
    138   
    139 div#docs div#pg82 div.listes { 
    140     background-color : #EFEFEF; 
    141     border-bottom : 1px solid #6A6A6A; /* #12127D  ; */ 
    142     height: 240px; 
    143 } 
    144  
    145 /* Surcharge du div pg81 */  
    146   
    147 div#docs div#pg81 h1 { 
    148      color : #EFEFEF; /* #C8C8FF ; */ 
    149      background-color : #9B9B9B; /* #1919B3 ; */ 
    150 } 
    151   
    152 div#docs div#pg81 { 
    153     background-color : #9B9B9B; /* #1919B3 ; */ 
    154     border : 1px solid #6A6A6A; /* #12127D ; */ 
    155     border-bottom : none; 
    156     -moz-border-radius: 10px; 
    157 } 
    158   
    159   
    160 div#docs div#pg81 div.listes { 
    161     background-color : #EFEFEF; 
    162     border-bottom : 1px solid #6A6A6A; /* #12127D  ; */ 
    163     height: 240px; 
    164 } 
    165  
    166 /* Surcharge du div pg80 */  
    167  
    168 div#docs div#pg80 h2 { 
    169      color : #EFEFEF; /* #C8C8FF ; */ 
    170      background-color : #9B9B9B; /* #1919B3 ; */ 
    171 } 
    172   
    173 div#docs div#pg80 { 
    174     background-color : #9B9B9B; /* #1919B3 ; */ 
    175     border : 1px solid #6A6A6A; /* #12127D ; */ 
    176     border-bottom : none; 
    177     -moz-border-radius: 10px; 
    178 } 
    179   
    180 div#docs div#pg80 div.listes { 
    181     background-color : #EFEFEF; 
    182     border-bottom : 1px solid #6A6A6A; /* #B9B9B9; */ 
    183 } 
    184  
    185 /* Surcharge du div pg74 */  
    186   
    187 div#docs div#pg74 h2 { 
    188      color : #EFEFEF; /* #C8C8FF ; */ 
    189      background-color : #9B9B9B; /* #1919B3 ; */ 
    190 } 
    191   
    192 div#docs div#pg74 { 
    193     background-color : #9B9B9B;  
    194     border : 1px solid #6A6A6A;  
    195     border-bottom : none; 
    196     -moz-border-radius: 10px; 
    197 } 
    198   
    199 div#docs div#pg74 div.listes { 
    200     background-color : #EFEFEF; 
    201     border-bottom : 1px solid #6A6A6A;  
    202 }  
    203   
  • traduc/trunk/www/index.html

    r992 r993  
    22<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    33<html xmlns="http://www.w3.org/1999/xhtml"> 
    4        <head> 
    5                <title>Documentation PostgreSQL en français</title> 
    6                <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 
    7                <link rel="shortcut icon" href="/favicon.ico" /> 
    8                <link rel="stylesheet" href="css/style.css" type="text/css" title="Test" /> 
    9                <!-- 
    10                <link rel="search" type="application/opensearchdescription+xml" title="PgFr Docs 8.1.X" href="http://docs.postgresqlfr.org/addon/pgfr-docs81-ff.osd" /> 
    11                --> 
    12                <script type="text/javascript"> 
    13                <!-- 
    14                function errorMsg() 
    15                
    16                  alert("Netscape 6 or Mozilla is needed to install a sherlock plugin"); 
    17                
     4  <head> 
     5    <title>Documentation PostgreSQL en français</title> 
     6    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 
     7    <link rel="shortcut icon" href="/favicon.ico" /> 
     8    <link rel="stylesheet" href="css/style.css" type="text/css" title="Test" /> 
     9    <!-- 
     10    <link rel="search" type="application/opensearchdescription+xml" title="PgFr Docs 8.1.X" href="http://docs.postgresqlfr.org/addon/pgfr-docs81-ff.osd" /> 
     11    --> 
     12    <script type="text/javascript"> 
     13    <!-- 
     14    function errorMsg() 
     15   
     16      alert("Netscape 6 or Mozilla is needed to install a sherlock plugin"); 
     17   
    1818 
    19                 function addEngine(name,ext,cat,type) 
    20                 { 
    21                   if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function")) { 
    22                     window.sidebar.addSearchEngine( 
    23                       "http://docs.postgresqlfr.org/addon/"+name+".src", 
    24                       "http://docs.postgresqlfr.org/addon/"+name+"."+ext, 
    25                       name, 
    26                       cat ); 
    27                   } else { 
    28                     errorMsg(); 
    29                   } 
    30                 } 
    31                 //--> 
    32                 </script>                
    33         </head> 
    34         <body> 
    35         <div id="content"> 
    36                 <a id="bandeau" href="http://www.postgresqlfr.org/"> 
    37                         <img src="img/gauche.png" id="gauche" alt="PostgreSQL" /> 
    38                         <img src="img/droite.png" id="droite" alt="PostgreSQL" /> 
    39                 </a> 
    40 <form method="post" action="search.php"> 
    41   <div> 
    42   <input type='hidden' id='v' name='v' value='80301' /> 
    43   <input id="q" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value=='Rechercher' ) this.value='';" value="Rechercher" accesskey="s" /><input id="submit" name="submit" type="submit" value="Rechercher" /> 
     19    function addEngine(name,ext,cat,type) 
     20    { 
     21      if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function")) { 
     22        window.sidebar.addSearchEngine( 
     23          "http://docs.postgresqlfr.org/addon/"+name+".src", 
     24          "http://docs.postgresqlfr.org/addon/"+name+"."+ext, 
     25          name, 
     26          cat ); 
     27      } else { 
     28        errorMsg(); 
     29      } 
     30    } 
     31    //--> 
     32    </script>     
     33  </head> 
     34  <body> 
     35  <div id="content"> 
     36    <a id="bandeau" href="http://www.postgresqlfr.org/"> 
     37      <img src="img/gauche.png" id="gauche" alt="PostgreSQL" /> 
     38      <img src="img/droite.png" id="droite" alt="PostgreSQL" /> 
     39    </a> 
     40    <div id="docs"> 
     41    Pour rapporter tout probl&egrave;me dans la traduction, merci d'enregistrer 
     42    un ticket. Pour cela, consulter le document 
     43    <a href="http://svn.postgresqlfr.org/wiki/SeLogguerPourUnTicket">Se 
     44    connecter pour ajouter un nouveau ticket</a>.<br/> 
     45    Vous pouvez aussi envoyer un mail &agrave; <a href="mailto:guillaume chez 
     46    lelarge point info">Guillaume Lelarge</a>. 
     47    <div id="pg83"> 
     48      <h1>Documentation PostgreSQL, version 8.3.x</h1> 
     49      <div class="listes"> 
     50        <ul> 
     51            <li>Manuel au format HTML&nbsp;: 
     52                <a href="http://docs.postgresqlfr.org/8.3/">Consultation en 
     53                ligne</a>, 
     54                téléchargement en 
     55                <a href="http://docs.postgresqlfr.org/8.3/pg831.zip">ZIP</a> ou 
     56                <a 
     57                href="http://docs.postgresqlfr.org/8.3/pg831.tar.gz">TAR.GZ</a> 
     58            </li> 
     59            <li>Manuel au format <a 
     60              href="http://docs.postgresqlfr.org/8.3/pg830.chm">CHM</a> 
     61              (système d'aide Windows) 
     62            </li> 
     63            <li>Manuel au format <a 
     64              href="http://docs.postgresqlfr.org/pg83.pdf">PDF</a> 
     65            </li> 
     66            <li>Document d'installation au format <a 
     67              href="http://docs.postgresqlfr.org/8.3/INSTALL.html">HTML</a> et 
     68              <a 
     69              href="http://docs.postgresqlfr.org/8.3/INSTALL.txt">texte</a> 
     70            </li> 
     71            <li><a 
     72              href="http://docs.postgresqlfr.org/8.3/pg831.man.tar.gz">Pages 
     73              man</a></li> 
     74            <li><a 
     75              href="javascript:addEngine('pgfr-docs83','png','Computer',0)"> 
     76              Plugin de recherche</a> pour Firefox et Mozilla</li> 
     77        </ul> 
     78      </div> 
     79    </div> 
     80    <div id="pg82"> 
     81      <h1>Documentation PostgreSQL, version 8.2.x</h1> 
     82      <div class="listes"> 
     83        <ul> 
     84            <li>Manuel au format HTML&nbsp;: 
     85                <a href="http://docs.postgresqlfr.org/8.2/">Consultation en 
     86                ligne</a>, 
     87                téléchargement en 
     88                <a href="http://docs.postgresqlfr.org/8.2/pg827.zip">ZIP</a> ou 
     89                <a 
     90                href="http://docs.postgresqlfr.org/8.2/pg827.tar.gz">TAR.GZ</a> 
     91            </li> 
     92            <li>Manuel au format <a 
     93              href="http://docs.postgresqlfr.org/8.2/pg827.chm">CHM</a> 
     94              (système d'aide Windows) 
     95            </li> 
     96            <li>Manuel au format <a 
     97              href="http://docs.postgresqlfr.org/pg82.pdf">PDF</a> 
     98            </li> 
     99            <li>Document d'installation au format <a 
     100              href="http://docs.postgresqlfr.org/8.2/INSTALL.html">HTML</a> et 
     101              <a 
     102              href="http://docs.postgresqlfr.org/8.2/INSTALL.txt">texte</a> 
     103            </li> 
     104            <li><a 
     105              href="http://docs.postgresqlfr.org/8.2/pg827.man.tar.gz">Pages 
     106              man</a></li> 
     107            <li><a 
     108              href="javascript:addEngine('pgfr-docs82','png','Computer',0)"> 
     109              Plugin de recherche</a> pour Firefox et Mozilla</li> 
     110        </ul> 
     111      </div> 
     112    </div> 
     113    <div id="pg81"> 
     114      <h1>Documentation PostgreSQL, version 8.1.x</h1> 
     115      <div class="listes"> 
     116        <ul> 
     117            <li>Manuel au format HTML&nbsp;: 
     118                <a href="http://docs.postgresqlfr.org/8.1/">Consultation en 
     119                ligne</a>, 
     120                téléchargement en 
     121                <a href="http://docs.postgresqlfr.org/8.1/pg8111.zip">ZIP</a> ou 
     122                <a 
     123                href="http://docs.postgresqlfr.org/8.1/pg8111.tar.gz">TAR.GZ</a> 
     124            </li> 
     125            <li>Manuel au format <a 
     126                href="http://docs.postgresqlfr.org/8.1/pg8111.chm">CHM</a> 
     127              (système d'aide Windows) 
     128            </li> 
     129            <li>Manuel au format <a 
     130              href="http://docs.postgresqlfr.org/pg81.pdf">PDF</a> 
     131            </li> 
     132            <li>Document d'installation au format <a 
     133              href="http://docs.postgresqlfr.org/8.1/INSTALL.html">HTML</a> et 
     134              <a 
     135              href="http://docs.postgresqlfr.org/8.1/INSTALL.txt">texte</a> 
     136            </li> 
     137            <li><a 
     138              href="http://docs.postgresqlfr.org/8.1/pg8111.man.tar.gz">Pages 
     139              man</a></li> 
     140            <li><a 
     141              href="http://docs.postgresqlfr.org/annotated_postgresql_conf_81.html">Fichier 
     142              postgresql.conf annoté</a> 
     143            </li> 
     144            <li><a 
     145              href="javascript:addEngine('pgfr-docs81','png','Computer',0)"> 
     146              Plugin de recherche</a> pour Firefox et Mozilla</li> 
     147        </ul> 
     148      </div> 
     149    </div> 
     150    <div id="pg80"> 
     151      <h1>Documentation PostgreSQL, version 8.0.x</h1> 
     152      <div class="listes"> 
     153        <ul> 
     154            <li>Manuel au format HTML&nbsp;: 
     155                <a href="http://docs.postgresqlfr.org/8.0/">Consultation en 
     156                ligne</a> 
     157            </li> 
     158            <li>Manuel au format <a 
     159              href="http://docs.postgresqlfr.org/pg80.pdf">PDF</a> 
     160            </li> 
     161            <li><a 
     162              href="http://docs.postgresqlfr.org/annotated_postgresql_conf_80.html">Fichier 
     163              postgresql.conf annoté</a> 
     164            </li> 
     165            <li><a 
     166              href="javascript:addEngine('pgfr-docs80','png','Computer',0)"> 
     167              Plugin de recherche</a> pour Firefox et Mozilla</li> 
     168        </ul> 
     169      </div> 
     170    </div> 
     171    <div id="pg74"> 
     172      <h1>Documentation PostgreSQL, version 7.4.x</h1> 
     173      <div class="listes"> 
     174        <ul> 
     175            <li>Manuel au format HTML&nbsp;: 
     176                <a href="http://docs.postgresqlfr.org/7.4/">Consultation en 
     177                ligne</a> 
     178            </li> 
     179            <li>Manuel au format <a 
     180              href="http://docs.postgresqlfr.org/pg74.pdf">PDF</a> 
     181            </li> 
     182            <li><a 
     183              href="http://docs.postgresqlfr.org/annotated_postgresql_conf_74.html">Fichier 
     184              postgresql.conf annoté</a> 
     185            </li> 
     186            <li><a 
     187              href="javascript:addEngine('pgfr-docs74','png','Computer',0)"> 
     188              Plugin de recherche</a> pour Firefox et Mozilla 
     189            </li> 
     190        </ul> 
     191      </div> 
     192    </div> 
     193    <div id="basdepage" > 
     194      <a href="http://www.postgresqlfr.org/">Retour au site</a> 
     195      &nbsp;|&nbsp; 
     196      <a href="http://www.postgresqlfr.org/?q=forum">Forums Web</a> 
     197      &nbsp;|&nbsp; 
     198      <a href="http://www.freebsd.org/copyright/license.html">Documentations sous licence BSD</a> 
     199      &nbsp;|&nbsp; 
     200      <a href="http://www.mozilla-europe.org/fr/products/firefox/"><img border="0" alt="Get Firefox!" title="Get Firefox!" src="http://sfx-images.mozilla.org/affiliates/Buttons/80x15/white_1.gif"/></a> 
     201    </div> 
    44202  </div> 
    45 </form> 
    46                 <div id="docs"> 
    47                 <div id="pg82"> 
    48                         <h1>Documentation PostgreSQL, version 8.2.x</h1> 
    49                         <div class="listes"> 
    50                                 <ul> 
    51                                         <li>Consultation en <a href="http://docs.postgresqlfr.org/8.2/">ligne</a></li> 
    52                                         <li>Téléchargement au format <a href="http://docs.postgresqlfr.org/8.2/pg824.zip">ZIP</a> ou <a href="http://docs.postgresqlfr.org/8.2/pg824.tar.gz">TAR.GZ</a></li> 
    53                                         <li>Manuel au format &laquo;aide Windows&raquo; <a href="http://docs.postgresqlfr.org/chm/pg824.chm">CHM</a></li> 
    54                                         <li>Manuel au format <a href="http://docs.postgresqlfr.org/8.2/pg824.pdf">PDF</a></li> 
    55                                         <li><a href="javascript:addEngine('pgfr-docs82','png','Computer',0)">Plugin de recherche pour Firefox et Mozilla</a></li>                                        
    56                                 </ul> 
    57                                 <ul> 
    58                                         <li><a href="http://docs.postgresqlfr.org/8.2/INSTALL.html">Document d'installation (format HTML)</a></li> 
    59                                         <li><a href="http://docs.postgresqlfr.org/8.2/INSTALL.txt">Document d'installation (format TXT)</a></li> 
    60                                         <li><a href="http://docs.postgresqlfr.org/8.2/pg824.man.tar.gz">Pages man</a></li> 
    61                                 </ul> 
    62                         </div> 
    63                 </div> 
    64                 <div id="pg81"> 
    65                         <h1>Documentation PostgreSQL, version 8.1.x</h1> 
    66                         <div class="listes"> 
    67                                 <ul> 
    68                                         <li>Consultation en <a href="http://docs.postgresqlfr.org/8.1/">ligne</a></li> 
    69                                         <li>Téléchargement au format <a href="http://docs.postgresqlfr.org/8.1/pg819.zip">ZIP</a> ou <a href="http://docs.postgresqlfr.org/8.1/pg819.tar.gz">TAR.GZ</a></li> 
    70                                         <li>Manuel au format &laquo;aide Windows&raquo; <a href="http://docs.postgresqlfr.org/8.1/pg819.chm">CHM</a></li> 
    71                                         <li>Manuel au format <a href="http://docs.postgresqlfr.org/8.1/pg819.pdf">PDF</a></li> 
    72                                         <li><a href="javascript:addEngine('pgfr-docs81','png','Computer',0)">Plugin de recherche pour Firefox et Mozilla</a></li> 
    73                                 </ul> 
    74                                 <ul> 
    75                                         <li><a href="http://docs.postgresqlfr.org/8.1/INSTALL.html">Document d'installation (format HTML)</a></li> 
    76                                         <li><a href="http://docs.postgresqlfr.org/8.1/INSTALL.txt">Document d'installation (format TXT)</a></li> 
    77                                         <li><a href="http://docs.postgresqlfr.org/8.1/pg819.man.tar.gz">Pages man</a></li> 
    78                                         <li><a href="http://docs.postgresqlfr.org/annotated_postgresql_conf_81.html">Fichier postgresql.conf annoté</a></li> 
    79                                 </ul> 
    80                         </div> 
    81                 </div> 
    82                 <div id="pg80"> 
    83                         <h2>Version 8.0.x</h2> 
    84                         <div class="listes"> 
    85                                 <ul> 
    86                                         <li>Consultation en <a href="http://docs.postgresqlfr.org/8.0/">ligne</a></li> 
    87                                         <li>Manuel au format <a href="http://docs.postgresqlfr.org/8.0/pg8013.pdf">PDF</a></li> 
    88                                         <li><a href="javascript:addEngine('pgfr-docs80','png','Computer',0)">Plugin de recherche pour Firefox et Mozilla</a></li> 
    89                                 </ul> 
    90                                 <ul> 
    91                                         <li><a href="http://docs.postgresqlfr.org/annotated_postgresql_conf_80.html">Fichier postgresql.conf annoté</a></li> 
    92                                 </ul> 
    93                         </div> 
    94                 </div> 
    95                 <div id="pg74"> 
    96                         <h2>Version 7.4.x</h2> 
    97                         <div class="listes"> 
    98                                 <ul> 
    99                                         <li>Consultation en <a href="http://docs.postgresqlfr.org/7.4/">ligne</a></li> 
    100                                         <li>Manuel au format <a href="http://docs.postgresqlfr.org/7.4/pg7417.pdf">PDF</a></li> 
    101                                         <li><a href="javascript:addEngine('pgfr-docs74','png','Computer',0)">Plugin de recherche pour Firefox et Mozilla</a></li> 
    102                                 </ul> 
    103                                 <ul> 
    104                                         <li><a href="http://docs.postgresqlfr.org/annotated_postgresql_conf_74.html">Fichier postgresql.conf annoté</a></li> 
    105                                 </ul> 
    106                         </div> 
    107                 </div> 
    108 <!-- 
    109                 <div id="pg81"> 
    110                         <h1>Un problÚme avec la documentation&nbsp;?</h1> 
    111                         <div class="listes"> 
    112                                 N'hésitez pas à nous en faire part sur notre <a 
    113                                 href="http://svn.postgresqlfr.org">site de traduction</a> 
    114                                 en remplissant un ticket. 
    115                         </div> 
    116                 </div> 
    117 --> 
    118                 <div id="basdepage" > 
    119                         <a href="http://www.postgresqlfr.org/">Retour au site</a> 
    120                         &nbsp;|&nbsp; 
    121                         <a href="http://www.postgresqlfr.org/?q=forum">Forums Web</a> 
    122                         &nbsp;|&nbsp; 
    123                         <a href="http://www.freebsd.org/copyright/license.html">Documentations sous licence BSD</a> 
    124                         &nbsp;|&nbsp; 
    125                         <a href="http://www.mozilla-europe.org/fr/products/firefox/"><img border="0" alt="Get Firefox!" title="Get Firefox!" src="http://sfx-images.mozilla.org/affiliates/Buttons/80x15/white_1.gif"/></a> 
    126                 </div> 
    127         </div> 
    128         </div> 
     203  </div> 
    129204  </body> 
    130205<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">