#c// ####################################################################
#c// Image Theme created by dkl for shawn@teq.org  (www.teq.org)
#c// ####################################################################
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN'
    'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
  <head>
    <title> 
      Image: <:=Image_Name() :>
    </title>
    <: Meta() :>
  </head>
  <body bgcolor='white' link="gray"><center>

#c// #########################
#c// Header/parents
#c// #########################
  <table width='100%' bgcolor="#f0f0f0">
    <tr>
      <td align='left'>
        <h2> <:= Parent_Albums(':'); :> : <:= Name() :> </h2>
      </td>
      <td align='right'>
        <h1><a href=<:=Back():>>Up</a></h1>
	<br>
      </td></tr>

#c// prev/next

    <tr>
    <td align='left'>
      <: Set_Image_Prev(); :>
      <a href=<:=Image_Page_URL():>><:=Image_Name():></a>(prev)
    </td>
    <td align='right'>
      <: Set_Image_Next(); :>
      (next)<a href=<:=Image_Page_URL():>><:=Image_Name():></a>
    </td>
  </tr>
</table>
<br>


#c// Go back to the current image
<: Set_Image_This(); :>

#c// #########################
#c// The image and caption
#c// #########################
  <a href=<:=Image_URL():>>
  <img border='0' src=<:=$picdata->{URL}{image_page}{image_src}:> alt=<:=Image_Alt():>></a><br />
  <font size='+1'><i>
    <: pImage_Caption() :>
  </i></font>
</center>

#c// #########################
#c// Footer
#c// #########################
<font size='-1'> <: Credit() :></font>
  </body>
</html>
