16 lines
343 B
Plaintext
16 lines
343 B
Plaintext
<table class="list" id="browser">
|
|
<thead>
|
|
<tr id="root">
|
|
<th><%= l(:field_name) %></th>
|
|
<th><%= l(:field_filesize) %></th>
|
|
<th><%= l(:label_revision) %></th>
|
|
<th><%= l(:label_date) %></th>
|
|
<th><%= l(:field_author) %></th>
|
|
<th><%= l(:field_comments) %></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<%= render :partial => 'dir_list_content' %>
|
|
</tbody>
|
|
</table>
|