Current File : //home/obabain/ms_obaba_in/AccountMasters.jsp |
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!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>
<%@include file="master.jsp" %>
<form>
<div class="content">
<div class="row">
<div class="col-md-9" style="background-color:#eae9e9;width:80%; ">
<div class="panel panel-default" >
<div class="panel-heading main-color-bg">
<h3 class="panel-title">Account Masters</h3>
</div>
</div>
<table class="table">
<tr>
<td>
<font size="4"><b>Groups</b></font><br>
<a href="AccountGroup.jsp" >Create</a><br>
<a href="ViewAccountgroup.jsp">Display / Alter</a><br>
</td>
<td><font size="4"><b>Ledgers</b></font><br>
<a href="GeneralLedger.jsp" >Create</a><br>
<a href="ViewLedger.jsp" >Display / Alter</a><br>
</td>
</tr>
<!-- <tr>
<td><font size="4"><b>Voucher Types</b></font><br>
<a href="VoucherTypes.jsp" >Create</a><br>
<a href="#" >Display</a><br>
<a href="#" >Alter</a>
</td>
<td>
</td>
</tr> -->
</table>
<div class="modal-footer" id="contact_submit">
<input type="button" value="Back" style="background:#009191;" class="btn btn-info pull-left" onclick="goBack()"/>
</div>
</div>
</div>
</div>
</form>
</body>
<script type="text/javascript">
function goBack() {
window.history.back();
};
</script>
</html>