[ Index ]
 

Code source de bblocked 0.6.5

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/sky/ -> temp_main.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          <script defer>
  13              if(top.location != self.location)
  14                  top.location.href = self.location;
  15              
  16  			function furl() { document.f.<ARG_URL>.select(); }
  17          </script>
  18          
  19          <style type="text/css">
  20          p {
  21              margin: 0px 10px 10px 10px;
  22          }
  23          #box {

  24              width: 800px;
  25              margin: 0px auto;
  26              padding: 0px;
  27              text-align: left;
  28          }
  29          
  30          #left {

  31              width: 47px;
  32              padding: 0;
  33              float: left;
  34          }
  35          
  36          #content {

  37              width: 709px;
  38              padding: 0;
  39              float: left;
  40              background-color: #fff;
  41              overflow: hidden;
  42          }
  43          
  44          #right {

  45              width: 44px;
  46              padding: 0;
  47              float: left;
  48          }
  49          
  50          </style>
  51          
  52      </head>
  53      
  54      <body onLoad="furl();">
  55  
  56          <div id="box">
  57              <div id="head">
  58                  <img src="<TEMPLATE_DIR>/images/imgs_01.jpg" alt="TopImg" style="padding:0;margin:0;vertical-align:top;" />
  59              </div>
  60  
  61              <div id="left">
  62                  <img src="<TEMPLATE_DIR>/images/imgs_02.jpg" alt="LeftImg" style="float:left;padding:0;margin:0;vertical-align:top;" />
  63              </div>
  64  
  65              <div id="content">
  66  
  67                  <a href="http://www.bblocked.org/" target="_blank" onfocus="this.blur();"><img src="<TEMPLATE_DIR>/images/imgs_03.jpg" alt="Logo" border="0" style="padding:0;margin:0;vertical-align:top;" /></a>
  68                  <div style="background:url(<TEMPLATE_DIR>/images/imgs_05.jpg) no-repeat;height:200px;">
  69  
  70                      <div style="padding:10px;text-align:center;">
  71                          Welcome to bblocked, welcome to a world of possibilities. Using bblocked's state of the art technology you are able to
  72                          obtain access to <strong>any</strong> site you want, whenever and whereever you want! Just type in your url below, and
  73                          submit, you are now at your destination site! So what are you waiting for! Get started now!
  74                      </div>
  75  
  76                      <div style="padding:10px;text-align:center;">
  77                          <form name="f" target="_top" method="post">
  78      
  79                              URL <note>(i.e. google.com)</note>:
  80                              <input class="addr" name="<ARG_URL>" type="text" value="<CURRENT_URL>" title="bblocked Proxy" size="50" onfocus="this.value=(this.value=='http://www.bblocked.org/')?'':this.value;this.select();" onblur="this.value=(this.value=='')?'http://www.bblocked.org/':this.value;var holder=this.value;this.value='';this.value=holder;" />
  81                              <input name="submit" type="image" value="Go To Your Site" src="<TEMPLATE_DIR>/images/go.gif" title="Go!" style="padding:0;margin:0;vertical-align:top;"  onfocus="this.blur();" />
  82                          </form>
  83                      </div>
  84                  </div>
  85              
  86                  <div style="background:url(<TEMPLATE_DIR>/images/imgs_06.gif) no-repeat;height:63px;">
  87                      <FOOTER>
  88                  </div>
  89              
  90              </div>
  91  
  92              <div id="right">
  93                  <img src="<TEMPLATE_DIR>/images/imgs_04.jpg" alt="LeftImg" style="float:left;padding:0;margin:0;vertical-align:top;" />
  94              </div>
  95  
  96              
  97          </div>
  98          
  99      </body>
 100  </html>


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