Changeset 3


Ignore:
Timestamp:
01/14/09 15:20:58 (15 years ago)
Author:
pinsard
Message:

add logo and bug fix for css use

Location:
trunk/src
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/fp.css

    r2 r3  
    11/* 
    2 module : 
    3 consigne personelles de style CSS à associer à mes notes HTML 
    42 
    5 voir aussi /usr/home/fplod/src/commxml/style.css 
     3module 
     4====== 
     5This CSS file contains specific choices of look and feel of 
     6REGYNA-SI web pages 
    67 
    7 source :  
    8 /usr/home/fplod/src/commxml/fp.css sur aedon.locean-ipsl.upmc.fr 
     8One can overwrite here choices made in style.css (a quiet beautifull 
     9CSS configuration set for dookbook found on the web) 
    910 
    10 mise à jour : 
     11EVOLUTION 
     12========= 
    1113$Id$ 
    12 fplod 2007-11-26T13:27:44Z aedon.locean-ipsl.upmc.fr (Darwin) 
    13 force italique pour replaceable 
    14 fplod 2006-02-20T14:23:43Z aedon.lodyc.jussieu.fr (Darwin) 
    15 merci à http://jigsaw.w3.org/css-validator/style/ 
     14 
     15- fplod 2007-11-26T13:27:44Z aedon.locean-ipsl.upmc.fr (Darwin) 
     16 
     17  * force italique pour replaceable 
     18 
     19- fplod 2006-02-20T14:23:43Z aedon.lodyc.jussieu.fr (Darwin) 
     20 
     21 * merci à http://jigsaw.w3.org/css-validator/style/ 
    1622*/ 
     23 
    1724/* 
    1825je n'ai pas encore tout compris aux sujets des impressions 
     
    2532     input[type="submit"] { display : none } 
    2633   } 
     34 
     35*[class~="logo"] { 
     36 height : 80px; 
     37} 
  • trunk/src/makefile

    r2 r3  
    9292        @before.sh -p $(SUBPRODUCT) -s $(DIRSRC) -w $(DIRWWW) -multi -l fr -m 2 
    9393        @mkdir $(DIRWWW)/images/ 
     94        @cp $(DIRSRC)/logo2.bmp $(DIRWWW)/images/ 
     95        @mkdir $(DIRWWW)/css/ 
     96        @cp $(DIRSRC)/*.css $(DIRWWW)/css/ 
    9497 
    9598install : 
     
    226229$(DIRSRC)/message_lang.xsl \ 
    227230$(DIRTMP)/main_full_fr.xml 
    228         echo "ici" 
    229         xsltproc \ 
     231        @xsltproc \ 
    230232        $(XSLPARAMHTML) \ 
    231233        --param language "'fr'" \ 
    232         --param html.stylesheet "'../../style.css ../../fp.css'" \ 
     234        --param html.stylesheet "'../../../css/style.css ../../../css/fp.css'" \ 
    233235        --param base.dir "'$@/'" \ 
    234236        $(DIRSRC)/$(PRODUCT)_many01_html.xsl \ 
     
    244246        $(XSLPARAMHTML) \ 
    245247        --param language "'en'" \ 
    246         --param html.stylesheet "'../../style.css ../../fp.css'" \ 
     248        --param html.stylesheet "'../../../css/style.css ../../../css/fp.css'" \ 
    247249        --param base.dir "'$@/'" \ 
    248250        $(DIRSRC)/$(PRODUCT)_many01_html.xsl \ 
     
    258260        $(XSLPARAMHTML) \ 
    259261        --param language "'es'" \ 
    260         --param html.stylesheet "'../../style.css ../../fp.css'" \ 
     262        --param html.stylesheet "'../../../css/style.css ../../../css/fp.css'" \ 
    261263        --param base.dir "'$@/'" \ 
    262264        $(DIRSRC)/$(PRODUCT)_many01_html.xsl \ 
  • trunk/src/regyna-si_many01_html.xsl

    r2 r3  
    1616 
    1717$Id$ 
     18 
     19- fplod 2009-01-14T13:40:48Z aedon.locean-ipsl.upmc.fr (Darwin) 
     20 
     21  * add logo 
    1822 
    1923- fplod 2009-01-12T15:24:28Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    5761 
    5862<!-- 
    59 Personalisation de bas de page 
     63Customization of footer navigation area 
    6064--> 
    6165<xsl:template name="user.footer.navigation"> 
     
    8387  <xsl:with-param name="language" select="$language"/> 
    8488 </xsl:call-template> 
     89</xsl:template> 
    8590 
     91<xsl:template name="user.header.navigation"> 
     92 <xsl:element name="img"> 
     93  <xsl:attribute name="src"> 
     94   <xsl:value-of select="'../../../../images/logo2.bmp'"/> 
     95  </xsl:attribute> 
     96  <xsl:attribute name="class"> 
     97   <xsl:value-of select="'logo'"/> 
     98  </xsl:attribute> 
     99  <xsl:attribute name="alt"> 
     100   <xsl:value-of select="'[logo regyna]'"/> 
     101  </xsl:attribute> 
     102 </xsl:element> 
    86103</xsl:template> 
     104 
    87105</xsl:stylesheet> 
  • trunk/src/regyna-si_one01_html.xsl

    r2 r3  
    1616 
    1717$Id$ 
     18 
     19 
     20- fplod 2009-01-14T14:13:44Z aedon.locean-ipsl.upmc.fr (Darwin) 
     21 
     22  * add logo 
    1823 
    1924- fplod 2009-01-08T16:34:45Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    4449 
    4550<!-- 
    46 Personalisation de bas de page 
     51Customization of footer area 
    4752--> 
    4853<xsl:template name="user.footer.content"> 
     
    7075  <xsl:with-param name="language" select="$language"/> 
    7176 </xsl:call-template> 
    72  
    7377</xsl:template> 
    7478 
     79<xsl:template name="user.header.content"> 
     80 <xsl:element name="img"> 
     81  <xsl:attribute name="src"> 
     82   <xsl:value-of select="'../../images/logo2.bmp'"/> 
     83  </xsl:attribute> 
     84  <xsl:attribute name="class"> 
     85   <xsl:value-of select="'logo'"/> 
     86  </xsl:attribute> 
     87  <xsl:attribute name="alt"> 
     88   <xsl:value-of select="'[logo regyna]'"/> 
     89  </xsl:attribute> 
     90 </xsl:element> 
     91</xsl:template> 
     92 
     93 
    7594</xsl:stylesheet> 
Note: See TracChangeset for help on using the changeset viewer.