summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views
diff options
context:
space:
mode:
authormichael pereira2011-04-12 16:39:18 +0200
committermichael pereira2011-04-12 16:39:18 +0200
commitef0d7eaca3b82c5abf2e06fd94ffcf3a9c749e2b (patch)
treed802c27bbd572dab75cb49fe2307abfba24d70b2 /application/modules/fbgui/views
parentResource controller fix (diff)
parentRechte können nun wieder bei Rollen hinzugefügt und gelöscht werden, alle ... (diff)
downloadpbs2-ef0d7eaca3b82c5abf2e06fd94ffcf3a9c749e2b.tar.gz
pbs2-ef0d7eaca3b82c5abf2e06fd94ffcf3a9c749e2b.tar.xz
pbs2-ef0d7eaca3b82c5abf2e06fd94ffcf3a9c749e2b.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/fbgui/views')
-rw-r--r--application/modules/fbgui/views/scripts/index/start.phtml10
1 files changed, 10 insertions, 0 deletions
diff --git a/application/modules/fbgui/views/scripts/index/start.phtml b/application/modules/fbgui/views/scripts/index/start.phtml
index a59dd3e..94e8d97 100644
--- a/application/modules/fbgui/views/scripts/index/start.phtml
+++ b/application/modules/fbgui/views/scripts/index/start.phtml
@@ -112,3 +112,13 @@ function updateProgress(p, s, u){
<a href='/fbgui'>back</a>
<div id="progressbar" style="height: 15px;"></div>
+<h1>Downloading</h1>
+<script>
+fbgui.setCallbackOnFinished('foo();');
+fbgui.startDownload('http://<?php echo $this->host; ?>/resource/getkernel/alpha/<?php echo $this->alphaid; ?>/file/kernel');
+fbgui.startDownload('http://<?php echo $this->host; ?>/resource/getinitramfs/alpha/<?php echo $this->alphaid; ?>/file/initramfs');
+fbgui.startDownload('http://<?php echo $this->host; ?>/resource/getkcl/alpha/<?php echo $this->alphaid; ?>/file/kcl');
+function foo(){
+ fbgui.quit();
+}
+</script>";