Guest User

Untitled

a guest
May 23rd, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.50 KB | None | 0 0
  1. <?php
  2. include 'head.inc';
  3. $print = '';
  4. $print.= ''.$head;
  5. echo ''.$print;
  6. ?>
  7. <div class="outer-container">
  8.  
  9. <div class="inner-container">
  10.  
  11. <div class="Oben">
  12.    
  13.     <a href="index.php"><span class="ueberschrift">Datenbank</span></a>
  14.        
  15.         <form Name ="Logout" Method ="POST" ACTION = "login.php">
  16.         <input type="submit" class="BLogout" name="Blogout" value="logout">
  17.         <?php
  18.                 include("logout.php");
  19.         ?>
  20.         </form>
  21.    
  22. </div>
  23.  
  24. <div class="Menu">
  25.  
  26.     <form Name ="Buttons" Method ="POST" ACTION = "index.php">
  27.     <input type="submit" name="Show-All" value="Show - ALL">
  28.     <input type="submit" name="Show-Join" value="Show - Join">
  29.     <input type="submit" name="TB-Insert" value="TB - Insert">
  30.     <input type="submit" name="Show-Update" value="Show - Update">
  31.     <input type="submit" name="TB-Delete" value="TB - Delete">
  32.     </form>
  33.    
  34.  
  35.    
  36.  
  37. </div>
  38.  
  39. <div class="Inhalt">
  40.            
  41.             <?php include ("Show-All.inc.php");?>
  42.             <?php include ("Show-Join.inc.php");?>
  43.             <?php include ("TB-Insert.inc.php");?>
  44.             <?php include ("Show-Update.inc.php");?>
  45.             <?php include 'UpdateWork.php';?>
  46.             <?php include ("TB-Delete.inc.php")?>
  47.             <?php echo ''.$print;?>
  48.            
  49.  
  50. </div>
  51. <div class="clearer"></div>
  52.  
  53. <div class="Unten">
  54. <span class="left">
  55. <a href="http://www.howto4all.de/">Hier kommt irgendwann mal ein link hin</a>.
  56. </span>
  57. <div class="clearer"></div>
  58. </div>
  59.  
  60. </div>
  61.  
  62. </div>
Advertisement
Add Comment
Please, Sign In to add comment