Changeset 113 for server/trunk/web/root


Ignore:
Timestamp:
12/12/10 19:25:54 (13 years ago)
Author:
nanardon
Message:
  • add binaires/sources rpm view
Location:
server/trunk/web/root
Files:
1 added
5 edited

Legend:

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

    r91 r113  
    11/* $Id$ */ 
     2 
     3a:link { 
     4  color: #573B1D;/*#FAD170;  */ 
     5} 
     6 
     7a:visited { 
     8  color: #F7B62D;/*#43A321;  */ 
     9} 
     10 
     11div#mainpage { 
     12    /* 
     13    margin-left: 1em; 
     14    margin-right: 1em; 
     15    margin-top: 1em; 
     16    margin-bottom: 1em;*/ 
     17    padding: 1em; 
     18/*    float: left; */ 
     19} 
     20 
     21div#body_main { 
     22    float:left; 
     23    margin-left: 1em; 
     24    margin-right: 1em; 
     25} 
     26 
     27div#body_additional { 
     28    float:left; 
     29    margin-left: 1em; 
     30    margin-right: 1em; 
     31} 
    232 
    333div#sophie_header { 
    434    border: outset; 
    535    background-color: #43A321;/*#4E8E21;/*#4EB560;/*#3F98FC;*/ 
     36} 
     37 
     38div#sophie_rpms_menu { 
     39    margin-left: 1em; 
    640} 
    741 
     
    5488} 
    5589 
    56 a:link { 
    57   color: #573B1D;/*#FAD170;  */ 
    58 } 
    59 a:visited { 
    60   color: #F7B62D;/*#43A321;  */ 
    61 } 
  • server/trunk/web/root/templates/html/rpms/menu.tt

    r112 r113  
     1<div id="sophie_rpms_menu"> 
    12<a href="[% c.uri_for('/', rpmurl) %]">Info</a> 
    23<a href="[% c.uri_for('/', rpmurl, 'deps') %]">Deps</a> 
     
    45<a href="[% c.uri_for('/', rpmurl, 'changelog') %]">ChangeLog</a> 
    56<a href="[% c.uri_for('/', rpmurl, 'location') %]">Location</a> 
     7</div> 
  • server/trunk/web/root/templates/html/rpms/rpms.html

    r57 r113  
    33[% INCLUDE 'rpms/menu.tt' %] 
    44 
    5 [% INCLUDE 'rpms/rpms.tt' %] 
     5<div id="body_main"> 
     6 
     7    [% INCLUDE 'rpms/rpms.tt' %] 
     8</div> 
     9 
     10<div id="body_additional"> 
     11    [% INCLUDE 'rpms/related.tt' %] 
     12</div> 
  • server/trunk/web/root/templates/includes/footer.tt

    r3 r113  
    11<!-- $Id --> 
     2</div> 
    23</body> 
    34</html> 
  • server/trunk/web/root/templates/includes/header.tt

    r98 r113  
    4444    <div style="clear:both"></div> 
    4545    </div> 
     46 
     47    <div id="mainpage"> 
Note: See TracChangeset for help on using the changeset viewer.