summaryrefslogtreecommitdiffstats
path: root/templates/page-minilinux.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page-minilinux.html')
-rw-r--r--templates/page-minilinux.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/page-minilinux.html b/templates/page-minilinux.html
new file mode 100644
index 00000000..e742f82a
--- /dev/null
+++ b/templates/page-minilinux.html
@@ -0,0 +1,24 @@
+<div class="container">
+ {{#files}}
+ <div class="panel panel-default">
+ <div class="panel-heading"><h4>
+ &raquo; {{file}}
+ {{^progress}}
+ {{#update}}
+ Neue Version! <a class="btn btn-success" href="#" onclick="this.style.display='none';loadContent('#{{id}}', 'api.php?do=download&amp;type=ml&amp;file={{file}}&amp;id={{id}}')">Download</a>
+ {{/update}}
+ {{^update}}
+ (Aktuell)
+ {{/update}}
+ {{/progress}}
+ </h4></div>
+ {{#progress}}
+ <script> setTimeout(function() { loadContent('#{{id}}', 'api.php?do=download&progress={{progress}}&id={{id}}&pid={{pid}}&file={{file}}'); }, 1000); // </script>
+ {{/progress}}
+ <div class="panel-body" id="{{id}}">{{description}}</div>
+ </div>
+ {{/files}}
+ {{^files}}
+ <div class="row well well-sm">Keine Konfigurationspakete gefunden!</div>
+ {{/files}}
+</div>