Site Editor Manual

Portal Administration


Page shortcuts: [ Skip Shortcut Links | Page Content | Enter Graphical Version ]


[ Skip Navigation to Page Content ]

[ Navigation Area ]

[ Back to top ]

[ Content Area ]

If you have access to the Portal Administration menu, then clicking on its icon will allow you to edit portal-wide settings, alter individual site settings, add new sites, and edit templates.

The following Portal Administration options are available:


Site Listing

From the Site Listing page, new sites can be added with Add new site, sites can be deleted by clicking the Delete link next to them in the listing, and their settings can be modified with the Edit link.

All of the settings available to this site's administrator can be edited here - for information about those, please see the page on Site Administration.
 
The extra settings which can be changed from here are as follows:

Back to top


Templates

The template listing gives a list of templates specific to your portal. If all you have are the global templates, then nothing will appear in this list; you may add new templates by clicking on Add new template.

Clicking Edit next to a template name brings up the template editing page, from which you can edit the following:

To store any changes you have made, click on the Store Changes button.

The most important part of adding a new template is to upload the files for that template. Clicking on the Edit files associated with template button allows this to be done.
 
New files should be packaged together in a compressed folder (Zip file) and uploaded using the Upload button. The special file names are listed on the page.

Within the main template file - template.html - some special keywords need to be present. Again, these are listed on the page. The same keywords should also appear in the blind-reader-friendly version of the template - templateb.html.
 
Any images referred to by template.html should be uploaded as well, and within the HTML file they must be referred to as TEMPLATE/file.jpg. For example, if the image "test.gif" is being used as part of the template, it should be referred to as < IMG SRC="TEMPLATE/test.gif" > within template.html.

An example of a basic template.html is as follows:

<html>
<head>
<title>PAGETITLE</title>
<meta NAME="keywords" CONTENT="KEYWORDS">
<meta NAME="description" CONTENT="DESCRIPTION">
</head>
<body>
<a HREF="TEXTONLY">Text Only Version</a>
<h1>SITENAME</h1>
<h2>PAGETITLE</h2>
<table BORDER="0">
<tr>
<td>{{AREA1}}</td>
<td>{{AREA2}}</td>
</tr>
</table>
</body>
</html>

By convention, {{AREA1}} is for navigation and {{AREA2}} is the main content area. If you stick to this convention when designing new templates then users should be able to switch the template their pages are using without any problems.

Back to top


Portal files

This section works in a similar way to the uploading of template files, except that instead of a single "template.html" there are two files - header.html and footer.html.
 
These two files are used when generating all of the administration pages a user sees when they are logged in to the portal. The "header.html" part comes before the main content, so it should contain the <HTML> and <HEAD> tags and so on, and the "footer.html" part comes after the main content, so it should contain the </ BODY> and </ HTML> tags, at the very least.
 
If a file called disclaimer.html is uploaded, the contents of that file will be automatically inserted into the bottom of every web page on every site on the portal when each page is regenerated. This can be used to add a disclaimer or a banner which cannot be removed to all pages created on the portal.
 
Other files which can be uploaded are listed on the upload page; they are all optional. For instance you can change any of the editing icons by uploading replacements.</HTML></HEAD>

Back to top


Portal settings

The following settings can be altered about a portal:

Click on the Store Changes button to store any changes you have made and return to the main Portal Administration menu.

Back to top

[ Back to top ]


Level A conformance icon, W3C-WAI Web Content Accessibility Guidelines 1.0 Valid HTML 4.01! Valid CSS!

 

Click Here To Build Your Own Website Today With Our 30 DAY FREE TRIAL!