Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Apr 19th, 2009 | Syntax: None | Size: 1.60 KB | Hits: 250 | Expires: Never
Copy text to clipboard
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <head>
  4. <!--
  5.  
  6. Linux Scanner Server
  7. written by PHiLLIP KLiEWER
  8. http://linuxscannerserver.sf.net
  9.  
  10. -->
  11.  
  12. <title>Scanner Server ~ Scan Image</title>
  13. <link rel="stylesheet" href="config/style.css" type="text/css" />
  14. <meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1" />
  15. </head>
  16.  
  17. <body>
  18. <div id="container">
  19.  
  20. <div id="header">
  21.  
  22. <div id="logo">
  23.  
  24. <img src="inc/images/logo.png">
  25. </div>
  26.  
  27.  
  28.  
  29. <div id="tab">
  30. <a href="index.cgi?page=config">Configure</a>
  31. </div>
  32.  
  33. <div id="tab">
  34. <a href="index.cgi?page=scans">Recent Scans</a>
  35. </div>
  36.  
  37. <div id="tab">
  38. <a href="index.cgi?page=scan">Scan Image</a>
  39.  
  40. </div>
  41.  
  42. <div id="tab">
  43. <a href="http://wastepotato.ath.cx">wastepotato.ath.cx</a>
  44. </div>
  45.  
  46.  
  47.  
  48.  
  49. </div>
  50.  
  51. <noscript>
  52. <div id="message">
  53. <h2>JavaScript Disabled</h2>
  54. <p>This application requires JavaScript to function. Please enable JavaScript, then reload this page
  55. </p>
  56. </div>
  57. </noscript>
  58.  
  59. <div id="new_mes"> </div>
  60.  
  61.  
  62. <script language="javascript">
  63. document.getElementById("new_mes").innerHTML ="<div id=message><h2>No Scanners Found</h2><p>There aren't any scanners setup yet! Go to the config page to setup scanners</p></div>"</script>
  64. </script>
  65.  
  66. <!-- footer -->
  67.  
  68. <div id="footer">
  69. <p><small><a href="http://scannerserver.online02.com">Scanner Server</a> version 1.2_Beta1. Running on <a href="http://wastepotato.ath.cx">wastepotato.ath.cx</a></small></p>
  70. </div>
  71.  
  72. </div>
  73.  
  74. </body>
  75.  
  76. </html>
  77. <script lanugage=javascript>document.scanning.action.disabled=false</script>