#c// options: -image_sizes #c// ################################################################### #c// Album Theme by David Ljung Madison #c// Design by Dave Simmer of DaveWeb.com #c// -- Auto generated by http://MarginalHacks.com/Hacks/album/simmer_theme #c// ################################################################### #c// <: # Image arrays are: name, width, height sub img_src { print "$_[4]" if ($_[1]); } # Path setting - this is the path to the images $PATH = Theme_URL(); # Font/color settings for the document $TITLE_FONT = "size='5' color='#888888' face='Times New Roman,Georgia,Times'"; $MAIN_FONT = "face='Times New Roman,Georgia,Times'"; $CREDIT_FONT = "face='Verdana' color='#888888'"; $BODY = "background='$PATH/bkgrnd.gif' link='#0099FF' alink='#0099FF' vlink='#0099FF' text='#888888'"; # Icons/graphics @Icon = ("Icon.gif", 77, 13); @Back = ("Back.gif", 42, 11); @Next = ("Next.gif", 15, 10); @Prev = ("Prev.gif", 15, 10); @More = ("More.gif", 88, 11); # Thumbnail border $X = Image_Page() ? Image_Width() : Get_Opt('x'); $Y = Image_Page() ? Image_Height() : Get_Opt('y'); @ThBord_LT = ("ThBord_LT.gif", 8, 17); @ThBord_RT = ("ThBord_RT.gif", 5, 17); @ThBord_LB = ("ThBord_LB.gif", 8, 6); @ThBord_RB = ("ThBord_RB.gif", 5, 6); @ThBord_L = ("ThBord_L.gif", 8, $Y-17-6); @ThBord_R = ("ThBord_R.gif", 5, $Y-17-6); @ThBord_TL = ("ThBord_TL.gif", 15, 5); @ThBord_TR = ("ThBord_TR.gif", 17, 5); @ThBord_BL = ("ThBord_BL.gif", 15, 9); @ThBord_BR = ("ThBord_BR.gif", 17, 9); @ThBord_T = ("ThBord_T.gif", $X+8+5-15-17, 5); @ThBord_B = ("ThBord_B.gif", $X+8+5-15-17, 9); :>// #c// #c// Everything beyond here is the same for the generic DaveWeb image theme.. <: Meta() :> Image: <:=Image_Name() :> > <:img_src("Null.gif",1,10):>
<:img_src(@Icon,"align='middle'"):>
>     <: pJoin_Parent_Albums(":"); :>
><:@Back ? img_src(@Back) : print "

Back

"; :>
<:img_src(@Bar_L); img_src(@Bar_M); img_src(@Bar_R);:>

#c// #c// Prev/caption/next #c//
<: Set_Image_Prev() :>// PREV
> ><:img_src(@Prev,"align='top'"); print "(prev)" unless @Prev; :><:=Image_Name():>
<: Set_Image_This() :>// CAPTION
> > <:=Image_Name():>
> <:pImage_Caption():>
<: Set_Image_Next() :>// NEXT
> ><:=Image_Name():><:img_src(@Next,"align='top'"); print "(next)" unless @Next; :>
<: Set_Image_This() :>// #c// #c// The image #c//

#c// All corners <: if (@ThBord_LB) { _:>
<:img_src(@ThBord_TL):><:img_src(@ThBord_T):><:img_src(@ThBord_TR):>
<:img_src(@ThBord_LT):> ><:pImage_Src():> <:img_src(@ThBord_RT):>
<:img_src(@ThBord_L):> <:img_src(@ThBord_R):>
<:img_src(@ThBord_LB):> <:img_src(@ThBord_RB):>
<:img_src(@ThBord_BL):><:img_src(@ThBord_B):><:img_src(@ThBord_BR):>
#c// Two corners <: } elsif (@ThBord_TL) { _:> <:img_src(@ThBord_TL):><:img_src(@ThBord_T):><:img_src(@ThBord_TR):>
<:img_src(@ThBord_L):>><:pImage_Src():><:img_src(@ThBord_R):>
<:img_src(@ThBord_BL):><:img_src(@ThBord_B):><:img_src(@ThBord_BR):>
#c// No corners <: } else { _:> ><:pImage_Src():>
<: } _:>
<:img_src("Null.gif",20,20):>
<:img_src(@Bar_L); img_src(@Bar_M); img_src(@Bar_R);:>
><: Credit() :> on <:=scalar localtime:>