✅ New page with updated info: ssw.com.au
Only edit pages when viewing them on an intranet. If trying to edit pages from external servers you could encounter problems. For more information see Rules to better website administration .
New web pages are to be consistent with the SSW Template. All new pages must also abide by the rules set out in SSW Rules to Better Websites .
Please also read the standard on SSW Branding before you create a new page...
<table class="clsSSWTable" cellspacing="2" cellpadding="2" summary="Formatting Table" align="right" style="{width:50%;}">
When you have tables on your pages use the ssw colours Don't specify these colours in your HTML
Don't specify anything your <tr> or <td> tags
Also close tags such as </br>, </img> as it will make it easier to go to XHTML in the future.
At the top of your page you must tell the page to use the templates. You do this by inserting these 2 lines:
<%@ Register TagPrefix="SSW" TagName="incBottom" Src="/ssw/Include/incBottom.ascx" %> <%@ Register TagPrefix="SSW" TagName="incTop" Src="/ssw/Include/incTop.ascx" %>
Now you can call the header template:
<SSW:INCTOP id="Inctop" runat="server" PageTitle="SSW Template"></SSW:INCTOP>
At the end of your page you call the footer that will close the table structure and put the footer image on the page:
<SSW:INCBOTTOM id="incBottom" runat="server"></SSW:INCBOTTOM>
This class name must be changed at the top of the aspx page:
<%@ Page Language="vb" src="Login.aspx.vb" AutoEventWireup="false" Inherits="SSW. LoginMaintancePage " %>
And at the top of the aspx.vb page: Public Class LoginMaintancePage
Public Class LoginMaintancePage
There are now two methods of placing some HTML in the left hand side bar in the template:
The Nav Bar is edited using by altering the appropriate table in SQL Server on Joey. Then you need to use a special web page on Seal to generate a new static text file from this table.
You should acknowledge any contributers in accordance with standard convention. If you are quoting another author directly you should use direct quotes - for example: As Cameron Shaw says in the SSW Web Template "You should acknowledge any contributers". OR, if you are just referring to another persons idea don't quote the author directly, but mention that it is his idea - for example: Adam Cogan recommends on his site ( www.ssw.com.au ) that every coding company should have a series of rules and standards that every developer must adhere to." Following this standard will ensure we don't get accused of plagiarism.
Finally if you are not sure then see www.w3.org
Always acknowledge your work.