Project

General

Profile

« Previous | Next » 

Revision 1689

Added by Jing Tao about 21 years ago

Revise some templates.

View differences:

eml-attribute-enumeratedDomain-2.0.0.xsl
101 101
            </td>
102 102
       </tr>
103 103
       <xsl:for-each select="codeDefinition">
104
              <tr><td width="{$firstColWidth}" class="{$nondomainfirstColStyle}">&#160;</td>
104
              <tr><td width="{$firstColWidth}" class="{$nondomainfirstColStyle}">Code Definition</td>
105 105
                   <td width="{$secondColWidth}">
106 106
                      <table width="100%">
107 107
                          <tr><td width="{$firstColWidth}" class="{$nondomainfirstColStyle}">
108 108
                               Code
109 109
                              </td>
110
                               <td width="{$secondColWidth}"><td><xsl:value-of select="code"/></td>
111
                               </td>
110
                               <td width="{$secondColWidth}"><xsl:value-of select="code"/></td>
111
                              
112 112
                           </tr>
113 113
                           <tr><td width="{$firstColWidth}" class="{$nondomainfirstColStyle}">
114 114
                               Definition
115 115
                              </td>
116
                               <td width="{$secondColWidth}"><td><xsl:value-of select="definition"/></td>
117
                               </td>
116
                               <td width="{$secondColWidth}"><xsl:value-of select="definition"/></td>
117
                               
118 118
                           </tr>
119 119
                           <tr><td width="{$firstColWidth}" class="{$nondomainfirstColStyle}">
120 120
                               Source
121 121
                              </td>
122
                               <td width="{$secondColWidth}"><td><xsl:value-of select="source"/></td>
123
                               </td>
124
                           </tr>
122
                               <td width="{$secondColWidth}"><xsl:value-of select="source"/></td>
123
                          </tr>
125 124
                      </table>
126 125
                   </td>
127 126
               </tr> 
......
132 131
            <td width="{$secondColWidth}">&#160;
133 132
           </td>
134 133
        </tr>
135
        <tr><td width="{$firstColWidth}" class="{$nondomainfirstColStyle}">Set Name</td>
134
        <tr><td width="{$firstColWidth}" class="{$nondomainfirstColStyle}">Set Name:</td>
136 135
            <td width="{$secondColWidth}"><xsl:value-of select="externalCodeSet/codesetName"/>
137 136
           </td>
138 137
        </tr>
139 138
        <xsl:for-each select="externalCodeSet/citation">
140
           <tr><td width="{$firstColWidth}" class="{$nondomainfirstColStyle}">Citation</td>
141
               <td width="{$secondColWidth}">&#160;</td>
142
           </tr>
143
           <tr><td width="{$firstColWidth}" class="{$nondomainfirstColStyle}">&#160;</td>
144
                <td width="{$secondColWidth}">
145
                   <xsl:call-template name="citation">
139
           <tr><td width="{$firstColWidth}" class="{$nondomainfirstColStyle}">Citation:</td>
140
               <td width="{$secondColWidth}">
141
                  <xsl:call-template name="citation">
146 142
                      <xsl:with-param name="citationfirstColStyle" select="$nondomainfirstColStyle"/>
147 143
                   </xsl:call-template>
148
                </td>
144
               </td>
149 145
           </tr>
150 146
        </xsl:for-each>
151 147
        <xsl:for-each select="externalCodeSet/codesetURL">
......
162 158
            </td>
163 159
       </tr>
164 160
        <tr><td width="{$firstColWidth}" class="{$nondomainfirstColStyle}">Entity Reference</td>
165
            <td width="{$secondColWidth}"><xsl:value-of select="codeDefinition/entityReference"/>
161
            <td width="{$secondColWidth}"><xsl:value-of select="entityCodeList/entityReference"/>
166 162
            </td>
167 163
       </tr>
168 164
       <tr><td width="{$firstColWidth}" class="{$nondomainfirstColStyle}">Attribute Value Reference</td>
169
            <td width="{$secondColWidth}"><xsl:value-of select="codeDefinition/valueAttributeReference"/>
165
            <td width="{$secondColWidth}"><xsl:value-of select="entityCodeList/valueAttributeReference"/>
170 166
            </td>
171 167
       </tr>
172 168
       <tr><td width="{$firstColWidth}" class="{$nondomainfirstColStyle}">Attribute Definition Reference</td>
173
            <td width="{$secondColWidth}"><xsl:value-of select="codeDefinition/definitionAttributeReference"/>
169
            <td width="{$secondColWidth}"><xsl:value-of select="entityCodeList/definitionAttributeReference"/>
174 170
            </td>
175 171
       </tr>
176 172
     </xsl:if>  

Also available in: Unified diff