Update view_orderform.php

This commit is contained in:
Namhyeon Go 2019-10-13 22:32:31 +09:00 committed by GitHub
parent 4d4518457d
commit 5a2deb4142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="route:orderform">
<meta name="author" content="https://exts.kr/go/framework">
<title>결제정보 입력</title>
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
<link rel="stylesheet" href="<?php echo base_url(); ?>vendor/_dist/purecss/pure-min.css>
<link rel="stylesheet" href="<?php echo base_url(); ?>view/public/css/simple.css">
</head>
<body>
@ -20,9 +18,9 @@
<div class="content">
<h2 id="default-form" class="content-subhead">결제 환불 문의</h2>
<p>결제 환불 관련 문의는 <code>webmaster@jobband.kr</code>으로 해주시기 바랍니다.</p>
<p>결제 환불 관련 문의는 <code>support@exts.kr</code>으로 해주시기 바랍니다.</p>
<form id="orderform" name="orderform" method="post" class="pure-form pure-form-aligned">
<form id="orderform" name="orderform" method="post" class="pure-form pure-form-aligned" action="<?php echo base_url(); ?>">
<fieldset>
<legend>결제 정보 입력</legend>
<div class="hidden">
@ -84,10 +82,8 @@
</fieldset>
</form>
<p><small>this software granted to jobband.kr. powered by <a href="https://exts.kr/go/framework">ReasonableFramework</a></small></p>
<p><small>this software granted to exts.kr. powered by <a href="https://exts.kr/go/framework">ReasonableFramework</a></small></p>
</div>
</div>
<?php echo $jsoutput; ?>
</body>
</html>