mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Sort lists by ressources creation date. CSS and HTML cleanup
This commit is contained in:
		@@ -37,58 +37,54 @@
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
<div class="col s12 l6 nopaque-ressource-list" data-ressource-type="Job" data-user-id="{{ user.hashid }}">
 | 
			
		||||
  <h3>Corpora</h3>
 | 
			
		||||
  <div class="card">
 | 
			
		||||
    <div class="card-content">
 | 
			
		||||
      <div class="input-field">
 | 
			
		||||
        <i class="material-icons prefix">search</i>
 | 
			
		||||
        <input id="search-corpus" class="search" type="search"></input>
 | 
			
		||||
        <label for="search-corpus">Search corpus</label>
 | 
			
		||||
    <div class="col s12 l6 nopaque-ressource-list" data-ressource-type="Corpus" data-user-id="{{ user.hashid }}">
 | 
			
		||||
      <h3>Corpora</h3>
 | 
			
		||||
      <div class="card">
 | 
			
		||||
        <div class="card-content">
 | 
			
		||||
          <div class="input-field">
 | 
			
		||||
            <i class="material-icons prefix">search</i>
 | 
			
		||||
            <input id="search-corpus" class="search" type="search"></input>
 | 
			
		||||
            <label for="search-corpus">Search corpus</label>
 | 
			
		||||
          </div>
 | 
			
		||||
          <table class="highlight ressource-list">
 | 
			
		||||
            <thead>
 | 
			
		||||
              <tr>
 | 
			
		||||
                <th></th>
 | 
			
		||||
                <th>Title and Description</th>
 | 
			
		||||
                <th>Status</th>
 | 
			
		||||
                <th></th>
 | 
			
		||||
              </tr>
 | 
			
		||||
            </thead>
 | 
			
		||||
            <tbody class="list"></tbody>
 | 
			
		||||
          </table>
 | 
			
		||||
          <ul class="pagination"></ul>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
      <table class="highlight ressource-list">
 | 
			
		||||
        <thead>
 | 
			
		||||
          <tr>
 | 
			
		||||
            <th></th>
 | 
			
		||||
            <th>
 | 
			
		||||
              <span class="sort" data-sort="title">Title</span>
 | 
			
		||||
              <span class="sort" data-sort="description">Description</span>
 | 
			
		||||
            </th>
 | 
			
		||||
            <th><span class="sort" data-sort="status">Status</span></th>
 | 
			
		||||
            <th></th>
 | 
			
		||||
          </tr>
 | 
			
		||||
        </thead>
 | 
			
		||||
        <tbody class="list"></tbody>
 | 
			
		||||
      </table>
 | 
			
		||||
      <ul class="pagination"></ul>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
<div class="col s12 l6 nopaque-ressource-list" data-ressource-type="Job" data-user-id="{{ user.hashid }}">
 | 
			
		||||
  <h3>Jobs</h3>
 | 
			
		||||
  <div class="card">
 | 
			
		||||
    <div class="card-content">
 | 
			
		||||
      <div class="input-field">
 | 
			
		||||
        <i class="material-icons prefix">search</i>
 | 
			
		||||
        <input id="search-job" class="search" type="search"></input>
 | 
			
		||||
        <label for="search-job">Search job</label>
 | 
			
		||||
    <div class="col s12 l6 nopaque-ressource-list" data-ressource-type="Job" data-user-id="{{ user.hashid }}">
 | 
			
		||||
      <h3>Jobs</h3>
 | 
			
		||||
      <div class="card">
 | 
			
		||||
        <div class="card-content">
 | 
			
		||||
          <div class="input-field">
 | 
			
		||||
            <i class="material-icons prefix">search</i>
 | 
			
		||||
            <input id="search-job" class="search" type="search"></input>
 | 
			
		||||
            <label for="search-job">Search job</label>
 | 
			
		||||
          </div>
 | 
			
		||||
          <table class="highlight">
 | 
			
		||||
            <thead>
 | 
			
		||||
              <tr>
 | 
			
		||||
                <th>Service</th>
 | 
			
		||||
                <th>Title and Description</th>
 | 
			
		||||
                <th>Status</th>
 | 
			
		||||
                <th></th>
 | 
			
		||||
              </tr>
 | 
			
		||||
            </thead>
 | 
			
		||||
            <tbody class="list"></tbody>
 | 
			
		||||
          </table>
 | 
			
		||||
          <ul class="pagination"></ul>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
      <table class="highlight">
 | 
			
		||||
        <thead>
 | 
			
		||||
          <tr>
 | 
			
		||||
            <th><span class="sort" data-sort="service">Service</span></th>
 | 
			
		||||
            <th>
 | 
			
		||||
              <span class="sort" data-sort="title">Title</span>
 | 
			
		||||
              <span class="sort" data-sort="description">Description</span>
 | 
			
		||||
            </th>
 | 
			
		||||
            <th><span class="sort" data-sort="status">Status</span></th>
 | 
			
		||||
            <th></th>
 | 
			
		||||
          </tr>
 | 
			
		||||
        </thead>
 | 
			
		||||
        <tbody class="list"></tbody>
 | 
			
		||||
      </table>
 | 
			
		||||
      <ul class="pagination"></ul>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
