NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<div title="Consultation/ Coordination" style="padding:10px">
<table id="dgconsult" title="" style="auto"
toolbar="#consultoolbar" pagination="false"
rownumbers="false" fitColumns="false" singleSelect="true">
<thead>
<tr>
<th field="agency" width="100px">Agency</th>
<th field="action" width="100px">Action</th>
<th field="requestDate" width="100px">Request Date</th>
<th field="consultVia" width="60px">Via</th>
<th field="contact" width="100px">Contact</th>
<th field="responseDueDate" width="105px">Response Due Date</th>
<th field="responseReceivedDate" width="105px">Response Received Date</th>
<th field="conditionsFlag" width="100px">Conditions Apply</th>
<th data-options="field:'formalflag',align:'center',editor:{type:'checkbox',options:{on:'Y',off:''}}">Formal</th>
<th data-options="field:'informalflag',align:'center',editor:{type:'checkbox',options:{on:'Y',off:''}}">Informal</th>
<th data-options="field:'pendingflag',align:'center',editor:{type:'checkbox',options:{on:'Y',off:''}}" width="105px">Pending Consultation</th>
<th data-options="field:'consultationId',align:'center',editor:{type:'checkbox',options:{on:'Y',off:''}}" width="100px" hidden="true"></th>
</tr>
</thead>
</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>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-remove" plain="true" onclick="removeConsult()">Delete</a>
</div>
<div id="dlgconsult" class="easyui-dialog" style="width:600px;height:520px;padding:10px 20px" closed="true" data-options="modal:true" buttons="#dlg-buttons">
<form id="fmcons" method="post" novalidate>
<div class="fitem" style="padding:5px 0px">
<label>Agency:</label>
<select class="easyui-combobox" data-options="editable:false" name="agency" style="width:100px;">
<option value="NOAA">NOAA</option>
<option value="State DNR">State DNR</option>
</select>
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Action:</label>
<input name="action" class="easyui-textbox" style="width: 116px; height: 20px;">
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Request Date:</label>
<input name="requestDate" class="easyui-datebox" style="width: 116px; height: 20px;"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Via:</label>
<input name="consultVia" class="easyui-textbox" style="width: 116px; height: 20px;">
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Contact:</label>
<input name="contact" class="easyui-textbox" style="width: 116px; height: 20px;">
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Response Due Date:</label>
<input name="responseDueDate" class="easyui-datebox" style="width: 116px; height: 20px;"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Response Received Date:</label>
<input name="responseReceivedDate" class="easyui-datebox" style="width: 116px; height: 20px;"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Conditions Apply:</label>
<input type="checkbox" name="conditionsFlag" value="Y">
<!--<input name="condond" class="easyui-textbox">-->
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Formal:</label>
<input type="checkbox" name="formalflag" value="Y">
<!--<input name="conformal" class="easyui-textbox">-->
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Informal:</label>
<input type="checkbox" name="informalflag" value="Y">
<!--<input name="coninformal" class="easyui-textbox">-->
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Pending Consultation:</label>
<input type="checkbox" name="pendingflag" value="Y">
</div>
<input type="hidden" id="consultationId" name="consultationId" value="0" />
</form>
</div>
<div id="dlg-buttons">
<a href="javascript:void(0)" class="easyui-linkbutton c6" id="consusave" onclick="saveform(this)" style="width:90px">Save</a>
<a href="javascript:void(0)" class="easyui-linkbutton" onclick="javascript:$('#dlgconsult').dialog('close')" style="width:90px">Cancel</a>
</div>
</div>
<div title="SHPO Consult" style="padding:10px">
<table id="dgshpo" title="" style="auto"
toolbar="#toolbarshpo" pagination="false"
rownumbers="false" fitColumns="false" singleSelect="true">
<thead>
<tr>
<th field="requestDate" width="100px">Request Date</th>
<th field="consultVia" width="100px">Via</th>
<th field="contact" width="200px">Contact</th>
<th field="responseDueDate" width="105px">Response Due Date</th>
<th field="responseReceivedDate" width="105px">Response Received Date</th>
<th field="conditionsFlag" >Conditions Apply</th>
<th field="pendingFlag" >Pending Consultation</th>
<th field="shpoConsultId" width="100px" hidden="true"></th>
</tr>
</thead>
</table>
<div id="toolbarshpo">
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-add" plain="true" onclick="newShpo()">New</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-edit" plain="true" onclick="editShpo()">Edit</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-remove" plain="true" onclick="removeShpo()">Delete</a>
</div>

