[ Index ]
 

Code source de bblocked 0.6.5

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

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


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