5ace9ab2c42034c27964590f94099551b5390cf5
[grml.org.git] / grml2hd / gallery / .tmp / index_head_template.html
1
2 cat << EOF
3 `generate_header start "" "$DATADIR"`
4 <a href="../index.html">zur&uuml;ck</a>
5 `generate_header end`
6
7 <p>
8
9 <center>
10 <table width="80%" border="0"  cellspacing="20" ><tr>
11 <td width="50%" valign="top" align="center">
12 <h1>$TITLE</h1>
13
14 `
15 if [ "$IIMAGE_SPECIAL" = "true" ] ; then
16    echo -e "<? if (IIMAGE_WRAPPER==1) { iimage_description(\"$DIR\",\"$SUB_DST\",\"$SUB_TITLE\",2); } else { ?> $FOLDER_DESCRIPTION <? } ?>"
17 else
18    echo -e "$FOLDER_DESCRIPTION "
19 fi
20 `
21
22
23 </td>
24
25
26 <td width="50%" valign="top">
27
28 <table border="0" >
29 <tr>
30 <td align="center" valign="top">
31 <img src="$DIR_ICON" alt="Directory icon">
32 </td>
33 <td  valign="top">
34 <!-- index.html ist wichtig, da es sonst nicht ohne browser geht -->
35 <b><a href="../index.html">..</a></b>
36 </td>
37 </tr>
38 `search_subdirs`
39 </table>
40
41
42 </td></tr></table>
43 </center>
44
45 <p>
46
47 <center>
48 <table border="0"><tr>
49
50 EOF
51