관리자 따옴표 수정
This commit is contained in:
@ -1,19 +1,19 @@
|
||||
<?
|
||||
if (!defined("_GNUBOARD_")) exit;
|
||||
|
||||
include_once("$g4[path]/lib/visit.lib.php");
|
||||
include_once($g4['path'].'/lib/visit.lib.php');
|
||||
|
||||
if (empty($fr_date)) $fr_date = $g4[time_ymd];
|
||||
if (empty($to_date)) $to_date = $g4[time_ymd];
|
||||
if (empty($fr_date)) $fr_date = $g4['time_ymd'];
|
||||
if (empty($to_date)) $to_date = $g4['time_ymd'];
|
||||
|
||||
$qstr = "fr_date=$fr_date&to_date=$to_date";
|
||||
$qstr = 'fr_date='.$fr_date.'&to_date='.$to_date;
|
||||
?>
|
||||
|
||||
<table width=100% cellpadding=3 cellspacing=1>
|
||||
<form name=fvisit method=get>
|
||||
<tr>
|
||||
<td>
|
||||
기간 :
|
||||
기간 :
|
||||
<input type='text' name='fr_date' size=11 maxlength=10 value='<?=$fr_date?>' class=ed>
|
||||
-
|
||||
<input type='text' name='to_date' size=11 maxlength=10 value='<?=$to_date?>' class=ed>
|
||||
@ -33,7 +33,7 @@ $qstr = "fr_date=$fr_date&to_date=$to_date";
|
||||
</table>
|
||||
|
||||
<script type='text/javascript'>
|
||||
function fvisit_submit(act)
|
||||
function fvisit_submit(act)
|
||||
{
|
||||
var f = document.fvisit;
|
||||
f.action = act;
|
||||
|
||||
Reference in New Issue
Block a user