Meta Description" name="description" />
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta typeID="318" />
<title>Time off</title>
<link rel="stylesheet" type="text/css" href="/_rembrandt/css/layout.css" />
<script type="text/javascript" src="/_rembrandt/javascript/form-validation-dev.js"></script>
<!-- <script type="text/javascript" src="/_rembrandt/javascript/datepicker.js"></script>
<script type="text/javascript" src="/_rembrandt/javascript/tablesort-dev.js"></script> -->
<script type="text/javascript">
function vendorYear() {
if (
document.getElementById('vendorYear_userId').value != '' &&
document.getElementById('vendorYear_year').value != ''
) {
screenCover('on');
var postStr = 'action=timeOff&option=vendorYear' +
'&vendorId=' + document.getElementById('vendorYear_userId').value +
'&vendorIdSelected=' + document.getElementById('vendorYear_userIdSelected').value +
'&year=' + document.getElementById('vendorYear_year').value +
'&yearSelected=' + document.getElementById('vendorYear_yearSelected').value;
fetchData(postStr);
myFDurl = buffer;
parseFDresult();
}
}
</script>
</head>
<body onload="">
<div class="documentTitle">Time off</div>
<table class="tabs" border="0" cellpadding="0" cellspacing="0">
<tr>
<td option="vendorYearSettings" onclick="settingsTabSwitch(this);" class="tabActive">
<div>
Vendor :: Year
</div>
</td>
<td class="filler"><div> </div></td>
</tr>
</table>
<hr class="spacer">
<div id="vendorYearSettings">
<form name="searchById" id="searchById" enctype="multipart/form-data" accept-charset="utf-8" action="/{siAccountURI}/cgi-bin/dna.cgi" method="post" target="submitFrame" onsubmit="if ( !validateForm(this) ) return false; screenCover('on'); return true;">
<label for="vendorYear_userId" class="required">Vendor</label>
<select name="userId" id="vendorYear_userId" data-val="1" data-val-regexp-pattern="^.+$" onchange="vendorYear()">
</select>
<div class="help"></div>
<div class="tTip">
<span>
<h3>Vendor</h3>
<p>
Select vendor name from the list to see dates when vendor selected time off.
</p>
</span>
</div>
<hr class="spacer">
<label for="vendorYear_year" class="required">Year</label>
<select name="year" id="vendorYear_year" data-val="1" data-val-regexp-pattern="^.+$" onchange="vendorYear()">
</select>
<div class="help"></div>
<div class="tTip">
<span>
<h3>Year</h3>
<p>
Select year to show the calendar's grid.
</p>
</span>
</div>
<hr class="spacer">
<input type="hidden" name="action" value="timeOff" />
<input type="hidden" name="option" value="vendorYear" />
<input type="hidden" name="userId" id="vendorYear_userIdSelected" value="" />
<input type="hidden" name="year" id="vendorYear_yearSelected" value="" />
<div id="vendorYear_horizontalCalendar"></div>
</form>
<hr class="spacer">
</div>
<formSettings>
<iframe src="/blank.html" name="submitFrame" id="submitFrame" class="noShow" style="border: 1px solid #000"></iframe>
</body>
</html>4
1
4KB
4KB
100.0ms
196.0ms
192.0ms