diff --git a/html/Samhäll.php b/html/Samhäll.php index 3351435..fd0b3d7 100644 --- a/html/Samhäll.php +++ b/html/Samhäll.php @@ -78,6 +78,8 @@ createCourse("Programfördjupning 1","prof1",100 , ""); createCourse("Programfördjupning 2","prof2",100 , ""); createCourse("Individuellt val 1","indv1",100 , ""); createCourse("Individuellt val 2","indv2",100 , ""); + +include "createCourse_end.php"; ?> diff --git a/html/include/createCourse.php b/html/include/createCourse.php index 0c449d7..60167d4 100644 --- a/html/include/createCourse.php +++ b/html/include/createCourse.php @@ -26,13 +26,3 @@ function createCourse($dname, $nameId, $points, $disabled) { Ta Bort "; } - -echo " - -Lägg till Kurs -
-
Meritpoäng:
- -

- -"; diff --git a/html/include/createCourse_end.php b/html/include/createCourse_end.php new file mode 100644 index 0000000..3d27601 --- /dev/null +++ b/html/include/createCourse_end.php @@ -0,0 +1,10 @@ + +Lägg till Kurs +
+
Meritpoäng:
+ +

+ +";