Changeset 16


Ignore:
Timestamp:
04/21/09 17:27:21 (15 years ago)
Author:
pinsard
Message:

new HTML chunk style

Location:
trunk/src
Files:
8 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/makefile

    r15 r16  
    66# génération du proto de site web REGYNA-SI 
    77# 
    8 # 
    98# FILES 
    109# ===== 
     
    1918# 
    2019# $Id$ 
     20# 
     21# - fplod 2009-04-21T11:01:49Z aedon.locean-ipsl.upmc.fr (Darwin) 
     22# 
     23#   * add an other chunk HTML output 
    2124# 
    2225# - fplod 2009-01-16T11:47:45Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    9497 
    9598before : 
    96         @before.sh -p $(SUBPRODUCT) -s $(DIRSRC) -w $(DIRWWW) -multi -l fr -m 2 
    97         @mkdir $(DIRWWW)/images/ 
    98         @cp $(DIRSRC)/logo2.bmp $(DIRWWW)/images/ 
    99         @mkdir $(DIRWWW)/css/ 
    100         @cp $(DIRSRC)/*.css $(DIRWWW)/css/ 
     99        @-mkdir -p $(DIRWWW)/fr/one/ 
     100        @-mkdir -p $(DIRWWW)/fr/many/web01/ 
     101        @-mkdir -p $(DIRWWW)/fr/many/web02/ 
     102        @-mkdir $(DIRWWW)/images/ 
     103        @-cp $(DIRSRC)/logo2.bmp $(DIRWWW)/images/ 
     104        @-cp $(DIRSRC)/*.gif $(DIRWWW)/images/ 
     105        @-mkdir $(DIRWWW)/css/ 
     106        @-cp $(DIRSRC)/*.css $(DIRWWW)/css/ 
    101107 
    102108install : 
     
    149155html : \ 
    150156one_html \ 
    151 many01_html 
     157many01_html \ 
     158many02_html 
    152159 
    153160one_html : \ 
     
    161168many01_html_es 
    162169 
     170many02_html : \ 
     171many02_html_fr \ 
     172many02_html_en \ 
     173many02_html_es 
     174 
    163175one_html_fr : \ 
    164176$(DIRWWW)/fr/one/$(PRODUCT).html 
     
    178190many01_html_es : \ 
    179191$(DIRWWW)/es/many/$(SUBPRODUCT)01/ 
     192 
     193many02_html_fr : \ 
     194$(DIRWWW)/fr/many/$(SUBPRODUCT)02/ 
     195 
     196many02_html_en : \ 
     197$(DIRWWW)/en/many/$(SUBPRODUCT)02/ 
     198 
     199many02_html_es : \ 
     200$(DIRWWW)/es/many/$(SUBPRODUCT)02/ 
    180201 
    181202pdf : \ 
     
    202223        $(XSLPARAMHTML) \ 
    203224        --param language "'fr'" \ 
    204         --param html.stylesheet "'../../style.css ../../fp.css'" \ 
     225        --param html.stylesheet "'../../css/style.css ../../css/fp.css'" \ 
    205226        --output $@ \ 
    206227        $(DIRSRC)/$(PRODUCT)_one01_html.xsl \ 
     
    216237        $(XSLPARAMHTML) \ 
    217238        --param language "'en'" \ 
    218         --param html.stylesheet "'../../style.css ../../fp.css'" \ 
     239        --param html.stylesheet "'../../css/style.css ../../css/fp.css'" \ 
    219240        --output $@ \ 
    220241        $(DIRSRC)/$(PRODUCT)_one01_html.xsl \ 
     
    230251        $(XSLPARAMHTML) \ 
    231252        --param language "'es'" \ 
    232         --param html.stylesheet "'../../style.css ../../fp.css'" \ 
     253        --param html.stylesheet "'../../css/style.css ../../css/fp.css'" \ 
    233254        --output $@ \ 
    234255        $(DIRSRC)/$(PRODUCT)_one01_html.xsl \ 
     
    277298        --param base.dir "'$@/'" \ 
    278299        $(DIRSRC)/$(PRODUCT)_many01_html.xsl \ 
     300        $(DIRTMP)/main_full_es.xml 
     301        @touch $@/ 
     302 
     303$(DIRWWW)/fr/many/$(SUBPRODUCT)02/ : \ 
     304$(DIRSRC)/v1.css \ 
     305$(DIRSRC)/fp.css \ 
     306$(DIRSRC)/style.css \ 
     307$(DIRSRC)/bg.gif \ 
     308$(DIRSRC)/left.gif \ 
     309$(DIRSRC)/left_on.gif \ 
     310$(DIRSRC)/right.gif \ 
     311$(DIRSRC)/right_on.gif \ 
     312$(DIRSRC)/$(PRODUCT)_many02_html.xsl \ 
     313$(DIRSRC)/navigation02_html.xsl \ 
     314$(DIRSRC)/message_lang.xsl \ 
     315$(DIRTMP)/main_full_fr.xml 
     316        @xsltproc \ 
     317        $(XSLPARAMHTML) \ 
     318        --param language "'fr'" \ 
     319        --param html.stylesheet "'../../../css/style.css ../../../css/fp.css ../../../css/v1.css'" \ 
     320        --param base.dir "'$@/'" \ 
     321        $(DIRSRC)/$(PRODUCT)_many02_html.xsl \ 
     322        $(DIRTMP)/main_full_fr.xml 
     323        @touch $@/ 
     324 
     325$(DIRWWW)/en/many/$(SUBPRODUCT)02/ : \ 
     326$(DIRSRC)/v1.css \ 
     327$(DIRSRC)/fp.css \ 
     328$(DIRSRC)/style.css \ 
     329$(DIRSRC)/$(PRODUCT)_many02_html.xsl \ 
     330$(DIRSRC)/navigation02_html.xsl \ 
     331$(DIRSRC)/message_lang.xsl \ 
     332$(DIRTMP)/main_full_fr.xml 
     333        @xsltproc \ 
     334        $(XSLPARAMHTML) \ 
     335        --param language "'en'" \ 
     336        --param html.stylesheet "'../../../css/style.css ../../../css/fp.css ../../../css/v1.css'" \ 
     337        --param base.dir "'$@/'" \ 
     338        $(DIRSRC)/$(PRODUCT)_many02_html.xsl \ 
     339        $(DIRTMP)/main_full_en.xml 
     340        @touch $@/ 
     341 
     342$(DIRWWW)/es/many/$(SUBPRODUCT)02/ : \ 
     343$(DIRSRC)/v1.css \ 
     344$(DIRSRC)/fp.css \ 
     345$(DIRSRC)/style.css \ 
     346$(DIRSRC)/$(PRODUCT)_many02_html.xsl \ 
     347$(DIRSRC)/navigation02_html.xsl \ 
     348$(DIRSRC)/message_lang.xsl \ 
     349$(DIRTMP)/main_full_fr.xml 
     350        @xsltproc \ 
     351        $(XSLPARAMHTML) \ 
     352        --param language "'es'" \ 
     353        --param html.stylesheet "'../../../css/style.css ../../../css/fp.css ../../../css/v1.css'" \ 
     354        --param base.dir "'$@/'" \ 
     355        $(DIRSRC)/$(PRODUCT)_many02_html.xsl \ 
    279356        $(DIRTMP)/main_full_es.xml 
    280357        @touch $@/ 
     
    402479        @xsltproc \ 
    403480        $(XSLPARAMHTML) \ 
    404         --param html.stylesheet "'../style.css ../fp.css'" \ 
     481        --param html.stylesheet "'../css/style.css ../css/fp.css'" \ 
    405482        --output $@ \ 
    406483        $(DIRSRC)/$(PRODUCT)_all_html.xsl \ 
     
    414491        @xsltproc \ 
    415492        $(XSLPARAMHTML) \ 
    416         --param html.stylesheet "'../style.css ../fp.css'" \ 
     493        --param html.stylesheet "'../css/style.css ../css/fp.css'" \ 
    417494        --output $@ \ 
    418495        $(DIRSRC)/$(PRODUCT)_all_html.xsl \ 
     
    426503        @xsltproc \ 
    427504        $(XSLPARAMHTML) \ 
    428         --param html.stylesheet "'../style.css ../fp.css'" \ 
     505        --param html.stylesheet "'../css/style.css ../css/fp.css'" \ 
    429506        --output $@ \ 
    430507        $(DIRSRC)/$(PRODUCT)_all_html.xsl \ 
     
    467544        --output $@ \ 
    468545        $(DIRSRC)/$(PRODUCT)_all.xml 
    469  
  • trunk/src/regyna-si_all.xml

    r7 r16  
    1919========== 
    2020 
     21- fplod 2009-04-21T15:14:44Z aedon.locean-ipsl.upmc.fr (Darwin) 
     22 
     23  * add an other HTML style (#2) 
    2124- fplod 2009-01-16T10:32:54Z aedon.locean-ipsl.upmc.fr (Darwin) 
    2225 
     
    125128    </entry> 
    126129  </row> 
     130  <!-- ligne "many02" --> 
     131  <row> 
     132    <entry> 
     133     <para xml:lang="fr">Plusieurs pages (style 2)</para> 
     134     <para xml:lang="en">Chunk (style 2)</para> 
     135     <para xml:lang="es">++Plusieurs pages (style 2)</para> 
     136    </entry> 
     137    <entry> 
     138     <link xl:href="./many/web02/index.html">HTML</link> 
     139    </entry> 
     140    <entry> 
     141     <link xl:href="../en/many/web02/index.html">HTML</link> 
     142    </entry> 
     143    <entry> 
     144     <link xl:href="../es/many/web02/index.html">HTML</link> 
     145    </entry> 
     146  </row> 
    127147 </tbody> 
    128148</tgroup> 
  • trunk/src/regyna-si_all_html.xsl

    r6 r16  
    2626--> 
    2727 
    28 <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.73.2/xhtml/docbook.xsl"/> 
     28<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.74.3/xhtml/docbook.xsl"/> 
    2929 
    3030<!-- this can be used on LOCEAN computer to be faster 
  • trunk/src/regyna_si_html.xsl

    r2 r16  
    3131<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/> 
    3232--> 
    33 <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.73.2/xhtml/docbook.xsl"/> 
     33<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.74.3/xhtml/docbook.xsl"/> 
    3434 
    3535<!-- d'apres http://www.montefiore.ulg.ac.be/~piater/courses/INFO0013/notes/probability/foil06.xhtml dans lequel le mathml est tel quel --> 
Note: See TracChangeset for help on using the changeset viewer.