91 lines
3.9 KiB
HTML
91 lines
3.9 KiB
HTML
<%Plugins::SlideShow::generate_paths( $ID )%>
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html>
|
|
|
|
<head>
|
|
<title><%site_title%>: <%Title%></title>
|
|
|
|
<style type="text/css">
|
|
body {margin: 0; font-family: arial,helvetica,tahoma; font-size:10;}
|
|
a:link {color:black; font-family:arial,helvetica,tahoma; font-size:10; text-decoration:none; }
|
|
a:visited {color:black; font-family:arial,helvetica,tahoma; font-size:10; text-decoration:none; }
|
|
a:hover {color:#336599; font-family:arial,helvetica,tahoma; font-size:10; text-decoration:none;}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<%body_tag%>
|
|
<center>
|
|
|
|
<table border=0 cellpadding=0 cellspacing=0 border=0>
|
|
<tr>
|
|
<td bgcolor="#ffffff" align=left valign="top">
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td width="70%" bgcolor="#ffffff" colspan="1" rowspan="1" style="border-bottom:1px solid #003366">
|
|
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
|
<tr>
|
|
<td bgcolor="#ffffff" width="100%" height="17"><img src="<%build_images_url%>/default/ClearShim.gif" height="17"></td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#336799" background="<%build_images_url%>/default/line_bg.gif" width="100%" height="13"><img src="<%build_images_url%>/default/ClearShim.gif" height="13"></</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td width="29" height="30" bgcolor="#ffffff" align="left" valign="bottom" style="border-bottom:1px solid #003366"><img src="<%build_images_url%>/default/tab_corner2.gif"></td>
|
|
<td width="30%" height="30" bgcolor="#336599" align="center" valign="center" style="border-bottom:1px solid #003366; border-top: 1px solid #003366;"><img src="<%build_images_url%>/default/title5.gif"></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#cccccc">
|
|
<td bgcolor="#cccccc">
|
|
<table border="0" cellpadding="3" cellspacing="0" width="100%">
|
|
<tr>
|
|
<td align=left width="33%"><%body_font%>
|
|
<%if Image_First%><a href="showpicture.cgi?ID=<%ID%>&v=<%Image_First%>"><img border="0" src="<%build_images_url%>/default/start.gif" alt="Jump to first"></a><%endif%>
|
|
<%if Image_Previous%><a href="showpicture.cgi?ID=<%ID%>&v=<%Image_Previous%>"><img src="<%build_images_url%>/default/previous.gif" border="0" alt="Previous"></a><%endif%>
|
|
</td>
|
|
<td align=center width="33%"><%body_font%>
|
|
<%loop Image_Tool%>
|
|
|
|
<%if Image_Selected%>
|
|
<b><%Image_Index%></b>
|
|
<%else%>
|
|
<a href="showpicture.cgi?ID=<%ID%>&v=<%Image_Colname%>"><%Image_Index%></a>
|
|
<%endif%>
|
|
<%endloop%>
|
|
</td>
|
|
<td align=right width="33%"><%body_font%>
|
|
<%if Image_Next%><a href="showpicture.cgi?ID=<%ID%>&v=<%Image_Next%>"><img src="<%build_images_url%>/default/next.gif" border="0" alt="Next"></a><%endif%>
|
|
<%if Image_Last%><a href="showpicture.cgi?ID=<%ID%>&v=<%Image_Last%>"><img border="0" src="<%build_images_url%>/default/end.gif" alt="Jump to end"></a><%endif%>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan=3 bgcolor="#ffffff">
|
|
<%body_font%><img src="<%image_url_path( $v )%>"></font>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan=3 bgcolor="#cccccc" align=center><%body_font%><%if Image_Description%><%Image_Description%><%else%><%Title%><%endif%>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="3" bgcolor="#336599" background="<%build_images_url%>/default/line_bg2.gif" align="center" valign="center" style="border-top:1px solid #003366" height="13"><font size=1 color="white">
|
|
Currently viewing image <%Image_Current%> of <%Image_Count%>
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|