Current File : //home/obabain/anms_obaba_in/SystemAdmin.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>
<form>
<%@include file="master.jsp" %>
<div class="content">
<div class="row">
<div class="col-md-9"  style="background-color:white; ">
<div class="panel panel-default" >
       <div class="panel-heading main-color-bg">
        <h3 class="panel-title">System Administration </h3>
              </div>
             </div>
<table class="table">
<tr>
<td>
<font size="4"><b>System Status</b></font><br>
<a href="#">System Configuration</a><br>

</td>
<td><font size="4"><b>Modules</b></font><br>
<a href="ViewModule.jsp">View Modules</a><br>

<a href="MenuCreation.jsp">Create Modules</a>
</td>
</tr>
<tr>
<td><font size="4"><b>Administration</b></font><br>
<a href="role.jsp">User Roles</a><br>
<a href="MenuPermission.jsp">User Permission Information</a>
</td>
<td><font size="4"><b>Preferences</b></font><br>
<a href="UserPreferences.jsp">Default User Preferences</a>

</td>
</tr>
</table>
</div>
</div>
</div>
<%@include file="footer.jsp" %>
</form>
</body>
</html>