Contents Previous Next

6.2 fxALBUM HTML-skin format

fxPAINT 2.0 and up support skins for the HTML-export feature of the integrated fxALBUM. Every skin has its own drawer below fxPAINT:Storage/Web/Skins/ which can hold the following files:

6.2.1 fxdef_border_thumb.def

The thumbnail template is processed for every created thumbnail. To allow a flexible design and arragement of the images, text etc. you can use the follwing variables.

VariableReplaced by
%htdestHTML page to link to from thumbnail (full image).
%imgdestThe location of the thumbnail image itself.
%imgwidWidth of thumbnail image.
%imgheiHeight of thumbnail image.
%imgnumID of image (for use with scripts like fxcard).
%imgborder<img>-tag border chosen by user.
%subtitleVariable subtitle string - can be empty!
%thumbsizeMaximum width and height of thumbnail.
%fullwidWidth of original full image.
%fullheiHeight of original full image.
%fullnameFilename of original full image.
%commentComment for this picture - may be empty.
%fxcardcodeFull HTML-code for including support for the fxCARD-script. If fxCARD was not chosen in the options, this variable is removed.
%fxcardbeginIf fxCARD was selected, inserts a link to the script, e.g. <a href="fxcard.php?imgid=1&srev=1">, otherwhise a <--.
%fxcardendIf fxCARD was selected, inserts a </a> , otherwhise a -->

6.2.2 fxdef_border_full.def

As for the thumbnail, there also exists a template for the full image html pages.

Variables:

VariableReplaced by
%imgdestThe location of the full image itself.
%imgwidWidth of the full image.
%imgheiHeight of the full image.
%imgnumID of image (for use with scripts like fxcard).
%imgborder<img>-tag border chosen by user.
%imgfilesizesize of the full image in bytes.
%subtitleVariable subtitle string - can be empty!
%fullwidWidth of original full image.
%fullheiHeight of original full image.
%fullnameFilename of original full image.
%commentComment for this picture - may be empty.

6.2.3 fxdef_header.html

Fallback header file if none is specified. Allows nearly completly customizable designs.

6.2.4 fxdef_footer.html

Fallback footer file if none is specified. Allows nearly completly customizable designs.

6.2.5 fxsty_#?

All files refered to by the rest of the files. Copied 1:1 to the destination directory.
Contents Previous Next