Advertisement
Guest User

Untitled

a guest
May 31st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.74 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Untitled-1</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <style type="text/css">
  6. .ACPList {
  7.     background-color: #7F8AB7;
  8.     height: 762px;
  9.     width: 262px;
  10.     font-family: Arial, Helvetica, sans-serif;
  11.     font-size: 14px;
  12.     font-style: normal;
  13.     text-decoration: underline;
  14.     border: thin dashed #009;
  15.     color: #00C;
  16. }
  17. .ACPform {
  18.     background-color: #7F8AB7;
  19.     height: 762px;
  20.     width: 591px;
  21.     color: #00C;
  22. }
  23. </style>
  24. </head>
  25. <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  26. <!-- Save for Web Slices (Untitled-1) -->
  27. <table id="Table_01" width="1000" height="1300" border="0" cellpadding="0" cellspacing="0">
  28.     <tr>
  29.         <td colspan="5">
  30.             <img src="images/ACP_01.png" width="1000" height="165" alt=""></td>
  31.     </tr>
  32.     <tr>
  33.         <td colspan="5">
  34.             <img src="images/ACP_02.png" width="1000" height="92" alt=""></td>
  35.     </tr>
  36.     <tr>
  37.       <td rowspan="2">
  38.             <img src="images/ACP_03.png" width="68" height="878" alt=""></td>
  39.            
  40.         <th><div class="ACPList">
  41.           <div align="center">
  42.             <p>Menu</p><br />
  43.             <p>General Information</p><br />
  44.             <p>News</p><br />
  45.             <p>Account Management</p><br />
  46.             <p>Voting Admin</p><br />
  47.             <p>Ticket Viewer</p><br />
  48.             <p>Teleporter</p><br />
  49.             <p>Donation Support</p><br />
  50.           </div>
  51.         </div></th>
  52.         <td rowspan="2">
  53.             <img src="images/ACP_05.png" width="17" height="878" alt=""></td>
  54.         <td><div class="ACPform"><h1 align="center">General Information</h1>
  55.        
  56.           <form action= method="post">
  57.             <div align="center">Host: <br /><input type="text" name="host" /><br /><br /><br />
  58.               Username: <br /><input type="text" name="username" /><br /><br /><br />
  59.               Password: <br /><input type="password" name="password" /><br /><br /><br />
  60.               Worlddb: <br /><input type="text" name="worlddb" /><br /><br />
  61.               Logondb: <br /><br />
  62.               <input type="text" name="logondb" />
  63.               <br /><br />
  64.               Charactersdb: <br /><input type="text" name="charactersdb" /><br /><br /><br />
  65.               <input type="checkbox" name="core" value="1" /> Trinity <br /><br /><br />
  66.   <input type="Submit" />
  67.             </div>
  68.           </form>
  69.         </div></td>
  70.         <td rowspan="2">
  71.             <img src="images/ACP_07.png" width="62" height="878" alt=""></td>
  72.     </tr>
  73.     <tr>
  74.         <td>
  75.             <img src="images/ACP_08.png" width="262" height="116" alt=""></td>
  76.         <td>
  77.             <img src="images/ACP_09.png" width="591" height="116" alt=""></td>
  78.     </tr>
  79.     <tr>
  80.         <td colspan="5">
  81.             <img src="images/ACP_10.png" width="1000" height="165" alt=""></td>
  82.     </tr>
  83. </table>
  84. <!-- End Save for Web Slices -->
  85. </body>
  86. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement