2016-11-17 22:07:22 +00:00
|
|
|
<?php
|
|
|
|
style('radio', 'main');
|
|
|
|
script('radio', 'main');
|
|
|
|
?>
|
|
|
|
|
2017-01-04 17:54:04 +00:00
|
|
|
<div id="content" class="app-files" role="main">
|
|
|
|
<div id="app-navigation">
|
|
|
|
<ul class="with-icon">
|
|
|
|
<li data-id="files" class="nav-files">
|
|
|
|
<a href="#" class="nav-icon-files svg">
|
|
|
|
Top </a>
|
|
|
|
</li>
|
|
|
|
<li data-id="recent" class="nav-recent">
|
|
|
|
<a href="#" class="nav-icon-recent svg">
|
|
|
|
Recent </a>
|
|
|
|
</li>
|
|
|
|
<li data-id="favorites" class="nav-favorites">
|
|
|
|
<a href="#" class="nav-icon-favorites svg">
|
|
|
|
Favorites </a>
|
|
|
|
</li>
|
|
|
|
<li data-id="sharingin" class="nav-sharingin">
|
|
|
|
<a href="#" class="nav-icon-sharingin svg">
|
|
|
|
Categories </a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<div id="app-settings">
|
2017-01-09 13:36:07 +00:00
|
|
|
<audio id="player" src="" controls></audio>
|
|
|
|
<form id="radiosearch" action="javascript:void(0);">
|
|
|
|
<input id="radioquery" placeholder="Search for name" autofocus required></input>
|
|
|
|
</form>
|
2017-01-04 17:54:04 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="app-content">
|
|
|
|
<div id="app-content-files" class="viewcontainer">
|
|
|
|
<table id="filestable" data-preview-x="32" data-preview-y="32">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th id='headerName' class=" column-name">
|
|
|
|
<div id="headerName-container">
|
|
|
|
<a class="name sort columntitle" data-sort="name"><span>Name</span><span class="sort-indicator"></span></a>
|
|
|
|
</div>
|
|
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody id="fileList">
|
2017-01-06 09:52:12 +00:00
|
|
|
</tbody>
|
|
|
|
<tfoot>
|
|
|
|
</tfoot>
|
2017-01-04 17:54:04 +00:00
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- closing app-content -->
|