-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1.62 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<title>Hays Workflow Bookmarklet</title>
<meta name="description" content="A bookmarklet to fill in the Hays Workflow timesheet.">
<meta name="keywords" content="hays workflow, hays timesheet, hays, timesheet, workflow, bookmarklet">
</head>
<body>
<h1>Hays Workflow Bookmarklet</h1>
<p>If you're anything like me, a feeling of disappointment and contempt will wash over you each week as you try to fill in the Hays Timesheet in the Hays Workflow Timesheet System. This feeling can be slightly alleviated by using the following bookmarklet.</p>
<p>Drag and drop the following link to your bookmarks or favourites, navigate to the Timesheet Entry screen and click the bookmarklet. This will fill in the week as a standard work week (ie 5 working days, weekends non contracted days). Click again to toggle between a work week and a holiday week (ie All days non contracted days).</p>
<a href="javascript:(function(scriptURL)%20{%20var%20scriptElem%20=%20document.createElement('SCRIPT');%20scriptElem.setAttribute('language',%20'JavaScript');%20scriptElem.setAttribute('src','http://robd.github.com/hays-bookmarklet/hays.js?'+new Date().getTime());%20document.body.appendChild(scriptElem);})();">Fill In Hays Timesheet</a>
</body>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10219696-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</html>