<div id="dlgshpo" class="easyui-dialog" style="width:600px;height:520px;padding:10px 20px" closed="true" data-options="modal:true" buttons="#dlg-buttons">
<form id="fmshpo" method="post" novalidate>
<div class="fitem" style="padding:5px 0px">
<label>Request Date:</label>
<input name="requestDate" class="easyui-datebox" style="width: 116px; height: 20px;"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Via:</label>
<input name="consultVia" class="easyui-textbox" style="width: 116px; height: 20px;">
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Contact:</label>
<input name="shpocontact" class="easyui-textbox" style="width: 116px; height: 20px;">
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Response Due Date:</label>
<input name="responseDueDate" class="easyui-datebox" style="width: 116px; height: 20px;"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Response Recieved:</label>
<input name="responseReceivedDate" class="easyui-datebox" style="width: 116px; height: 20px;"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Conditions Apply:</label>
<input type="checkbox" name="conditionsFlag" value="Yes">
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Pending Consultation:</label>
<input type="checkbox" name="pendingFlag" value="Yes">
</div>
<input type="hidden" id="shpoConsultId" name="shpoConsultId" value="0" />
</form>
</div>
<div id="dlg-buttons">
<a href="javascript:void(0)" class="easyui-linkbutton c6" id="shposave" onclick="saveform(this)" style="width:90px">Save</a>
<a href="javascript:void(0)" class="easyui-linkbutton" onclick="javascript:$('#dlgshpo').dialog('close')" style="width:90px">Cancel</a>
</div>

