|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/sarfatty/php/ |
Upload File : |
<?php include("/domains/sarfatty/php/employee_login.php"); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sarfatty Associates | Contact | Employees</title>
<link href="../css/layout.css" rel="stylesheet" type="text/css" />
<script src="../js/jquery-1.2.6.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$('div.leftnav> div').hide();
$('div.leftnav> div.menutabcurrent').show();
$('div.leftnav> h3').click(function() {
$(this).next('div').slideToggle('fast').siblings('div:visible').slideUp('fast');
});
});
</script>
</head>
<body>
<div class="vertical"> </div>
<div class="container">
<div class="header">
<img class="zeromargin" src="../images/headimage-newlogo.png"/>
<div class="navbar">
<ul>
<li id="home"><a href="../index.html">HOME</a></li>
<li id="about"><a href="../about.html">ABOUT</a></li>
<li id="projects"><a href="../projects.html">PROJECTS</a></li>
<li id="contact"><a href="../contact.html">CONTACT</a></li>
</ul>
</div> <!-- end of navbar -->
</div> <!-- end of header -->
<div class="maincontent">
<div class="leftnav">
<a href="../contactpages/careers.html"><h3>Careers +</h3></a>
<a href="../php/employees.php"><h3>Employee Area +</h3></a>
<!-- end of list -->
</div>
<!-- end of leftnav -->
<div class="spotlight">
<a href="http://70.89.242.137:3000/" target="_blank"><img height="25" src="../images/employeelinks/worldclient.gif" /></a>
<p>Use this link to access your e-mail when you are away from the office. Link will open in a new window. <a href="http://sarfatty5:3000/" target="_blank">Work computer link</a></p>
<br />
<a href="http://sarfatty3/bigtime/" target="_blank"><img height="25" src="../images/employeelinks/bigtime.gif" /></a>
<p>Timesheet logging software. This link will only work from a work computer. Link will open in a new window.</p>
<br />
<a href="https://connect.graphtechsys.com/v4_6_release/services/system_io/Portal/Default.aspx" target="_blank"><img height="25" src="../images/employeelinks/graphtech.gif" /></a>
<p>Computer support website to report any IT system related problems. Link will open in a new window.</p>
<br />
<a href="http://www.e-arc.com/locations/overview/idm-group-now-arc" target="_blank"><img height="20" src="../images/employeelinks/arc_logo.png" /></a>
<p>Send print requests through ARC's ftp portal. Link will open in a new window.</p>
<br/>
<br />
<a href="http://www.sarfatty.com/php/employees.php?logout=1"><h1>Logout</h1></a>
<!-- end of spotlight -->
</div>
</div>
<!-- end of maincontent -->
</div>
<!-- end of container -->
</body>
</html>