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/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 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>
</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>
<tr>
<td>11/13/2014</td>
<td>11/14/2014</td>
<td>EHP 2</td>
<td>Need for more Clarification</td>

</tr>
</tbody>
</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" 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>
<td>Pending</td>
<td>11/14/2014</td>
<td>11/15/2014</td>

</tr>
</tbody>
</thead>
</table>
<div id="statustoolbar">
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-add" plain="true" onclick="newstatus()">New Status</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-edit" plain="true" onclick="editstatus()">Edit Status</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="#toolbar" 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>
</table>
</div>
<div title="SHPO Consult" style="padding:10px">
<table id="dg3" 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="dg4" 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="dg5" 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="dg6" 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="dg7" 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="dg8" 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 = $('#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 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.