Beispiel #1
0
<!DOCTYPE html>
<?php 
session_start();
//simple_html_dom.php is needed to access hisnetpage information
require_once 'simple_html_dom.php';
include 'Stu_Grade.php';
$stu_grade = Stu_Grade::getInstance(0);
//simple_html_dom.php is needed to access hisnetpage information
$stu_grade->requestGrade($_SESSION['USER_NAME'], $_SESSION['USER_PW']);
?>
                       
<html lang="en" style="height:100%;">

<head>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="">
    <meta name="author" content="">

    <title>ServicePage</title>
     <link rel="stylesheet" type="text/css" href="../css/semantic.css">
    <link href="../css/bootstrap.min.css" rel="stylesheet">
    <link href="../css/bootstrap.css" rel="stylesheet">
    <link href="../css/Service.css" rel="stylesheet">


 

</head>
Beispiel #2
0
<?php

session_start();
require_once 'Stu_Grade.php';
require_once 'Total_Subject.php';
$course = $_POST['Course'];
$foundation = $_POST['foundation'];
$stu_Grade = Stu_Grade::getInstance(unserialize($_SESSION['Object']));
$total_subject = new Total_Subject($foundation, $course);
?>

 <?php 
for ($i = 0; $i < 3; $i++) {
    ?>
<div class="table_layer" style="margin-top:40px;">
    <center><?php 
    if ($i == 0) {
        echo "<b class='name'><span class='line'>┃</span>교과과정</b>";
    } else {
        if ($i == 1) {
            echo "<b class='name'><span class='line'>┃</span>비교과과정</b>";
            ?>

                                  
                                  
                                  
                     
                                <?php 
        } else {
            echo "<b class='name'><span class='line'>┃</span>현장참여과정</b>";
        }