summaryrefslogtreecommitdiff
path: root/scripts/myhtml.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/myhtml.py')
-rwxr-xr-xscripts/myhtml.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/myhtml.py b/scripts/myhtml.py
index 2e4636a..a3d7c89 100755
--- a/scripts/myhtml.py
+++ b/scripts/myhtml.py
@@ -346,6 +346,10 @@ class periject_html(base.base):
html("h1").print("Wiki")
self.menu_wiki()
+ html("h1").print("Schedule")
+ html("a", {"target":"summary",
+ "href":"./schedule.html"}).print("schedule")
+
html("h1").print("Folder")
with html("ul"):
self.menu_folder("./projects")