From 56ae34677799e06aa1f93effd326d88a3dec2079 Mon Sep 17 00:00:00 2001 From: scrat Date: Thu, 26 Jul 2007 14:32:19 +0000 Subject: [PATCH] git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1842 fd906abe-77d9-0310-91a1-e0d9ade77398 --- agent/ui/templates/footer.html | 7 ++++++ agent/ui/templates/header.html | 22 +++++++++++++++++++ agent/ui/templates/navigation.html | 35 ++++++++++++++++++++++++++++++ agent/ui/templates/top.html | 5 +++++ 4 files changed, 69 insertions(+) create mode 100644 agent/ui/templates/footer.html create mode 100644 agent/ui/templates/header.html create mode 100644 agent/ui/templates/navigation.html create mode 100644 agent/ui/templates/top.html diff --git a/agent/ui/templates/footer.html b/agent/ui/templates/footer.html new file mode 100644 index 0000000..368fbcb --- /dev/null +++ b/agent/ui/templates/footer.html @@ -0,0 +1,7 @@ + diff --git a/agent/ui/templates/header.html b/agent/ui/templates/header.html new file mode 100644 index 0000000..f54ec88 --- /dev/null +++ b/agent/ui/templates/header.html @@ -0,0 +1,22 @@ + + loops + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/agent/ui/templates/navigation.html b/agent/ui/templates/navigation.html new file mode 100644 index 0000000..ff3d02a --- /dev/null +++ b/agent/ui/templates/navigation.html @@ -0,0 +1,35 @@ +
+

Navigation

+
+ + + + + + + + + + + + + +
+
\ No newline at end of file diff --git a/agent/ui/templates/top.html b/agent/ui/templates/top.html new file mode 100644 index 0000000..b7fe491 --- /dev/null +++ b/agent/ui/templates/top.html @@ -0,0 +1,5 @@ +
+
+ +
+
\ No newline at end of file