[ Index ]
 

Code source de bblocked 0.6.5

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/original/ -> temp_frames_header.php (source)

   1  <?php
   2  /* Do not remove, prevents direct file access */
   3  if(!defined('BB'))
   4      die();
   5  ?>
   6  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
   7  <html>
   8      <head>
   9  
  10          <HEADER>
  11  
  12          <style type="text/css">
  13              <!--
  14              body {
  15                  background: url('<TEMPLATE_DIR>/images/frame_header_bg.gif') repeat-x top right;
  16                  margin: 0px;
  17                  padding: 0px;
  18                  width: 100%:
  19                  height: 58px;
  20                  min-height: 58px;
  21                  max-height: 58px;
  22              }
  23              form {
  24                  display: inline;
  25              }
  26              .holder {
  27                  width: 100%;
  28                  border: 0;
  29                  margin: 0px;
  30                  padding: 0px;
  31              }
  32              .main {
  33                  text-align: center;
  34                  width: 100%;
  35                  margin:0px;
  36                  padding: 0px;
  37              }
  38              .main * {
  39                  position: relative;
  40                  margin: 0 auto 0 auto;
  41                  vertical-align: middle;
  42              }
  43              .logoimg {
  44                  position: absolute;
  45                  left: 10px;
  46                  margin: 0;
  47                  padding: 0;
  48              }
  49              -->
  50          </style>
  51      </head>
  52      
  53      <body>
  54  
  55          <div class="holder">
  56  
  57              <a class="logoimg" href="<SCRIPT_URL>" target="_top" title="Return To Home" onFocus="this.blur();">
  58                  <img src="<TEMPLATE_DIR>/images/frame_header_logo.gif" alt="" border="0" />
  59              </a>
  60  
  61              <form action="<SCRIPT_URL>" name="f" target="_top" method="post">
  62                  
  63                  <div class="main">
  64                      <img src="<TEMPLATE_DIR>/images/frame_header_url.gif" alt="" border="0" />
  65                      <input class="addr" style="background-color: #ccddcc;" name="<ARG_URL>" type="text" value="<REQUEST_URL>" title="bblocked Proxy" size="80" onFocus="this.select();" onBlur="var holder=this.value;this.value='';this.value=holder;" />
  66                      <img style="cursor: pointer;" src="<TEMPLATE_DIR>/images/go_button.gif" title="Go!" border="0" onClick="document.f.submit();" />
  67                  </div>
  68                  
  69              </form>
  70              
  71          </div>
  72          
  73      </body>
  74      
  75  </html>


Généré le : Tue Nov 20 20:31:26 2007 par Balluche grâce à PHPXref 0.7 Clicky Web Analytics