HFS: Template: Difference between revisions

From rejetto wiki
Jump to navigation Jump to search
(Undo revision 5314 by 78.160.89.245 (Talk))
 
(109 intermediate revisions by 31 users not shown)
Line 1: Line 1:
== Applying templates from a forum ==
Some of the procedural information in this section is now outdated.
Although most of the details about sections and symbols etc. is still correct, you should obviously use the new [[HTML Template Editor]].
----
== Applying templates from the forum ==


Download templates from the HFS templates forum.
You can download templates from the [http://www.rejetto.com/forum/viewforum.php?f=24 HFS templates forum] or from the [http://rejetto.com/wiki/index.php?title=Gallery HFS Template Gallery]. To apply a template, follow these steps:
# Open the "Menu" in HFS
# Open the "Menu" in HFS.
# Select "Other options" and open "Edit HTML template"
# Select "Other options" and open "Edit HTML template".
# Copy your HTML template and paste it over the HFS  "HTML template"
# Copy your HTML template and paste it over the HFS  "HTML template".
Test your new HTML template by pressing the "apply" button and reload your HFS web page on your web browser.
Test your new HTML template by pressing the "apply" button and reloading the HFS web page into your browser.


== Building your own HTML template ==
== Building your own HTML template ==
   
   
1. Open the "Menu" in HFS
1. Open the "Menu" in HFS.
 
2. Select "Other options" and open "Edit HTML template"
 
3. Press the "Help" button to list the available symbols to use in your HTML template.
 
 
== Template help ==


2. Select "Other options" and open "Edit HTML template".


HFS builds HTML pages dynamically from the template file '''hfs.tpl''' in the hfs.exe folder. If it does not exist, the default template inside hfs.exe will be used.
3. Press the "Help" button to list the available symbols for your HTML template.


A template is divided in sections. Each section describes a part of the final HTML page which will be served to the rquesting browser. The template should provide all sections for correct working of the generated HTML. A section usually contains HTML code. Since the final HTML page is built dynamically, symbols have to be used to get valid output. Symbols are surrounded by '''%percent%''' characters and define the corresponding sections.  
== How templates work ==
A section is labelled using '''[square brackets]'''. Symbols will be translated with actual values at run-time. Some symbols return a string for the current variable, while others only get activated if a certain condition is met. Besides symbols, also some defined command line operators can call sections to generate HTML for output.   
HFS builds HTML pages dynamically by loading pieces of HTML code from a template.
A template is text divided into sections. Each section describes a part of the final HTML page which will be served to the requesting browser. The template must provide all sections for correct working of the generated HTML, so a section usually contains HTML code. Since the final HTML page is built dynamically, symbols have to be used to get valid output. Symbols are surrounded by '''%percent%''' characters and define the corresponding sections.  
A section is labelled by using '''[square brackets]'''. Symbols will be translated into actual values at run-time. Some symbols return a string for the current variable, while others only get activated if a certain condition is met. Besides symbols, some defined address line operators can also call sections to generate HTML for output.   


In the main section, which is unlabeled, and in all other sections, symbols and command line operators can be used to control the HTML output. Some symbols are limited to a specific section. Some symbols will produce the HTML from the corresponding sections, while others just return the corresponding actual string or value.
In the main section, which can be unlabeled or labeled simply with [], and in all other sections, symbols can be used to control the HTML output. Some symbols are limited to a specific section. Some symbols will produce the HTML from the corresponding sections, while others just return the corresponding actual string or value.


The best way to build a template is to edit an existing template.
The best way to build a template is to edit an existing template.


== Symbols list - by section ==
== Where is the template stored ==
 
The template is stored always "near" the options. If the options are saved in disk (file ''hfs.ini'') then the template is also saved to disk (file named  ''hfs.tpl''). You can find these files in the same folder as ''hfs.exe'' (the software).
More often, both the template and the options are saved in the registry (by default).


'''Symbols available in all sections:'''
The template is loaded at HFS startup. If no template is found, then the default one is used.
'''%style%''' - inserts the HTML from '''[style]'''


'''%login-link%''' - inserts HTML from '''[login-link]''' if no user is logged in, void otherwise
== Other useful things ==


'''%loggedin%''' - inserts HTML from '''[loggedin]''' if a user is logged in, void otherwise
If you are bustling with template editing, you will be interested in [[HFS: Template symbols|symbols]], [[HFS: Template macros|macros]] and [[HFS: Address operators|address operators]].


'''%user%''' - returns the name of the authenticated user, void if no user is logged in
== Sections list ==
Sections available in the template:


'''%version%''' - returns the HFS version number
; [style]  : HTML for the %style% symbol
; [login-link] : HTML for the %login-link% symbol when no user is logged in
; [loggedin] : HTML for the %loggedin% symbol when the user has logged in
; [up] : HTML for the %up% symbol when there's a parent folder (not root)
; [link] : HTML for the a link to an URL
; [folder] : HTML for the link to a folder
; [file] : HTML for the link to a file
; [file.<EXT>] : used in place of [file] when the file has the specified extention
; [files] : HTML for the %files% symbol when the current folder is not empty
; [nofiles] : HTML for the %files% symbol when the current folder is empty
; [comment] : HTML for the %comment% symbol for sections [file], [folder] and [link] if available in the VFS
; [folder-comment] : HTML for the %folder-comment% symbol if available in the VFS
; [newfile] : HTML for the %new% symbol if the item is marked as new
; [upload-link] : HTML for the %upload-link% symbol when the user has upload rights
; [upload] : HTML for the ~upload command
; [upload-file] : HTML for the upload form
; [upload-results] : HTML for the upload results page after upload has finished
; [upload-success] : HTML for the successfully uploaded files
; [upload-failed] : HTML for the unsuccessfully uploaded files
; [progress] : HTML for the %progress% symbol
; [progress-download-file] : HTML for ongoing download
; [progress-upload-file] : HTML for ongoing upload
; [progress-nofiles] : HTML when no file transfer is ongoing
; [upload-no-progress] : HTML for the ~upload-no-progress command
; [upload+progress] : HTML for the ~upload+progress command
; [error-page] : HTML in case of an error
; [overload] : HTML for the %content% symbol
; [unauthorized] : HTML for the %content% symbol
; [deny] : HTML for the %content% symbol
; [ban] : HTML for the %content% symbol
; [max contemp downloads] : HTML for the %content% symbol
; [not-found] : HTML for the %content% symbol
; [item-archive] : HTML for the %item-archive% symbol
; [sym-My_Section] : HTML for the %sym-My_Section% symbol ( %sym-test% <>[sym-test] )
; [protected] : HTML for the %protected% status, associate with <img src='/~img_lock'>


'''%timestamp%'''  - returns the value for the date and time of the server (format is defined by OS settings)
== Section aliasing ==
You can specify 2 or more sections in brackets, and the same content will be assigned to all of them.


'''%uptime% ''' - returns the value for how long HFS has been running without quitting
The syntax is '''[A = B = C = D]''' where A, B, C, etc, are sections.


'''%connections%''' - returns the value for the current number of connections to HFS
This is very useful when you are specifying the content for [file.EXT] sections, like images. '''[file.jpg = file.jpeg = file.png = file.gif]'''


'''%speed-out%''' - returns the value for the current outbound throughput
== Customizing graph colors and size ==


'''%speed-in%''' - returns the value for the current inbound throughput
'''Available since build #081.'''


'''%total-out%''' - returns the value for the total amount of bytes sent
You can customize graph colors inside the template. The graph address is ''~img_graph'', but you can append to the name several options separated by an <tt>x</tt>.


'''%total-in% ''' - returns the value for total amount the of bytes received
For example, <tt>~img_graph190x40xx333x000</tt>


'''%number-addresses% ''' -  returns the value for the current number of connected clients (IP addresses)
The full list of options, in order is: width, height, refresh rate, background color, grid color, out bandwidth color, in bandwidth color, text color.


'''%number-adresses-downloading%'''  - returns the  value for the current number of downloading clients (IP addresses)
You can specify as many options as you want, even none.
Current default values for width/height/colors are the same as in HFS window.


Colors can be specified in at least two forms: RGB, RRGGBB.
'''Symbols available in the main section:'''


'''%up% ''' - inserts HTML from '''[up]''' if the current folder is not the root, void otherwise
''Refresh rate'' doesn't work inside template itself, but only if you access the graph alone, directly in your browser. If not specified, refresh is disabled.


'''%upload-link%''' - inserts HTML from '''[upload-link]''' if upload is available in the current folder, void otherwise
== Embedding pages inside a template ==


'''%host%''' - returns the Host http header field, as sent by the browser eg. URL(:port) or IP(:port)
If you put a whole HTML page under '''[a_name_you_choose]''' section, then it will be available at


'''%number%''' - returns the value for the number of items in the current folder
<tt><nowiki>http://YOUR_ADDRESS/~a_name_you_choose</nowiki></tt>


'''%number-folders%''' - returns the value for the number of folders in the current folder
== Unicode support ==


'''%number-files%''' - returns the value for the number of files in the current folder
Normally HFS converts %symbols% to ANSI characters (not unicode).
But the default template itself uses unicode UTF-8 encoding, to easily support any character/glyph.


'''%total-size%''' - returns the smart value for the amount of space occupied by items in the current folder
HFS will know the template wants UTF-8 by searching for the string '''=UTF-8''' inside the template itself. This is supposed to be part of the string
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
Then, when this is found, HFS will work accordingly.


'''%total-kbytes%''' - same  as '''%total-size%''' but expressed in kilobytes
The searching is made in the source of the template, far before any symbol or macro is expanded, so don't try to make this dynamic.


'''%total-bytes% ''' - same as '''%total-size%''' but expressed in bytes
== Section options ==


'''%build-time%''' - returns the value for how long it took to generate the page
'''Feature only available since version 2.3'''


'''%files% ''' - inserts HTML from '''[files]''' if at least one item is present in the current folder, inserts HTML from '''[nofiles]''' otherwise
Sections can have some options specified by using the pipe "|" as separator.


E.g. <tt>[options|a|b]</tt> is a section named ''options'' with 2 parameters, ''a'' and ''b''.
<br>These are just dummy options, there's no option named ''a'' or ''b''.


'''Symbols available in [files]:'''
Here is a list of available options:


'''%list%''' - the full list of items in the current folder, got by pasting each item after the pertinent section where [folder], [file] or [link] was inserted.
; private
: by default, sections are accessible via web, just by specifying the correct address. See [[#Embedding pages inside a template]] for more information.
: By specifying this options, you'll disable this feature, and the section content will not be accessible via web.


; no log
'''Symbols available in [file] [folder] [link]:'''
: this option will disable any logging for this section, when it's accessed via web.
 
'''%new%''' - inserts HTML from '''[new]''' if the file is marked as new, void otherwise
 
'''%comment%''' - inserts HTML from '''[comment]''' if a comment is available for the item, void otherwise
 
'''%item-url%''' - returns the value for the path to get the item
 
'''%item-name%''' - returns the value for the label of the item
 
'''%item-added%''' - returns the value for date and time when the item was added to the VFS (date and time format is defined by OS settings)
 
'''Symbols available in [file] [folder]:'''
 
'''%item-dl-count%''' - returns the value for the download counter (virtual folders totalize inner counters)
 
'''%item-modified%''' - returns the value for the modification time as reported by file or folder (date and time format is defined by OS settings)
 
 
'''Symbols available in [file]:'''
 
'''%item-size%''' - returns the value for the amount of space occupied by the item
 
'''%item-size-b%''' - same as '''%item-size%''' but expressed in bytes
 
'''%item-size-kb%''' - same as '''%item-size%''' but expressed in kilobytes
 
 
'''Symbols available in [upload], [upload+progress], [upload-results] and main section:'''
 
'''%diskfree%''' - returns the value for the total amount of available space minus the reserved space in the drive containing the current folder (makes sense only for real folders)
 
'''%folder%''' - returns the value for the path to the current folder
 
'''%encoded-folder%''' - returns the value for the encoded path to the current folder
 
'''%parent-folder%''' - returns the value for the encoded path to the parent folder
 
'''%folder-comment%''' - inserts the HTML from '''[folder-comment]''' if a comment is available for the current folder, void otherwise
 
'''Symbols available in section [error-page]:'''
 
'''%content%''' - inserts the HTML from [ban], [deny], [not found], [unauthorized] or [overload], depending on the error code
 
'''Symbols available in section [ban]:'''
 
'''%reason%''' - returns value for the ban description from the hfs.ini
 
 
'''Symbols available in section [progress]:'''
 
'''%progress-files%''' - inserts the HTML from '''[progress-nofiles]''' if no file is transferred with the current client, otherwise the list of transferring files got by pasting each file after the pertinent section ['''progress-download-file]''' and/or '''[progress-upload-file]''' is inserted
 
 
'''Symbols available in [progress-download-file], [progress-upload-file] related to the transferring file:'''
 
'''%perc%''' - returns the value for the percentage done
 
'''%filename%''' - returns the value for the name of the file
 
'''%done-bytes%''' - returns the value for the transferred bytes
 
'''%done%''' - same  as '''%done-bytes%''', but using dynamic measure units
 
'''%total-bytes%''' - returns the value for the number of bytes of the completed transfer
 
'''%total%''' - same as '''%total-bytes%''', but using dynamic measure units
 
'''%speed-kb%''' - returns the value for the throughput speed
 
 
'''Symbols available in section [upload]:'''
 
'''%uploaded-files%''' - input boxes for files to be uploaded got by pasting [upload-file] for each file
 
 
'''Symbols available in section [upload-file]:'''
 
'''%idx%''' - ordinal index of the input box
 
 
'''Symbols available in section [upload-results]:'''
 
'''%uploaded-files%''' - list of uploaded files got by pasting '''[upload-success]''' and/or '''[upload-failed]''' for each file
 
 
'''Symbols available in sections [upload-success] and [upload-failed]:'''
 
'''%item-name%''' - name of the file
 
 
'''Symbols available in section [upload-success]:'''
 
'''%item-size%''' - returns the value for the size of the uploaded file
 
'''%speed%''' - returns the value for the average upload speed
 
 
'''Symbols available in section [upload-failed]:'''
 
'''%reason%''' - returns the value for the error occurred while uploading
 
 
==Command Line Operators List:==
 
'''~login''' - calls for the login screen
 
'''~files.lst''' - inserts HTML from '''filelist.tpl''' if exists in hfs.exe folder; otherwise produces ASCII file list of the requested folder
 
'''~img''' - shows server graphic
 
'''~progress''' - calls the HTML from '''[progress]'''
'''~upload''' - calls HTML from '''[upload]'''  for the requested folder
 
'''~upload-no-progress''' - calls HTML from '''[upload-no-progress]'''  for requested folder
 
'''~upload+progress''' calls HTML from '''[upload+progress]'''  for the requested folder
 
==Sections list==
 
'''Sections available in the template:'''
 
'''[style] ''' - HTML for the '''%style%''' symbol
 
'''[login-link]''' - HTML for the '''%login-link%''' symbol when no user is logged in
 
'''[loggedin]''' - HTML for the  '''%loggedin%''' symbol when the user has logged in
 
'''[up]''' - HTML for the '''%up%''' symbol when there's a parent folder (not root)
 
'''[link]''' - HTML for the a link to an URL
 
'''[folder]''' - HTML for the link to a folder
 
'''[file]''' - HTML for the link to a file
 
'''[files]''' - HTML for the '''%files%''' symbol when the current folder is not empty
 
'''[nofiles]''' - HTML for the '''%files%''' symbol when the current folder is empty
 
'''[comment]''' - HTML for the '''%comment%''' symbol for [file] [folder] and [link] if available in the VFS
 
'''[folder-comment]''' - HTML for the '''%folder-comment%''' symbol if available in the VFS
 
'''[newfile]''' - HTML for the '''%new%''' symbol if the item is marked as new
 
'''[upload-link]''' - HTML for the '''%upload-link%''' symbol when the user has upload rights
 
'''[upload]''' - HTML for the '''~upload''' command
 
'''[upload-file]''' - HTML for the upload form
 
'''[upload-results]''' - HTML for the upload results page after upload has finished
 
'''[upload-success]''' - HTML for the successfully uploaded files
 
'''[upload-failed]''' - HTML for the unsuccessfully uploaded files
 
'''[progress]''' - HTML for the  '''%progress%''' symbol
 
'''[progress-download-file]''' - HTML for ongoing download
 
'''[progress-upload-file]''' - HTML for ongoing upload
 
'''[progress-nofiles]''' - HTML when no file transfer is ongoing
 
'''[upload-no-progress]''' - HTML for the '''~upload-no-progress''' command
 
'''[upload+progress]''' - HTML for the '''~upload+progress''' command
 
'''[error-page]''' - HTML in case of an error
 
'''[overload]''' - HTML for the '''%content%''' symbol
 
'''[unauthorized]''' - HTML for the '''%content%''' symbol
 
'''[deny]''' - HTML for the '''%content%''' symbol
 
'''[ban]''' - HTML for the '''%content%''' symbol
 
'''[max contemp downloads]''' - HTML for the '''%content%''' symbol
 
'''[not-found]''' - HTML for the '''%content%''' symbol
----

Latest revision as of 03:45, 27 March 2013

Some of the procedural information in this section is now outdated. Although most of the details about sections and symbols etc. is still correct, you should obviously use the new HTML Template Editor.


Applying templates from the forum

You can download templates from the HFS templates forum or from the HFS Template Gallery. To apply a template, follow these steps:

  1. Open the "Menu" in HFS.
  2. Select "Other options" and open "Edit HTML template".
  3. Copy your HTML template and paste it over the HFS "HTML template".

Test your new HTML template by pressing the "apply" button and reloading the HFS web page into your browser.

Building your own HTML template

1. Open the "Menu" in HFS.

2. Select "Other options" and open "Edit HTML template".

3. Press the "Help" button to list the available symbols for your HTML template.

How templates work

HFS builds HTML pages dynamically by loading pieces of HTML code from a template. A template is text divided into sections. Each section describes a part of the final HTML page which will be served to the requesting browser. The template must provide all sections for correct working of the generated HTML, so a section usually contains HTML code. Since the final HTML page is built dynamically, symbols have to be used to get valid output. Symbols are surrounded by %percent% characters and define the corresponding sections. A section is labelled by using [square brackets]. Symbols will be translated into actual values at run-time. Some symbols return a string for the current variable, while others only get activated if a certain condition is met. Besides symbols, some defined address line operators can also call sections to generate HTML for output.

In the main section, which can be unlabeled or labeled simply with [], and in all other sections, symbols can be used to control the HTML output. Some symbols are limited to a specific section. Some symbols will produce the HTML from the corresponding sections, while others just return the corresponding actual string or value.

The best way to build a template is to edit an existing template.

Where is the template stored

The template is stored always "near" the options. If the options are saved in disk (file hfs.ini) then the template is also saved to disk (file named hfs.tpl). You can find these files in the same folder as hfs.exe (the software). More often, both the template and the options are saved in the registry (by default).

The template is loaded at HFS startup. If no template is found, then the default one is used.

Other useful things

If you are bustling with template editing, you will be interested in symbols, macros and address operators.

Sections list

Sections available in the template:

[style]
HTML for the %style% symbol
[login-link]
HTML for the %login-link% symbol when no user is logged in
[loggedin]
HTML for the %loggedin% symbol when the user has logged in
[up]
HTML for the %up% symbol when there's a parent folder (not root)
[link]
HTML for the a link to an URL
[folder]
HTML for the link to a folder
[file]
HTML for the link to a file
[file.<EXT>]
used in place of [file] when the file has the specified extention
[files]
HTML for the %files% symbol when the current folder is not empty
[nofiles]
HTML for the %files% symbol when the current folder is empty
[comment]
HTML for the %comment% symbol for sections [file], [folder] and [link] if available in the VFS
[folder-comment]
HTML for the %folder-comment% symbol if available in the VFS
[newfile]
HTML for the %new% symbol if the item is marked as new
[upload-link]
HTML for the %upload-link% symbol when the user has upload rights
[upload]
HTML for the ~upload command
[upload-file]
HTML for the upload form
[upload-results]
HTML for the upload results page after upload has finished
[upload-success]
HTML for the successfully uploaded files
[upload-failed]
HTML for the unsuccessfully uploaded files
[progress]
HTML for the %progress% symbol
[progress-download-file]
HTML for ongoing download
[progress-upload-file]
HTML for ongoing upload
[progress-nofiles]
HTML when no file transfer is ongoing
[upload-no-progress]
HTML for the ~upload-no-progress command
[upload+progress]
HTML for the ~upload+progress command
[error-page]
HTML in case of an error
[overload]
HTML for the %content% symbol
[unauthorized]
HTML for the %content% symbol
[deny]
HTML for the %content% symbol
[ban]
HTML for the %content% symbol
[max contemp downloads]
HTML for the %content% symbol
[not-found]
HTML for the %content% symbol
[item-archive]
HTML for the %item-archive% symbol
[sym-My_Section]
HTML for the %sym-My_Section% symbol ( %sym-test% <>[sym-test] )
[protected]
HTML for the %protected% status, associate with <img src='/~img_lock'>

Section aliasing

You can specify 2 or more sections in brackets, and the same content will be assigned to all of them.

The syntax is [A = B = C = D] where A, B, C, etc, are sections.

This is very useful when you are specifying the content for [file.EXT] sections, like images. [file.jpg = file.jpeg = file.png = file.gif]

Customizing graph colors and size

Available since build #081.

You can customize graph colors inside the template. The graph address is ~img_graph, but you can append to the name several options separated by an x.

For example, ~img_graph190x40xx333x000

The full list of options, in order is: width, height, refresh rate, background color, grid color, out bandwidth color, in bandwidth color, text color.

You can specify as many options as you want, even none. Current default values for width/height/colors are the same as in HFS window.

Colors can be specified in at least two forms: RGB, RRGGBB.

Refresh rate doesn't work inside template itself, but only if you access the graph alone, directly in your browser. If not specified, refresh is disabled.

Embedding pages inside a template

If you put a whole HTML page under [a_name_you_choose] section, then it will be available at

http://YOUR_ADDRESS/~a_name_you_choose

Unicode support

Normally HFS converts %symbols% to ANSI characters (not unicode). But the default template itself uses unicode UTF-8 encoding, to easily support any character/glyph.

HFS will know the template wants UTF-8 by searching for the string =UTF-8 inside the template itself. This is supposed to be part of the string

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />

Then, when this is found, HFS will work accordingly.

The searching is made in the source of the template, far before any symbol or macro is expanded, so don't try to make this dynamic.

Section options

Feature only available since version 2.3

Sections can have some options specified by using the pipe "|" as separator.

E.g. [options|a|b] is a section named options with 2 parameters, a and b.
These are just dummy options, there's no option named a or b.

Here is a list of available options:

private
by default, sections are accessible via web, just by specifying the correct address. See #Embedding pages inside a template for more information.
By specifying this options, you'll disable this feature, and the section content will not be accessible via web.
no log
this option will disable any logging for this section, when it's accessed via web.