Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.01 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <title>Time Sheet</title>
  5. <link rel="stylesheet" type="text/css" href="/css/site.css">
  6. </head>
  7. </body>
  8. <div id = "main">
  9. <html>
  10. <head>
  11.         <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=3.0.1'></script>    
  12.         <script type='text/javascript' src='javascript/infinite-rotator.js'></script>
  13. </head>
  14. <body>
  15. <div id = "header">
  16.     <img src="/images/logo.png">
  17.     <div id="rotating-item-wrapper">
  18.       <img src="/images/295x2.png" alt="An AMD R9 295x2" class="rotating-item" width="400" height="168" />
  19.       <img src="/images/minecraft.png" alt="A Minecraft calculator" class="rotating-item" width="400" height="168" />
  20.       <img src="/images/computer.png" alt="Watercooling" class="rotating-item" width="400" height="168" />
  21.       <img src="/images/980.png" alt="A Nvidia GTX 980" class="rotating-item" width="400" height="168" />
  22.     </div>
  23.     <div id="nav">
  24.     <ul><li onclick="javascript:location.href='/index.php'">Home</li>
  25.         <li onclick="javascript:location.href='/about.php'">About</li>
  26.         <li>Projects
  27.         <ul><li onclick="javascript:location.href='/time'">Time Log</li></ul>
  28.         </li>
  29.         <li onclick="javascript:location.href='/contact.php'">Contact</li>
  30.         <li onclick="javascript:location.href='/logout.php'">Log out</li></ul>  </div>
  31. </div>
  32. </html>
  33. </body>
  34.     <h1>Time Sheet</h1>
  35.     <table id="timesheet" border="1" style="margin: auto;">
  36.     <td>Time in</td> <td>Date</td> <td>Time out</td> <td>Date</td> <td>Total Time</td> <td><a href="timesheet.php?delete=all">Delete All</a></td>
  37.  
  38.     <tr><td>6:18:57 pm</td> <td>Fri, October 24, 2014</td> <td>6:18:58 pm</td> <td>Fri, October 24, 2014</td> <td>00:00:01</td><td><a href="timesheet.php?delete=20">Delete</a></td></tr>
  39. <tr><td>4:48:02 pm</td> <td>Fri, October 24, 2014</td> <td>4:48:03 pm</td> <td>Fri, October 24, 2014</td> <td>00:00:01</td><td><a href="timesheet.php?delete=19">Delete</a></td></tr>
  40. <tr><td>4:47:59 pm</td> <td>Fri, October 24, 2014</td> <td>4:48:01 pm</td> <td>Fri, October 24, 2014</td> <td>00:00:02</td><td><a href="timesheet.php?delete=18">Delete</a></td></tr>
  41. <tr><td>3:43:57 pm</td> <td>Thu, October 23, 2014</td> <td>3:43:57 pm</td> <td>Thu, October 23, 2014</td> <td>00:00:00</td><td><a href="timesheet.php?delete=10">Delete</a></td></tr>
  42. <tr><td>3:43:55 pm</td> <td>Thu, October 23, 2014</td> <td>3:43:56 pm</td> <td>Thu, October 23, 2014</td> <td>00:00:01</td><td><a href="timesheet.php?delete=9">Delete</a></td></tr>
  43. <tr><td>3:43:33 pm</td> <td>Thu, October 23, 2014</td> <td>3:43:34 pm</td> <td>Thu, October 23, 2014</td> <td>00:00:01</td><td><a href="timesheet.php?delete=8">Delete</a></td></tr>
  44. <tr><td>3:43:31 pm</td> <td>Thu, October 23, 2014</td> <td>3:43:32 pm</td> <td>Thu, October 23, 2014</td> <td>00:00:01</td><td><a href="timesheet.php?delete=7">Delete</a></td></tr>
  45. <tr><td>3:43:30 pm</td> <td>Thu, October 23, 2014</td> <td>3:43:30 pm</td> <td>Thu, October 23, 2014</td> <td>00:00:00</td><td><a href="timesheet.php?delete=6">Delete</a></td></tr>
  46.     </table>
  47.     </div>
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement