ReginaRay

Untitled

Jan 16th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.94 KB | None | 0 0
  1. <?php
  2. require "auth.php";
  3. ?>
  4. <style>
  5. .vyhod {
  6.     text-align: right;
  7.     float: right;
  8.     text-decoration: none;
  9. }
  10.     .vyhod a{
  11.     text-decoration: none;
  12.     color: firebrick;
  13. }
  14.     a {
  15.     text-decoration: none;
  16.     }
  17.    
  18.    
  19. </style>
  20. <p><a href="../index.php">Перейти на сайт</a> |  <a href="admin.php">Админка</a><a href="admin.php?do=logout" class="vyhod" >Выход</a></p>
  21.  
  22. <hr />
  23.  
  24.  
  25. <span><a href="products.php">Вся продукция</a> |  <a href="form.php">Добавить товар</a> | <a href="red.php">Редактировать товар </a></span>
  26. <hr />
  27.  
  28.  
  29. <span><a href="contacts.php">Добавить контактную информ.</a> |  <a href="contactsred.php">Ред-ть контактную информ.</a> | <a href="sovet.php">Добавить совет пчеловода</a> | <a href="sovetred.php">Ред-ть совет пчеловода</a></span>
  30.  
  31. <hr />
Add Comment
Please, Sign In to add comment