Software Development Documentation Development Overview WCTL Template Language WCTL Commands WCJS Server-side JavaScript WCMS Development Chat Development Standard Templates & URL Codes Operator Documentation

Visit the

  • Developer Center,
  • WebX Harbor, and the
  • Web Crossing Conference
    to find a wealth of WebX info and a community of WebX experts on the Web!
  • Web Crossing Standard Templates

    Table of Contents

    About standard templates
    List by function
    Alphabetical list

    » About standard templates

    Web Crossing recognizes a large number of template macros which may be defined by the sysop to customize a Web Crossing site.

    The standard.tpl file includes an extensive set of templates which match the built-in page layouts as a starting point for your customization. You can copy templates from standard.tpl to your webx.tpl file and then edit them as appropriate. webx.tpl will be located in the templates subdirectory. By default this directory is named webxTemplates but the location may be changed with the "Directory for template files" setting. If it doesn't already exist, create a new empty webx.tpl.

    » An example template

    To illustrate how whole-page templates work, portions of the standard login template are show here, with annotations.

    This initial piece defines the login template. The comment line makes it easier to find the template.

    This piece opens the HTML document and specifies the page title.

    This piece starts the page body. It uses the background and banner settings from the sysop control panel.

    This piece checks for the type of login. For a normal login, the sysop loginNews is displayed. Otherwise, the user is shown an error message.

    This piece starts the form to collect username and password. Note that the URL for the post is constructed by using template variables:

    This piece adds the input fields for the username and password.

    This piece uses the Login button if the user's browser supports this feature. Otherwise it puts up a form button. (The actual login template in standard.tpl adds the other buttons here.)

    This final piece closes the form, adds the footer, closes body and the HTML document, and ends the login template.

    » List by function

    The following tables organize all the Web Crossing standard templates by function. Just click on a template name to see a detailed description and an example of usage.

    » Initialization
    initRun immediately after webx.tpl file is parsed
    startupWrapper If present, returns a page after the startup Images directory page.

    » Login, Password, Greeting, Get-Info, and Error Whole Pages
    loginLogin page
    loginToPostLogin page to post a message or add a new discussion/folder
    passwordPassword page
    greetingGreeting page
    registerRegistration page
    registeredRegistration complete page
    getInfoGet Info page
    errorStandard error page
    missingPage404 error page

    » Login, Password, and Greeting Components
    loginHeadingInserted as heading in built-in login page
    passwordHeadingInserted as heading in built-in password page
    greetingHeadingInserted as heading in built-in greeting page
    registerHeadingInserted as heading in built-in registration page
    registerCompleteHeadingInserted in built-in registration-complete page
    registerGroupsTemplate to define groups to add newly registered users to
    authenticateFilterControl initial authentication processing
    httpBasicNewFilterControl processing when an HTTP basic user isn't in the Web Crossing user directory
    loginFilterControl login processing
    loginFailureFilterControl login failure processing
    registerProcessFilterControl registration processing
    registerFailureFilterControl registration failure processing

    » Folder Whole Pages
    topLevelDisplay the top-level site page
    folderDisplay a folder
    addFolderAdd a new folder
    editFolderEdit a folder
    checkDeleteFolderCheck to delete a folder
    deletedFolderFolder has been deleted
    previewFolderPreview a new folder in a moderated area
    editPreviewFolderEdit the preview of a new folder in a moderated area

    » Folder Components
    bannerBanner
    titleTitle template
    folderHeadingBeforeInserted before a folder heading
    topLevelHeadingHeading for top-level folder
    defaultFolderHeadingFolder heading if none supplied by its author
    folderHeadingAfterInserted after a folder heading
    folderListEmptyUsed if a folder list is empty
    folderListBeforeInserted before a folder list
    folderListItemLays out a folder list item
    folderListAfterInserted after a folder list
    subInviteCalled by the built-in folder display logic
    toolbarToolbar template
    footerFooter

    » Discussion and Message Whole Pages
    discussionDisplay a discussion
    discussionSummaryShow a summary view (outline) of threaded messages
    addDiscussionAdd a new discussion
    editDiscussionEdit a discussion
    checkDeleteDiscussionCheck to delete a discussion
    deletedDiscussionDiscussion has been deleted
    editMessageEdit a message
    checkDeleteMessageCheck to delete a message
    deletedMessageMessage has been deleted
    messageErrorDisplay an error posting a message
    previewMessagePreview a moderated message
    editPreviewMessageEdit the preview of a moderated message
    previewDiscussionPreview a discussion
    editPreviewDiscussionEdit the preview of a discussion

    » Discussion and Message Components
    bannerBanner
    titleTitle template
    discussionHeadingFormatted header (not including banner or title) for a discussion
    discussionHeadingBeforeInserted before a discussion heading
    defaultDiscussionHeadingDiscussion heading if none supplied by its author
    discussionHeadingAfterInserted after a discussion heading
    discussionHeadingBeforeInserted before a discussion heading
    downloadAttachmentExecuted to serve an attachment
    messageListBeforeInserted before a message list
    messageListBeginExecuted before list of responses is constructed
    messageListBetweenInserted between messages in a message list
    messageListAfterInserted after a message list
    toolbarToolbar template
    postHelpInserted at beginning of built-in add-message form
    unknownUserPostHelpHelp text for unknown users, inserted into the built-in add-message form
    editHelpHelp message for adding or editing a message
    addMessageAdd a new message
    footerFooter

    » Links Whole Pages
    addLinkAdd a link
    editLinkEdit a link
    deletedLinkDelete a link

    » Chat Rooms Whole Pages
    addChatAdd a chat room
    editChatEdit a chat room
    deleteChatDelete a chat room
    chatRoomEnter a chat room

    » Control Panel Components
    controlPanelText added to the sysop control panel just before the "Usage Counters" link.
    controlPanelCustomizing Text added to the sysop control panel at the end of the "Customizing" section.
    controlPanelServices Text added to the sysop control panel at the end of the "Services" section.
    controlPanelSite Text added to the sysop control panel at the end of the "Site Management" section.
    controlPanelUser Text added to the sysop control panel at the end of the "User Management" section.
    sysopQuickChangeMenureplace the normal "Quick-change settings for background, text colors, buttons, and icons." link text in the sysop control panel. This allows different site customization options to be supplied, replacing the standard button/color choices.

    » Preferences, Bookmarks and User Information
    editPreferencesEdit user preferences
    preferencesProcessFilterControl processing of a user preferences form
    editedPreferencesFinished editing user preferences
    bookmarksUser Message Center page
    userInfoUser personal information page

    » Subscription Whole Pages
    noSubscriptionsUser does not have a subscription page
    subscribedSubscribed page
    subscrCancelledSubscription canceled page
    noNewMessagesNo new subscription messages page
    unsubscribeFormPage to cancel email subscriptions, linked to from all email notification messages
    unsubscribeProcessProcess cancel email subscriptions changes via unsubscribeForm

    » Search Whole Pages
    searchSearch page
    searchResultsSearch results page

    » Spell Check
    spellingCheckAgain Replaces the " Spell Check again to correct remaining words." string.
    spellingNoMistakes Replaces the "No spelling mistakes were found." string

    » Export and Import
    exportChoice Control panel export form
    exportSelection Folder/discussion form
    exportTopLevelChoice Top level export form
    import Import form

    » Access lists
    accessListAccess list form
    accessListClearAccess list clearing form
    accessListImportAccess list import form
    groupAccessListGroup access list form
    groupAccessListClearGroup access list clearing form
    groupGroup update form
    groupsGroups update form
    groupClearGroup Clear form
    groupDeleteGroup delete form
    groupImportGroup import form

    » Email
    checkModeratedOverride the 124 command
    checkModeratedProcessOverride the 125 command

    » Moderation
    emailNotifyFullReplace the full email message, header and body, for full message notifications
    emailNotifyFullBodyReplace the full body text for full message notifications
    emailNotifyFullBodyAttachmentsReplace the standard list of attachment links
    emailNotifyFullBodyFooterReplace the standard footer after attachment links
    emailNotifyFullBodyHeaderReplaces the standard header for full message notifications
    emailNotifyUrlReplace the body, header and body, for url-only notifications
    emailNotifyUrlBodyReplace the body text for url-only notifications
    emailNotifyUrlBodyFooterReplace the standard footer for url-only notifications
    emailNotifyUrlBodyHeaderReplaces the standard header for url-only notifications
    emailPostThroughFullReplace the full email message, header and body, for full messages posted-through to an external email list
    emailPostThroughFullBodyReplace the full body text for full messages posted-through to an external email list
    emailPostThroughFullBodyAttachmentsReplace the standard list of attachment links for full messages posted-through to an external email list
    emailPostThroughFullBodyFooterReplace the standard footer after attachment links for full messages posted-through to an external email list
    emailPostThroughFullBodyHeaderReplaces the standard header for full messages posted-through to an external email list

    » Web Pages
    addWebOverride the 287 command
    checkDeleteWebOverride the 291 command
    deletedWebShow the results of the 292 command
    editWebOverride the 289 command
    editThisWebPageFormat "Edit this Web Page"

    » Page Components
    headSectionInserted into HEAD section
    backpathBackpath portion of title
    bannerBanner
    titleTitle template
    toolbarToolbar template
    toolbarAfterInserted after the toolbar
    toolbarBeforeInserted before the toolbar
    toolbarBetweenInserted between lines of the toolbar
    footerFooter

    » Alphabetical list

    TemplateFunction
    accessListAdd/update an access list. If specified, this template is used to prepare the access list form. %% accessListProcessed %% is set to "Done" or "Failed".
    accessListClearClear an access list. If specified, this template is used to clear the access list. %% accessListCleared %% is set to "Done" or "Failed".
    accessListImportClear an access list. If specified, this template is used to clear the access list. %% accessListImported %%is set to one of the following: "Done" "Failed" or the number-of-non-fatal-errors
    addChatAdd a new chat room. If specified, this template is used to prepare the add-chat-room form. See the template in standard.tpl.
    addDiscussion Add a new discussion. If specified, this template is used to prepare the form to add a new discussion. See the template in standard.tpl.
    addFolder Add a new folder. If specified, this template is used to prepare the form to add a new folder. See the template in standard.tpl.
    addLinkAdd a new link. If specified, this template is used to prepare the add-link form. See the template in standard.tpl.
    addMessageAdd a new message. If specified, this template is used to prepare the add-message form following a discussion message list. (It replaces the postHelp, unknownUserPostHelp, and editHelp templates.)

    To have moderated messages that do not contain objectionable words post directly (instead of going through the normal approve/edit form), add the following to the addMessage form:

      <input name=postDirect type=hidden value=true>
    addWebAdd a new web page - if specified, this template is used to prepare the add web page form.
    authenticateFilter Control initial user authentication processing. See WCTL Filters.
    backpathBackpath. If specified, this overrides the standard built-in backpath portion of the title section
    bannerBanner. If specified, this supersedes the top-level banner in the sysop panel.
    bookmarks User Message Center page. If specified, this supersedes the default bookmarks page.
    chatRoom Enter a chat room. If specified, this template is used to prepare the form to enter a chat room. See the template in standard.tpl.
    checkDeleteDiscussion Check to delete a discussion. If specified, this template is used to prepare the form to check to delete a discussion. See the template in standard.tpl.
    checkDeleteFolder Check to delete a folder. If specified, this template is used to prepare the form to check to delete a folder. See the template in standard.tpl.
    checkDeleteMessage Check to delete a message. If specified, this template is used to prepare the form to check to delete a message. See the template in standard.tpl.
    checkDeleteWebDelete a web page - if specified, this template is used to prepare the web page deletion confirmation form.
    checkModerated Override the 124 command.
    checkModeratedProcess Override the 125 command.
    configtools HTML for the toolbar "config row." If specified, this supersedes the default configtools.
    controlPanel HTML to be added to the control panel. If specified, this appears just before the "Usage Counters" link
    controlPanelCustomizing HTML to be added to the control panel. If specified, this appears at the end of the "Customizing" section
    controlPanelServices HTML to be added to the control panel. If specified, this appears at the end of the services section
    controlPanelSite HTML to be added to the control panel. If specified, this appears at the end of the "Site Management" section
    controlPanelUser HTML to be added to the control panel. If specified, this appears at the end of the "User Management" section
    defaultDiscussionHeading Discussion heading if none supplied by its author. If specified, this supersedes the entry in the sysop panel.
    deletedWebWeb page delete - if specified, this template is used to show the results of the 292 command code.
    discussion Whole page for a discussion.
    discussionSummary Whole-page summary view (outline) of threaded messages
    defaultFolderHeading Folder heading if none supplied by its author. If specified, this supersedes the entry in the sysop panel.
    deleteChat Tells the user that a chat room has been deleted. If specified, this template is used to prepare the form to confirm that a chat room has been deleted. See the template in standard.tpl.
    deletedDiscussion Discussion has been deleted. If specified, this template is used to prepare the form to confirm that a discussion has been deleted. See the template in standard.tpl.
    deletedFolder Folder has been deleted. If specified, this template is used to prepare the form to confirm that a folder has been deleted. See the template in standard.tpl.
    deletedMessage Message has been deleted. If specified, this template is used to prepare the form to confirm that a message has been deleted. See the template in standard.tpl.
    deletedLink Tells the user that a link has been deleted. If specified, this template is used to prepare the form to confirm that a link has been deleted. See the template in standard.tpl.
    discussionHeading Formatted header (not including banner or title) for a discussion. Note that if this macro is present, and % % discussionHeader % % is used to fetch its value, then the cached values (from the formatted message cache) will be used if available, while % % use discussionHeader % % will evaluate the macro each time.
    discussionHeadingAfter Inserted after a discussion heading. If specified, this supersedes the entry in the sysop panel.
    discussionHeadingBefore Inserted before a discussion heading. If specified, this supersedes the entry in the sysop panel.
    downloadAttachment If specified, this macro is used to serve attachments instead of the built-in server code.
    editChat Edit a chat room. If specified, this template is used to prepare the form to edit a chat room. See the template in standard.tpl.
    editDiscussion Edit a discussion. If specified, this template is used to prepare the form to edit a discussion. See the template in standard.tpl.
    editedPreferences Finished editing user preferences. If specified, this template is used to prepare the form to confirm editing of user preferences. See the template in standard.tpl.
    editFolder Edit a folder. If specified, this template is used to prepare the form to edit a folder. See the template in standard.tpl.
    editLink Edit a link. If specified, this template is used to prepare the form to edit a link. See the template in standard.tpl.
    editPreviewDiscussion Edit a moderated discussion prior to sending it. If specified, this template is used to prepare the form to edit a moderated discussion. See the template in standard.tpl.
    editPreviewFolder Edit a moderated new folder prior to sending it. If specified, this template is used to prepare the form to edit a moderated folder. See the template in standard.tpl.
    editPreviewMessage Edit a moderated message prior to sending it. If specified, this template is used to prepare the form to edit a moderated message. See the template in standard.tpl.
    editFolder Edit a folder. If specified, this template is used to prepare the form to edit a folder. See the template in standard.tpl.
    editHelp Help message for adding or editing a message. If specified, this supersedes the entry in the sysop panel.
    editMessage Edit a message. If specified, this template is used to prepare the form to edit a message. See the template in standard.tpl.
    editPreferences Edit user preferences. If specified, this template is used to prepare the form to edit a message. See the template in standard.tpl.

    Note that additional user variables can be added or edited through this template. Use an input name of "user.XXXX," where "XXXX" is the name you will use with the userField variable. See the example section on adding your own fields.

    editWebEdit a web page - if specified, this template is used to prepare the edit web page form.
    editThisWebPageFormat the "Edit this Web Page" link at the bottom f Web pages for host/sysop users .
    emailNotifyFull Replace the full email message, header and body, for full message notifications
    emailNotifyFullBody Replace the full body text for full message notifications
    emailNotifyFullBodyAttachments Replace the standard list of attachment links
    emailNotifyFullBodyFooter Replace the standard footer after attachment links
    emailNotifyFullBodyHeader Replaces the standard header for full message notifications
    emailNotifyUrl Replace the body, header and body, for url-only notifications
    emailNotifyUrlBody Replace the body text for url-only notifications
    emailNotifyUrlBodyFooter Replace the standard footer for url-only notifications
    emailNotifyUrlBodyHeader Replaces the standard header for url-only notifications
    emailPostThroughFull Replace the full email message, header and body, for full messages posted-through to an external email list
    emailPostThroughFullBody Replace the full body text for full messages posted-through to an external email list
    emailPostThroughFullBodyAttachments Replace the standard list of attachment links for full messages posted-through to an external email list
    emailPostThroughFullBodyFooter Replace the standard footer after attachment links for full messages posted-through to an external email list
    emailPostThroughFullBodyHeader Replaces the standard header for full messages posted-through to an external email list
    error Display an error message. If specified, this template is used to prepare the form to display an error message. See the template in standard.tpl, and the error and errorTitle variables.
    exportChoice Control panel export form. %% exported %% is set to the name of the export file.
    exportSelection Folder/discussion export form. %% exportedSelection %% is set to the name of the export file. If the string starts with "<br><br>" then it is an error message, otherwise it is the filename.
    exportTopLevelChoice Top level export form. %% exported %% is set to the name of the export file.
    folder Whole page for a folder.
    folderHeadingAfter Inserted after a folder heading. If specified, this supersedes the entry in the sysop panel.
    folderHeadingBefore Inserted before a folder heading. If specified, this supersedes the entry in the sysop panel.
    folderListAfter Inserted after a folder list. If specified, this supersedes the entry in the sysop panel.
    folderListBefore Inserted before a folder list. If specified, this supersedes the entry in the sysop panel.
    folderListEmpty Used if a folder list is empty. If specified, this supersedes the entry in the sysop panel.
    folderListItem Lays out a folder list item. If specified, this supersedes the entry in the sysop panel.
    foldertools HTML for the toolbar "folder row." If specified, this supersedes the default foldertools.
    footer Footer. If specified, this supersedes the entry in the sysop panel.
    getInfo Get Info page. If specified, this template is used to prepare the Get Info page. See the template in standard.tpl.
    greeting Greeting page. If specified, this template is used to prepare the greeting page. See the template in standard.tpl.
    greetingHeading Inserted as heading in built-in greeting page. If specified, this supersedes the entry in the sysop panel.
    groupAccessList Display group access list form. %%groupAccessListUpdated %% is set to one of "Done", "Failed", or number of non-fatal errors.
    groupAccessListClear Display group access list form. %%groupAccessListCleared %% is set to one of "Done", "Failed", or number of non-fatal errors.
    group Display group editing form. %% groupProcessed %% is set to one of "Done", "Failed", or number of non-fatal errors.
    groups Display groups update form. %% groupsProcessed %% is set to one of "Done", "Failed", or number of non-fatal errors.
    groupClear Display group clear form. %% groupCleared %% is set to one of "Done", "Failed", or number of non-fatal errors.
    groupDelete Deletes a group. %% groupDeleted %% is set to one of "Done", "Failed", or number of non-fatal errors.
    groupImport Imports a group. %% groupImported %% is set to one of "Done", "Failed", or number of non-fatal errors.
    headSection HTML tags to be inserted into the HEAD section of all pages that are in the scope of this macro.
    httpBasicNewFilter Control processing when an HTTP-basic-authentication user is not in the Web Crossing user directory. See WCTL Filters.
    import Display import form. %%imported%% is set to one of "Done", "Failed", or number of non-fatal errors.
    init Run immediately after webx.tpl file is parsed. For example, you can use this macro to start any periodic tasks (see macro.queue).
    login Login page. If specified, this supersedes the entry in the sysop panel.
    loginHeading Inserted as heading in built-in login page. If specified, this supersedes the entry in the sysop panel.
    loginFailureFilter Control processing when a user login fails. See WCTL Filters.
    loginFilter Control processing of the login form. See WCTL Filters.
    loginToPost Login page to post a message or add a new discussion/folder. If specified, this template is used to prepare the login-to-post page. This page is presented when an unknown user posts, and either the user name is registered, or only registered users are allowed to post. See the template in standard.tpl.
    messageError Message post error page.
    messageListAfter Inserted after a message list. If specified, this supersedes the entry in the sysop panel.
    messageListBefore Inserted before a message list. If specified, this supersedes the entry in the sysop panel.
    messageListBegin Executed before the list of responses is constructed. This allows session variables to be set before the responses are formatted. After the list of responses is done, then messageListBefore is prepended, and messageListAfter is appended, to the list as before.
    messageListBetween Inserted between messages in a message list. If specified, this supersedes the entry in the sysop panel.
    messageListItem Lays out a message item in a conversational discussion. If specified, this supersedes the entry in the sysop panel. Use threadedMessageListItem to lay out a message item in a threaded discussion.
    missingPage If specified, this supersedes the standard 404 error page.
    noNewMessages No new subscription messages page. If specified, this template is used to prepare the form that tells the user there are no new messages after a Check Messages command. See the template in standard.tpl.
    noSubscriptions User does not have a subscription page. If specified, this template is used to prepare the form that tells the user that he/she does not have a subscription list after a Check Messages command. See the template in standard.tpl.
    password Password page. If specified, this template is used to prepare the password form during the login sequence. See the template in standard.tpl.
    passwordHeading Inserted as heading in built-in password page. If specified, this supersedes the entry in the sysop panel.
    preferencesProcessFilter Control processing of the user-preferences form. See WCTL Filters.
    postHelp Inserted at beginning of built-in add-message form. If specified, this supersedes the entry in the sysop panel.
    previewDiscussion Display a moderated discussion for the user to preview. If specified, the template is used to prepare the form to confirm or edit a moderated discussion. See the template in standard.tpl.
    previewFolder Display a moderated folder for the user to preview. If specified, the template is used to prepare the form to confirm or edit a moderated folder. See the template in standard.tpl.
    previewMessage Display a moderated message for the user to preview. If specified, the template is used to prepare the form to confirm or edit a moderated message. See the template in standard.tpl.
    register Registration page. If specified, this template is used to prepare the new-user registration form. See the template in standard.tpl.

    Note that additional user variables can be added through this template. Use an input name of "user.XXXX," where "XXXX" is the name you will use with the userField variable. See the example section on adding your own fields.

    registerCompleteHeading Inserted in built-in registration-complete page. If specified, this supersedes the entry in the sysop panel.
    registered Registration complete page. If specified, this template is used to prepare the new-user registration complete form. See the template in standard.tpl.

    Note that additional user variables can be displayed in this template. Use the userField variable. See the example section on adding your own fields.

    registerFailureFilter Control processing when a user registration fails. See WCTL Filters.
    registerGroups Template to define user-groups to which to add newly registered users. If this template is specified, new users will automatically be added to the user groups it returns at the time they register. Typically, this template uses the certificate tag to decide which groups the user belongs in.

    You must define this template to return a list of user-group names. (If a user-group does not exist, it is ignored.) For example,

      %% macro registerGroups %%
      
        %% if CertificateIs %%
      
          no_tag_group
      
        %% else if certificateIs text %%
      
          text_only
      
        %% endif %%
      
      %% endmacro %%

    Will add users registering with no tag to the "no_tag_group" group, and users registering with a "text" tag to the "text_only" group.

    Also see the step-by-step in the Sysop Documentation.

    registerHeading Inserted as heading in built-in registration page. If specified, this supersedes the entry in the sysop panel.
    registerProcessFilter Filter processing for a registration form. See WCTL Filters.
    search Search page. If specified, this template is used to prepare the search form. See the template in standard.tpl.
    spellingCheckAgain If specified, this template replaces the "Spell Check again to correct remaining words." string in spellCheckSetup.
    spellingNoMistakes If specified, this template replaces the "No spelling mistakes were found." string in spellCheckSetup.
    startupWrapper If specified, this template return a page after the startup Images directory page. A startup command code, 87, processes this startupWrapper page. The 87 command code processes a macro named startupWrapperProcess, and the page built by this macro determines the next step. If the returned page starts with HTTP or , then it is served as is; if is is the word "custom" (without the quotes), then the normal quick-customize page is served next; if it is anything else, the quick-customize page is skipped and the next page is the startup email address.
    subInvite If specified, this template called by the built-in folder display logic, after the title and before the standard heading is displayed. Permits interjecting text between title and standard heading.
    subscrCancelled Subscription canceled page. If specified, this template is used to prepare the subscription canceled form. See the template in standard.tpl.
    subscribed Subscribed page. If specified, this template is used to prepare the subscription added form. See the template in standard.tpl.
    sysopQuickChangeMenu Site customization options template. If specified, will replace the normal "Quick-change settings for background, text colors, buttons, and icons." link text in the sysop control panel. This allows different site customization options to be supplied, replacing the standard button/color choices.
    threadedMessageListItem Lays out a message item in a threaded discussion. Use messageListItem to lay out a message item in a conversational discussion.
    title Title template. If specified, this supersedes the entry in the sysop panel.
    toolbar Toolbar template. This calls templates for each of the three toolbar rows: usertools, foldertools and configtools. If specified, this supersedes the default toolbar.
    toolbarAfter Inserted after the toolbar. If specified, this supersedes the entry in the sysop panel.
    toolbarBefore Inserted before the toolbar. If specified, this supersedes the entry in the sysop panel.
    toolbarBetween Inserted between lines of the toolbar. If specified, this supersedes the entry in the sysop panel.
    topLevel Whole page for top-level folder.
    topLevelHeading Heading for top-level folder. If specified, this supersedes the entry in the sysop panel.
    unknownUserPostHelp Help text for unknown users, inserted into the built-in add-message form. If specified, this supersedes the entry in the sysop panel.
    unsubscribeForm Page to cancel email subscriptions, linked to from all outgoing email notification messages. See the template in standard.tpl.
    unsubscribeProcess Page to process email subscription cancellations via unsubscribeForm. See the template in standard.tpl.
    userInfo User personal information page. If specified, this template is used to prepare the personal information form. See the template in standard.tpl.

    Note that additional user variables can be displayed in this template. Use the userField variable. See the example section on adding your own fields.

    usertools HTML for the toolbar "user row." If specified, this supersedes the default usertools.


    Copyright © 1996-2003 by Web Crossing, Inc., San Francisco, California.