chg: replaced ant with gradle
This commit is contained in:
parent
cee0be52e0
commit
5cbeb9f01d
609 changed files with 87626 additions and 638 deletions
23
modules/tools/Global/helma.auth.login.skin
Normal file
23
modules/tools/Global/helma.auth.login.skin
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue