Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public.php')
-rw-r--r--templates/public.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/public.php b/templates/public.php
index eb0e478a..9979ace5 100644
--- a/templates/public.php
+++ b/templates/public.php
@@ -3,6 +3,10 @@
</div>
<div id="documents-content">
<?php if (isset($_['document'])): ?>
+ <form>
+ <input type="text" name="memberName" placeholder="<?php p($l->t('Introduce yourself')) ?>" />
+ <button id="odf-join"><?php p($l->t('Join')) ?></button>
+ </form>
<input type="hidden" name="document" value ="<?php p($_['document']) ?>" />
<?php endif; ?>
<?php if (isset($_['notFound'])): ?>