formatter.appendLine("<FORM action=\"" + StorageService.getHostUrl() + "/home?" + SCRIPT + "=T\" method=\"post\">");
formatter.append(" Callout name : <INPUT name=calloutName>");
formatter.appendLine("<BR>");
formatter.append("Groovy code to run on the server:<br>");
formatter.append("<textarea name=scriptTextArea rows=\"10\" cols=\"100\"></textarea>");
formatter.appendLine("<BR>");
formatter.appendLine("<INPUT name=deploy type=\"submit\" value=\"Deploy\"> <INPUT name=execute type=\"submit\" value=\"Execute\"> <INPUT name=reset type=\"reset\">");
formatter.appendLine("</FORM>");
formatter.addDivElement(SCRIPTRESULTSDIV, scriptResult);
formatter.appendLine("</fieldset><BR>");