Home | History | Annotate | Download | only in src
      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
      2 <html>
      3 <head>
      4   <title>iExploder</title>
      5   <style type="text/css">
      6 body {
      7   background-color: #bbb;
      8   background-image: -moz-linear-gradient(0% 100% 90deg, #e5e5e5, #666, #e5e5e5 99%);
      9   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#bbb), color-stop(.1,#666));
     10 }
     11 
     12 h1 {
     13   margin: 0;
     14   font-size: 30px;
     15   padding-top: 4px;
     16   padding-bottom: 4px;
     17 }
     18 
     19 img {
     20   width: 64px;
     21   margin-right: 8px;
     22   float: left;
     23 }
     24 
     25 form {
     26   display: inline;
     27 }
     28 
     29 .content {
     30   width: 850px;
     31   margin-left: auto;
     32   margin-right: auto; 
     33   margin-top: 2em;
     34   border: 1px solid #000;
     35   background-color: #f5f5f5;
     36   box-shadow: 5px 5px 5px #333;
     37   -moz-box-shadow: 5px 5px 5px #333;
     38   -webkit-box-shadow: 5px 5px 5px #333;
     39 }
     40 
     41 .header {
     42   background-color: #999;
     43 }
     44 
     45 .copyright {
     46   margin-top: 4em;
     47   margin-left: auto;
     48   margin-right: auto;
     49   font-size: 9px;
     50   text-align: center;
     51   color: #333;
     52 }
     53 
     54 ul {
     55   clear: both;
     56 }
     57 
     58 .formtext {
     59   width: 16em;
     60   display: inline-block;
     61 }
     62 
     63 </style>
     64 </head>
     65 <body>
     66 
     67 <div class="content">
     68   <div class="header"><img src="media/bug.png" alt="Bug logo"><h1>iExploder: Browser Quality Assurance Tester</h1></div>
     69 
     70 <ul class="links">
     71   <li><a href="iexploder.cgi">Start from the beginning!</a></li>
     72   <li><a href="iexploder.cgi?r=1">Start from a random location!</a></li>
     73 </ul>
     74   
     75 <ul class="formlinks">
     76   <li><div class="formtext">Test from:</div>
     77     <form method="get" action="iexploder.cgi" name="test">
     78 	<input size="12" name="t" value="0"> 
     79 	to: <input size="12" name="x" value=""> 
     80         <input value="Go!" type="submit">
     81     </form>
     82   </li>
     83 
     84 
     85   <li><div class="formtext">Lookup individual test:</div>
     86     <form method="get" action="iexploder.cgi" name="test">
     87 	<input type="hidden" name="l" value="1">
     88 	<input size="12" name="t" value="1"> Subtest: <input size="7" name="s" value="">
     89         <input value="Go!" type="submit">
     90     </form>
     91   </li>
     92 
     93   <li><div class="formtext">Generate smaller testcase for:</div>
     94     <form method="get" action="iexploder.cgi" name="test">
     95 	<input size="12" name="t" value="1"> 
     96 	<input type="hidden" name="s" value="0">
     97         <input value="Go!" type="submit">
     98     </form>
     99   </li>
    100 
    101 </ul>
    102 </div>
    103 <div class="copyright">&copy; 2005-2010 Thomas Str&ouml;mberg &mdash; <a href="http://iexploder.googlecode.com/">iexploder.googlecode.com</a></div>
    104 </body>
    105 </html>
    106