forked from jskenney/calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
27 lines (27 loc) · 2.58 KB
/
home.html
File metadata and controls
27 lines (27 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<h2>Welcome to <replace value="coursename"> (<replace value="course">) </h2>
<p>
This is the template for the home page (home.html) within the calendar 4 system.
Please edit this to create a good home page for the students. Additionally you
will want to edit the <b>calendar.php</b> file which is where all of the configuration
settings for the website are located.</p>
<br>
<table><thead><tr><th>Filename</th><th>Description</th></tr></thead>
<tbody>
<tr><th><a href="calendar.php">calendar.php</a></th><th>Primary Configuration File and Main Calendar Script</th></tr>
<tr><th><a href="calendar.php?load=home">home.html</a></th><th>Home Page (<b>this page</b>)</th></tr>
<tr><th><a href="calendar.php?load=resources">resources.html</a></th><th>Course Resources Page <span class="glyphicon glyphicon-briefcase" aria-hidden="true"></span></th></tr>
<tr><th><a href="calendar.php?load=policy">policy.html</a></th><th>Course Policy Page <span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span></th></tr>
<tr><th>./calendar/</th><th>Calendar Files</th></tr>
<tr><th><a href="calendar.php?load=instructor">./calendar/instructor.html</a></th><th>Calendar Instructions <span class="glyphicon glyphicon-apple" aria-hidden="true"></span></th></tr>
<tr><th>./virtual/cal4.virtual</th><th>Virtual files (all files to be located somewhere else and automatically populated)</th></tr>
<tr><th>./virtual/cal4.access</th><th>Access List (defines when documents will be available for students)</th></tr>
<tr><th><a href="calendar.php?show=calendar_display">./calendar/calendar_display.php</a></th><th>Default Calendar Layout <span class="glyphicon glyphicon-calendar" aria-hidden="true"></span></th></tr>
<tr><th><a href="calendar.php?show=calendar_display_alt">./calendar/calendar_display_alt.php</a></th><th>Alternative Calendar Layout (if desired, uncomment line in calendar.php)</th></tr>
<tr><th>./class/</th><th>Default location for lectures <span class="glyphicon glyphicon-blackboard" aria-hidden="true"></span></th></tr>
<tr><th>./class/.htaccess</th><th>An empty .htaccess file to prevent direct web browsing</th></tr>
<tr><th>./lab/</th><th>Default location for labs <span class="glyphicon glyphicon-knight" aria-hidden="true"></span></th></tr>
<tr><th>./lab/.htaccess</th><th>Same as the above, you will want this to prevent direct
access to your material. Place an .htaccess (empty file)
in future event-type directories (such as exam, project, etc.)</th></tr>
</tbody>
</table>