initial import
[grml.org.git] / grml2hd / gallery / .tmp / index_dir_template.html
1
2 cat << EOF
3
4 <tr>
5 <td align="center" valign="top">
6    <img src="$DIR_ICON" alt="Directory icon">
7 </td>
8
9 `
10 if [ "$IIMAGE_SPECIAL" = "true" ] ; then
11    echo -e " <? if (IIMAGE_WRAPPER==1) { iimage_description(\"$DIR\",\"$SUB_DST\",\"$SUB_TITLE\"); } else { ?>"
12 fi
13 `
14
15
16 <td  valign="top">
17    <b><a href="$SUB_DST">$SUB_TITLE</a></b>
18    <br> <font size="-2"><em>$SUB_DATE</em></font>
19 </td></tr><tr>
20 <td></td>
21 <td><font size="-1">$FOLDER_DESCRIPTION</font>
22 </td>
23
24 `
25 if [ "$IIMAGE_SPECIAL" = "true" ] ; then
26    echo "<? } ?>"
27 fi
28 `
29
30 </tr>
31
32 EOF
33