diff --git a/templates/main.php b/templates/main.php index 41299b0f0..d68c08f16 100644 --- a/templates/main.php +++ b/templates/main.php @@ -42,7 +42,7 @@ Util::addScript('deck', 'public/app');
inc('part.navigation')); ?> - inc('part.settings'));*/ ?> + inc('part.settings')); */ ?>
@@ -53,7 +53,6 @@ Util::addScript('deck', 'public/app'); - diff --git a/templates/part.navigation.php b/templates/part.navigation.php index 0e1efa11c..40b21db61 100644 --- a/templates/part.navigation.php +++ b/templates/part.navigation.php @@ -1,11 +1,6 @@
@@ -53,4 +51,5 @@
+ diff --git a/templates/part.settings.php b/templates/part.settings.php index 411eb1cbf..b86b4f3ef 100644 --- a/templates/part.settings.php +++ b/templates/part.settings.php @@ -1,11 +1,8 @@
- + +
+
+
-
diff --git a/templates/public.php b/templates/public.php deleted file mode 100644 index e9a68ae7e..000000000 --- a/templates/public.php +++ /dev/null @@ -1,45 +0,0 @@ - - * - * @author Julius Härtl - * - * @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 . - * - */ - -use OCP\Util; -Util::addStyle('deck', 'font-awesome'); -Util::addStyle('deck', 'style'); -Util::addScript('deck', 'vendor/angular/angular.min'); -Util::addScript('deck', 'vendor/angular-route/angular-route.min'); -Util::addScript('deck', 'vendor/angular-sanitize/angular-sanitize.min'); -Util::addScript('deck', 'vendor/angular-animate/angular-animate.min'); -Util::addScript('deck', 'vendor/angular-ui-router/release/angular-ui-router.min'); -Util::addScript('deck', 'app/App'); - -?> - -
- -
- inc('part.content')); ?> -
- -
- inc('part.card')); ?> -
-