|
Templates files provide sidvault flexibility in its web interface. The templates are
used to generate the look and feel of the web interface to SIDVault for your
customers. The templates are basically HTML code with our '||variables||'.
The '||variables||' that are available are described in more details in Templates
Variables.
Below is a list of the template files, and a brief description of what each
is for. Each file has the option of having a frame version, which has
the same name with the suffix f for frames. For a frame login the frame.tpl
is loaded and menubar.tpl is placed in the top frame.
Admin Templates
| File Name |
Description |
| body.tpl |
This is the default page that is display
once you login. |
| list.tpl |
This lists the available schemas. |
| log.tpl |
This displays the sidvault.log file using
this templates. |
| login.tpl |
This is login page that is first page that
you will see when you connect to the admin.cgi. |
| main.tpl |
This is the template that sets up all the
frames. |
| memory.tpl |
This is the template showing hte memory
alloctions within the internal database. |
| menu.tpl |
The available admin commands available. |
| reload.tpl |
The template that is display when the server
is reloading all it's data. |
| schema.tpl |
The template that is used to display the
schema information. |
| shutdown.tpl |
The template that is display when the server
is shutting down. |
| status.tpl |
This is the basic stats of SIDVault. |
| suck.tpl |
This template is the form that is fillout
when admins wish to suck data from other LDAP servers. |
| suck_display.tpl |
This tempalte is display when they is already
a sucking feed currenty being processed. |
User Templates
| File Name |
Description |
| body.tpl |
This is the default page that is display
once you login. |
| create.tpl |
This is used when creating a new DN record. |
| failed.tpl |
If an error occurs, this template will be
displayed. |
| item.tpl |
This is display when you are viewing a record. |
| list.tpl |
This lists the available objects with the
database. |
| login.tpl |
This is the login page that is dispay when
the user wish to login using another account. |
| main.tpl |
This is the template that sets up all the
frames. |
| menu.tpl |
The available user commands available. |
| modify.tpl |
This is the template that is display when
the user wish to change an record. |
| modrn.tpl |
The template that is used to when a modrn
command is requested. |
| ok.tpl |
When a successfull command it processed
this tempalte is displayed. |
| search.tpl |
When the user is searching the LDAP database
this templates is used. |
There are other example sets of template files available. If you create a
particularly nice set you might like to share them with others. If so, send
them to sidvault@alphacentauri.co.nz
and we will add them to this list.
|