Current File : /home/obabain/anms_obaba_in/salesarea.jsp |
<%@include file="master_three.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<form action="addsalesarea.jsp" method="post">
<section id="main">
<div class="content">
<div class="row" style="width:80%">
<div class="col-md-9" >
<div class="panel panel-default" >
<div class="panel-heading main-color-bg">
<h3 class="panel-title">Sales Area</h3>
</div>
<a style="float:right; margin-left:200px; background:#204b58;" href="viewsalesarea.jsp" class="btn btn-info" >View</a>
<br><br>
<div class="panel-body">
<!-- <a href="viewsalesarea.jsp"> <button class="tablink" style="float:right; margin-left:200px;">View Sales</button></a> -->
<div class="form-group col-xs-2">
<p> <label for="firstname" style="margin-left:15px;" >Sales Area</label></p>
<input id="firstname" class="form-control input-group-lg reg_name" style="width:160px;margin:5px;" type="text"
title="Enter first name"
name="name" placeholder="Area Name"/>
</div>
<div class="form-group col-xs-2">
<p> <label for="firstname" style="margin-left:55px;" >Address </label></p>
<textarea id="firstname" rows="2" cols="18"class="form-control input-group-lg reg_name" style="width:160px;margin-left:55px;" type="text"
title="Enter first name"
name="add" placeholder=" Address"></textarea>
</div>
<!-- <div class="form-group col-xs-2">
<p> <label for="firstname" style="margin-left:200px;float:right;" >Contact No:</label></p>
<input id="firstname" class="form-control input-group-lg reg_name" style="width:160px;margin-left:200px;float:right;" type="text"
title="Enter first name"
name="name" placeholder="Contact"/>
</div> -->
<div class="form-group col-xs-2">
<p> <label for="firstname" style="margin-left:105px;" >Contact </label></p>
<input id="firstname" class="form-control input-group-lg reg_name" style="width:160px;margin-left:105px;" type="text"
title="Enter first name"
name="con" placeholder=" Contact"/>
</div>
</div>
<div class="modal-footer" id="contact_submit">
<input type="button" value="Back" style="background:#204b58;margin-right:720px" class="btn btn-info" onclick="goBack()"/>
<a class="btn btn-default" href="createCompany.jsp">Reset</a>
<button type="submit" style="background:#204b58;" class="btn btn-info" >Save Changes</button>
</div>
</div>
</div>
</div>
</div>
</section>
</form>
<script type="text/javascript">
function goBack() {
window.history.back();
};
</script>
</body>
</html>