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="auto">
<div title="Project Details" style="padding:10px">
<table border=1><tr><td><table><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 colspan=4>
</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 colspan=4>
</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 colspan=4>
</tr>
<tr>
<td>
<label>Triage Date</label>
</td>
<td>
<input class="easyui-datebox"></input>
</td>
<td>
<label>Estimated Review Completion Date</label>
</td>
<td>
<input class="easyui-datebox"></input>
</td>
<td>
<label>Adjusted Review Completion Date</label>
</td>
<td>
<input class="easyui-datebox"></input>
</td>
</tr>
<tr colspan=4>
</tr>
<tr>
<td>
<label>Date in NEMIS</label>
</td>
<td>
<input class="easyui-datebox"></input>
</td>
<td>
<label>Date Out of NEMIS</label>
</td>
<td>
<input class="easyui-datebox"></input>
</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 colspan=4>
</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></td></tr></table>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-ok" onclick="saveUser()" style="width:90px;align:right">Save</a>
</div>
<div title="EHP Review/FONSI" style="padding:10px">
<table border=0>
<tr>
<td>
<table border=1>
<tr>
<td>
Date EHP Review Started
</td>
<td>
<input class="easyui-datebox"></input>
</td>
</tr>
<tr>
<td>
Date EHP Review Completed
</td>
<td>
<input class="easyui-datebox"></input>
</td>
</tr>
<tr>
<td>
EHP Reviewer
</td>
<td>
<input class="easyui-datebox"></input>
</td>
</tr>
</td>
</tr>
</table>
</td>
<td width="400px" >&nbsp;
</td>
<td>
<table border=1>
<tr>
<td>
Date Sent to OCC
</td>
<td>
<input class="easyui-datebox"></input>
</td>
</tr>
<tr>
<td>
Date Approved by OCC
</td>
<td>
<input class="easyui-datebox"></input>
</td>
</tr>
<tr>
<td>
Date Sent to REO
</td>
<td>
<input class="easyui-datebox"></input>
</td>
</tr>
<tr>
<td>
Date REO Approved
</td>
<td>
<input class="easyui-datebox"></input>
</td>
</tr>
</tr>
</table>
</td>
</table>
</div>
<div title="RFI" style="padding:10px">
<table id="dg" title="" class="easyui-datagrid" style="auto"
url="get_users.php"
toolbar="#toolbarRFI" pagination="true"
rownumbers="false" fitColumns="false" singleSelect="true">
<thead>
<tr>
<th field="daterfisent" width="100px">Date RFI Sent</th>
<th field="darerfiret" width="120px">Date RFI Returned</th>
<th field="program" width="200px">Program POC RFI Sent To</th>
<th field="reason" width="220px">Reason for RFI/RFI Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td>11/11/2014</td>
<td>11/12/2014</td>
<td>EHP</td>
<td>Need for Clarification</td>
</tr>
</tbody>
</table>
<div id="toolbarRFI">
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-add" plain="true" onclick="newRFIStatus()">New</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-edit" plain="true" onclick="editRFIStatus()">Edit</a>
</div>
<div id="rfidlg" class="easyui-dialog" style="width:600px;height:280px;padding:10px 20px" closed="true" buttons="#rfidlg-buttons" data-options="modal:true">
<form id="fmrfi" method="post" novalidate>
<div class="fitem" style="padding:5px 0px">
<label>Date RFI Sent:</label>
<input name="daterfisent" class="easyui-datebox"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label>Date RFI Returned:</label>
<input name="darerfiret" class="easyui-datebox"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label>Program POC RFI Sent to:</label>
<input name="program" class="easyui-textbox">
</div>
<div class="fitem" style="padding:5px 0px">
<label>Reason for RFI/RFI Notes:</label>
<input name="reason" class="easyui-textbox" data-options="multiline:true" value="" style="width:300px;height:90px">
</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="dgstatus" title="" class="easyui-datagrid" style="auto"
url="get_users.php"
toolbar="#statustoolbar" pagination="true"
rownumbers="false" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="status" width="50">Status</th>
<th field="startdate" width="50">Start Date</th>
<th field="enddate" width="50">End Date</th>
</tr>
<tbody>
<tr>
<td>Completed</td>
<td>11/12/2014</td>
<td>11/13/2014</td>
</tr>
</tr>
</tbody>
</thead>
</table>
<div id="statustoolbar">
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-add" plain="true" onclick="newstatus()">New</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-edit" plain="true" onclick="editstatus()">Edit</a>

