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:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2013-09-27 20:33:04 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2013-09-27 20:33:04 +0400
commitfdf7a602d4014e9226fd39925085910052e80dad (patch)
tree18a174b119832e5be3457178319d33a56ebedb46 /templates
parent7b858e75b5d17def5a4cb67109154a1704ebaae5 (diff)
Allow gues user to choose a name
Diffstat (limited to 'templates')
-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'])): ?>