NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>EHP Case Management</title>
<link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="../../themes/icon.css">
<link rel="stylesheet" type="text/css" href="../demo.css">
<script type="text/javascript" src="../../jquery.min.js"></script>
<script type="text/javascript" src="../../jquery.easyui.min.js"></script>
</head>
<body>
<h2>EHP Case Management</h2>

<div style="margin:20px 0 10px 0;"></div>
<div class="easyui-tabs" style="width:1040px;height:500px">
<div title="Project Details" style="padding:10px">
<table>
<tr>
<td>
<label>Program</label>
</td>
<td>
<label><input type=text></label>
</td>
<td>
<label>DR Number</label>
</td>
<td>
<label><input type=text></label>
</td>
<td>
<label>Project Number</label>
</td>
<td>
<label><input type=text></label>
</td>
</tr>
<tr>
<td>
<label>Subgrantee/Grantee</label>
</td>
<td>
<label><input type=text></label>
</td>
<td>
<label>State</label>
</td>
<td>
<label><input type=text></label>
</td>
<td>
<label>County</label>
</td>
<td>
<label><input type=text></label>
</td>
</tr>
<tr>
<td>
<label>Amount</label>
</td>
<td>
<label><input type=text></label>
</td>
<td>
<label>*Category (PA Only)</label>
</td>
<td>
<label><input type=text></label>
</td>
<td>
<label>*Nepa Level</label>
</td>
<td>
<label><input type=text></label>
</td>
<td>
<label>Priority</label>
</td>
<td>
<label><input type=text></label>
</td>
</tr>
<tr>
<td>
<label>Triage Date</label>
</td>
<td>
<label><input type=text></label>
</td>
<td>
<label>Estimated Review Completion Date</label>
</td>
<td>
<label><input type=text></label>
</td>
<td>
<label>Adjusted Review Completion Date</label>
</td>
<td>
<label><input type=text></label>
</td>
</tr>
<tr>
<td>
<label>Date in NEMIS</label>
</td>
<td>
<label><input type=text></label>
</td>
<td>
<label>Date Out of NEMIS</label>
</td>
<td>
<label><input type=text></label>
</td>
<td>
<label>Statement of Work</label>
</td>
<td>
<label><input type=text></label>
</td>
<td>
<label>Quick Status</label>
</td>
<td>
<label><input type=text></label>
</td>
</tr>
<tr>
<td>
<label>Special Issues</label>
</td>
<td>
<label><input type=text></label>
</td>
<td>
<label>Comments</label>
</td>
<td>
<label><input type=text></label>
</td>
</tr>
</table>
</div>
<div title="EHP Review/FONSI" style="padding:10px">
<table border=1>
<tr>
<td>
<table>
<tr>
<td>
Date EHP Review Started
</td>
<td>
<label><input type=text></label>
</td>
</tr>
<tr>
<td>
Date EHP Review Completed
</td>
<td>
<label><input type=text></label>
</td>
</tr>
<tr>
<td>
EHP Reviewer
</td>
<td>
<label><input type=text></label>
</td>
</tr>
</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>
Date Sent to OCC
</td>
<td>
<label><input type=text></label>
</td>
</tr>
<tr>
<td>
Date Approved by OCC
</td>
<td>
<label><input type=text></label>
</td>
</tr>
<tr>
<td>
Date Sent to REO
</td>
<td>
<label><input type=text></label>
</td>
</tr>
<tr>
<td>
Date REO Approved
</td>
<td>
<label><input type=text></label>
</td>
</tr>
</tr>
</table>

</td>
</table>
</div>
<div title="RFI" style="padding:10px">
<table id="dg" title="My Users" class="easyui-datagrid" style="auto"
url="get_users.php"
toolbar="#toolbarRFI" pagination="true"
rownumbers="true" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="daterfisent" width="75">Date RFI Sent</th>
<th field="lastname" width="100">Date RFI Returned</th>
<th field="phone" width="100">Program POC RFI Sent To</th>
<th field="phone" width="200">Reason for RFI/RFI Notes</th>
</tr>
</thead>
</table>
<div id="toolbarRFI">
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-add" plain="true" onclick="newRFIStatus()">New RFI Status</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-edit" plain="true" onclick="editRFIStatus()">Edit RFI Status</a>
</div>
<div id="rfidlg" class="easyui-dialog" style="width:600px;height:280px;padding:10px 20px" closed="true" buttons="#rfidlg-buttons">
<form id="fmrfi" method="post" novalidate>
<div class="fitem">
<label>Date RFI Sent:</label>
<input name="Status" class="easyui-textbox" required="true">
</div>
<div class="fitem">
<label>Date RFI Returned:</label>
<input name="lastname" class="easyui-textbox" required="true">
</div>
<div class="fitem">
<label>Program POC RFI Sent to:</label>
<input name="phone" class="easyui-textbox">
</div>
<div class="fitem">
<label>Reason for RFI/RFI Notes:</label>
<input name="phone" class="easyui-textbox">
</div>
</form>
</div>
<div id="rfidlg-buttons">
<a href="javascript:void(0)" class="easyui-linkbutton c6" iconCls="icon-ok" onclick="saveUser()" style="width:90px">Save</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-cancel" onclick="javascript:$('#rfidlg').dialog('close')" style="width:90px">Cancel</a>
</div>

