[
https://issues.apache.org/jira/browse/CONNECTORS-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843996#comment-13843996
]
Karl Wright commented on CONNECTORS-828:
----------------------------------------
The complete source of the login page is below. Please cut-and-paste out as
needed:
{code}
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
<link rel="StyleSheet" href="style.css" type="text/css"
media="screen"/>
<title>
Apache ManifoldCF Login
</title>
<script type="text/javascript">
<!--
function login()
{
document.loginform.submit();
}
//-->
</script>
</head>
<body class="standardbody">
<table class="page">
<tr><td colspan="2" class="banner">
<table class="bannertable">
<tr><td class="headerimage"><img src="ManifoldCF-logo.png"/></td>
<td>
<table class="headertable">
<tr><td class="headerdate">Dec 10, 2013 1:20:15 AM</td></tr>
<tr><td class="header">Document Ingestion</td></tr>
</table>
</td>
</tr>
</table>
</td></tr>
<tr>
<td colspan="2" class="window">
<form class="standardform"
name="loginform" action="setupAdminProfile.jsp" method="POST">
<table class="displaytable">
<tr>
<td
class="description">User ID:</td>
<td
class="value">
<input
name="userID" type="text" size="32" value=""/>
</td>
</tr>
<tr>
<td
class="description">Password:</td>
<td
class="value">
<input
name="password" type="password" size="32" value=""/>
</td>
</tr>
<tr><td
class="separator" colspan="2"><hr/></td></tr>
<tr>
<td
class="message" colspan="2">
<input
type="button" onclick='Javascript:login();' value='Login' alt='Login'/>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</html>
{code}
> Add modern styles to the project
> --------------------------------
>
> Key: CONNECTORS-828
> URL: https://issues.apache.org/jira/browse/CONNECTORS-828
> Project: ManifoldCF
> Issue Type: Improvement
> Components: Framework crawler agent
> Affects Versions: ManifoldCF 1.5
> Reporter: Eranda Bandaranaike
> Assignee: Karl Wright
> Fix For: ManifoldCF 1.5
>
> Attachments: Screen-Shot-2013-12-04-at-6.30.12-PM.png,
> login_page.zip, style.css
>
> Original Estimate: 30h
> Remaining Estimate: 30h
>
> I have created new style sheet for this project.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)