[ Index ]
 

Code source de Zelune 2.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/ -> form.php (source)

   1  <style type="text/css">
   2      #proxy_container {

   3          width: 800px;
   4          position: absolute;
   5          top: 0px;
   6          left: 20px;
   7      }
   8      #proxy_form {

   9          background-color: #00CCFF;
  10          height: 80px;
  11          margin: 0px;
  12          padding: 20px 20px 0px 20px;
  13      }
  14      #proxy_url {

  15          font-family: Tahoma, sans-serif;
  16          font-size: 16px;
  17          color: #999999;
  18          background-color: white;
  19          display: block;
  20          width: 760px;
  21          padding: 10px;
  22          border: 0px;
  23      }
  24      #proxy_button {

  25          font-family: "Lucida Sans Unicode", sans-serif;
  26          font-size: 14px;
  27          font-weight: bold;
  28          color: #FFFFFF;
  29          background-color: #FF4444;
  30          float: right;
  31          height: 32px;
  32          padding: 0px 6px;
  33          border: 0px;
  34          cursor: pointer;
  35      }
  36      #proxy_toggle {

  37          font-family: "Lucida Sans Unicode", sans-serif;
  38          font-size: 14px;
  39          font-weight: bold;
  40          color: #FFFFFF;
  41          text-decoration: none;
  42          background-color: #FF9900;
  43          display: block;
  44          float: left;
  45          margin: 0px 6px 0px 0px;
  46          padding: 6px 8px;
  47          border: 0px;
  48          -moz-outline-width: 0px;
  49      }
  50      #proxy_options {

  51          padding: 8px 0px 0px 0px;
  52      }
  53      #proxy_options label {

  54          font-family: "Lucida Sans Unicode", sans-serif;
  55          font-size: 14px;
  56          font-weight: bold;
  57          color: #FFFFFF;
  58          cursor: pointer;
  59      }
  60  </style>
  61  <div id="proxy_container" align="left">
  62      <form method="post" action="./" id="proxy_form">
  63          <!-- Make sure you leave the two input fields the same! -->
  64          <input type="hidden" name="__proxy_action" value="redirect_browse" />
  65          <input type="text" name="__new_url" id="new_url" />
  66          <!-- This one you can change -->
  67          <input type="submit" value="Browse" id="proxy_button" />
  68          <div id="proxy_options">
  69              <!-- Don't rename the name="_no_xxx" of these input fields! -->
  70              <label for="__no_javascript">
  71                  <input type="checkbox" name="__no_javascript" id="__no_javascript" />
  72                  Disable JavaScript
  73              </label>
  74              <label for="__no_images">
  75                  <input type="checkbox" name="__no_images" id="__no_images" />
  76                  Disable Images
  77              </label>
  78              <label for="__no_title">
  79                  <input type="checkbox" name="__no_title" id="__no_title" />
  80                  Strip Title
  81              </label>
  82              <label for="__no_meta">
  83                  <input type="checkbox" name="__no_meta" id="__no_meta" />
  84                  Strip Meta
  85              </label>
  86          </div>
  87      </form>
  88      <!-- You don't need this, remove it if you like -->
  89      <a href="#" id="proxy_toggle" onclick="toggle_form(); return false;">Hide Me</a>
  90  </div>


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