f7cloud-office: репозиторий с папкой f7cloud-office (browser, service)

This commit is contained in:
root
2026-02-26 11:30:54 +00:00
commit 21c63c0130
2984 changed files with 346693 additions and 0 deletions
+20
View File
@@ -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>