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

github.com/nextcloud/zenodo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@pontapreta.net>2017-02-13 23:31:32 +0300
committerMaxence Lange <maxence@pontapreta.net>2017-02-13 23:31:32 +0300
commit40ef1ada4371f1ea2450a43179c0b6ff40710487 (patch)
treeb27e8cfd12bfb056b83e06d88109508f231c0353 /templates
parent7866126db56ebf9d68ac5676dc2ad609b60b8ca7 (diff)
managing Creators list
Diffstat (limited to 'templates')
-rw-r--r--templates/dialog.php21
1 files changed, 18 insertions, 3 deletions
diff --git a/templates/dialog.php b/templates/dialog.php
index 9506198..c12a8fb 100644
--- a/templates/dialog.php
+++ b/templates/dialog.php
@@ -88,13 +88,28 @@
</tr>
<tr>
- <td class="zendialog_left">Creators:</td>
- <td><input type="text" id="zendialog_creators" style="width: 400px"></td>
+ <td class="zendialog_left zendialog_creator_left">
+ Creators:<br/>
+ <span class="zendialog_sub" id="zendialog_sub">add yourself as creator</span><br/>
+ <input type="text" id="zendialog_creator_search" style="width: 170px"
+ placeholder="or search in Nextcloud"/>
+ <div id="zendialog_creator_search_result"></div>
+ </td>
+ <td class="zendialog_creator">
+ <div><input type="text" id="zendialog_creator_realname" style="width: 244px">
+ <input type="text" id="zendialog_creator_orcid" style="width: 150px">
+ <div id="zendialog_create_add"></div>
+ </div>
+ <div id="zendialog_creator_syntax_error">Name of creator must be in the format <b>Family name, Given names</b></div>
+ <div id="zendialog_creators_list"></div>
+ </td>
</tr>
<tr>
<td></td>
- <td><div id="zendialog_creators_list"></div></td>
+ <td>
+ <div id="zendialog_creators_list"></div>
+ </td>
</tr>
<tr>
<td style="height: 35px;">&nbsp;</td>