f7cloud-office: полная выгрузка (browser, service, конфиги)
This commit is contained in:
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user