annotate pages/schedule.inc.php @ 1021:74b98743697b

Work on layout, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Nov 2015 22:31:39 +0200
parents ffacd904fd1f
children 7e497188e4c6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14
e36c4d2b09c4 Fix settings to work, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
1 <?
160
0980e705dea0 Add some copyright headers.
Matti Hamalainen <ccr@tnsp.org>
parents: 130
diff changeset
2 //
571
ce11ea112a65 Change the header blurb a bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 565
diff changeset
3 // FAPWeb - Simple Web-based Demoparty Management System
160
0980e705dea0 Add some copyright headers.
Matti Hamalainen <ccr@tnsp.org>
parents: 130
diff changeset
4 // Event schedule / description
1001
ffacd904fd1f Update copyrights.
Matti Hamalainen <ccr@tnsp.org>
parents: 587
diff changeset
5 // (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
160
0980e705dea0 Add some copyright headers.
Matti Hamalainen <ccr@tnsp.org>
parents: 130
diff changeset
6 //
587
135efe0c3b49 Add new options for hiding/showing compo and schedule pages.
Matti Hamalainen <ccr@tnsp.org>
parents: 571
diff changeset
7 if (stChkSetting("showSchedule"))
135efe0c3b49 Add new options for hiding/showing compo and schedule pages.
Matti Hamalainen <ccr@tnsp.org>
parents: 571
diff changeset
8 {
135efe0c3b49 Add new options for hiding/showing compo and schedule pages.
Matti Hamalainen <ccr@tnsp.org>
parents: 571
diff changeset
9 echo stGetSetting("eventDescription");
135efe0c3b49 Add new options for hiding/showing compo and schedule pages.
Matti Hamalainen <ccr@tnsp.org>
parents: 571
diff changeset
10 }
1021
74b98743697b Work on layout, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 1001
diff changeset
11 else
74b98743697b Work on layout, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 1001
diff changeset
12 {
74b98743697b Work on layout, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 1001
diff changeset
13 echo
74b98743697b Work on layout, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 1001
diff changeset
14 "<h1>Sorry, schedule not available</h1>\n".
74b98743697b Work on layout, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 1001
diff changeset
15 "<p>Check back soon.</p>\n";
74b98743697b Work on layout, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 1001
diff changeset
16 }
14
e36c4d2b09c4 Fix settings to work, clean up the code, etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
17 ?>