Enable RC announcement in changelog webpage
[grml.org.git] / grml2hd / gallery / .tmp / html_slide_template.html
1
2 cat << EOF
3 `generate_header start "#888888"`
4
5 <meta http-equiv="refresh" content="$SLIDE_DELAY; URL=` if [ \"$SLIDE_LOOP\" = \"true\" ] ; then echo $FIRST_HTML ; else echo $R_NEXT_HTML_SLIDE; fi` ">
6  
7       <font color="#888888">Slideshow</font>
8       <a href="../$THIS_HTML">Stop</a> &nbsp;&nbsp;&nbsp;&nbsp;
9       <a href="../index.html">Index</a> &nbsp;&nbsp;&nbsp;&nbsp;
10       <a href="$R_PREV_HTML_SLIDE"><b>&lt;&lt;&lt;</b></a>
11       $POS/$COUNT
12       <a href="$R_NEXT_HTML_SLIDE"><b>&gt;&gt;&gt;</b></a>
13 `generate_header end`
14
15    <br>
16    <center>
17
18    <table border="0" cellpadding="5" width="100%">
19
20    <tr><td width="100%" align="center" valign="top">
21
22       <font size="-1" color="#777777">&nbsp;$DESCRIPTION&nbsp;</font>
23
24       <table width="640" cellspacing="0" cellpadding="0" border="0">
25       <tr>
26
27          <td width="640" height="640" valign="middle" align="center" >
28          <img alt="$R_DISPLAY_IMAGE" src="$R_DISPLAY_IMAGE" $R_DISPLAY_IMAGE_SIZE border="1">
29          </td>
30       </tr>
31       </table>
32
33    </td></tr></table>
34
35 `. $FOOTER_TEMPLATE`
36 EOF
37