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

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2018-09-10 00:39:30 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-09-10 00:39:30 +0300
commitbd0be8c9b8f932ee672881511a951f5ba3594bff (patch)
tree0445093bf36e6decc82ae4ec80bac7c1a153d9c5 /templates
parent7bbf7049c8544833bf9f9c6e6132ece0f817c743 (diff)
Fix content wrapper
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php48
-rw-r--r--templates/scan.php48
2 files changed, 44 insertions, 52 deletions
diff --git a/templates/index.php b/templates/index.php
index a2e508d..3130f25 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -22,31 +22,27 @@ script('ransomware_detection', 'filelist');
script('ransomware_detection', 'vendor/font-awesome/fontawesome-all');
style('ransomware_detection', 'style');
?>
-<div id="app">
- <div id="app-navigation">
- <ul>
- <li class="active">
- <a href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('ransomware_detection.recover.index', [])); ?>">
- <img alt="" src="<?php print_unescaped(\OC::$server->getURLGenerator()->imagePath('core', 'actions/history.svg')); ?>">
- <span>Monitoring</span>
- </a>
- </li>
- <li>
- <a href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('ransomware_detection.recover.scan', [])); ?>">
- <img alt="" src="<?php print_unescaped(\OC::$server->getURLGenerator()->imagePath('core', 'actions/search.svg')); ?>">
- <span>Scan files</span>
- </a>
- </li>
- </ul>
- </div>
- <div id="app-content">
- <div id="app-content-ransomware-detection-filelist">
- <!-- Tables -->
- <div class="section" id="section-loading">
- <p class="text-center">
- <div class="icon-loading-dark"></div>
- </p>
- </div>
- </div>
+<div id="app-navigation">
+ <ul>
+ <li class="active">
+ <a href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('ransomware_detection.recover.index', [])); ?>">
+ <img alt="" src="<?php print_unescaped(\OC::$server->getURLGenerator()->imagePath('core', 'actions/history.svg')); ?>">
+ <span>Monitoring</span>
+ </a>
+ </li>
+ <li>
+ <a href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('ransomware_detection.recover.scan', [])); ?>">
+ <img alt="" src="<?php print_unescaped(\OC::$server->getURLGenerator()->imagePath('core', 'actions/search.svg')); ?>">
+ <span>Scan files</span>
+ </a>
+ </li>
+ </ul>
+</div>
+<div id="app-content">
+ <div id="app-content-ransomware-detection-filelist">
+ <!-- Tables -->
+ <div class="section" id="section-loading">
+ <div class="icon-loading-dark"></div>
+ </div>
</div>
</div>
diff --git a/templates/scan.php b/templates/scan.php
index 5a365a5..fe01074 100644
--- a/templates/scan.php
+++ b/templates/scan.php
@@ -22,31 +22,27 @@ script('ransomware_detection', 'scan');
script('ransomware_detection', 'vendor/font-awesome/fontawesome-all');
style('ransomware_detection', 'style');
?>
-<div id="app">
- <div id="app-navigation">
- <ul>
- <li>
- <a href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('ransomware_detection.recover.index', [])); ?>">
- <img alt="" src="<?php print_unescaped(\OC::$server->getURLGenerator()->imagePath('core', 'actions/history.svg')); ?>">
- <span>Monitoring</span>
- </a>
- </li>
- <li class="active">
- <a href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('ransomware_detection.recover.scan', [])); ?>">
- <img alt="" src="<?php print_unescaped(\OC::$server->getURLGenerator()->imagePath('core', 'actions/search.svg')); ?>">
- <span>Scan files</span>
- </a>
- </li>
- </ul>
- </div>
- <div id="app-content">
- <div id="app-content-ransomware-detection-scan">
- <!-- Tables -->
- <div class="section" id="section-loading">
- <p class="text-center">
- <div class="icon-loading-dark"></div>
- </p>
- </div>
- </div>
+<div id="app-navigation">
+ <ul>
+ <li>
+ <a href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('ransomware_detection.recover.index', [])); ?>">
+ <img alt="" src="<?php print_unescaped(\OC::$server->getURLGenerator()->imagePath('core', 'actions/history.svg')); ?>">
+ <span>Monitoring</span>
+ </a>
+ </li>
+ <li class="active">
+ <a href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('ransomware_detection.recover.scan', [])); ?>">
+ <img alt="" src="<?php print_unescaped(\OC::$server->getURLGenerator()->imagePath('core', 'actions/search.svg')); ?>">
+ <span>Scan files</span>
+ </a>
+ </li>
+ </ul>
+</div>
+<div id="app-content">
+ <div id="app-content-ransomware-detection-scan">
+ <!-- Tables -->
+ <div class="section" id="section-loading">
+ <div class="icon-loading-dark"></div>
+ </div>
</div>
</div>