Files
sam-kd/estimate/viewEstimateSlatDetail.php

21 lines
865 B
PHP
Raw Normal View History

<?php
require_once($_SERVER['DOCUMENT_ROOT'] . "/session.php");
$title_message = '(철재스라트) 견적 산출내역서 ';
$title_message_sub = '견 적 서 (철재스라트)' ;
$tablename = 'estimate';
$item ='(철재스라트) 견적 산출내역서 ';
$emailTitle ='견적서';
$subTitle = '자동방화셔터 철재인정제품';
?>
<?php include $_SERVER['DOCUMENT_ROOT'] . '/' . $tablename . '/common/estimate_head.php'; ?> <!-- head 정보 불러오기 -->
<?php include $_SERVER['DOCUMENT_ROOT'] . '/' . $tablename . '/screen_view_original.php'; ?>
</div> <!-- end of container -->
<div class="container mb-5 mt-2">
<div class="d-flex align-items-center justify-content-center mb-5">
</div>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'] . '/estimate/common/lastJS.php'; ?> <!--마지막에 추가되는 견적관련 JS -->
</body>
</html>