[ Index ]
 

Code source de bblocked 0.6.5

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/sharp/ -> temp_http_auth.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>
  13  			function fuser() { document.f.<ARG_USER>.select(); }
  14          </script>
  15      </head>
  16      
  17      <body onLoad="fuser();">
  18  
  19          <div width="100%" align="center">
  20              <div class="holder">
  21  
  22                  <div style="margin: 18px 0 18px 0; width: 100%;" align="center">
  23                      <div class="auth">
  24                          The page you are trying to access is protected via HTTP Authentication. You must supply a
  25                          valid username and password combination to continue to the page requested.
  26                      </div>
  27                  </div>
  28  
  29                  <div style="margin: 39px 0 24px 0;">
  30                      <form name="f" method="post">
  31  
  32                          <input name="<ARG_REALM>" type="hidden" value="<REALM_NAME>" />                        
  33                          <p><font size="4">Credentials for <REALM_NAME></font></p>
  34                          
  35                          <p>
  36                              Username:<br>
  37                              <input class="addr" name="<ARG_USER>" type="text" value="" title="Username for access to '<REALM_NAME>'" size="50" /><p>
  38  
  39                              Password:<br>
  40                              <input class="addr" name="<ARG_PASS>" type="password" value="" title="Password for access to '<REALM_NAME>'" size="50" /><p>
  41                          </p>
  42                          <p><input type="submit" value="Continue"></p>
  43                          
  44                      </form>
  45                  </div>
  46  
  47                  <FOOTER>
  48  
  49              </div>
  50          </div>
  51  
  52      </body>
  53  </html>


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