Commit 126915b3 authored by prumde's avatar prumde

Updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211006 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 64c84796
<html>
<head>
<style>
*{
font-family: Arial, Helvetica, sans-serif;
}
body{
background-color: #efefef;
}
.input-field label{
display: block;
font-size: 12px;
}
.input-field input{
border: none;
border-bottom: 1px solid #000;
outline: none;
background-color: transparent;
}
.input-field{
padding: 10px 0;
display: block;
}
.view-button{
border-style: none;
border-radius: 2px;
background-color: #b4adee;
color: #fff;
padding: 5px 10px;
min-width: 80px;
cursor: pointer;
}
.ang-dbtitle {
font-size: 18px;
color: #666;
}
.input-form{
padding: 10px;
}
</style>
<title>Sales Trends</title>
</head>
<body>
<h3>Sales Trends Data</h3>
<div style="padding: 10px 0 10px 10px;">
<div class="ang-dbtitle">
Sales Trends Data
</div>
</div>
<form method="POST" action="executeSaleTrends.jsp">
Employee Code : <br/>
<input type="text" name="empCode" id="empCode"/><br/><br/>
Site Code : <br/>
<input type="text" name="siteCode" id="siteCode"/><br/><br/>
Month : <br/>
<input type="text" placeholder="MM/YYYY" name="month" id="month"/><br/><br/>
<button type="submit">View Data</button>
<div class="input-form">
<div class="input-field">
<label>Employee Code : </label>
<input type="text" name="empCode" id="empCode"/>
</div>
<div class="input-field">
<label>Site Code : </label>
<input type="text" name="siteCode" id="siteCode"/>
</div>
<div class="input-field">
<label>Month : </label>
<input type="text" placeholder="MM/YYYY" name="month" id="month"/>
</div>
<button class="view-button" type="submit">View Data</button>
</div>
</form>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment