tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

779003-1-dynamic.html (1256B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <head>
      4   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5   <style type="text/css">
      6 #searchPaginationFooter {
      7  direction: rtl;
      8 }
      9 
     10 .backLink {
     11  display: inline;
     12 }
     13 
     14 .nextLink {
     15  display: inline;
     16 }
     17 
     18 .pagination,
     19 .pagination li {
     20  display: inline;
     21 }
     22   </style>
     23 </head>
     24 <body>
     25   <div>
     26     <div id="searchPaginationFooter">
     27       <p class="backLink"> &lt; <span class="gray">السابق</span></p>
     28       <ul class="pagination">
     29  <li><span class="select">1</span></li>
     30  <li><a href="#page=2">2</a></li>
     31  <li><a href="#page=3">3</a></li>
     32  <li><a href="#page=4">4</a></li>
     33  <li><a href="#page=5">5</a></li>
     34  <li><a href="#page=6">6</a></li>
     35  <li><a href="#page=7">7</a></li>
     36  <li><a href="#page=8">8</a></li>
     37  <li id="here"><a href="#page=9">9</a></li>
     38  <li>...</li>
     39  <li><a href="#page=325">325</a></li>
     40       </ul>
     41       <p class="nextLink"><a href="#page=2">التالي</a> &gt; </p>
     42     </div>
     43   </div>
     44 <script type="text/javascript">
     45 function removePage() {
     46  var here = document.getElementById("here");
     47  here.remove();
     48  document.documentElement.removeAttribute("class");
     49 }
     50 document.addEventListener("MozReftestInvalidate", removePage);
     51 </script>
     52 </body>
     53 </html>