#c// options: -image_sizes #c// ################################################################### #c// Album Theme by David Ljung Madison based on #c// generic SimmerTheme 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 "" if ($_[1]); } # Path setting - this is the path to the images $PATH = Theme_Path(); # Font/color settings for the document $TITLE_FONT = "size='5' color='#ffffff' face='Times New Roman,Georgia,Times'"; $MAIN_FONT = "face='Times New Roman,Georgia,Times'"; $CREDIT_FONT = "face='Verdana' color='#ffffff'"; $BODY = "background='$PATH/bkgrnd.gif' link='#FF0000' alink='#FF0000' vlink='#FF0000' text='#FFFFFF'"; # Icons/graphics @Bar_L = ("Bar_L.gif", 20, 20); @Bar_M = ("Bar_M.gif", "90%", 20); @Bar_R = ("Bar_R.gif", 20, 20); @Icon = ("Icon.gif", 190, 42); @Back = ("Back.gif", 120, 42); @Next = ("Next.gif", 30, 42); @Prev = ("Prev.gif", 30, 42); @More = ("More.gif", 120, 42); # Thumbnail border $X = Image_Page() ? Image_Width() : Get_Opt('x'); $Y = Image_Page() ? Image_Height() : Get_Opt('y'); @ThBord_L = ("ThBord_L.gif", 22, $Y-0-0); @ThBord_R = ("ThBord_R.gif", 22, $Y-0-0); @ThBord_TL = ("ThBord_TL.gif", 22, 22); @ThBord_TR = ("ThBord_TR.gif", 22, 22); @ThBord_BL = ("ThBord_BL.gif", 22, 22); @ThBord_BR = ("ThBord_BR.gif", 22, 22); @ThBord_T = ("ThBord_T.gif", $X+22+22-22-22, 22); @ThBord_B = ("ThBord_B.gif", $X+22+22-22-22, 22); :>// #c// #c// Everything beyond here is the same for the generic DaveWeb image theme.. <: Meta() :> Image: <:=Image_Name() :> >
<:img_src(@Icon,"align='absmiddle'"):>
>     <: 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 > <: Set_Image_This() :>// CAPTION
> > <:=Image_Name():>
> <:pImage_Caption():>
<: Set_Image_Next() :>// 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:>