~m-buck/+junk/gtk-desktop-info

« back to all changes in this revision

Viewing changes to templates/forecast.template

  • Committer: Mark Buck (Kaivalagi)
  • Date: 2009-06-19 17:13:00 UTC
  • Revision ID: m_buck@hotmail.com-20090619171300-5cbhr90xwg62z27y
Added --backgroundblend and --backgroundcolour options for visual seperation of output from wallpaper if required, Fixed song length output in the rhythmbox plugin when songs are an hour long or more, Added copy option to right click, enabling the copying of html content to the clipboard for testing, Moved common functions into a plugin_common module

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
<!-- --hideunits : Hide units such as mph or C, degree symbols (°) are still shown. -->
13
13
<!-- --hidedegreesymbol : Hide the degree symbol used with temperature output, this is only valid if used in conjunction with --hideunits. -->
14
14
<!-- --minuteshide : Works only with LU and LF. If present, hides the date part of the LU or LF timestamp if the day of the timestamp is today. The time part is also hidden, if the timestamp is older than minutes specified in this argument. If set to 0, the time part is always shown. If set to -1, the value EXPIRY_MINUTES from the config file is used. -->
15
 
 
16
15
<div id="wrapper">
17
16
        <div class="contenttop" align="center">
18
17
                <span class="hugelight">[--datatype=CC]</span>
20
19
        <div>
21
20
                <div class="contentleft">
22
21
                        <div class="current">
23
 
                        <img src="[--datatype=WF]" width="64"/><br> 
 
22
                        <img src="[--datatype=WF]" width="64"/><br>
24
23
                        [--datatype=HT --hideunits]/[--datatype=LT --hideunits]
25
 
                        </div>      
 
24
                        </div>
26
25
                        <div class="moon">
27
 
                        <img src="[--datatype=MF]" width="64"/><br> 
 
26
                        <img src="[--datatype=MF]" width="64"/><br>
28
27
                        [--datatype=MP]
29
 
                        </div>      
 
28
                        </div>
30
29
                        <div class="wind">
31
 
                        <img src="[--datatype=BS]" width="64"/><br> 
 
30
                        <img src="[--datatype=BS]" width="64"/><br>
32
31
                        [--datatype=WD] ([--datatype=WS --imperial])
33
32
                        </div>
34
 
                </div>      
 
33
                </div>
35
34
                <div class="contentright">
36
35
                  <span class="mediumlight" align="right">UV: </span>[--datatype=UI] - [--datatype=UT]<br>
37
36
                  <span class="mediumlight" align="right">Hum: </span>[--datatype=HM]<br>
78
77
                <br><br><br>
79
78
                <img src="[--datatype=WM]" width="100%"/>
80
79
        </div>
81
 
</div>
 
80
</div>
 
 
b'\\ No newline at end of file'