diff options
| author | Björn Geiger | 2011-04-13 18:30:53 +0200 |
|---|---|---|
| committer | Björn Geiger | 2011-04-13 18:30:53 +0200 |
| commit | ecb699eb777c8abdee8d50342f8febfcc722d71f (patch) | |
| tree | 6c04ad96d3525ca95a806dc576304fbbbb0b6b29 /application/modules/fbgui | |
| parent | Altes Recht markiert, nicht entfernen (diff) | |
| download | pbs2-ecb699eb777c8abdee8d50342f8febfcc722d71f.tar.gz pbs2-ecb699eb777c8abdee8d50342f8febfcc722d71f.tar.xz pbs2-ecb699eb777c8abdee8d50342f8febfcc722d71f.zip | |
HTML Fehler korrigiert
Diffstat (limited to 'application/modules/fbgui')
| -rw-r--r-- | application/modules/fbgui/layouts/fbgui.phtml | 2 | ||||
| -rw-r--r-- | application/modules/fbgui/views/scripts/index/index.phtml | 2 | ||||
| -rw-r--r-- | application/modules/fbgui/views/scripts/index/start.phtml | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/application/modules/fbgui/layouts/fbgui.phtml b/application/modules/fbgui/layouts/fbgui.phtml index 7540d50..6ea324c 100644 --- a/application/modules/fbgui/layouts/fbgui.phtml +++ b/application/modules/fbgui/layouts/fbgui.phtml @@ -22,7 +22,7 @@ echo $this->headScript()."\n"; <script src='/media/js/jquery.keyboard.extension-typing.js'></script> <link href="/media/css/keyboard.css" media="screen" rel="stylesheet" type="text/css" /> -<script> +<script type="text/javascript"> function toggleKeyboard(onoff){ if($('#email').hasClass('qwerty') == false){ $('#email').addClass('qwerty'); 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'); |
