コード例 #1
0
<?php

include "../../include/session.php";
include "../../include/function.php";
if (!(permision() == 'doa')) {
    redirect('../');
}
?>
<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Agriculture Information Portal - Home</title>
        <link rel="stylesheet" href="../css/bootstrap.css">
        <link rel="stylesheet" href="../css/main.css">
    </head>
    
    <body id="doahome">
    	<?php 
include "../html_parts/header.html";
?>
        
        <section class="row">
        	<div class="col col-sm-2">
				<?php 
include "../html_parts/doa_nav.html";
?>
            </div>
        	<div class="col col-sm-10">
            	<h1 class="alert-success">Data Enter Succes</h1>
            </div>
コード例 #2
0
<?php

include "../../include/session.php";
include "../../include/function.php";
if (!(permision() == 'acs')) {
    redirect('../');
}
?>
<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Agriculture Information Portal - Home</title>
        <link rel="stylesheet" href="../css/bootstrap.css">
        <link rel="stylesheet" href="../css/main.css">
    </head>
    
    <body id="doahome">
    	<?php 
include "../html_parts/header.html";
?>
        
        <section class="row">
        	<div class="col col-sm-2">
				<?php 
include "../html_parts/doa_nav.html";
?>
            </div>
        	<div class="col col-sm-10">
            	<section class="row">
                	<div class="col col-sm-3">
コード例 #3
0
<?php

include "../../include/session.php";
include "../../include/function.php";
if (!(permision() == 'ai')) {
    redirect('../');
}
?>
<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Agriculture Information Portal - Home</title>
        <link rel="stylesheet" href="../css/bootstrap.css">
        <link rel="stylesheet" href="../css/main.css">
    </head>
    
    <body id="recommended">
    	<?php 
include "../html_parts/header.html";
?>
        
        <section class="row">
        	<div class="col col-sm-2">
				<?php 
include "../html_parts/ai_nav.html";
?>
            </div>
        	<div class="col col-sm-10">
				
            </div>