Web3 Wrapper System

  1. About the Wrapper
  2. Get Started
  3. Unit Customization
    1. Unit Goldbar
    2. Unit Navy Dropdown
    3. Unit Menu
    4. Unit Administration
    5. Unit HTML Head
  4. Page Customization
  5. Content Components
  6. Presentation/Style
  7. CSS Documentation
  8. User Support
  9. Units Implemented

Custom Unit Content: Unit Administration

The wrapper system allows the web developer to include customized content on all pages of a unit.

Unit Variables
VAR Value Description
UNIT_ADMIN Path to included document If included, the wrapper implements the Unit Administration block directly underneath the last modified date in the footer.

To create a custom Unit Administration file, create a file containing valid XHTML. Please note: Because this file is going to be included INTO an existing web page, it does not require all the formal XHTML document tags, such as <html>, <head> and <body>.

<p>Difficulties with this website?<br />
Email the <a href="mailto:unit_webmaster@uncg.edu">Unit Webmaster</a></p>

unit_admin.html

Place the file in your unit's inc_unit directory.

Implement the UNIT_ADMIN variable in your unit_variables.html page and designate the file via its path as the value of the variable.

<!--#set var="UNIT_ADMIN"   value="PATH TO unit_admin.html" -->
unit_variables.html

The Office for Left-handed Students

Having decided to not utilize the default values for the Goldbar, and properly understanding the Web3 Unit Requirement's restrictions, the Office for Left-hand Students creates a custom Goldbar navigation:

<p>Difficulties with this website? No Wonder-The scrollbar is on the right!<br />
Left-handed discrimination is everywhere!<br />
Email the <a href="mailto:lefty_webmaster@uncg.edu">Lefty Webmaster</a></p>

/olh/inc_unit/unit_admin.html

The Office for Left-handed Students implements the UNIT_ADMIN variable in its unit_variables.html page and designates the file via it's path as the value of the variable.

<!--#set var="DEPT_NAME"      value="Office for Left-Handed Students" -->
<!--#set var="DEPT_ADDRESS"   value="EUC Suite 101" -->
<!--#set var="DEPT_PHONE"     value="336.344.LEFT" -->
<!--#set var="DEPT_FAX"       value="336.344.1111" -->
<!--#set var="DEPT_EMAIL"     value="lefty@uncg.edu" -->
<!--#set var="UNIT_NAME"      value="Left-Handed Students" -->
<!--#set var="UNIT_URL"       value="htp://www.uncg.edu/olh/" -->

<!--#set var="UNIT_ADMIN"   value="/olh/inc_unit/unit_admin.html" -->
/olh/inc_unit/unit_variables.html
unit administration example
 

Page updated: 12-May-2005

Accessibility Policy

Web Oversight Committee/Web3 Group
The University of North Carolina at Greensboro
Greensboro, NC 27402-6170