#c// ####################################################################
#c// Image Theme created by DaveSource.com
#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>
    <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-2' />
    <title> 
      Obraz: <:=Image_Name() :>
    </title>
    <: Meta() :>
    <style type='text/css'>
      <!--
	body { margin: 2px; }
	h1 { font-size: 110%; margin: 0px; }
	h2 { font-size: 105%; margin: 0px; }
	table { margin: 5px 0px 5px 0px; }
      -->
    </style>
  </head>
  <body bgcolor='white' text='black' link='#0000ff' vlink='#ff00ff' alink='#ff0000'>

#c// #########################
#c// Header/parents
#c// #########################
  <center><table width='95%' cellpadding='0' cellspacing='5'>
    <tr>
      <td align='left'>
        <h2> <: pJoin_Parent_Albums(" : "); :> </h2>
      </td>
      <td align='right'>
        <h1><a href=<:=Back():>>zpět</a></h1>
      </td>
    </tr>
  </table></center>
#c//  <hr />

#c// #########################
#c// Prev/this/next img names
#c// #########################
<table cellspacing='5' cellpadding='0' width='100%'>
  <tr>
    <td align='left'>
      <: Set_Image_Prev(); :>
      &lt;&lt; předchozí:
      <a href=<:=Image_Page_URL():> title=<:=Image_Alt():>><:=Image_Name():></a>
    </td>
    <td align='center'>
      <: Set_Image_This(); :>
      <h1><:=Image_Name():></h1>
    </td>
    <td align='right'>
      <: Set_Image_Next(); :>
      následující:
      <a href=<:=Image_Page_URL():> title=<:=Image_Alt():>><:=Image_Name():></a> &gt;&gt;
    </td>
  </tr>
</table>
#c// Go back to the current image
<: Set_Image_This(); :>

#c// #########################
#c// The image and caption
#c// #########################
<center>
  <a href=<:=Image_URL():> title=<:=Image_Alt():>>
  <: pImage_Src() :></a><br />
#c//  <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// Prev/next thumbnails
#c// #########################
<hr />
<table cellspacing='10' width='100%'>
  <tr>
    <td align='left'>
      <: Set_Image_Prev(); :>
      &lt;&lt;&nbsp;předchozí<br />
      <a href=<:=Image_Page_URL():> title=<:=Image_Alt():>>
      <img width='<:=Option("x"):>' height='<:=Option("y"):>' border='0' src=<:=Image_Thumb():> alt=<:=Image_Alt():>><br />
      <:=Image_Name():></a>
    </td>
    <td align='right'>
      <: Set_Image_Next(); :>
      následující&nbsp;&gt;&gt;<br />
      <a href=<:=Image_Page_URL():> title=<:=Image_Alt():>>
      <img width='<:=Option("x"):>' height='<:=Option("y"):>' border='0' src=<:=Image_Thumb():> alt=<:=Image_Alt():>><br />
      <:=Image_Name():></a>
    </td>
  </tr>
</table>

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