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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2019-01-08 16:47:13 +0300
committerdartcafe <github@dartcafe.de>2019-01-08 16:47:13 +0300
commit8fea79eb9bec3e27edcf644063d738168be913f7 (patch)
treeec605a07a7b5a1d7b92737f53687770599125907 /templates
parentcce65a3fe9f8d91c126a73d5148932a1caf0f4e8 (diff)
Initial
Diffstat (limited to 'templates')
-rw-r--r--templates/create.tmpl.php2
-rw-r--r--templates/list.tmpl.php28
2 files changed, 29 insertions, 1 deletions
diff --git a/templates/create.tmpl.php b/templates/create.tmpl.php
index 6732aa55..b60a2428 100644
--- a/templates/create.tmpl.php
+++ b/templates/create.tmpl.php
@@ -24,5 +24,5 @@
?>
-<div id="create-poll"></div>
+<div id="app-polls"></div>
<?php \OCP\Util::addScript('polls', 'polls'); ?>
diff --git a/templates/list.tmpl.php b/templates/list.tmpl.php
new file mode 100644
index 00000000..30b7cfc0
--- /dev/null
+++ b/templates/list.tmpl.php
@@ -0,0 +1,28 @@
+<?php
+ /**
+ * @copyright Copyright (c) 2017 Vinzenz Rosenkranz <vinzenz.rosenkranz@gmail.com>
+ *
+ * @author Vinzenz Rosenkranz <vinzenz.rosenkranz@gmail.com>
+ * @author René Gieling <github@dartcafe.de>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+?>
+
+<div id="app-polls"></div>
+<?php \OCP\Util::addScript('polls', 'polls'); ?>