@@ -19,11 +19,11 @@
 | 
			
		||||
          <table class="highlight">
 | 
			
		||||
            <thead>
 | 
			
		||||
              <tr>
 | 
			
		||||
                <th class="sort" data-sort="id">Id</th>
 | 
			
		||||
                <th class="sort" data-sort="username">Username</th>
 | 
			
		||||
                <th class="sort" data-sort="email">Email</th>
 | 
			
		||||
                <th class="sort" data-sort="last_seen">Last seen</th>
 | 
			
		||||
                <th class="sort" data-sort="role">Role</th>
 | 
			
		||||
                <th>Id</th>
 | 
			
		||||
                <th>Username</th>
 | 
			
		||||
                <th>Email</th>
 | 
			
		||||
                <th>Last seen</th>
 | 
			
		||||
                <th>Role</th>
 | 
			
		||||
                <th></th>
 | 
			
		||||
              </tr>
 | 
			
		||||
            </thead>
 | 
			
		||||
 
 | 
			
		||||
@@ -84,10 +84,10 @@
 | 
			
		||||
          <table class="highlight responsive-table">
 | 
			
		||||
            <thead>
 | 
			
		||||
              <tr>
 | 
			
		||||
                <th class="sort" data-sort="filename">Filename</th>
 | 
			
		||||
                <th class="sort" data-sort="author">Author</th>
 | 
			
		||||
                <th class="sort" data-sort="title">Title</th>
 | 
			
		||||
                <th class="sort" data-sort="publishing-year">Publishing year</th>
 | 
			
		||||
                <th>Filename</th>
 | 
			
		||||
                <th>Author</th>
 | 
			
		||||
                <th>Title</th>
 | 
			
		||||
                <th>Publishing year</th>
 | 
			
		||||
                <th></th>
 | 
			
		||||
              </tr>
 | 
			
		||||
            </thead>
 | 
			
		||||
 
 | 
			
		||||
@@ -99,7 +99,7 @@
 | 
			
		||||
              <table class="highlight responsive-table">
 | 
			
		||||
                <thead>
 | 
			
		||||
                  <tr>
 | 
			
		||||
                    <th class="sort" data-sort="filename">Filename</th>
 | 
			
		||||
                    <th>Filename</th>
 | 
			
		||||
                    <th></th>
 | 
			
		||||
                  </tr>
 | 
			
		||||
                </thead>
 | 
			
		||||
 
 | 
			
		||||
@@ -30,11 +30,8 @@
 | 
			
		||||
                <thead>
 | 
			
		||||
                  <tr>
 | 
			
		||||
                    <th></th>
 | 
			
		||||
                    <th>
 | 
			
		||||
                      <span class="sort" data-sort="title">Title</span>
 | 
			
		||||
                      <span class="sort" data-sort="description">Description</span>
 | 
			
		||||
                    </th>
 | 
			
		||||
                    <th><span class="sort" data-sort="status">Status</span></th>
 | 
			
		||||
                    <th>Title and Description</th>
 | 
			
		||||
                    <th>Status</th>
 | 
			
		||||
                    <th></th>
 | 
			
		||||
                  </tr>
 | 
			
		||||
                </thead>
 | 
			
		||||
@@ -59,25 +56,12 @@
 | 
			
		||||
              <table class="highlight">
 | 
			
		||||
                <thead>
 | 
			
		||||
                  <tr>
 | 
			
		||||
                    <th>
 | 
			
		||||
                      <span class="sort" data-sort="title">Title</span> and<br>
 | 
			
		||||
                      <span class="sort" data-sort="description">Description</span>
 | 
			
		||||
                    </th>
 | 
			
		||||
                    <th>
 | 
			
		||||
                      <span class="sort" data-sort="corpus">Corpus</span> and<br>
 | 
			
		||||
                      <span class="sort" data-sort="query">Query</span>
 | 
			
		||||
                    </th>
 | 
			
		||||
                    <th>Title and Description</th>
 | 
			
		||||
                    <th>Corpus and Query</th>
 | 
			
		||||
                    <th></th>
 | 
			
		||||
                  </tr>
 | 
			
		||||
                </thead>
 | 
			
		||||
                <tbody class="list">
 | 
			
		||||
                  <tr class="show-if-only-child">
 | 
			
		||||
                    <td colspan="5">
 | 
			
		||||
                      <span class="card-title"><i class="material-icons left">folder</i>Nothing here...</span>
 | 
			
		||||
                      <p>No query results yet imported.</p>
 | 
			
		||||
                    </td>
 | 
			
		||||
                  </tr>
 | 
			
		||||
                </tbody>
 | 
			
		||||
                <tbody class="list"></tbody>
 | 
			
		||||
              </table>
 | 
			
		||||
              <ul class="pagination"></ul>
 | 
			
		||||
            </div>
 | 
			
		||||
@@ -102,12 +86,9 @@
 | 
			
		||||
          <table class="highlight">
 | 
			
		||||
            <thead>
 | 
			
		||||
              <tr>
 | 
			
		||||
                <th><span class="sort" data-sort="service">Service</span></th>
 | 
			
		||||
                <th>
 | 
			
		||||
                  <span class="sort" data-sort="title">Title</span>
 | 
			
		||||
                  <span class="sort" data-sort="description">Description</span>
 | 
			
		||||
                </th>
 | 
			
		||||
                <th><span class="sort" data-sort="status">Status</span></th>
 | 
			
		||||
                <th>Service</th>
 | 
			
		||||
                <th>Title and Description</th>
 | 
			
		||||
                <th>Status</th>
 | 
			
		||||
                <th></th>
 | 
			
		||||
              </tr>
 | 
			
		||||
            </thead>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user