<button type="button" class="w3-button w3-green<%=empty($_SESSION['dir']) ? ' hide': ''%>" onclick="document.location.href='<%=$this->Service->constructUrl('NewResource', array('component_type' => 'dir', 'component_name' => $_SESSION['dir'], 'resource_type' => 'Fileset'))%>';"><i class="fa fa-plus"></i> <%[ Add fileset ]%></button>
</div>
<div class="w3-container">
- <table id="fileset_list" class="w3-table w3-striped w3-hoverable w3-white w3-margin-bottom">
- <thead>
- <tr>
- <th></th>
- <th><%[ Name ]%></th>
- <th><%[ Director ]%></th>
- <th class="w3-center"><%[ Actions ]%></th>
- </tr>
- </thead>
- <tbody id="fileset_list_body"></tbody>
- </table>
+ <table id="fileset_list" class="w3-table w3-striped w3-hoverable w3-white w3-margin-bottom">
+ <thead>
+ <tr>
+ <th></th>
+ <th><%[ Name ]%></th>
+ <th><%[ Director ]%></th>
+ <th class="w3-center"><%[ Actions ]%></th>
+ </tr>
+ </thead>
+ <tbody id="fileset_list_body"></tbody>
</table>
</div>
<script type="text/javascript">