38 lines
1.3 KiB
HTML
38 lines
1.3 KiB
HTML
<div data-role="page" class="page type-interior pluginConfigurationPage"
|
|
data-controller="__plugin/home.js">
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
<link rel="stylesheet" href="/web/configurationpage?name=home.css" />
|
|
<div id="loading">Loading...</div>
|
|
<div id="homepage" style="visibility: hidden;">
|
|
<button class="links" data-target="configurationpage?name=Settings">Settings</button>
|
|
<h2>Media Cleaner</h2>
|
|
|
|
<h3 id="moviesTitle"></h3>
|
|
<table id="moviesTable">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th class="actions-cell">Actions</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table>
|
|
<br>
|
|
|
|
<h3 id="seriesTitle"></h3>
|
|
<table id="seriesTable">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Seasons</th>
|
|
<th class="actions-cell">Actions</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|