Flyer als front- und backcover

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@287 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2006-05-12 14:40:45 +00:00
parent cc5b3e9b62
commit f59141c215
6 changed files with 28 additions and 11 deletions

View File

@ -38,13 +38,15 @@
</xsl:template> </xsl:template>
<xsl:template match='dl/dt'> <xsl:template match='dl/dt'>
<fo:block font-weight='bold'> <fo:block font-weight='bold' padding='1mm 0mm'
keep-together.within-column="always" keep-with-next.within-column="always">
<xsl:apply-templates/> <xsl:apply-templates/>
</fo:block> </fo:block>
</xsl:template> </xsl:template>
<xsl:template match='dl/dd'> <xsl:template match='dl/dd'>
<fo:block text-align='right'> <fo:block text-align='right' padding-bottom='2mm'
keep-together.within-column="always">
<xsl:apply-templates/> <xsl:apply-templates/>
</fo:block> </fo:block>
</xsl:template> </xsl:template>

View File

@ -2,13 +2,14 @@
<guide xmlns='http://www.datenspuren.de/#guide'> <guide xmlns='http://www.datenspuren.de/#guide'>
<title-page> <title-page>
<title>Datenspuren</title> <!--title>Datenspuren</title>
<title>2006</title> <title>2006</title>
<space height='50mm'/> <space height='50mm'/>
<note>13. &amp; 14. Mai</note> <note>13. &amp; 14. Mai</note>
<space height='20mm'/> <space height='20mm'/>
<note>Scheune</note> <note>Scheune</note>
<note>Dresden</note> <note>Dresden</note-->
<logo>images/flyer-front.jpg</logo>
</title-page> </title-page>
<page-sequence> <page-sequence>
@ -76,4 +77,8 @@
<pull-schedule file='../../../www/datenspuren/fahrplan/schedule.de.xml'/> <pull-schedule file='../../../www/datenspuren/fahrplan/schedule.de.xml'/>
</section> </section>
</page-sequence> </page-sequence>
<title-page>
<logo>images/flyer-back.jpg</logo>
</title-page>
</guide> </guide>

View File

@ -42,7 +42,7 @@
</fo:page-sequence> </fo:page-sequence>
</xsl:template> </xsl:template>
<xsl:template match='guide:title-page/guide:title'> <!--xsl:template match='guide:title-page/guide:title'>
<fo:block font-size='48pt' font-weight='bold' text-align='center'> <fo:block font-size='48pt' font-weight='bold' text-align='center'>
<xsl:apply-templates/> <xsl:apply-templates/>
</fo:block> </fo:block>
@ -58,6 +58,16 @@
<fo:block font-size='24pt' text-align='center'> <fo:block font-size='24pt' text-align='center'>
<xsl:apply-templates/> <xsl:apply-templates/>
</fo:block> </fo:block>
</xsl:template-->
<xsl:template match='guide:title-page/guide:logo'>
<fo:block text-align='center'>
<fo:external-graphic content-width='180mm'>
<xsl:attribute name='src'>
url('<xsl:value-of select='.'/>')
</xsl:attribute>
</fo:external-graphic>
</fo:block>
</xsl:template> </xsl:template>
<xsl:template match='guide:page-sequence'> <xsl:template match='guide:page-sequence'>
@ -93,7 +103,7 @@
<!-- TOC --> <!-- TOC -->
<xsl:template match='guide:table-of-contents'> <xsl:template match='guide:table-of-contents'>
<xsl:for-each select="//guide:section"> <xsl:for-each select="/guide:guide//guide:section">
<fo:list-block> <fo:list-block>
<fo:list-item> <fo:list-item>
@ -120,8 +130,8 @@
<fo:block font-size='18pt' font-weight='bold' font-family='serif' text-align='center' <fo:block font-size='18pt' font-weight='bold' font-family='serif' text-align='center'
border-top-style='solid' border-bottom-style='solid' border-top-style='solid' border-bottom-style='solid'
border-top-color='black' border-bottom-color='black' border-top-color='black' border-bottom-color='black'
border-top-width='0.2mm' border-bottom-width='0.2mm' border-top-width='0.5mm' border-bottom-width='0.5mm'
padding='3mm 5mm' padding='3mm 5mm 2mm'
keep-together.within-column="always" keep-with-next.within-column="always" keep-together.within-column="always" keep-with-next.within-column="always"
id="{generate-id()}"> id="{generate-id()}">
<xsl:value-of select='@title'/> <xsl:value-of select='@title'/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

View File

@ -16,15 +16,15 @@
</xsl:template> </xsl:template>
<xsl:template match='/schedule/day/room/event'> <xsl:template match='/schedule/day/room/event'>
<fo:block font-size='14pt' padding='1mm' <fo:block font-size='14pt' padding='1mm 1mm 0mm'
border-top-style='solid' border-bottom-style='solid' border-top-style='solid' border-bottom-style='solid'
border-top-color='black' border-bottom-color='black' border-top-color='black' border-bottom-color='black'
border-top-width='0.2mm' border-bottom-width='0.2mm' border-top-width='0.1mm' border-bottom-width='0.1mm'
keep-together.within-column="always" keep-with-next.within-column="always"> keep-together.within-column="always" keep-with-next.within-column="always">
<fo:inline font-weight='bold'> <fo:inline font-weight='bold'>
<xsl:value-of select='title'/> <xsl:value-of select='title'/>
</fo:inline> </fo:inline>
(<xsl:value-of select='start'/>+<xsl:value-of select='duration'/>) (<xsl:value-of select='start'/> Uhr)
</fo:block> </fo:block>
<fo:block font-style='italic' padding='2mm 0mm 0mm' <fo:block font-style='italic' padding='2mm 0mm 0mm'