1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
\r
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
\r
5 <title>Layout</title>
\r
6 <style type="text/css" media="screen">
\r
9 background-color: white;
\r
10 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
\r
15 $Ajax.InstallScripts()
\r
16 $Scriptaculous.InstallScripts()
\r
17 $Form.InstallScripts()
\r
19 <script type="text/javascript">
\r
21 var globalHandlers =
\r
23 onCreate: function()
\r
25 Element.show('systemWorking');
\r
28 onComplete: function()
\r
30 if (Ajax.activeRequestCount == 0)
\r
32 Element.hide('systemWorking');
\r
37 Ajax.Responders.register(globalHandlers);
\r
44 <div id="systemWorking" style="display: none; position: absolute; width: 100px; padding: 5px; height: 20px; background: #ffffcf; right: 300px; text-align: center;">
\r
45 <img src="$siteRoot/Content/images/spinner.gif" /> Hang on!
\r