Ajout d'un style "minor" pour les expériences de travail mineures.
--- a/cv_print.xsl Sun Mar 16 23:44:46 2008 -0400
+++ b/cv_print.xsl Mon Jan 31 22:37:32 2011 -0500
@@ -211,7 +211,15 @@
<xsl:with-param name="string">str-experience</xsl:with-param>
</xsl:call-template>
</block>
- <xsl:apply-templates select="work[not(@role='stage')]"/>
+ <xsl:apply-templates select="work[not(@role='stage' or @role='minor')]"/>
+ </block>
+ <block xsl:use-attribute-sets="section-block">
+ <block xsl:use-attribute-sets="section-title-font">
+ <xsl:call-template name="gentext">
+ <xsl:with-param name="string">str-otherexperience</xsl:with-param>
+ </xsl:call-template>
+ </block>
+ <xsl:apply-templates select="work[@role='minor']" mode="short"/>
</block>
<!--
<block xsl:use-attribute-sets="section-block">
--- a/cv_str.en.xml Sun Mar 16 23:44:46 2008 -0400
+++ b/cv_str.en.xml Mon Jan 31 22:37:32 2011 -0500
@@ -2,7 +2,8 @@
<gentext>
<string name="str-page">page </string>
<string name="str-page-of"> of </string>
-<string name="str-experience">Work Experience</string>
+<string name="str-experience">Main Work Experience</string>
+<string name="str-otherexperience">Other Work Experience</string>
<string name="str-formation">Studies</string>
<string name="str-competences">Knowledges</string>
<string name="str-languages">Languages</string>
--- a/cv_str.fr.xml Sun Mar 16 23:44:46 2008 -0400
+++ b/cv_str.fr.xml Mon Jan 31 22:37:32 2011 -0500
@@ -2,7 +2,8 @@
<gentext>
<string name="str-page">page </string>
<string name="str-page-of"> de </string>
-<string name="str-experience">Expériences professionnelles</string>
+<string name="str-experience">Principales expériences professionnelles</string>
+<string name="str-otherexperience">Autres expériences professionnelles</string>
<string name="str-formation">Formation</string>
<string name="str-competences">Compétences</string>
<string name="str-languages">Langues parlées et écrites</string>