</div>
<div id="dlgstatus" class="easyui-dialog" style="width:600px;height:280px;padding:10px 20px" closed="true" buttons="#dlg-buttons">
<form id="fmstatus" method="post" novalidate>
<div class="fitem" style="padding:5px 0px">
<label>Status:</label>
<input name="status" class="easyui-textbox">
</div>
<div class="fitem" style="padding:5px 0px">
<label>Start Date:</label>
<input name="startdate" class="easyui-datebox"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label>End Date:</label>
<input name="enddate" class="easyui-datebox"></input>
</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="dgconsult" title="" class="easyui-datagrid" style="auto"
url="get_users.php"
toolbar="#consultoolbar" pagination="true"
rownumbers="false" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="agency">Agency</th>
<th field="action">Action</th>
<th field="conreqdate">Request Date</th>
<th field="convia">Via</th>
<th field="concontact">Contact</th>
<th field="conrepdue">Response Due Date</th>
<th field="conresprec">Response Received Date</th>
<th field="condond">Conditions Apply</th>
<th field="conformal">Formal</th>
<th field="coninformal">Informal</th>
<th field="pendcon">Pending Consultation</th>
</tr>
</thead>
<tbody>
<tr>
<td>FEMA</td>
<td>Sent</td>
<td>11/13/2014</td>
<td>EHP</td>
<td>John Doe</td>
<td>11/13/2014</td>
<td>11/13/2014</td>
<td>Conditions</td>
<td>Formal</td>
<td>Informal</td>
<td>Pending Consultations</td>
</tr>
</tbody>
</table>
<div id="consultoolbar">
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-add" plain="true" onclick="newConsult()">New</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-edit" plain="true" onclick="editConsult()">Edit</a>
</div>
<div id="dlgconsult" class="easyui-dialog" style="width:600px;height:280px;padding:10px 20px" closed="true" buttons="#dlg-buttons">
<form id="fmcons" method="post" novalidate>
<div class="fitem" style="padding:5px 0px">
<label>Agency:</label>
<input name="agency" class="easyui-textbox">
</div>
<div class="fitem" style="padding:5px 0px">
<label>Action:</label>
<input name="action" class="easyui-textbox">
</div>
<div class="fitem" style="padding:5px 0px">
<label>Request Date:</label>
<input name="conreqdate" class="easyui-datebox"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label>Via:</label>
<input name="convia" class="easyui-textbox">
</div>
<div class="fitem" style="padding:5px 0px">
<label>Contact:</label>
<input name="concontact" class="easyui-textbox">
</div>
<div class="fitem" style="padding:5px 0px">
<label>Response Due Date:</label>
<input name="conrepdue" class="easyui-datebox"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label>Response Received Date:</label>
<input name="conresprec" class="easyui-datebox"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label>Conditions Apply:</label>
<input name="condond" class="easyui-textbox">
</div>
<div class="fitem" style="padding:5px 0px">
<label>Formal:</label>
<input name="conformal" class="easyui-textbox">
</div>
<div class="fitem" style="padding:5px 0px">
<label>Informal:</label>
<input name="coninformal" class="easyui-textbox">
</div>
<div class="fitem" style="padding:5px 0px">
<label>Pending Consultation:</label>
<input name="pendcon" 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="SHPO Consult" style="padding:10px">
<table id="dgshpo" title="SHPO Consult" class="easyui-datagrid" style="auto"
url="get_users.php"
toolbar="#toolbarshpo" pagination="true"
rownumbers="true" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="shporeqdate" width="50">Request Date</th>
<th field="shpovia" width="50">Via</th>
<th field="shpocontact" width="50">Contact</th>
<th field="shporespdue" width="50">Response Due Date</th>
<th field="shporesprec" width="50">Response Received Date</th>
<th field="shpocond" width="50">Conditions Apply</th>
<th field="shpopend" width="50">Pending Consultation</th>
</tr>
</thead>
<tbody>
<tr>
<td>11/13/2014</td>
<td>Jane Doe</td>
<td>John Doe</td>
<td>11/13/2014</td>
<td>11/13/2014</td>
<td>Conditions</td>
<td>Pending Consultations</td>
</tr>
</tbody>
</table>
</div>
<div title="THPO Consult" style="padding:10px">
<table id="dg4" title="" class="easyui-datagrid" style="auto"
url="get_users.php"
toolbar="#toolbarthpo" pagination="true"
rownumbers="false" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="thpotribe">Tribe</th>
<th field="thporqstdate"> Request Date</th>
<th field="thpovia">Via</th>
<th field="thpocontact">Contact</th>
<th field="thpofollowdate">Follow up Date</th>
<th field="thporespduedate">Response Due Date</th>
<th field="thporesporecieved" >Response Received Date</th>
<th field="thpocond" >Conditions Apply</th>
<th field="thpopenconsul" >Pending Consultation</th>
<th field="thpoconsulation" >Consultation Complete</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tama Indian Reservation</td>
<td>11/13/2014</td>
<td>John Doe</td>
<td>Jane Doe</td>
<td>11/13/2014</td>
<td>11/13/2014</td>
<td>11/13/2014</td>
<td>Conditions</td>
<td>Pending Consultations</td>
<td>Consultations Complete</td>
</tr>
</tbody>
</table>
</div>
<div title="Internal Letter" style="padding:10px">
<table id="dg5" title="" class="easyui-datagrid" style="auto"
url="get_users.php"
toolbar="#toolbarint" pagination="true"
rownumbers="false" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="intreqdate">Author Request Date</th>
<th field="intactdate" width="50">Author Completed Date</th>
<th field="intauth" width="50">Letter Author</th>
<th field="intreqdate" width="50">Review Request Date</th>
<th field="intcomldate" width="50">Review Completed Date</th>
<th field="intreview" width="50">Letter Reviewer</th>
<th field="intnotes" width="50">Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td>11/13/2014</td>
<td>11/13/2014</td>
<td>John Doe</td>
<td>11/13/2014</td>
<td>11/13/2014</td>
<td>Jane Doe</td>
<td>Review Notes</td>
</tr>
</tbody>
</table>
</div>
<div title="Executive Order" style="padding:10px">
<table id="dg6" title="" class="easyui-datagrid" style="auto"
url="get_users.php"
toolbar="#toolbarexec" pagination="true"
rownumbers="true" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="exereq" width="50">Request Received</th>
<th field="exeagency" width="50">Agency Name</th>
<th field="execbywhom" width="50">By Whom</th>
<th field="execompldate" width="50">Concurrence Completion Date</th>
<th field="execreplysent" width="50">Reply Sent</th>
</tr>
</thead>
<tbody>
<tr>
<td>11/13/2014</td>
<td>FEMA</td>
<td>John Doe</td>
<td>11/13/2014</td>
<td>11/13/2014</td>
</tr>
</tbody>
</table>
</div>
<div title="Allowances(Section 106)" style="padding:10px">
<table id="dg7" title="" class="easyui-datagrid" style="auto"
url="get_users.php"
toolbar="#toolbarallow" pagination="true"
rownumbers="false" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="allotitle" >Allowance Title/Description</th>
<th field="allowcat" >Category</th>
<th field="alloweffdate" >Effective Date</th>
<th field="allowexpdate" >Expires Date</th>
<th field="allownotes" >Notes</th>
<th field="allowcostsav" >Estimated Cost Savings</th>
<th field="allowtime" >Estimated Time Savings</th>
</tr>
</thead>
<tbody>
<tr>
<td>Allowance Title</td>
<td>Allowance</td>
<td>11/13/2014</td>
<td>11/13/2014</td>
<td>Notes</td>
<td>$100</td>
<td>2 Months</td>
</tr>
</tbody>
</table>
<div id="toolbarallow">
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-add" plain="true" onclick="newConsult()">New</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-edit" plain="true" onclick="editConsult()">Edit</a>
</div>
</div>
<div title="Other Allowances" style="padding:10px">
<table id="dg8" title="" class="easyui-datagrid" style="auto"
url="get_users.php"
toolbar="#toolbarotherallow" pagination="true"
rownumbers="false" fitColumns="true" singleSelect="true">
<thead>
<tr>
<th field="firstname" >Allowance Title/Description</th>
<th field="firstname" >Category</th>
<th field="phone" >Effective Date</th>
<th field="phone" >Expires Date</th>
<th field="phone" >Notes</th>
<th field="phone" >Estimated Cost Savings</th>
<th field="phone" >Estimated Time Savings</th>
</tr>
</thead>
</table>
<div id="toolbarotherallow">
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-add" plain="true" onclick="newConsult()">New</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-edit" plain="true" onclick="editConsult()">Edit</a>
</div>
</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 = $('#dg').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 newstatus(){
$('#dlgstatus').dialog('open').dialog('setTitle','Add New Status');
$('#fm').form('clear');
url = 'save_user.php';
}
function editstatus(){

var row = $('#dgstatus').datagrid('getSelected');
if (row){
$('#dlgstatus').dialog('open').dialog('setTitle','Edit User');
$('#fmstatus').form('load',row);
url = 'update_user.php?id='+row.id;
}
}

function newConsult(){
$('#dlgconsult').dialog('open').dialog('setTitle','Add New Consulation');
$('#fmcons').form('clear');
url = 'save_user.php';
}
function editConsult(){

var row = $('#dgconsult').datagrid('getSelected');
if (row){
$('#dlgconsult').dialog('open').dialog('setTitle','Edit Consulation');
$('#fmcons').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.