Advertisement
Guest User

Untitled

a guest
May 26th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.78 KB | None | 0 0
  1. <div id="tiplayer" style="position:absolute; visibility:hidden; z-index:10000;"></div>
  2. <table width="850" border="0" align="center">
  3.   <tr>
  4. <td>
  5. <a href="base.php" onclick="return confirm('This action will create a new fingerprint scan, are you sure to proceed? Every previuos scan will be erased.')" onmouseover="return tooltip('Perform the initial fingerprint.', 'Base Scan', 'width:150, titletextcolor:#FFFFFF, bordercolor:#333333, backcolor:#EEEEEE');" onmouseout="return hideTip();"><img src="images/psfing.png" alt="" width="200" height="90" /></a>
  6. </td>
  7.  <td>
  8. <a href="cmp.php" onclick="return confirm('This action could require few minutes to complete the scan, are you sure to proceed?')" onmouseover=" return tooltip('Compare the scan results and check for altered files.', 'View Results', 'width:150, titletextcolor:#FFFFFF, bordercolor:#333333, backcolor:#EEEEEE');" onmouseout="return hideTip();"><img src="images/cscan.png" alt="" width="200" height="90" />
  9. </a>
  10. </td>
  11. <td>
  12. <a href="logs.php" onmouseover="return tooltip('View IP log.', 'IP Log', 'width:150, titletextcolor:#FFFFFF, bordercolor:#333333, backcolor:#EEEEEE');" onmouseout="return hideTip();"><img src="images/plogs.png" alt="" width="200" height="90" />
  13. </a>
  14. </td>
  15. <td><a href="canc.php" onmouseover="return tooltip('Delete previous scans.', 'Clean Database', 'width:150, titletextcolor:#FFFFFF, bordercolor:#333333, backcolor:#EEEEEE');" onmouseout="return hideTip();"><img src="images/pdel.png" alt="" width="200" height="90" /></a>
  16. </td>
  17. <td>
  18.   <p><a href="logout.php" onmouseover="return tooltip('Log-Out.', 'Log-out', 'width:150, titletextcolor:#FFFFFF, bordercolor:#333333, backcolor:#EEEEEE');" onmouseout="return hideTip();"><img src="images/plout.png" alt="" width="200" height="90" /></a></p></td>
  19. </tr>
  20. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement