/[PAMELA software]/quicklook/dataToXML/Data/McmdTemplate.xsl
ViewVC logotype

Diff of /quicklook/dataToXML/Data/McmdTemplate.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by kusanagi, Tue Apr 25 09:00:20 2006 UTC revision 1.3 by kusanagi, Mon Jun 12 06:08:38 2006 UTC
# Line 65  Line 65 
65                   <td rowspan = '2' width='100%'>                   <td rowspan = '2' width='100%'>
66                     <table bgcolor="#FFFFFF" width='100%' heigth='4'>                     <table bgcolor="#FFFFFF" width='100%' heigth='4'>
67                       <!--Here I fill the table header names -->                       <!--Here I fill the table header names -->
68                         <xsl:variable name="mcmd">
69                             <xsl:value-of select="@ID1"/>
70                         </xsl:variable>
71                        
72                       <xsl:variable name="retTemplate">                       <xsl:variable name="retTemplate">
73                         <xsl:call-template name="McmdReference">                         <xsl:call-template name="McmdReference">
74                           <xsl:with-param name="code"   select="@ID1"/>                           <xsl:with-param name="code"   select="@ID1"/>
75                         </xsl:call-template>                         </xsl:call-template>
76                       </xsl:variable>                       </xsl:variable>
77                       <xsl:if test='$retTemplate=""'>                      
78                         <tr><td><th align="left"><xsl:value-of select="ID1"/> - n.a.</th></td></tr>                       <xsl:if test='$mcmd!="e2"'>
79                       </xsl:if>                          <xsl:if test='$retTemplate=""'>
80                       <xsl:if test='$retTemplate!=""'>                                  <tr><td><th align="left"><xsl:value-of select="ID1"/> - n.a.</th></td></tr>
81                         <xsl:copy-of select="$retTemplate" />                          </xsl:if>
82                            <xsl:if test='$retTemplate!=""'>
83                                    <xsl:copy-of select="$retTemplate" />
84                            </xsl:if>
85                       </xsl:if>                       </xsl:if>
86                        
87                       <!-- Here I fill the table values (take care of order!) -->                       <!-- Here I fill the table values (take care of order!) -->
88                       <tr rowspan='2'>                       <tr rowspan='2'>
89                         <xsl:for-each select="param">                          <xsl:if test='$mcmd!="e2"'>
90                           <td><th align="left"><xsl:value-of select="."/></th></td>                                  <xsl:for-each select="param">
91                         </xsl:for-each>                                          <td><th align="left"><xsl:value-of select="."/></th></td>
92                                    </xsl:for-each>
93                            </xsl:if>
94                            <xsl:if test='$mcmd="e2"'>
95                                    <table bgcolor="#FFFFFF" width='100%'>
96                                            <xsl:if test='$retTemplate=""'>
97                                                    <tr><td><th align="left"><xsl:value-of select="ID1"/> - n.a.</th></td></tr>
98                                            </xsl:if>
99                                            <xsl:if test='$retTemplate!=""'>
100                                                    <xsl:copy-of select="$retTemplate" />
101                                            </xsl:if>
102                                            <xsl:for-each select="QUATERNION">
103                                                    <tr>
104                                                            <xsl:for-each select="param">
105                                                                    <td><th align="left"><xsl:value-of select="."/></th></td>
106                                                            </xsl:for-each>
107                                                    </tr>
108                                            </xsl:for-each>
109                                    </table>
110                            </xsl:if>
111                       </tr>                       </tr>
112                     </table>                     </table>
113                   </td>                   </td>
114                 </tr>                 </tr>
115                 <tr>                 <tr>
116                   <th align="left"><xsl:value-of select="@McmdOBT"/></th>                   <th align="left">
117                            <xsl:value-of select="@McmdOBT"/>
118                     </th>
119                   <th align="left"><xsl:value-of select="@SeqID"/></th>                   <th align="left"><xsl:value-of select="@SeqID"/></th>
120                   <th align="left"><xsl:value-of select="@ID1"/></th>                   <th align="left"><xsl:value-of select="@ID1"/></th>
121                 </tr>                 </tr>

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23