/* Copyright ©, 2005, Walter Long */ include_once "_inc_global.php"; $dir=rqst('dir'); $page=rqst('page'); $action=rqst('action'); $block=rqst('block'); if($block=="")$block=$_SESSION["options_block"]; else $_SESSION["options_block"]=$block; //--- APPLY DEFAULT or SAVE TEMPLATE --- if($action=='apply' || $action=='savetemplate'){ $allvars=""; chkOption('delay',$delay,0); chkOption('randomize',$randomize,1); chkOption('lkcolor',$lkcolor,0); chkOption('selcolor',$selcolor,0); chkOption('hicolor',$hicolor,0); chkOption('scrollbgcolor',$scrollbgcolor,0); chkOption('scrollfgcolor',$scrollfgcolor,0); chkOption('popupbgcolor',$popupbgcolor,0); chkOption('popupfgcolor',$popupfgcolor,0); chkOption('popupbdrcolor',$popupbdrcolor,0); chkOption('popupbdrwidth',$popupbdrwidth,0); chkOption('titlecolor',$titlecolor,0); chkOption('controls',$controls,1); chkOption('ssfullsize',$ssfullsize,1); chkOption('ssnaturalsize',$ssnaturalsize,1); chkOption('ssthumbs',$ssthumbs,1); chkOption('bordercolor',$bordercolor,0); chkOption('ssbgcolor',$ssbgcolor,0); chkOption('sshicolor',$sshicolor,0); chkOption('ssbtnbordercolor',$ssbtnbordercolor,0); chkOption('ssbtnbgcolor',$ssbtnbgcolor,0); chkOption('ssbtnhicolor',$ssbtnhicolor,0); chkOption('ssbtncolor',$ssbtncolor,0); chkOption('btnbordercolor',$btnbordercolor,0); chkOption('btnbgcolor',$btnbgcolor,0); chkOption('btnhicolor',$btnhicolor,0); chkOption('btncolor',$btncolor,0); chkOption('fade',$fade,1); chkOption('fadetoolbar',$fadetoolbar,1); chkOption('ssshowthumbbdrs',$ssshowthumbbdrs,1); chkOption('homepage',$homepage,0); chkOption('toolbaralign',$toolbaralign,0); chkOption('fontfamily',$fontfamily,0); chkOption('fontsize',$fontsize,0); //--- UPDATE AND APPLY --- if($action=='apply'){ eval($allvars); $fh=fopen($gLoginPath.$templatefile,'w'); fwrite($fh,$allvars); fclose($fh); reloadMenu($dir,0,1,-1); echo(""); if($page=="slideshow")reloadSlideshow(); } //--- SAVE NEW TEMPLATE --- /* if($action=='savetemplate'){ $template=rqst("itemplate"); $tmp=_split($template,"."); $template=$tmp[0]; if($template!=""){ $template.=".txt"; myWriteFile($gExePath."templates/_template.txt",$template); myWriteFile($gExePath."templates/".$template,$allvars); $_SESSION["skin"]=$template; wrt(""); eval($allvars); reloadMenu($dir,0,1,-1); if($page=="slideshow")reloadSlideshow(); }else msg("Invalid template name"); } */ //if($action=='apply'){ // echo(""); //} } //--- fix vars --- if($ssbgcolor=="")$ssbgcolor==$bgcolor; if($ssbtncolor=="")$ssbtncolor=$btncolor; if($ssbtnhicolor=="")$ssbtnhicolor=$btnhicolor; if($ssbtnbgcolor=="")$ssbtnbgcolor=$btnbgcolor; if($ssbtnbordercolor=="")$ssbtnbordercolor=$btnbordercolor; include_once "_inc_header.php"; $fontvals=array('Arial,Helvetica,sans-serif','Times New Roman,Times,serif','Courier,mono,sans-serif','Verdana,sans-serif','Impact,sans-serif','Tauri','Emilys Candy','Economica','Cabin Sketch','Caesar Dressing','Henny Penny','Simonetta','Noto Serif','Snowburst One','Patrick Hand SC','Waiting for the Sunrise','Tulpen One','Meie Script','Monofett','Monoton','Dr Sugiyama','Risque','Special Elite','Share Tech Mono','Sacramento','Julius Sans One','Merienda','Boogaloo','Orbitron','Akronim','Ribeye Marrow','Nosifer','Aguafina Script'); //NOTE: inc_global checks to see if we are loading a template file (see ddloadtemplate) //$ddtemplates=getTemplates($template); //if(!$loggedouttemplate)$loggedouttemplate="none"; //$ddloggedouttemplates=getTemplates($loggedouttemplate); if($gIE)$btnddh="20";else $btnddh="18"; if($gFX)$btnoffset="position:relative;top:3px;"; else if(!$gIE)$btnoffset="position:relative;top:1px;"; ?>