From 0d4208bd4934d83654fc3893867b2557546b404a Mon Sep 17 00:00:00 2001 From: Matthias Held Date: Mon, 18 Jun 2018 14:14:17 +0200 Subject: Add Nextcloud application --- templates/admin.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++ templates/index.php | 31 ++++++++++++++++++++++++++++ templates/personal.php | 40 ++++++++++++++++++++++++++++++++++++ 3 files changed, 126 insertions(+) create mode 100644 templates/admin.php create mode 100644 templates/index.php create mode 100644 templates/personal.php (limited to 'templates') diff --git a/templates/admin.php b/templates/admin.php new file mode 100644 index 0000000..2f37eec --- /dev/null +++ b/templates/admin.php @@ -0,0 +1,55 @@ + + * @author Matthias Held + * @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 . + */ +style('ransomware_detection', 'style'); +script('ransomware_detection', 'admin'); +?> +
+

t('Recovery')); ?>

+
+

+ t('Number of days until a sequence will be deleted')); ?> +

+ +
+
+

+ t('Minimum number of file operations contained by a sequence, that it will be shown in recovery')); ?> +

+ +
+
+
+

t('Notification')); ?>

+
+

+ t('Suspicion threshold for notifications')); ?> +

+ +
+
diff --git a/templates/index.php b/templates/index.php new file mode 100644 index 0000000..d5800e0 --- /dev/null +++ b/templates/index.php @@ -0,0 +1,31 @@ + + * @author Matthias Held + * @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 . + */ +script('ransomware_detection', 'app'); +script('ransomware_detection', 'filelist'); +script('ransomware_detection', 'vendor/font-awesome/fontawesome-all'); +style('ransomware_detection', 'style'); +?> +
+
+
+ +
+
+
diff --git a/templates/personal.php b/templates/personal.php new file mode 100644 index 0000000..4070ae3 --- /dev/null +++ b/templates/personal.php @@ -0,0 +1,40 @@ + + * @author Matthias Held + * @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 . + */ +style('ransomware_detection', 'style'); +script('ransomware_detection', 'personal'); +?> +
+

t('Color Mode')); ?>

+

Current color mode for coding sequences.

+ +
+

+ t('Current color mode')); ?> +

+ +
+
-- cgit v1.2.3