Project

General

Profile

« Previous | Next » 

Revision 1695

Added by Jing Tao about 21 years ago

Revise templates.

View differences:

eml-party-2.0.0.xsl
78 78
      <xsl:if test="normalize-space(.)!=''">
79 79
        <tr><td width="{$firstColWidth}" class="{$partyfirstColStyle}" >
80 80
        Organization:</td><td width="{$secondColWidth}" class="{$secondColStyle}">
81
        <xsl:value-of select="."/>
81
        <b><xsl:value-of select="."/></b>
82 82
        </td></tr>
83 83
      </xsl:if>
84 84
  </xsl:template>
......
106 106
   <!-- This template will be call by other place-->
107 107
   <xsl:template name="address">
108 108
      <xsl:param name="partyfirstColStyle"/>
109
      <table class="tabledefault" width="100%">
109
      <table class="tableparty" width="100%">
110 110
        <xsl:choose>
111 111
         <xsl:when test="references!=''">
112 112
          <xsl:variable name="ref_id" select="references"/>
......
131 131
    <xsl:if test="normalize-space(.)!=''">
132 132
    <tr><td width="{$firstColWidth}" valign="top" class="{$partyfirstColStyle}">
133 133
        Address:</td><td width="{$secondColWidth}" >
134
    <table width="100%">
134
    <table class="tableparty" width="100%">
135 135
    <xsl:for-each select="deliveryPoint">
136 136
    <tr><td><xsl:value-of select="."/><xsl:text>, </xsl:text></td></tr>
137 137
    </xsl:for-each>

Also available in: Unified diff