Exemple #1
0
    <script src="http://cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<?php 
/**
 * Created by PhpStorm.
 * User: Administrator
 * Date: 2015/6/3
 * Time: 21:42
 */
require_once "../bin/CYbuInformation.php";
header("Content-type: text/html; charset=gb2312");
$username = $_GET["username"];
$password = $_GET["password"];
$lnkb = new CYbuInformation($username, $password);
$lnkb->setURPCookie();
$str = $lnkb->getStudentFinalGrade();
echo strip_tags($str, "<tr><table><td><th><script>");
?>
</body>


<script>
    $.ready(function(){
        $("table").addClass("table table-striped");
        $("table").addClass("table-bordered");
        $("table").addClass("table-hover table-condensed");
    }());

</script>
</html>
Exemple #2
0
<head>
    <meta charset="gb2312">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css">
    <script src="http://cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script>
    <script src="http://cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<?php 
require_once "../bin/CYbuInformation.php";
header("Content-type: text/html; charset=gb2312");
$username = $_GET["username"];
$password = $_GET["password"];
$qmcj = new CYbuInformation($username, $password);
$qmcj->setURPCookie();
$str = $qmcj->getStudentFinalGrade();
echo $str;
?>
</body>


<script>
    $.ready(function(){
        $("table").addClass("table table-striped");
        $("table").addClass("table-bordered");
        $("table").addClass("table-hover table-condensed");
    }());

</script>
</html>
Exemple #3
0
</head>
<body>
<?php 
/**
 * Created by PhpStorm.
 * User: Administrator
 * Date: 2015/6/3
 * Time: 21:32
 */
require_once "../bin/CYbuinformation.php";
header("Content-type: text/html; charset=gb2312");
$username = $_GET["username"];
$password = $_GET["password"];
$facj = new CYbuInformation($username, $password);
$facj->setURPCookie();
$str = $facj->getStudentFinalGrade();
echo strip_tags($str, "<tr><table><td><th><script>");
?>


</body>


<script>
    $.ready(function(){
        $("table").addClass("table table-striped");
        $("table").addClass("table-bordered");
        $("table").addClass("table-hover table-condensed");
    }());

</script>