chg: replaced ant with gradle

This commit is contained in:
Tobi Schäfer 2020-03-16 16:53:52 +01:00
parent cee0be52e0
commit 5cbeb9f01d
609 changed files with 87626 additions and 638 deletions

View file

@ -0,0 +1,23 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title><% response.title %></title>
<style type="text/css">
body {
background-color: #ffffff;
margin: 20px;
font: 12px <% response.fontface %>;
}
</style>
</head>
<body>
<% response.header prefix="<h3>" suffix="</h3>" %>
<% param.message prefix="<p style=\'color: red\'>" suffix="</p>" %>
<form name="login" method="post">
<p>Please enter the administrators username and password to proceed:</p>
<p>Username:<br /><input type="text" name="username"></p>
<p>Password:<br /><input type="password" name="password"></p>
<input type="submit" value="Authenticate">
</form>
</body>
</html>