ÿØÿà JFIF ` ` ÿþ
Server : Apache System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : tkt_travelbus ( 1137) PHP Version : 7.0.0p1 Disable Function : mysql_pconnect Directory : /tkt_travelbus/www/admin/include/ |
Upload File : |
<? include "../include/top_proc.html"; ?> <? /** * 인쇄페이지 (iframe) * * 작성일 : 20120506 * 수정일 : */ //테이블 가로폭 800px if (!$table_width or !is_numeric($table_width)) $table_width="800"; //[son] $B2b = new B2b(); $langInfo = $B2b->langInfo(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>인쇄</title> <meta http-equiv="Content-Type" content="text/html; charset=<?=$cf[charset]?>"> <!-- CSS --> <link type="text/css" rel="stylesheet" href="../css/admin_default_<?=$langInfo[lang]?>.css" /> <link type="text/css" rel="stylesheet" href="../css/all.css?ver=2022_10_20_0"/> <script Language="Javascript"> function start_print() { window.print(); } </script> <style type="text/css" media="print"> @media print { /* IE6 이하 (인쇄크기 설정) */ body {_zoom:85%;} /* IE7 전용 (인쇄크기 설정) */ *:first-child+html body {zoom:85%;} /* 공통 */ body {color:#000;} .no_print {display:none;} } </style> </head> <!-- 중앙 정렬해서 출력하기 위한 CSS 설정 --> <body> <div id="print_div" style="margin:0 0 0 0; width:<?=$table_width?>px;"> </div> </body> </html>