Editing Rules
The ACEweb HTML templates are located in the Ace folder within your Wconnect directory (e.g. inetpub/wwwroot/wconnect/ace). You may use web design software such as FrontPage or Dreamweaver to edit the templates. Or you may open them in Notepad and edit the HTML directly.
Follow these rules when editing HTML templates:
- Section Tags (e.g. ##Standard.Section1##) - these place the various header and footer sections on the generated web pages. They should NOT be removed from the template.
- Section Markers (e.g. ##-IF there are openings-##) - any tags delimited with hyphens are Section Markers that display information under certain conditions. They should NOT be removed from a template. The order of the Sections Markers should not be changed either (e.g. the ##-End IF-## must be placed after the ##-IF there are openings-## marker or the template will not work).
- Field Tags (e.g. ##pcCredits##) - these place database fields on the template, as noted on individual template instructions. They can be added/removed from the template, depending on what information you want displayed on the page (e.g. if you don't issue course credits, you may remove the ##pcCredits## tag from the template).
Note: see the individual template instructions for more information about which Field Tags can be added/removed.
- Formatting Template Tags - you may apply formatting to Template Tags using HTML (e.g. set the font color, style, etc.).
- Links/Buttons - some links/buttons CANNOT be removed. For example, the XCourseStatus.htm page will be rendered useless if you removed the Enroll Yourself button. Others links/buttons are optional and can be removed with no adverse affects. For instance, you can remove the Tell a Friend about this Course link if you don't want it displayed on the XCourseStatus.htm page.
Note: see the individual template instructions for more information about which links/buttons can be removed.
- Link Names/Formatting - you may change link names and formatting, as long as you maintain the Link Integrity. For example, you can change the name of the Enroll Yourself button but cannot change the link call: /EnrollmentCard.awp?~~##pcCode##.
- Text Messages - you may add/edit/remove text messages from the templates.
- Table Formatting - you cannot set formatting for system generated tables on the HTML template. These tables are formatted using the table INI settings (i.e. TableClass, TableColors, and TableTags. The Enrollment Card Table formatting is applied in the ECTableClass, ECTableColors, ECTableTags, and ECTableWidth INI settings).