X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/11ec7249f84ef789edd2741ba670f4ea94e420ea..43c105be35eb49744112ccb6f28644d0c794585a:/templates/skeleton.tmpl diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl index dab9ab0..fa15575 100644 --- a/templates/skeleton.tmpl +++ b/templates/skeleton.tmpl @@ -27,58 +27,16 @@ 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); -} - +#if False +
We are in the process of modifying the service. Things likely will not work.
+STDERR:
$error_text@@ -86,7 +44,7 @@ window.onload = function (){
[You are logged in as $user.username.]
+[You are logged in as $user.]