Advertisement
hakonhagland

Untitled

Jul 17th, 2015
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.19 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="ro">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Căutare</title>
  6.  
  7. <link href="/gpfl.css" rel="stylesheet" type="text/css">
  8. </head>
  9. <body>
  10.  
  11. <div class="container">
  12.   <div class="header">
  13.   <img src="../images/headerwavessmall.jpg" width="960" height="96" alt="headerwavessmall">
  14. </div><!-- end .header -->
  15.  
  16.  
  17. <h1 class="heading1">Căutaţi pe acest site</h1>
  18.   <p class="heading2">&nbsp;</p>
  19. <form method="POST" accept-charset="utf-8" action="/cgi-bin/search.pl#search"   >
  20.     <p>
  21.         <input type="submit" value="Căutare" name="btnSearch">
  22.         <input  type="text" name="search_term" value="" size="50">
  23.         <input type="hidden" name="page" value="/cgi_use/search.html">
  24.     </p>
  25. <p class="bodytext20px">Rezultatele căutării vor fi afişate mai jos. Daţi click pe link pentru a ajunge la pagina dorită, iar apoi folosiţi <strong>Edit&gt;Găsiţi pe pagină</strong> pentru a găsi ceea ce căutaţi. Pentru a va reîntoarce la această pagină, daţi click pe săgeata Back.</p>
  26. </form>
  27. <hr>
  28. <!-- search_results -->
  29. <hr>
  30. </div>
  31. <!-- end .container -->
  32.   <!--#include virtual="/footer.html" -->
  33. <!-- end .footer -->
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement