commit 10/09/2025
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<body>
|
||||
<div class="row">
|
||||
<div class="col w-100 h-100 pad-header">
|
||||
<h2 style="text-align: center;">Timer</h2>
|
||||
<h2 style="text-align: center;">Schedule Bank</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
@@ -24,40 +24,27 @@
|
||||
<div class="col-6 col-sm-6 col-md-6 col-lg-2 col-xl-2"><button class="btn w-100 pad-button btn-round-basic color-import" id="btnExport" type="button">Export</button></div>
|
||||
<div class="col-6 col-sm-6 col-md-6 col-lg-2 col-xl-2"><button class="btn w-100 pad-button btn-round-basic color-import" id="btnImport" type="button">Import</button></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<p id="tablesize" class="text-add" style="text-align: center;">Table Length : N/A</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="table-responsive">
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-sm-1">No</th>
|
||||
<th>Description</th>
|
||||
<th class="col-sm-1">TAG</th>
|
||||
<th class="col-sm-1">Category</th>
|
||||
<th class="col-sm-1">Language</th>
|
||||
<th class="col-sm-1">Type</th>
|
||||
<th class="col-sm-3">Filename</th>
|
||||
<th class="col-sm-2">Description</th>
|
||||
<th class="col-sm-1">Day</th>
|
||||
<th class="col-sm-1">Time</th>
|
||||
<th class="col-sm-2">Sound Path</th>
|
||||
<th class="col-sm-1">Repeat</th>
|
||||
<th class="col-sm-1">Enable</th>
|
||||
<th>Broadcast Zones</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="schedulebanktablebody">
|
||||
<tr>
|
||||
<td>Cell 1</td>
|
||||
<td>Cell 2</td>
|
||||
<td>Cell 3</td>
|
||||
<td>Cell 3</td>
|
||||
<td>Cell 5</td>
|
||||
<td>Cell 6</td>
|
||||
<td>Cell 7</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cell 3</td>
|
||||
<td>Cell 4</td>
|
||||
<td>Cell 3</td>
|
||||
<td>Cell 3</td>
|
||||
<td>Cell 5</td>
|
||||
<td>Cell 6</td>
|
||||
<td>Cell 7</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="schedulebanktablebody"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user