mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Only use one file list.
This commit is contained in:
		@@ -71,23 +71,26 @@
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
      <p>
 | 
			
		||||
      {% for file in input_files %}
 | 
			
		||||
        <a href="file://{{ input_files[file] }}" class="waves-effect waves-light btn-small">
 | 
			
		||||
      {% for file in files %}
 | 
			
		||||
        <a href="file://{{ files[file]['path'] }}" class="waves-effect waves-light btn-small">
 | 
			
		||||
          <i class="material-icons left">file_download</i>{{ file }}
 | 
			
		||||
        </a>
 | 
			
		||||
      {% endfor %}
 | 
			
		||||
      </p>
 | 
			
		||||
 | 
			
		||||
      {% if job.status == 'complete' %}
 | 
			
		||||
      <p> </p>
 | 
			
		||||
 | 
			
		||||
      <span class="card-title">Results</span>
 | 
			
		||||
      <p>
 | 
			
		||||
      {% for file in output_files %}
 | 
			
		||||
        <a href="file://{{ output_files[file] }}" class="waves-effect waves-light btn-small">
 | 
			
		||||
          <i class="material-icons left">file_download</i>{{ file }}
 | 
			
		||||
        </a>
 | 
			
		||||
      {% for file in files %}
 | 
			
		||||
        {% for result in files[file]['results'] %}
 | 
			
		||||
          <a href="file://{{ files[file]['results'][result]['path'] }}" class="waves-effect waves-light btn-small">
 | 
			
		||||
            <i class="material-icons left">file_download</i>{{ result }}
 | 
			
		||||
          </a>
 | 
			
		||||
        {% endfor %}
 | 
			
		||||
      {% endfor %}
 | 
			
		||||
      </p>
 | 
			
		||||
      {% endif %}
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user