forked from kiwix/kiwix-tools
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							124 lines
						
					
					
						
							2.7 KiB
						
					
					
				
			
		
		
	
	
							124 lines
						
					
					
						
							2.7 KiB
						
					
					
				| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | |
| <html lang="fr" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" xmlns:Web="http://schemas.live.com/Web/">
 | |
|   <head>
 | |
|     <meta content="text/html; charset=utf-8" http-equiv="content-type" />
 | |
|     <style type="text/css">
 | |
|       body{
 | |
|       color: #00000;
 | |
|       font: small/normal Arial,Helvetica,Sans-Serif;
 | |
|       margin-top: 0.5em;
 | |
|       font-size: 90%;
 | |
|       }
 | |
|       
 | |
|       a{
 | |
|       color: #04c;
 | |
|       }
 | |
|       
 | |
|       a:visited {
 | |
|       color: #639
 | |
|       }
 | |
|       
 | |
|       a:hover {
 | |
|       text-decoration: underline
 | |
|       }
 | |
|       
 | |
|       .header {
 | |
|       font-size: 120%;
 | |
|       }
 | |
| 
 | |
|       ul {
 | |
|       margin:0;
 | |
|       padding:0 
 | |
|       }
 | |
| 
 | |
|       .results {
 | |
|       font-size: 110%;
 | |
|       }
 | |
|       
 | |
|       .results li {
 | |
|       list-style-type:none;
 | |
|       margin-top: 0.5em;
 | |
|       }
 | |
| 
 | |
|       .results a {
 | |
|       font-size: 110%;
 | |
|       text-decoration: underline
 | |
|       }
 | |
| 
 | |
|       cite {
 | |
|       font-style:normal;
 | |
|       word-wrap:break-word;
 | |
|       display: block;
 | |
|       font-size: 100%;
 | |
|       } 
 | |
| 
 | |
|       .informations {
 | |
|       color: #388222;
 | |
|       font-size: 100%;
 | |
|       }
 | |
| 
 | |
|       .footer {
 | |
|       padding: 0;
 | |
|       margin-top: 1em;
 | |
|       width: 100%;
 | |
|       float: left
 | |
|       } 
 | |
|       
 | |
|       .footer a, .footer span {
 | |
|       display: block;
 | |
|       padding: .3em .7em;
 | |
|       margin: 0 .38em 0 0;
 | |
|       text-align:center;
 | |
|       text-decoration: none;
 | |
|       } 
 | |
| 
 | |
|       .footer a:hover {
 | |
|       background: #ededed;
 | |
|       } 
 | |
| 
 | |
|       .footer ul, .footer li {
 | |
|       list-style:none;
 | |
|       margin: 0;
 | |
|       padding: 0;
 | |
|       } 
 | |
| 
 | |
|       .footer li {
 | |
|       float: left;
 | |
|       }
 | |
| 
 | |
|       .selected {
 | |
|       background: #ededed;
 | |
|       } 
 | |
| 
 | |
|     </style>
 | |
|     <title>Search: <TMPL_var searchPattern></title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <div class="header">
 | |
|       <TMPL_if results>
 | |
|       Results <b><TMPL_var resultStart>-<TMPL_var resultEnd></b> of <b><TMPL_var count></b> for <b><TMPL_var searchPattern></b><TMPL_else>No result were found for <b><TMPL_var searchPattern></b></TMPL_if>
 | |
|     </div>
 | |
| 
 | |
|     <div class="results">	
 | |
|       <ul>
 | |
|     
 | |
|     <TMPL_loop results>
 | |
| 	  <li>
 | |
| 	    <a href="<TMPL_var protocolPrefix><TMPL_var url>"><TMPL_var title></a>
 | |
| 	    <cite><TMPL_if snippet><TMPL_var snippet>...</TMPL_if></cite>
 | |
| 	    <TMPL_if wordCount><div class="informations"><TMPL_var wordCount> words</div></TMPL_if>
 | |
| 	  </li>
 | |
|     </TMPL_loop>
 | |
|     </ul>
 | |
|     </div>
 | |
| 
 | |
|   <div class="footer">
 | |
|     <ul>
 | |
|       <TMPL_loop pages>
 | |
|       <li><a <TMPL_if selected>class="selected"</TMPL_if> href="<TMPL_var searchProtocolPrefix>pattern=<TMPL_var searchPattern>&start=<TMPL_var start>&end=<TMPL_var end>"><TMPL_var label></a></li>
 | |
|       </TMPL_LOOP>
 | |
|     </ul>
 | |
|   </div>
 | |
| </body>
 | |
| </html>
 |