#c// ################################################################### #c// Album Theme by David Ljung Madison #c// Design by Dave Simmer of DaveWeb.com #c// -- Au##to generated by simmer_theme v3.00 #c// -- Can only auto gen if you remove the image page borders, #c// -- this one can't stretch. #c// -- From: http://MarginalHacks.com/Hacks/album/ #c// ################################################################### #c// <: # Path setting - this is the path to the images $PATH = Theme_URL(); $text_color = "#000000"; $link_color = "#603913"; $TITLE_FONT = "size='4' color='$text_color' face='Times New Roman,Georgia,Times'"; $MAIN_FONT = "face='Times New Roman,Georgia,Times'"; $CREDIT_FONT = "size='-1' face='Verdana' color='$text_color'"; $BODY = "bgcolor='white' link='$link_color' alink='$link_color' vlink='$link_color' text='$text_color'"; # Icons/graphics @Locked = ("$PATH/Locked.gif", 8, 11); # Thumbnail border @Bord_L = ("$PATH/Bord_L.gif", 39, 100); @Bord_R = ("$PATH/Bord_R.gif", 55, 100); @Bord_T = ("$PATH/Bord_T.gif", 227, 53); @Bord_B = ("$PATH/Bord_B.gif", 227, 55); @Border = (\@Bord_TL,\@Bord_T,\@Bord_TR,\@Bord_RT,\@Bord_R,\@Bord_RB,\@Bord_BR,\@Bord_B,\@Bord_BL,\@Bord_LB,\@Bord_L,\@Bord_LT); sub Bar { my ($colspan) = @_; return unless @Bar_L; :>
<: print Image_Array(@Bar_L),Image_Array(@Bar_M),Image_Array(@Bar_R);:>
<: } :>// #c// #c// ################################################################### #c// Everything beyond here is the same for every DaveWeb theme.. #c// ################################################################### <: Meta() :> Image: <:=Name(This_Image) :> > <:=Image_Array("$PATH/Null.gif",1,10):> <: Bar(2) :>
<: if (@Icon) { print Image_Array(@Icon,"align='middle'"); print "\n
\n"; } _:> >     <:= Parent_Albums(':'); :>
><:print @Back ? Image_Array(@Back) : "

Back

"; :>

#c// #c// Prev/caption/next #c//
<: if (my $Prev = Prev(This_Image, $opt->{image_loop})) { _:>
> <:=Get($Prev,'href','image_page','image_page'):> <:= @Prev ? Image_Array(@Prev,"align='top'") : "(prev) "; :><:=Name($Prev):>
<: } _:>
> <:=Get(This_Image,'href','image'):> <:=Name(This_Image):>
> <:=Caption(This_Image):>
<: if (my $Next = Next(This_Image, $opt->{image_loop})) { _:>
> <:=Get($Next,'href','image_page','image_page'):> <:=Name($Next):><:= @Next ? Image_Array(@Next,"align='top'") : " (next)"; :>
<: } _:>
#c// #c// The image #c// <: Bar(1) :>

<:=Get(This_Image,'href','image'):> <:=Image(This_Image,'full') :>
<:=Image_Array("$PATH/Null.gif",20,20):>
><: Credit() :> on <:=scalar localtime:>