mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-10-31 10:42:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| <!-- HTML for showing infos about the current query or result. Also gives
 | |
| the user the abiltiy to access the meta data for the current query or
 | |
| result.-->
 | |
| 
 | |
| <div class="col s12 m2 l2" id="infos">
 | |
|   <h6 style="margin-top: 0px;">Infos</h6>
 | |
|   <div class="divider" style="margin-bottom: 10px;"></div>
 | |
|   <div class="row">
 | |
|     <div class="col s12">
 | |
|       <button id="show-meta-data"
 | |
|               class="waves-effect
 | |
|                      waves-light
 | |
|                      btn-flat
 | |
|                      flat-interaction"
 | |
|               type="submit">Corpus Metadata
 | |
|         <i class="material-icons left">info_outline</i>
 | |
|       </button>
 | |
|     </div>
 | |
|     <div class="col s12">
 | |
|       <div class="progress hide" id="query-progress-bar">
 | |
|         <div class="determinate"></div>
 | |
|       </div>
 | |
|       <p>
 | |
|         <span id="recieved-match-count">
 | |
|         </span> of
 | |
|         <span id="total-match-count"></span>
 | |
|         matches loaded.
 | |
|         <br>
 | |
|         <br>
 | |
|         Matches occured in
 | |
|         <span id="text-lookup-count"></span>
 | |
|         corpus files:
 | |
|         <br>
 | |
|         <span id=text-lookup-titles></span>
 | |
|       </p>
 | |
|       <br>
 | |
|       <p class="hide" id="query-results-user-feedback">
 | |
|         <i class="material-icons tiny">help</i>
 | |
|         Server is sending your results.
 | |
|         Functions like "Export Results" and "Match Inspect" will be
 | |
|         available after all matches have been loaded.
 | |
|       </p>
 | |
|     </div>
 | |
|   </div>
 | |
| </div> |