Added office stubs.

This commit is contained in:
Stefanus Du Toit 2002-04-14 22:38:50 +00:00
parent aae56e9508
commit 156edd5d91
4 changed files with 47 additions and 0 deletions

3
office/Makefile Executable file
View File

@ -0,0 +1,3 @@
INPUTS = index.xml staff.xml
include ../default.mk

7
office/directory.xml Executable file
View File

@ -0,0 +1,7 @@
<?xml version='1.0'?>
<!DOCTYPE directory SYSTEM "../csc.dtd">
<directory title="Office">
<diritem title="Staff" href="staff.html" />
</directory>

14
office/index.xml Executable file
View File

@ -0,0 +1,14 @@
<?xml version='1.0'?>
<!DOCTYPE cscpage SYSTEM "../csc.dtd">
<cscpage title="The CSC Office">
<header />
<section title="About the office">
<p>
To be added...
</p>
</section>
<footer />
</cscpage>

23
office/staff.xml Executable file
View File

@ -0,0 +1,23 @@
<?xml version='1.0'?>
<!DOCTYPE cscpage SYSTEM "../csc.dtd">
<cscpage title="CSC Office Staff">
<header />
<section title="Office staff responsibilities">
<p>
The CSC office staff have the following responsibilities:
</p>
<ul>
<li>Keep the office clean at all times, through weekly cleaning and
consistent removal of garbage</li>
<li>Take care of adding new members, updating memberships and any
other membership-related tasks through the use of CEO (CSC
Electronic Office)</li>
<li><i>TODO: More to be added...</i></li>
</ul>
</section>
<section title="The Winter 2002 Office Staff">
</section>
<footer />
</cscpage>