From d9c4ff9ef044b04ec52cea99b8005e71f632ce3e Mon Sep 17 00:00:00 2001 From: Deryck Hodge Date: Fri, 19 Aug 2005 12:02:30 +0000 Subject: r9397: Playing with qooxdoo a bit and saving my work, so I can get to it later today at work. Not much to see yet, and not linked to from SWAT yet. Playing with the idea of a web-based desktop, and just seeing how widgets can be used. deryck (This used to be commit 435467f90d809899c3d0efeaf991fb659d97202d) --- swat/scripting/footer_desktop.esp | 6 ++++++ swat/scripting/header_desktop.esp | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 swat/scripting/footer_desktop.esp create mode 100644 swat/scripting/header_desktop.esp (limited to 'swat/scripting') diff --git a/swat/scripting/footer_desktop.esp b/swat/scripting/footer_desktop.esp new file mode 100644 index 0000000000..5e563dab88 --- /dev/null +++ b/swat/scripting/footer_desktop.esp @@ -0,0 +1,6 @@ +<% + /* footer for desktop page type */ +%> + + + diff --git a/swat/scripting/header_desktop.esp b/swat/scripting/header_desktop.esp new file mode 100644 index 0000000000..a21ee733bb --- /dev/null +++ b/swat/scripting/header_desktop.esp @@ -0,0 +1,34 @@ + + + + + + + + @@global.page.title + + + + + + + + + + + + -- cgit