Translation

This commit is contained in:
Kevin Röbert
2018-05-21 23:25:20 +02:00
parent ff88d9c0ae
commit c42eae5e4a
7 changed files with 448 additions and 81 deletions

View File

@@ -25,9 +25,7 @@
<span class="navbar-brand">
<span class="pull-left"><img src="../img/icon38.png"
width="30" height="30" alt=""></span>
<span style="color: #FF7800;" class="pull-right">
ClearURLs
</span><br />
<span style="color: #FF7800;" class="pull-right" id="page_title"></span><br />
<span class="label label-warning pull-left small-version"
id="version"></span>
</span>
@@ -39,25 +37,17 @@
<div class="col-md-10 col-md-offset-1">
<p class="text-center">
<button type="button" id="reset_log_btn"
class="btn btn-danger" title="Reset the global log">Reset</button>
class="btn btn-danger" title="Reset the global log"></button>
</p>
<div class="table-responsive">
<table class="table table-striped table-bordered"
width="100%" id="logTable" cellspacing="0">
<thead>
<tr>
<th data-orderable="false">
Before processing
</th>
<th data-orderable="false">
After processing
</th>
<th data-orderable="false">
Rule
</th>
<th data-orderable="true">
Time
</th>
<th data-orderable="false" id="head_1"></th>
<th data-orderable="false" id="head_2"></th>
<th data-orderable="false" id="head_3"></th>
<th data-orderable="true" id="head_4"></th>
</tr>
</thead>
<tbody id="tbody">