</div>
<div title="Status" style="padding:10px">
<table id="dg" title="My Users" class="easyui-datagrid" style="auto"
url="get_users.php"
toolbar="#toolbar" pagination="true"
rownumbers="true" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="firstname" width="50">Status</th>
<th field="lastname" width="50">Start Date</th>
<th field="phone" width="50">End Date</th>
</tr>
</thead>
</table>
<div id="toolbar">
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-add" plain="true" onclick="newUser()">New Status</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-edit" plain="true" onclick="editUser()">Edit Status</a>
<!--<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-remove" plain="true" onclick="destroyUser()">Remove User</a>-->
</div>
<div id="dlg" class="easyui-dialog" style="width:600px;height:280px;padding:10px 20px" closed="true" buttons="#dlg-buttons">
<form id="fm" method="post" novalidate>
<div class="fitem">
<label>Status:</label>
<input name="Status" class="easyui-textbox" required="true">
</div>
<div class="fitem">
<label>Start Date:</label>
<input name="lastname" class="easyui-textbox" required="true">
</div>
<div class="fitem">
<label>End Date:</label>
<input name="phone" class="easyui-textbox">
</div>
</form>
</div>
<div id="dlg-buttons">
<a href="javascript:void(0)" class="easyui-linkbutton c6" iconCls="icon-ok" onclick="saveUser()" style="width:90px">Save</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-cancel" onclick="javascript:$('#dlg').dialog('close')" style="width:90px">Cancel</a>
</div>
</div>
<div title="Consultation/Coordination" style="padding:10px">
<table id="dg" title="Consultation/Coordination" class="easyui-datagrid" style="width:700px;height:250px"
url="get_users.php"
toolbar="#toolbar" pagination="true"
rownumbers="true" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="firstname" width="50">Agency</th>
<th field="lastname" width="50">Action</th>
<th field="phone" width="50">Request Date</th>
<th field="phone" width="50">Via</th>
<th field="phone" width="50">Contact</th>
<th field="phone" width="50">Response Due Date</th>
<th field="phone" width="50">Response Received Date</th>
<th field="phone" width="50">Conditions Apply</th>
<th field="phone" width="50">Formal</th>
<th field="phone" width="50">Informal</th>
<th field="phone" width="50">Pending Consultation</th>
</tr>
</thead>
</table>
</div>
<div title="SHPO Consult" style="padding:10px">
<table id="dg" title="SHPO Consult" class="easyui-datagrid" style="width:700px;height:250px"
url="get_users.php"
toolbar="#toolbar" pagination="true"
rownumbers="true" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="firstname" width="50">Request Date</th>
<th field="lastname" width="50">Via</th>
<th field="phone" width="50">Contact</th>
<th field="phone" width="50">Response Due Date</th>
<th field="phone" width="50">Response Received Date</th>
<th field="phone" width="50">Conditions Apply</th>
<th field="phone" width="50">Pending Consultation</th>
</tr>
</thead>
</table>
</div>
<div title="THPO Consult" style="padding:10px">
<table id="dg" title="THPO Consult" class="easyui-datagrid" style="width:700px;height:250px"
url="get_users.php"
toolbar="#toolbar" pagination="true"
rownumbers="true" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="firstname" width="50">Tribe</th>
<th field="firstname" width="50">Request Date</th>
<th field="phone" width="50">Via</th>
<th field="phone" width="50">Contact</th>
<th field="phone" width="50">Follow up Date</th>
<th field="phone" width="50">Response Due Date</th>
<th field="phone" width="50">Response Received Date</th>
<th field="phone" width="50">Conditions Apply</th>
<th field="phone" width="50">Pending Consultation</th>
<th field="phone" width="50">Consultation Complete</th>
</tr>
</thead>
</table>
</div>
<div title="Internal Letter" style="padding:10px">
<table id="dg" title="Internal Letter" class="easyui-datagrid" style="width:700px;height:250px"
url="get_users.php"
toolbar="#toolbar" pagination="true"
rownumbers="true" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="firstname" width="50">Author Request Date</th>
<th field="firstname" width="50">Author Completed Date</th>
<th field="phone" width="50">Letter Author</th>
<th field="phone" width="50">Review Request Date</th>
<th field="phone" width="50">Review Completed Date</th>
<th field="phone" width="50">Letter Reviewer</th>
<th field="phone" width="50">Notes</th>
</tr>
</thead>
</table>

