5f07429b6b
Change-Id: I9243393693c2464f2e9a4d24cccf9c5f3415e2ef Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95468 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
20 lines
No EOL
876 B
HTML
20 lines
No EOL
876 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="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> |