summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views
diff options
context:
space:
mode:
authorBjörn Geiger2011-04-13 18:30:53 +0200
committerBjörn Geiger2011-04-13 18:30:53 +0200
commitecb699eb777c8abdee8d50342f8febfcc722d71f (patch)
tree6c04ad96d3525ca95a806dc576304fbbbb0b6b29 /application/modules/fbgui/views
parentAltes Recht markiert, nicht entfernen (diff)
downloadpbs2-ecb699eb777c8abdee8d50342f8febfcc722d71f.tar.gz
pbs2-ecb699eb777c8abdee8d50342f8febfcc722d71f.tar.xz
pbs2-ecb699eb777c8abdee8d50342f8febfcc722d71f.zip
HTML Fehler korrigiert
Diffstat (limited to 'application/modules/fbgui/views')
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml2
-rw-r--r--application/modules/fbgui/views/scripts/index/start.phtml6
2 files changed, 4 insertions, 4 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index 6917643..dbb221d 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -1,5 +1,5 @@
<?php if(isset($this->entries)):?>
- <script>
+ <script type="text/javascript">
$(document).ready(function(){
$('.menu').click(function(){
$('.menu').removeClass('selected');
diff --git a/application/modules/fbgui/views/scripts/index/start.phtml b/application/modules/fbgui/views/scripts/index/start.phtml
index 2c29fa5..4a13191 100644
--- a/application/modules/fbgui/views/scripts/index/start.phtml
+++ b/application/modules/fbgui/views/scripts/index/start.phtml
@@ -1,4 +1,4 @@
-<style>
+<style type="text/css">
/* position the bars and balls correctly (rotate them and translate them outward)*/
.bar1 {
-moz-transform:rotate(0deg) translate(0, -40px);
@@ -69,7 +69,7 @@
to {-webkit-transform:scale(0.5) rotate(360deg);}
} */
</style>
-<script>
+<script type="text/javascript">
//simple script to rotate all spinners 45 degrees on each tick
//this works differently from the css transforms, which is smooth
@@ -113,7 +113,7 @@ function updateProgress(p, s, u){
<div id="progressbar" style="height: 15px;"></div>
<h1>Downloading</h1>
-<script>
+<script type="text/javascript">
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');