home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / weatherpulse-setup.exe / {userappdata} / Weather Pulse / Html / xsl / cc_style.xsl next >
Encoding:
Extensible Markup Language  |  2005-05-16  |  6.8 KB  |  209 lines

  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  3. <xsl:template match="/weather">
  4. <html>
  5. <head>
  6. <style type="text/css">
  7. body 
  8. margin-top: 0px;
  9. margin-bottom: 0px;
  10. margin-right:0px;
  11. margin-left: 0px;
  12. }
  13. A:HOVER {
  14.     color : Black;
  15. }
  16. .location 
  17.     font-family: Verdana, Arial, Helvetica, sans-serif;
  18.     font-size: 13px;
  19.     font-weight:bold;
  20.     color: #FFFFFF;
  21.     background-color:#003366;    
  22. }
  23. .values
  24.     font-family: Verdana, Arial, Helvetica, sans-serif;
  25.     font-size: 12px;
  26.     font-weight:none;
  27.     color: #000000;
  28. }
  29. .alerttitle 
  30.     font-family: Verdana, Arial, Helvetica, sans-serif;
  31.     font-size: 16px;
  32.     font-weight:bold;
  33.     color: #000000;
  34. }
  35. .title 
  36.     font-family: Verdana, Arial, Helvetica, sans-serif;
  37.     font-size: 12px;
  38.     font-weight:bold;
  39.     color: #000000;
  40. }
  41. .valuesb
  42.     font-family: Verdana, Arial, Helvetica, sans-serif;
  43.     font-size: 12px;
  44.     font-weight:bold;
  45.       color: #000000;
  46. }
  47. .alerttxt 
  48.     font-family: Verdana, Arial, Helvetica, sans-serif;
  49.     font-size: 10px;
  50.     font-weight:bold;
  51.     color: #EA1717;
  52. }
  53. .footer
  54.     font-family: font-family : Verdana, Arial, Helvetica, sans-serif;
  55.     font-size: 10px;
  56.     font-weight:none;
  57.     color: #000000;
  58. }
  59. .tbl
  60. {    
  61.     border: 1px #ffffff solid;
  62.     border-width: thin
  63.        
  64. }
  65. .conditions
  66. {
  67.     font-family: Verdana, Arial, Helvetica, sans-serif;
  68.     font-size: 13px;
  69.     font-weight:bold;
  70.     color: #000000;
  71. }
  72.  
  73. .bigtemp {
  74.         color : Navy;
  75.     background-color : White;
  76.     font-family : Verdana, sans-serif;
  77.     font-size : large;
  78.     text-align : left;
  79.     font-weight : bold;
  80. }
  81.  
  82. .visitus {
  83.         color : Black;
  84.     background-color : White;
  85.     font-family : Verdana, sans-serif;
  86.     font-size : xx-small;
  87.     text-align : left;
  88. }
  89.  
  90. </style>
  91. </head>
  92.   <table width="100%" height="100%" border="0" cellSpacing="0" cellPadding="0" ID="Table1">
  93.   <tr>
  94.     <td colspan="2" align="left" valign="center" class="location" height="40px">
  95.         Current Conditions for: <xsl:value-of select="loc/dnam"></xsl:value-of>
  96.     </td>
  97.   </tr>
  98.   <tr>
  99.         <xsl:variable name="med-img-dir">images\64\</xsl:variable>
  100.           <xsl:variable name="img-ext">gif</xsl:variable>
  101.           <xsl:variable name="iconnumber">
  102.           <xsl:value-of select="cc/icon"></xsl:value-of>
  103.         </xsl:variable>
  104.     <td width="200" align="center" valign="top">
  105.         <br/>
  106.         <img src="{$med-img-dir}/{$iconnumber}.{$img-ext}"></img><br/>
  107.         <font class="conditions"><xsl:value-of select="cc/t"></xsl:value-of></font><br/><br/>
  108.         <font class="bigtemp"><xsl:value-of select="cc/tmp"></xsl:value-of><img src="images/deg.gif"></img><xsl:value-of select="head/ut"></xsl:value-of></font><br/><br/>
  109.         <font class="visitus">Tomorrows Sunrise Sunset</font><br/>
  110.         <font class="valuesb">{SUNRISE}</font>
  111.         <font class="values">/</font>
  112.         <font class="valuesb">{SUNSET}</font>
  113.         <xsl:if test="swa">
  114.         <br/><br/>
  115.         <xsl:variable name="alerttext" select="swa/a/t" />
  116.         <img src="images/alert.gif" width="145" height="23" border="0" alt="{$alerttext}"></img><br/>
  117.         </xsl:if>
  118.     </td>
  119.     <td align="left" valign="top">
  120.   
  121.   <table width="100%" height="100%" border="0" cellSpacing="1" cellPadding="5" ID="Table2" class="tbl">
  122.   <xsl:if test="swa">
  123.     <tr>
  124.     <td align="left" valign="center" bgcolor="#DBE2ED">
  125.         <xsl:variable name="swaurl"><xsl:value-of select="swa/a/l"></xsl:value-of></xsl:variable>
  126.         <img src="images/checkmark2.gif"></img>
  127.         <font class="alerttitle"><b>Severe Weather Alert</b>:</font>
  128.         <br/> 
  129.         <font class="alerttxt"><xsl:value-of select="swa/a/t"></xsl:value-of><br/>
  130.         <a href="{$swaurl}">MORE DETAILS</a></font>
  131.     </td>
  132.     </tr>
  133.   </xsl:if>
  134.    <tr>
  135.     <td align="left" valign="center" bgcolor="#EBEFF4">
  136.         <font class="title">Temperature: </font> 
  137.         <font class="values"><xsl:value-of select="cc/tmp"></xsl:value-of><img src="images/deg.gif"></img><xsl:value-of select="head/ut"></xsl:value-of></font>
  138.     </td>
  139.   </tr>
  140.   <tr>
  141.     <td align="left" valign="center" bgcolor="#EBEFF4">
  142.         <font class="title">Feels like: </font><font class="values"><xsl:value-of select="cc/flik"></xsl:value-of><img src="images/deg.gif"></img><xsl:value-of select="head/ut"></xsl:value-of></font>
  143.     </td>
  144.   </tr>
  145.        <tr>
  146.           <td bgcolor="#EBEFF4"><font class="title">Humidity: </font><font class="values"><xsl:value-of select="cc/hmid"></xsl:value-of>%</font>
  147.           </td>
  148.        </tr>
  149.              <tr>
  150.           <td bgcolor="#EBEFF4"><font class="title">Dew Point: </font><font class="values"><xsl:value-of select="cc/dewp"></xsl:value-of><img src="images/deg.gif"></img><xsl:value-of select="head/ut"></xsl:value-of></font>
  151.           </td>
  152.        </tr> 
  153.       <tr>
  154.           <td bgcolor="#EBEFF4"><font class="title">Wind: </font><font class="values"><xsl:value-of select="cc/wind/s"></xsl:value-of><xsl:text> </xsl:text> <xsl:value-of select="head/us"></xsl:value-of><xsl:text> </xsl:text> <xsl:value-of select="cc/wind/t"></xsl:value-of></font>
  155.           </td>
  156.        </tr>
  157.       <tr>
  158.         <td bgcolor="#EBEFF4"><font class="title">UV Index:  </font><font class="values"><xsl:value-of select="cc/uv/i"></xsl:value-of>
  159.         <img src="images/spacer.gif" width="3"></img>
  160.         <xsl:value-of select="cc/uv/t"></xsl:value-of></font>
  161.         </td>
  162.         
  163.       </tr>       
  164.        <tr>
  165.           <td bgcolor="#EBEFF4"><font class="title">Visibility: </font><font class="values"><xsl:value-of select="cc/vis"></xsl:value-of><xsl:text> </xsl:text><xsl:value-of select="head/ud"></xsl:value-of></font>
  166.           </td>
  167.        </tr>      
  168.        <tr>
  169.           <td bgcolor="#EBEFF4"><font class="title">Pressure: </font> <font class="values"><xsl:value-of select="cc/bar/r"></xsl:value-of><xsl:text> </xsl:text><xsl:value-of select="head/ur"></xsl:value-of> and
  170.             <xsl:value-of select="cc/bar/d"></xsl:value-of></font>
  171.           </td>
  172.        </tr>
  173.        <tr>
  174.           <td bgcolor="#EBEFF4"><font class="title">Sunrise: </font> <font class="values">{SUNRISE}</font>
  175.           </td>
  176.        </tr>
  177.               <tr>
  178.           <td bgcolor="#EBEFF4"><font class="title">Sunset: </font> <font class="values">{SUNSET}</font>
  179.           </td>
  180.        </tr>
  181.        <tr>
  182.                <xsl:variable name="loc"><xsl:value-of select="loc/@id"></xsl:value-of></xsl:variable>
  183.     
  184.        
  185.        <td bgcolor="#DBE2ED">
  186.        <font class="footer">Observed {OBSERVED}
  187.        <br/><a href="http://www.w3.weather.com/weather/local/{$loc}">View this forecast at weather.com</a>
  188.        </font>
  189.        </td>
  190.        </tr>
  191.      </table>
  192.     </td>
  193.   </tr>
  194.   </table>
  195.   <font class="footer">
  196.  
  197. </font>
  198. </html>
  199.   </xsl:template>
  200. </xsl:stylesheet>
  201.