Ejemplo n.º 1
0
<?php

include 'bootstrap.php';

$action = input('action');

include 'templates/classic/header.php';

$def_date = get_date_bc('Y-m');
$date_select = input('date_select', $def_date);
?>
<div class="cell no-print">
	<div class="col">
		<a href="../nindex.htm">˹éÒËÅÑ¡â»Ãá¡ÃÁ</a>
	</div>
</div>
<div class="col no-print">
	<div class="cell">
		<div class="col">
			<div class="cell">
				<h3>µÑÇÍÂèÒ§ ÃÒª×èͧ´àÇé¹à¡³±ì·ËÒÃ</h3>
			</div>
		</div>
		<form action="mc_cancel_list.php" method="post">
			<div class="col">
				<div class="cell">
					»Õ-à´×͹ <input type="text" name="date_select" value="<?=$date_select;?>">
				</div>
			</div>
			<div class="col">
				<div class="cell">
Ejemplo n.º 2
0
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=tis-620" />
    <title>ÃкºÃÒ§ҹ¡Òäé¹ËÒ</title>
    <link type="text/css" href="menu.css" rel="stylesheet" />
    <script type="text/javascript" src="jquery.js"></script>
    <script type="text/javascript" src="menu.js"></script>
</head>
<body>
	<?php
	include 'menu.php';
	?>
	<div class="main-container">
		<div class="col">
			<div class="cell">
				<?php
				$def_date = get_date_bc('Y');
				$date_format = input_post('date_format', $def_date);
				?>
				<form action="report_from.php" method="post" id="userForm" class="no_print">
					<div class="col">
						<div class="cell">
							<label for="">
								<span>¤é¹ËÒµÒÁ»Õ: </span>
								<input type="text" name="date_format" value="<?=$date_format;?>">
								<div><span style="color: red; font-size: 12px;">* µÑÇÍÂèÒ§ 2559</span></div>
							</label>
						</div>
					</div>
					<div class="col">
						<div class="cell">
							<button type="submit">µ¡Å§</button>
Ejemplo n.º 3
0
<?php

include 'bootstrap.php';

$default_bc = get_date_bc('Y-m');
$action = input('action');
$date_select = input_post('date_select', $default_bc);

include 'templates/classic/header.php';

?>
<div class="col no-print">
	<div class="cell">
		<a href="../nindex.htm">&lt;&lt;&nbsp;˹éÒËÅÑ¡â»Ãá¡ÃÁâç¾ÂÒºÒÅ</a>
	</div>
</div>
<div class="col no-print">
	<div class="cell">
		<div class="col">
			<div class="cell">
				<h3>¤é¹ËÒÃÒÂÃѺáºè§µÒÁÃÒ¡ÒÃáÅЪèǧàÇÅҢͧ½Ñ§à¢çÁ</h3>
			</div>
		</div>
		<form action="report_income_nid.php" method="post">
			<div class="col">
				<div class="cell">
					<label for="date_select">àÅ×Í¡»Õ-à´×͹</label>
					<input type="text" id="date_select" name="date_select" value="<?=$date_select;?>">
					<div style="font-size: 16px; color: red;">* µÑÇÍÂèÒ§¡Òäé¹ËÒ 2558-11</div>
				</div>
			</div>
Ejemplo n.º 4
0
<?php

include 'bootstrap.php';
include 'templates/classic/header.php';
if (!isset($_SESSION['sOfficer']) && $_SESSION['sOfficer'] == '') {
    echo '╦┴┤р╟┼╥укщз╥╣<br><a href="../nindex.htm">д┼╘б╖╒ш╣╒ш</a> р╛╫ш═рвщ╥╩┘ш├╨║║═╒бд├╤щз';
    exit;
}
$def_year = get_date_bc('Y');
$year = input('year', $def_year);
$def_month = date('m');
$month = input('month', $def_month);
?>
<form action="dciplst_r07.php" method="post" class="no-print" id="adminForm">
    <div><h3>т╗├┤р┼╫═б р┤╫═╣ ╗╒ ╖╒ши╨┤┘╝┘щ╗ш╟┬у╣ ╖╒ши╙╦╣ш╥┬(╩╘╖╕╘╗├╨б╤╣╩╤зд┴)</h3></div>
    <div>
        <label for="month">╝┘щ╗ш╟┬у╣в═зр┤╫═╣: </label>
        <select name="month" id="month">
            <option value="">== р┼╫═бр┤╫═╣ ==</option>
            <?php 
foreach ($def_fullm_th as $key => $value) {
    $selected = $key == $month ? 'selected="selected"' : '';
    ?>
                <option value="<?php 
    echo $key;
    ?>
" <?php 
    echo $selected;
    ?>
 ><?php 
    echo $value;