012d32b9ef
This is needed for localization. Signed-off-by: Gökay Şatır <gokaysatir@collabora.com> Change-Id: I19b648f94ca83ef7ee9f1ff8679926e6bb4afbb3
20 lines
No EOL
880 B
HTML
20 lines
No EOL
880 B
HTML
<main>
|
|
<div class="container">
|
|
<script>Admin.History(host);</script>
|
|
|
|
<h3 class="title is-3"><script>document.write(l10nstrings.strHistory)</script></h3>
|
|
|
|
<div class="buttons is-fullwidth is-right">
|
|
<button class="button is-info" id="refreshHistory" style="min-width:120px;"><script>document.write(l10nstrings.strRefresh)</script></button>
|
|
</div>
|
|
|
|
<pre id="json-doc"><script>document.write(l10nstrings.strDocuments)</script><br/><textarea rows="10" style="width: 100%;resize: vertical;"></textarea></pre>
|
|
<pre id="json-ex-doc"><script>document.write(l10nstrings.strExpired)</script><br/><textarea rows="10" style="width: 100%;resize: vertical;"></textarea></pre>
|
|
|
|
</div>
|
|
</main>
|
|
|
|
<script>
|
|
document.getElementById('a-history-mobile').classList.add('is-active');
|
|
document.getElementById('a-history-tablet').classList.add('is-active');
|
|
</script> |