From 9dfffdf4c0e228d988f55cf4e80f838aa7320ecb Mon Sep 17 00:00:00 2001 From: Deryck Hodge Date: Wed, 24 Aug 2005 11:53:01 +0000 Subject: r9579: Desktop SWAT opens now with a little server status window. This includes a table layout that can be reused (see QxListView in status.js). Some formatting fixes, too. deryck (This used to be commit f95bf0adf760b8799ec02ec68ce42516ca40b6d2) --- swat/desktop/index.esp | 275 +++++++++++++++++++++++++------------------------ 1 file changed, 142 insertions(+), 133 deletions(-) (limited to 'swat/desktop/index.esp') diff --git a/swat/desktop/index.esp b/swat/desktop/index.esp index e945215c27..424f848e44 100644 --- a/swat/desktop/index.esp +++ b/swat/desktop/index.esp @@ -1,118 +1,127 @@ <% -/*** Reg stuff ***/ libinclude("base.js"); page_header("desktop", "Virtual Desktop Design Test", "desktop"); %> - +
-

SWAT (Start)

+

SWAT (Start)

<% page_footer(); %> -- cgit