</div>
<div title="Tribal Consult" style="padding:10px">
<table id="dgtribal" title="" style="auto"
toolbar="#toolbarthpo" pagination="false"
rownumbers="false" fitColumns="false" singleSelect="true">
<thead>
<tr>
<th field="tribe" width="175px">Tribe</th>
<th field="requestDate" width="105px"> Request Date</th>
<th field="consultVia" width="70PX">Via</th>
<th field="contact" width="125px">Contact</th>
<th field="followUpDate" width="105px">Follow up Date</th>
<th field="responseDueDate" width="105px">Response Due Date</th>
<th field="responseReceivedDate" width="105px">Response Received Date</th>
<th field="conditionsFlag" width="105px">Conditions Apply</th>
<th field="pendingFlag" width="105px">Pending Consultation</th>
<th field="completeFlag" width="110px">Consultation Complete</th>
<th field="thpoConsultId" width="100px" hidden="true"></th>
</tr>
</thead>
</table>
<div id="toolbarthpo">
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-add" plain="true" onclick="newTribal()">New</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-edit" plain="true" onclick="editTribal()">Edit</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-remove" plain="true" onclick="removeTribal()">Delete</a>
</div>
<div id="dlgtribal" class="easyui-dialog" style="width:600px;height:520px;padding:10px 20px" closed="true" data-options="modal:true" buttons="#dlg-buttons">
<form id="fmtribal" method="post" novalidate>
<div class="fitem" style="padding:5px 0px">
<label>Tribe:</label>
<input name="tribe" class="easyui-textbox" style="width: 116px; height: 20px;">
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Request Date:</label>
<input name="requestDate" class="easyui-datebox" style="width: 116px; height: 20px;"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Via:</label>
<input name="consultVia" class="easyui-textbox" style="width: 116px; height: 20px;">
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Contact:</label>
<input name="contact" class="easyui-textbox" style="width: 116px; height: 20px;">
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Follow up Date:</label>
<input name="followUpDate" class="easyui-datebox" style="width: 116px; height: 20px;"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Response Due Date:</label>
<input name="responseDueDate" class="easyui-datebox" style="width: 116px; height: 20px;"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Response Received:</label>
<input name="responseReceivedDate" class="easyui-datebox" style="width: 116px; height: 20px;"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Conditions Apply:</label>
<input type="conditionsFlag" name="thpocond" value="Yes">
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Pending Consultation:</label>
<input type="checkbox" name="pendingFlag" value="Yes">
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Consultation Complete:</label>
<input type="checkbox" name="completeFlag" value="Yes">
</div>
<input type="hidden" id="thpoConsultId" name="shpoConsultId" value="0" />
</form>
</div>
<div id="dlg-buttons">
<a href="javascript:void(0)" class="easyui-linkbutton c6" id="tribalsave" onclick="saveform(this)" style="width:90px">Save</a>
<a href="javascript:void(0)" class="easyui-linkbutton" onclick="javascript:$('#dlgtribal').dialog('close')" style="width:90px">Cancel</a>
</div>
</div>
<div title="Internal Letter" style="padding:10px">
<table id="dgintletter" title="" class="easyui-datagrid" style="auto"
toolbar="#toolbarint" pagination="false"
rownumbers="false" fitColumns="false" singleSelect="true" nowrap="false" autoRowHeight="true">
<thead>
<tr>
<th field="intreqdate" width="105px" style="word-wrap: break-word;white-space: pre-wrap;">Author Request Date</th>
<th field="intactdate" width="105px" style="word-wrap: break-word;white-space: pre-wrap;">Author Completed Date</th>
<th field="intauth" width="150px">Letter Author</th>
<th field="intreqdate" width="105px">Review Request Date</th>
<th field="intcomldate" width="105px">Review Completed Date</th>
<th field="intreview" width="200px">Letter Reviewer</th>
<th field="intnotes" width="400px">Notes</th>
</tr>
</thead>
</table>
<div id="toolbarint">
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-add" plain="true" onclick="newLetter()">New</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-edit" plain="true" onclick="editLetter()">Edit</a>
<a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-remove" plain="true" onclick="removeLetter()">Delete</a>
</div>

<div id="dlgintletter" class="easyui-dialog" style="width:400px;height:400px;padding:10px 20px" closed="true" data-options="modal:true" buttons="#dlg-buttons">
<form id="fmintletter" method="post" novalidate>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Author Request Date:</label>
<input name="intreqdate" class="easyui-datebox" style="width: 116px; height: 20px;"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Author Completed Date:</label>
<input name="intactdate" class="easyui-datebox" style="width: 116px; height: 20px;"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Letter Author:</label>
<input name="intauth" class="easyui-textbox" style="width: 116px; height: 20px;">
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Review Request Date:</label>
<input name="intreqdate" class="easyui-datebox" style="width: 116px; height: 20px;"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Review Completed Date:</label>
<input name="intcomldate" class="easyui-datebox" style="width: 116px; height: 20px;"></input>
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Letter Reviewer:</label>
<input name="intreview" class="easyui-textbox" style="width: 116px; height: 20px;">
</div>
<div class="fitem" style="padding:5px 0px">
<label style="font-weight:bold;">Notes:</label>
<input name="intnotes" class="easyui-textbox" data-options="multiline:true" value="" style="width:300px;height:80px">
</div>
</form>
</div>
<div id="dlg-buttons">
<a href="javascript:void(0)" class="easyui-linkbutton c6" id="intlettersave" onclick="saveform(this)" style="width:90px">Save</a>
<a href="javascript:void(0)" class="easyui-linkbutton" onclick="javascript:$('#dlgintletter').dialog('close')" style="width:90px">Cancel</a>
</div>


</div>
     
 
what is notes.io
 

Notes is a web-based application for online 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 14 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.