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-08 16:09:58 +0300
committerMaxence Lange <maxence@pontapreta.net>2017-02-08 16:09:58 +0300
commit0e703ee099f0f8b8a618e1aaa5149ce3336f375b (patch)
treef12c7adc70d8089ea30bdc75fa755a73d636f038 /templates
parent90f71d983408f011c0346b75f0f3576d76ac0c36 (diff)
initial commit
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php38
1 files changed, 38 insertions, 0 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
new file mode 100644
index 0000000..edf167d
--- /dev/null
+++ b/templates/settings.admin.php
@@ -0,0 +1,38 @@
+<?php
+script('zenodo', 'admin');
+style('zenodo', 'admin');
+
+?>
+
+<fieldset id="zenodoAdminSettings" class="section">
+ <h2>
+ <img src="/apps/zenodo/img/zenodo.svg"
+ style='vertical-align: baseline; margin-right: 25px;'>Research.
+ Shared.
+ </h2>
+ <table style="width: 650px;">
+ <tr class="zenodo_admin_head">
+ <td class="zenodo_admin_head" colspan="2">Zenodo Tokens</td>
+ </tr>
+
+
+ <tr>
+ <td class="zenodo_admin_left">Sandbox Token:</td>
+ <td><input type='text' style="width: 300px" name='sandboxtoken'
+ id='sandboxtoken' original-title=''
+ title='Access token for sandbox environment'></td>
+ </tr>
+ <tr>
+ <td class="zenodo_admin_left">Production Token:</td>
+ <td><input type='text' name='productiontoken' style="width: 300px"
+ id='productiontoken' original-title=''
+ title='Access token for production environment'></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td><input type='submit' value='Store Zenodo Credentials'
+ style="width: 250px" original-title='' style="width: 300px"
+ id='tokensubmit' name='tokensubmit' title='Store Tokens'></input></td>
+ </tr>
+ </table>
+ <div id='clientstatus' style="font-size: .8em;"></div> \ No newline at end of file