</div>
<div title="Executive Order" style="padding:10px">
<table id="dg" title="Executive Order" class="easyui-datagrid" style="width:700px;height:250px"
url="get_users.php"
toolbar="#toolbar" pagination="true"
rownumbers="true" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="firstname" width="50">Request Received</th>
<th field="firstname" width="50">Agency Name</th>
<th field="phone" width="50">By Whom</th>
<th field="phone" width="50">Concurrence Completion Date</th>
<th field="phone" width="50">Reply Sent</th>
</tr>
</thead>
</table>


</div>
<div title="Allowances(Section 106)" style="padding:10px">
<table id="dg" title="Allowances(Section 106)" class="easyui-datagrid" style="width:700px;height:250px"
url="get_users.php"
toolbar="#toolbar" pagination="true"
rownumbers="true" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="firstname" width="50">Allowance Title/Description</th>
<th field="firstname" width="50">Category</th>
<th field="phone" width="50">Effective Date</th>
<th field="phone" width="50">Expires Date</th>
<th field="phone" width="50">Notes</th>
<th field="phone" width="50">Estimated Cost Savings</th>
<th field="phone" width="50">Estimated Time Savings</th>
</tr>
</thead>
</table>

</div>
<div title="Other Allowances" style="padding:10px">
<table id="dg" title="Other Allowances" class="easyui-datagrid" style="width:700px;height:250px"
url="get_users.php"
toolbar="#toolbar" pagination="true"
rownumbers="true" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="firstname" width="50">Allowance Title/Description</th>
<th field="firstname" width="50">Category</th>
<th field="phone" width="50">Effective Date</th>
<th field="phone" width="50">Expires Date</th>
<th field="phone" width="50">Notes</th>
<th field="phone" width="50">Estimated Cost Savings</th>
<th field="phone" width="50">Estimated Time Savings</th>
</tr>
</thead>
</table>
</div>

</div>


<script type="text/javascript">

function newRFIStatus(){
$('#rfidlg').dialog('open').dialog('setTitle','Add New RFI Status');
$('#fmrfi').form('clear');
url = 'save_user.php';
}
function editRFIStatus(){
var row = $('#rfidlg').datagrid('getSelected');
if (row){
$('#rfidlg').dialog('open').dialog('setTitle','Edit RFI Status');
$('#fmrfi').form('load',row);
url = 'update_user.php?id='+row.id;
}
}
function destroyRFI(){
var row = $('#rfidlg').datagrid('getSelected');
if (row){
$.messager.confirm('Confirm','Are you sure you want to destroy this user?',function(r){
if (r){
$.post('destroy_user.php',{id:row.id},function(result){
if (result.success){
$('#rfidlg').datagrid('reload'); // reload the user data
} else {
$.messager.show({ // show error message
title: 'Error',
msg: result.errorMsg
});
}
},'json');
}
});
}
}
var url;
function newUser(){
$('#dlg').dialog('open').dialog('setTitle','Add New Status');
$('#fm').form('clear');
url = 'save_user.php';
}
function editUser(){
var row = $('#dg').datagrid('getSelected');
if (row){
$('#dlg').dialog('open').dialog('setTitle','Edit User');
$('#fm').form('load',row);
url = 'update_user.php?id='+row.id;
}
}
function saveUser(){
$('#fm').form('submit',{
url: url,
onSubmit: function(){
return $(this).form('validate');
},
success: function(result){
var result = eval('('+result+')');
if (result.errorMsg){
$.messager.show({
title: 'Error',
msg: result.errorMsg
});
} else {
$('#dlg').dialog('close'); // close the dialog
$('#dg').datagrid('reload'); // reload the user data
}
}
});
}
function destroyUser(){
var row = $('#dg').datagrid('getSelected');
if (row){
$.messager.confirm('Confirm','Are you sure you want to destroy this user?',function(r){
if (r){
$.post('destroy_user.php',{id:row.id},function(result){
if (result.success){
$('#dg').datagrid('reload'); // reload the user data
} else {
$.messager.show({ // show error message
title: 'Error',
msg: result.errorMsg
});
}
},'json');
}
});
}
}
</script>
</body>
</html>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.