Salome HOME
spns #34338: post build script is not embedded in archive
[tools/sat.git] / src / xsl / jobs_global_report.xsl
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4
5 <xsl:template match="/">
6 <html>
7 <head>
8 <title>Jobs global report</title>
9 <style type="text/css">
10     <!-- styles for commands results -->
11     .OKday        { background-color:#20FF20; }
12     .OKweek       { background-color:#90EE90; font-size: 11px; }
13     .OKmonth      { background-color:#90EE90; font-size: 10px; }
14     .OKold        { background-color:#90EE90; font-size: 9px; }
15
16     .KOday        { background-color:#F20000; }
17     .KOweek       { background-color:#FFC0CB; font-size: 11px; }
18     .KOmonth      { background-color:#FFC0CB; font-size: 10px; }
19     .KOold        { background-color:#FFC0CB; font-size: 9px; }
20
21     .KFday        { background-color:#FFA500; }
22     .KFweek       { background-color:#FAC86D; font-size: 11px; }
23     .KFmonth      { background-color:#FAC86D; font-size: 10px; }
24     .KFold        { background-color:#FAC86D; font-size: 9px; }
25
26     .NAday        { background-color:#BBBBBB; }
27     .NAweek       { background-color:#BFBFBF; font-size: 11px; }
28     .NAmonth      { background-color:#CACACA; font-size: 10px; }
29     .NAold        { background-color:#CFCFCF; font-size: 9px; }
30
31     .label        { font-weight: bold; }
32
33     <!-- styles for links in matrix -->
34     .OK2          { color:#00AA00; }
35     .KO2          { color:#FF0000; }
36     .KF2          { color:#FF8000; }
37     .NA2          { color:#BBBBBB; }
38     .TO2          { color:GoldenRod; }
39     .RUNNING2     { color:LightSeaGreen; font-weight: bold; }
40     .OK2day       { color:#00AA00; font-weight: bold; }
41     .KO2day       { color:#FF0000; font-weight: bold; }
42     .KF2day       { color:#FF8000; font-weight: bold; }
43     .NA2day       { color:#BBBBBB; font-weight: bold; }
44     .TO2day       { color:GoldenRod; font-weight: bold; }
45
46     .new          { background-color:#FF5500; }
47     .day          { background-color:#F0E25A; font-size: small; }
48     .week         { background-color:#E0E0E0; font-size: small; }
49     .month        { background-color:#C0C0C0; font-size: small; }
50     .old          { background-color:#A0A0A0; font-size: small; }
51     .lnk          { font-size: 12px; }
52     .lnk a        { text-decoration: none; }
53     .note         { text-align : right; font-style: italic; font-size: small; }
54     table.legend  { margin:0px;
55                     padding:5px;
56                     border-collapse:collapse;
57                     empty-cells : show;
58                     border : solid 1px;
59                     font-size: xx-small;
60                   }
61     table.summary { width : 100%;
62                     margin:0px;
63                     padding:0px;
64                     border-collapse:collapse;
65                     empty-cells : show;
66                     border : solid 1px;
67                   }
68     td.summary    { border : solid 0px; font-size: medium; }
69     td            { border : solid 1px; }
70     td.small      { border : solid 1px; font-size: small; }
71     th            { font-size: small; border: solid 1px;  }
72     h2            { text-align : center; }
73     h3            { text-align : left; font-size: small; font-weight: normal; }
74     h4            { text-align : left; font-size: small; font-weight: bold; display: inline; }
75     h_err         { text-align : left; font-size: small; font-weight: normal; display: inline;  color: red; }
76     .legend       { text-align : center; } 
77     .def        { font-family: monospace, Arial, Verdana, "Times New Roman", Times, serif; background-color:#FFFFCC;}
78    
79 </style>
80
81 <xsl:if test="//JobsReport/infos/@JobsCommandStatus='running'">
82   <meta http-equiv="refresh" content="10"></meta>
83 </xsl:if>
84
85 <script language="JavaScript"><![CDATA[
86       function Toggle(id) {
87         collapseall();
88         var element = document.getElementById(id);
89
90          if ( element.style.display == "none" )
91             element.style.display = "block";
92          else 
93             element.style.display = "none";
94       }
95
96       function collapseall() {
97         var x=document.getElementsByTagName("div");
98         for (i=0;i<x.length;i++)
99         {
100             if ( x[i].id != "matrix" )
101                 x[i].style.display = "none";
102         }
103       }
104     ]]>
105 </script>
106
107 </head>
108
109 <body class="def">
110     <table width="100%">
111         <tr>
112             <td class="summary">
113                 <h2>Jobs global report</h2>
114             </td>
115             <td class="summary" align="right" valign="bottom" width="300">
116                 <span class="note"><xsl:value-of select="//JobsReport/infos/@name" />: <xsl:value-of select="//JobsReport/infos/@value" /></span>
117             </td>
118         </tr>
119     </table>
120     <a href="#">
121         <xsl:attribute name="onclick">javascript:Toggle('legend')</xsl:attribute>
122         <xsl:attribute name="title">legend</xsl:attribute>
123         legend
124     </a>
125     <br/>
126     <br/>
127     
128     <div id="matrix">
129     <table class="summary">
130      
131     <!-- for all machines -->
132     <xsl:for-each select="//JobsReport/hosts_ports/host_port">
133         <xsl:sort select="@name" />
134         <xsl:variable name="curr_host_port" select="@name" />
135         <tr>
136         <td align="center"><xsl:value-of select="$curr_host_port" /></td>
137           <!-- for all jobs -->
138           
139               <!-- get the jobs for the current machine -->
140               <xsl:for-each select="//JobsReport/jobs/job">
141               <xsl:sort select="@name" />
142               
143               <xsl:if test="concat(host/., ':', port/.)=$curr_host_port">
144                   <td align="center" class="small">
145                   <xsl:choose>
146                     <xsl:when test="state/.='SSH connection KO' or state/.='Cancelled'">
147                       <a href="#">
148                         <xsl:attribute name="onclick">javascript:Toggle('<xsl:value-of select="@name"/>')</xsl:attribute>
149                         <xsl:attribute name="title"><xsl:value-of select="state/."/></xsl:attribute>
150                         <xsl:attribute name="class">KO2day</xsl:attribute>
151                         <xsl:value-of select="@name"/>
152                       </a>
153                     </xsl:when>
154                     <xsl:when test="contains(state/., 'Not launched')">
155                       <a href="#">
156                         <xsl:attribute name="onclick">javascript:Toggle('<xsl:value-of select="@name"/>')</xsl:attribute>
157                         <xsl:attribute name="title"><xsl:value-of select="state/."/></xsl:attribute>
158                         <xsl:attribute name="class">NA2day</xsl:attribute>
159                         <xsl:value-of select="@name"/>
160                       </a>
161                     </xsl:when>
162                     <xsl:when test="contains(state/., 'running')">
163                       <a href="#">
164                         <xsl:attribute name="onclick">javascript:Toggle('<xsl:value-of select="@name"/>')</xsl:attribute>
165                         <xsl:attribute name="title"><xsl:value-of select="state/."/></xsl:attribute>
166                         <xsl:attribute name="class">RUNNING2</xsl:attribute>
167                         <xsl:value-of select="@name"/>
168                       </a>
169                     </xsl:when>
170                     <xsl:when test="contains(state/., 'Finished')">
171                       <a href="#">
172                         <xsl:attribute name="onclick">javascript:Toggle('<xsl:value-of select="@name"/>')</xsl:attribute>
173                         <xsl:attribute name="title"><xsl:value-of select="state/."/></xsl:attribute>
174                         <xsl:attribute name="class">OK2day</xsl:attribute>
175                         <xsl:value-of select="@name"/>
176                       </a>
177                     </xsl:when>
178                     <xsl:when test="contains(state/., 'Timeout')">
179                       <a href="#">
180                         <xsl:attribute name="onclick">javascript:Toggle('<xsl:value-of select="@name"/>')</xsl:attribute>
181                         <xsl:attribute name="title"><xsl:value-of select="state/."/></xsl:attribute>
182                         <xsl:attribute name="class">TO2day</xsl:attribute>
183                         <xsl:value-of select="@name"/>
184                       </a>
185                     </xsl:when>
186                     <xsl:when test="state/.='Not today'">
187                       <a href="#">
188                         <xsl:attribute name="onclick">javascript:Toggle('<xsl:value-of select="@name"/>')</xsl:attribute>
189                         <xsl:attribute name="title"><xsl:value-of select="state/."/></xsl:attribute>
190                         <xsl:attribute name="class">NA2</xsl:attribute>
191                         <xsl:value-of select="@name"/>
192                       </a>
193                     </xsl:when>
194                   </xsl:choose>
195                   <!--<xsl:value-of select="state/." />-->
196                   <xsl:if test="not(remote_log_file_path/.='nothing') and state/.!='Not today'">
197                      : 
198                     <a>
199                     <xsl:attribute name="title">remote log</xsl:attribute>
200                     <xsl:attribute name="href"><xsl:value-of select="remote_log_file_path/."/></xsl:attribute>
201                     <xsl:if test="res/.='0'">
202                        <xsl:attribute name="class">OK2day</xsl:attribute>
203                     </xsl:if>
204                     <xsl:if test="res/.!='0'">
205                        <xsl:attribute name="class">KO2day</xsl:attribute>
206                     </xsl:if>
207                     <xsl:value-of select="host/."/>/<xsl:value-of select="port/."/>
208                     </a>
209                   </xsl:if> 
210                   <br/>
211                   </td>
212               </xsl:if> 
213               
214               </xsl:for-each>
215           
216         </tr>
217     </xsl:for-each>
218     </table>
219     
220     <h3>
221     <xsl:choose>
222         <xsl:when test="//JobsReport/infos/@JobsCommandStatus='running'">
223             Command status : running <img src="running.gif"></img>
224         </xsl:when>
225         
226         <xsl:otherwise>
227             Command status : <xsl:value-of select="//JobsReport/infos/@JobsCommandStatus/."/>
228         </xsl:otherwise>
229     </xsl:choose>
230     </h3>
231     </div>
232
233     
234     <!-- Loop over the jobs in order to find what job was called in the link "onclick". Display information about that job -->
235     <xsl:for-each select="//JobsReport/jobs/job">
236       <xsl:variable name="curr_job_name" select="@name" />
237       <div style="display:none"><xsl:attribute name="id"><xsl:value-of select="@name"/></xsl:attribute>
238           <!-- Display job name -->
239           <h4>Name : </h4><xsl:value-of select="//JobsReport/jobs/job[@name=$curr_job_name]/@name"/>
240           <br/>
241           <xsl:if test="//JobsReport/jobs/job[@name=$curr_job_name]/state!='Not today'">
242                   <!-- Display the job attributes -->
243                   <h4>Hostname/port : </h4><xsl:value-of select="//JobsReport/jobs/job[@name=$curr_job_name]/host"/>/<xsl:value-of select="//JobsReport/jobs/job[@name=$curr_job_name]/port"/>
244                   <br/>
245                   <h4>User : </h4><xsl:value-of select="//JobsReport/jobs/job[@name=$curr_job_name]/user"/>
246                   <br/>
247                   <!-- Display history -->
248                   <h4>History : </h4>
249                   <br/>
250                   <xsl:for-each select="//JobsReport/jobs/job[@name=$curr_job_name]/history/link">
251                     <xsl:sort select="@date" order="descending" />
252                     <h4>
253                       <a>
254                         <xsl:attribute name="title">remote log</xsl:attribute>
255                         <xsl:attribute name="href"><xsl:value-of select="."/></xsl:attribute>
256                         <xsl:if test="@res='0'">
257                             <xsl:attribute name="class">OK2</xsl:attribute>
258                         </xsl:if>
259                         <xsl:if test="@res!='0'">
260                             <xsl:attribute name="class">KO2</xsl:attribute>
261                         </xsl:if>
262                         <xsl:value-of select="@date"/>
263                       </a>
264                     </h4>
265                     <br/>
266                   </xsl:for-each>
267                   <h4>salomeTools path : </h4><xsl:value-of select="//JobsReport/jobs/job[@name=$curr_job_name]/sat_path"/>
268                   <br/>
269                   <h4>After : </h4>
270                   <a href="#">
271                         <xsl:attribute name="onclick">javascript:Toggle('<xsl:value-of select="//JobsReport/jobs/job[@name=$curr_job_name]/after"/>')</xsl:attribute>
272                         <xsl:attribute name="title">Click to get job information</xsl:attribute>
273                         <xsl:attribute name="class">OK2</xsl:attribute>
274                         <xsl:value-of select="//JobsReport/jobs/job[@name=$curr_job_name]/after"/>
275                   </a>
276                   <br/>
277                   <h4>Timeout : </h4><xsl:value-of select="//JobsReport/jobs/job[@name=$curr_job_name]/timeout"/>
278                   <br/>
279                   <h4>Begin : </h4><xsl:value-of select="//JobsReport/jobs/job[@name=$curr_job_name]/begin"/>
280                   <br/>
281                   <h4>End : </h4><xsl:value-of select="//JobsReport/jobs/job[@name=$curr_job_name]/end"/>
282                   <br/>
283                   <h4>Out : </h4><PRE><xsl:value-of select="//JobsReport/jobs/job[@name=$curr_job_name]/out"/></PRE>
284                   <br/>
285                   <h4>Err : </h4><h_err><PRE><xsl:value-of select="//JobsReport/jobs/job[@name=$curr_job_name]/err"/></PRE></h_err>
286           </xsl:if>
287           <h4>Status : </h4><xsl:value-of select="//JobsReport/jobs/job[@name=$curr_job_name]/state"/>
288           <br/>
289           <h4>Commands : </h4><xsl:value-of select="//JobsReport/jobs/job[@name=$curr_job_name]/commands"/>
290           <br/>
291       </div>
292     </xsl:for-each>
293
294     <div style="display:none"><xsl:attribute name="id">legend</xsl:attribute>
295       <td border="0"> 
296         <tr><td>job</td><td>result</td></tr>
297         <tr><td> <xsl:attribute name="class">OK2day</xsl:attribute>success today</td><td> <xsl:attribute name="class">OK2day</xsl:attribute>success today</td></tr>
298         <tr><td> <xsl:attribute name="class">OK2</xsl:attribute>success not today</td><td> <xsl:attribute name="class">OK2</xsl:attribute>success not today</td></tr>
299         <tr><td> <xsl:attribute name="class">KO2day</xsl:attribute>fail today</td><td> <xsl:attribute name="class">KO2day</xsl:attribute>fail today</td></tr>
300         <tr><td> <xsl:attribute name="class">KO2</xsl:attribute>fail not today</td><td> <xsl:attribute name="class">KO2</xsl:attribute>fail not today</td></tr>
301         <tr><td> <xsl:attribute name="class">TO2day</xsl:attribute>timeout today</td><td> <xsl:attribute name="class">KF2day</xsl:attribute>known failure today</td></tr>
302         <tr><td> <xsl:attribute name="class">RUNNING2</xsl:attribute>running</td><td> <xsl:attribute name="class">KF2</xsl:attribute>known failure not today</td></tr>
303         <tr><td> <xsl:attribute name="class">NA2day</xsl:attribute>To be launched</td></tr>
304         <tr><td> <xsl:attribute name="class">NA2</xsl:attribute>Not today</td></tr>
305       </td>
306     </div>
307     
308 </body>
309
310 </html>
311 </xsl:template>
312 </xsl:stylesheet>