/lenasys/0.1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/0.1

« back to all changes in this revision

Viewing changes to DuggaSys/duggor/Dugga 2 Datorgrafik - Geometri/dugga2_geometri_1/index.php

  • Committer: galaxyAbstractor
  • Date: 2013-04-03 12:44:23 UTC
  • mto: (4.7.11 GammaBear)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: galaxyabstractor@gmail.com-20130403124423-gn2xgehzxahtcn78
Moved shared js, css and php, updated all paths in DuggaSys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
if(isset($_GET['answerString'])) $answerString=$_GET['answerString'];
9
9
if(isset($_GET['courseOccasion'])) $courseOccasion=$_GET['courseOccasion'];
10
10
 
11
 
include "dugga_checklogin.php";
 
11
include "../../../../php/dugga_checklogin.php";
12
12
 
13
13
if ($accountname=checklogin($errorMsg, $courseName, $courseOccasion, $duggaNr)): 
14
14
?>
18
18
                <style>
19
19
                        p, a, h1, h2, h3, h4, h5, table, td, th, label, caption{font-family:Helvetica, Arial, sans-serif;}
20
20
                </style>
21
 
                <script type="text/javascript" src="js/jquery-1.8.0.min.js"></script>   
 
21
                <script type="text/javascript" src="../../../../js/jquery-1.8.0.min.js"></script>       
22
22
                <script lang='Javascript'>
23
23
                                        var account="<?php echo $accountname ?>";               
24
24
                                        var duggaNr="<?php echo $duggaNr ?>";           
81
81
                                        }
82
82
                </script>
83
83
        
84
 
                <script type="text/javascript" src="dugga.js"></script> 
 
84
                <script type="text/javascript" src="../../../../js/dugga.js"></script>  
85
85
        
86
86
        
87
87
 
814
814
<?php 
815
815
 
816
816
else:
817
 
    include "dugga_loginwindow.php";
 
817
    include "../../../../php/dugga_loginwindow.php";
818
818
endif;
819
819
 
820
820
?>