X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/11ec7249f84ef789edd2741ba670f4ea94e420ea..ee4774ada4ceb3692348e1576f2099f1b3af6c2e:/templates/skeleton.tmpl diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl index dab9ab0..ae7431b 100644 --- a/templates/skeleton.tmpl +++ b/templates/skeleton.tmpl @@ -27,54 +27,6 @@ function helppopup(name){ if (window.focus){helpWin.focus();} return false; } - -Ajax.Responders.register({ - onCreate: function(){ - if (Ajax.activeRequestCount > 0) { - document.getElementById("loadingnotice").style.display = 'block'; - } - }, - onComplete: function(){ - if (Ajax.activeRequestCount == 0) { - document.getElementById("loadingnotice").style.display = 'none'; - } - } -}); -function replaceFunc(transport) { - try { - d = transport.responseText.evalJSON(); - } catch (e) { - \$('body').innerHTML = '
'+transport.responseText+'
' - return; - } - for(key in d) { - \$(key).innerHTML = d[key]; - } -} - -function jsFormSubmit(location, elt){ - new Ajax.Request(location, {method: 'post', - parameters: Form.serialize(elt)+'&js=true', - onSuccess: replaceFunc, - onComplete: function() {Form.enable(elt);} - }); - Form.disable(elt); - return false; -} - -function rowFormSubmit(elt, retpage){ - new Ajax.Request('command', {method: 'post', - parameters: Form.serialize(elt)+'&js='+retpage, - onSuccess: replaceFunc - }); - return false; -} - -window.onload = function (){ - //Fix bug with disabled elements - \$\$('form').each(Form.enable); -} - @@ -99,7 +51,11 @@ window.onload = function (){
LOADING
-
+
+#if $varExists('result') +$result +#end if +
$body #if not $varExists('simple') or not $simple