60 lines
2.7 KiB
PHP
60 lines
2.7 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
<meta name="viewport" id="viewport" content="width=1280">
|
|
<meta name="subject" content="IT Solution">
|
|
<meta name="description" content="일본IDC 일본서버 일본 서버 일본호스팅 서버호스팅 디도스 공격 해외 호스팅 DDOS 방어 ddos 의뢰 디도스 보안 일본 단독서버">
|
|
<meta name="keywords" content="일본IDC 일본서버 일본 서버 일본호스팅 서버호스팅 디도스 공격 해외 호스팅 DDOS 방어 ddos 의뢰 디도스 보안 일본 단독서버">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="IT Solution">
|
|
<meta property="og:description" content="일본IDC 일본서버 일본 서버 일본호스팅 서버호스팅 디도스 공격 해외 호스팅 DDOS 방어 ddos 의뢰 디도스 보안 일본 단독서버">
|
|
<?php foreach ($viewDatas['layout']['stylesheets'] as $stylesheet) : ?>
|
|
<?= $stylesheet ?>
|
|
<?php endforeach; ?>
|
|
<?php foreach ($viewDatas['layout']['javascripts'] as $javascript) : ?>
|
|
<?= $javascript ?>
|
|
<?php endforeach; ?>
|
|
|
|
<link href="/css/front.css" media="screen" rel="stylesheet" type="text/css" />
|
|
<script type="text/javascript" src="/js/front.js"></script>
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
<title><?= $viewDatas['title'] ?></title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="head">
|
|
<?= $this->include($viewDatas['layout']['path'] . '/top_navigator'); ?>
|
|
<?= $this->include($viewDatas['layout']['path'] . '/top_menu'); ?>
|
|
<?= CLASS_TOP_BANNER[strtoupper($viewDatas['className'])] ?>
|
|
</div>
|
|
<div class="container-fluid">
|
|
<nav class="nav"></nav>
|
|
<nav class="nav justify-content-center">
|
|
<table id="layout">
|
|
<tr>
|
|
<td id="left" valign="top" width="200">
|
|
<?= $this->include($viewDatas['layout']['path'] . '/left_menu'); ?>
|
|
</td>
|
|
<td id="body" valign="top" width="*">
|
|
<?= $this->include('templates/front/header'); ?>
|
|
<?= $this->renderSection('content') ?>
|
|
<?= $this->include('templates/front/footer'); ?>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<nav class="nav justify-content-end"></nav>
|
|
</div>
|
|
<nav id="tail" class="navbar navbar-expand-lg" style="background-color:white">
|
|
<?= $this->include($viewDatas['layout']['path'] . '/../common/copyright'); ?>
|
|
</nav>
|
|
</body>
|
|
|
|
</html>
|