diff options
| author | michael pereira | 2011-04-12 16:39:18 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-12 16:39:18 +0200 |
| commit | ef0d7eaca3b82c5abf2e06fd94ffcf3a9c749e2b (patch) | |
| tree | d802c27bbd572dab75cb49fe2307abfba24d70b2 /application/modules/fbgui/views/scripts/index | |
| parent | Resource controller fix (diff) | |
| parent | Rechte können nun wieder bei Rollen hinzugefügt und gelöscht werden, alle ... (diff) | |
| download | pbs2-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/scripts/index')
| -rw-r--r-- | application/modules/fbgui/views/scripts/index/start.phtml | 10 |
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>"; |
