mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Remove useless row html div
This commit is contained in:
		@@ -153,30 +153,28 @@
 | 
				
			|||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<!-- table showing the query results -->
 | 
					<!-- table showing the query results -->
 | 
				
			||||||
<div class="row">
 | 
					<div class="col s12" id="recieved-query-results">
 | 
				
			||||||
  <div class="col s12" id="recieved-query-results">
 | 
					  <div class="card">
 | 
				
			||||||
    <div class="card">
 | 
					    <div class="card-content" id="result-list">
 | 
				
			||||||
      <div class="card-content" id="result-list">
 | 
					      <span class="card-title">Query Results</span>
 | 
				
			||||||
        <span class="card-title">Query Results</span>
 | 
					      <p id="query-results-metadata">
 | 
				
			||||||
        <p id="query-results-metadata">
 | 
					        <button id="export-query-results" class="waves-effect waves-light btn-small right hide" type="submit">Export Results<i class="material-icons right">file_download</i></button>
 | 
				
			||||||
          <button id="export-query-results" class="waves-effect waves-light btn-small right hide" type="submit">Export Results<i class="material-icons right">file_download</i></button>
 | 
					      </p>
 | 
				
			||||||
        </p>
 | 
					      <ul class="pagination paginationTop"></ul>
 | 
				
			||||||
        <ul class="pagination paginationTop"></ul>
 | 
					      <table class="responsive-table highlight">
 | 
				
			||||||
        <table class="responsive-table highlight">
 | 
					        <thead>
 | 
				
			||||||
          <thead>
 | 
					          <tr>
 | 
				
			||||||
            <tr>
 | 
					            <th style="width: 2%">Nr.</th>
 | 
				
			||||||
              <th style="width: 2%">Nr.</th>
 | 
					            <th style="width: 3%">Title</th>
 | 
				
			||||||
              <th style="width: 3%">Title</th>
 | 
					            <th style="width: 25%">Left context</th>
 | 
				
			||||||
              <th style="width: 25%">Left context</th>
 | 
					            <th style="width: 45%">Match</th>
 | 
				
			||||||
              <th style="width: 45%">Match</th>
 | 
					            <th style="width: 25%">Right Context</th>
 | 
				
			||||||
              <th style="width: 25%">Right Context</th>
 | 
					          </tr>
 | 
				
			||||||
            </tr>
 | 
					        </thead>
 | 
				
			||||||
          </thead>
 | 
					        <tbody class="list" id="query-results">
 | 
				
			||||||
          <tbody class="list" id="query-results">
 | 
					        </tbody>
 | 
				
			||||||
          </tbody>
 | 
					      </table>
 | 
				
			||||||
        </table>
 | 
					      <ul class="pagination paginationBottom"></ul>
 | 
				
			||||||
        <ul class="pagination paginationBottom"></ul>
 | 
					 | 
				
			||||||
      </div>
 | 
					 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user