Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.61 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2.                      "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4.   <head>
  5.     <title>Log in to Bugzilla</title>
  6.  
  7.  
  8. <link rel="Top" href="https://bugzilla.gnome.org/">
  9.  
  10.  
  11.    
  12.  
  13.    
  14.       <link href="skins/standard/global.css"
  15.            rel="stylesheet"
  16.            type="text/css">
  17.     <!--[if lte IE 7]>
  18.      
  19.      <link href="skins/standard/IE-fixes.css"
  20.            rel="stylesheet"
  21.            type="text/css">
  22.    <![endif]-->
  23.  
  24.    
  25.         <link href="skins/standard/global.css"
  26.              rel="alternate stylesheet"
  27.              title="Classic"
  28.              type="text/css">
  29.       <!--[if lte IE 7]>
  30.      
  31.        <link href="skins/standard/IE-fixes.css"
  32.              rel="alternate stylesheet"
  33.              title="Classic"
  34.              type="text/css">
  35.      <![endif]-->
  36.  
  37.    
  38.        
  39.             <link href="skins/contrib/Dusk/global.css"
  40.                  rel="alternate stylesheet"
  41.                  title="Dusk"
  42.                  type="text/css">
  43.         <!--[if lte IE 7]>
  44.          
  45.          <link href="skins/contrib/Dusk/IE-fixes.css"
  46.                rel="alternate stylesheet"
  47.                title="Dusk"
  48.                type="text/css">
  49.        <![endif]-->
  50.        
  51.             <link href="skins/contrib/GNOME/global.css"
  52.                  rel="stylesheet"
  53.                  title="GNOME"
  54.                  type="text/css">
  55.         <!--[if lte IE 7]>
  56.          
  57.          <link href="skins/contrib/GNOME/IE-fixes.css"
  58.                rel="stylesheet"
  59.                title="GNOME"
  60.                type="text/css">
  61.        <![endif]-->
  62.  
  63.    
  64.  
  65.    
  66.         <link href="skins/custom/global.css" rel="stylesheet" type="text/css">
  67.     <!--[if lte IE 7]>
  68.      
  69.      <link href="skins/custom/IE-fixes.css"
  70.            rel="stylesheet"
  71.            type="text/css">
  72.    <![endif]-->
  73.  
  74.     <script src="js/yui/yahoo-dom-event.js" type="text/javascript"></script>
  75.     <script src="js/global.js" type="text/javascript"></script>
  76.     <script type="text/javascript">
  77.     <!--
  78.        YAHOO.namespace('bugzilla');
  79.        if (YAHOO.env.ua.gecko) {
  80.            YAHOO.util.Event._simpleRemove(window, "unload",
  81.                                           YAHOO.util.Event._unload);
  82.        }
  83.        
  84.        var BUGZILLA = {
  85.            param: {
  86.                cookiepath: '\/'
  87.            }
  88.        };
  89.    // -->
  90.     </script>
  91.  
  92.  
  93.    
  94.  
  95.    
  96.     <link rel="search" type="application/opensearchdescription+xml"
  97.                       title="GNOME Bugzilla"
  98.                       href="./search_plugin.cgi">
  99.     <link rel="shortcut icon" href="images/gnome-16.png" ><link rel="stylesheet" type="text/css"
  100.      href="extensions/traceparser/web/style.css">
  101.   </head>
  102.  
  103.  
  104.  
  105.   <body onload="document.forms['login'].Bugzilla_login.focus()"
  106.        class="bugzilla-gnome-org">
  107.  
  108.  
  109.  
  110. <div id="header">
  111. <div id="banner">
  112.   </div>
  113.  
  114. <table border="0" cellspacing="0" cellpadding="0" id="titles">
  115. <tr>
  116.     <td id="title">
  117.       <p>GNOME Bugzilla &ndash; Log in to Bugzilla</p>
  118.     </td>
  119.  
  120.  
  121. </tr>
  122. </table>
  123. <ul class="links">
  124.   <li><a href="./">Home</a></li>
  125.   <li><span class="separator">| </span><a href="enter_bug.cgi">New</a></li>
  126.   <li><span class="separator">| </span><a href="browse.cgi">Browse</a></li>
  127.   <li><span class="separator">| </span><a href="query.cgi">Search</a></li>
  128.  
  129.   <li class="form">
  130.     <span class="separator">| </span>
  131.     <form action="buglist.cgi" method="get"
  132.        onsubmit="if (this.quicksearch.value == '')
  133.                  { alert('Please enter one or more search terms first.');
  134.                    return false; } return true;">
  135.     <input class="txt" type="text" id="quicksearch_top" name="quicksearch">
  136.     <input class="btn" type="submit" value="Find" id="find_top"></form></li>
  137.  
  138.   <li><span class="separator">| </span><a href="page.cgi?id=reports.html">Reports</a></li>
  139.  
  140.   <li>
  141.       <span class="separator">| </span>
  142.         <a href="request.cgi">Requests</a></li>
  143.  
  144.  
  145.  
  146.    
  147.       <li id="new_account_container_top">
  148.         <span class="separator">| </span>
  149.         <a href="createaccount.cgi">New&nbsp;Account</a>
  150.       </li>
  151.  
  152.    
  153. </ul>
  154.  
  155. </div>
  156.  
  157. <div id="bugzilla-body">
  158.  
  159.  
  160. <p>
  161.   I need a legitimate login and password to continue.
  162. </p>
  163.  
  164. <form name="login" action="process_bug.cgi" method="POST">
  165.   <table>
  166.     <tr>
  167.       <th align="right"><label for="Bugzilla_login">Login:</label></th>
  168.       <td>
  169.         <input size="35" id="Bugzilla_login" name="Bugzilla_login">
  170.       </td>
  171.     </tr>
  172.     <tr>
  173.       <th align="right"><label for="Bugzilla_password">Password:</label></th>
  174.       <td>
  175.         <input type="password" size="35" id="Bugzilla_password" name="Bugzilla_password">
  176.       </td>
  177.     </tr>
  178.  
  179.       <tr>
  180.         <th>&nbsp;</th>
  181.         <td>
  182.           <input type="checkbox" id="Bugzilla_remember" name="Bugzilla_remember" value="on"
  183.                 checked>
  184.           <label for="Bugzilla_remember">Remember my Login</label>
  185.         </td>
  186.       </tr>
  187.  
  188.       <tr>
  189.         <th>&nbsp;</th>
  190.         <td>
  191.           <input type="checkbox" id="Bugzilla_restrictlogin" name="Bugzilla_restrictlogin"
  192.                 checked="checked">
  193.           <label for="Bugzilla_restrictlogin">Restrict this session to this IP address
  194.           (using this option improves security)</label>
  195.         </td>
  196.       </tr>
  197.   </table>
  198. <input type="hidden" name="addselfcc"
  199.             value="1">
  200.  
  201.       <input type="hidden" name="id"
  202.             value="733658">
  203.  
  204.   <input type="submit" name="GoAheadAndLogIn" value="Log in" id="log_in">
  205.  
  206.   <p>
  207.     (Note: you should make sure cookies are enabled for this site.
  208.     Otherwise, you will be required to log in frequently.)
  209.   </p>
  210. </form>
  211.  
  212.  
  213.  
  214.     <hr>
  215.  
  216.     <p>
  217.       If you don't have a Bugzilla account, you can
  218.       <a href="createaccount.cgi">create a new account</a>.
  219.     </p>
  220.  
  221.     <hr>
  222.  
  223.     <a name="forgot"></a>
  224.     <form method="get" action="token.cgi">
  225.       <input type="hidden" name="a" value="reqpw">
  226.       If you have an account, but have forgotten your password,
  227.       enter your login name below and submit a request
  228.       to change your password.<br>
  229.       <input size="35" name="loginname">
  230.       <input type="submit" id="request" value="Reset Password">
  231.     </form>
  232. </div>
  233.  
  234.  
  235.  
  236. <div id="footer">
  237.   <div class="intro"></div>
  238.  
  239.  
  240.  
  241.  
  242. <ul id="useful-links">
  243.   <li id="links-actions"><ul class="links">
  244.   <li><a href="./">Home</a></li>
  245.   <li><span class="separator">| </span><a href="enter_bug.cgi">New</a></li>
  246.   <li><span class="separator">| </span><a href="browse.cgi">Browse</a></li>
  247.   <li><span class="separator">| </span><a href="query.cgi">Search</a></li>
  248.  
  249.   <li class="form">
  250.     <span class="separator">| </span>
  251.     <form action="buglist.cgi" method="get"
  252.        onsubmit="if (this.quicksearch.value == '')
  253.                  { alert('Please enter one or more search terms first.');
  254.                    return false; } return true;">
  255.     <input class="txt" type="text" id="quicksearch_bottom" name="quicksearch">
  256.     <input class="btn" type="submit" value="Find" id="find_bottom"></form></li>
  257.  
  258.   <li><span class="separator">| </span><a href="page.cgi?id=reports.html">Reports</a></li>
  259.  
  260.   <li>
  261.       <span class="separator">| </span>
  262.         <a href="request.cgi">Requests</a></li>
  263.  
  264.  
  265.  
  266.    
  267.       <li id="new_account_container_bottom">
  268.         <span class="separator">| </span>
  269.         <a href="createaccount.cgi">New&nbsp;Account</a>
  270.       </li>
  271.  
  272.    
  273. </ul>
  274.   </li>
  275.  
  276.  
  277.    
  278.  
  279.  
  280.  
  281.  
  282.  
  283. </ul>
  284.  
  285.   <div class="outro"></div>
  286. </div>
  287.  
  288. </body>
  289. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement