경고페이지

This commit is contained in:
whitedot
2013-01-31 14:56:06 +09:00
parent 737ab2d8dd
commit 55503ce3d3
3 changed files with 211 additions and 11 deletions

View File

@ -32,6 +32,9 @@ if($error) {
$header2 = "다음 내용을 확인해 주세요.";
}
?>
<div id="validation_check">
<h1><?=$header2?></h1>
<script>
alert("<? echo $msg; ?>");
@ -39,9 +42,6 @@ document.location.href = "<? echo $url; ?>";
</script>
<noscript>
<div id="validation_check">
<h1><?=$header2?></h1>
<p class="cbg">
<?=$msg2?>
</p>
@ -49,8 +49,6 @@ document.location.href = "<? echo $url; ?>";
<a href="<?=$url?>">돌아가기</a>
</div>
</div>
<? /*
<article id="validation_check">
<header>
@ -75,6 +73,8 @@ document.location.href = "<? echo $url; ?>";
</noscript>
</div>
<?
include_once(G4_PATH.'/tail.sub.php');
?>