示例#1
0
?>
				:
				<?php 
echo \Fuel\Core\Form::input('weekend_start_time_mm', isset($interviews->weekend_start_time) ? Utility::explode_hh_mm($interviews->weekend_start_time)[1] : '', array('class' => 'form-control', 'size' => '2', 'maxlength' => '2', 'placeholder' => 'MM'));
?>
				~
				<?php 
echo \Fuel\Core\Form::input('weekend_end_time_hh', isset($interviews->weekend_end_time) ? Utility::explode_hh_mm($interviews->weekend_end_time)[0] : '', array('class' => 'form-control', 'size' => '2', 'maxlength' => '2', 'placeholder' => 'HH'));
?>
				:
				<?php 
echo \Fuel\Core\Form::input('weekend_end_time_mm', isset($interviews->weekend_end_time) ? Utility::explode_hh_mm($interviews->weekend_end_time)[1] : '', array('class' => 'form-control', 'size' => '2', 'maxlength' => '2', 'placeholder' => 'MM'));
?>
				<label class="checkbox-inline">
					<?php 
echo \Fuel\Core\Form::checkbox('holiday_free_time', '1', (isset($interviews) and $interviews->holiday_free_time == 1) ? true : false, array('class' => 'time_free'));
?>
					時間フリー
				</label>
				<label id="weekend_start_end-error" class="error" for="weekend_start_end" style="display: inline-block;">
				</label>
			</td>
		</tr>
		<tr>
			<th class="text-right">勤務可能</th>
			<td>
				<div class="input-group">
					<?php 
echo \Fuel\Core\Form::input('work_possible_week_by_day', \Fuel\Core\Input::post('work_possible_week_by_day', isset($interviews) ? $interviews->work_possible_week_by_day : ''), array('class' => 'form-control', 'size' => '5'));
?>
					<div class="input-group-addon">日/週</div>
示例#2
0
<?php 
echo Form::select('sale_type', Input::get('sale_type', isset($get) ? $get->sale_type : ''), Constants::$sale_type, array('class' => 'form-control'));
?>
					</div>
					<div class="col-md-2">
						<label class="control-label">状態</label>
					</div>
					<div class="col-md-4">
						<label class="checkbox-inline">
							<?php 
if (\Fuel\Core\Input::get('status') == '0') {
    $checked = true;
} else {
    $checked = false;
}
echo \Fuel\Core\Form::checkbox('status', 0, $checked);
?>
							承認待ち</label>
					</div>
				</div>

				<div class="row text-center">
					<a href="#" id="open-detail-filter">[+詳細]</a>
				</div>

				<div id="detail-filter">
					<div class="row">
						<div class="col-md-2">
							<label class="control-label">面接結果</label>
						</div>
						<div class="col-md-4">
示例#3
0
			<div class="col-md-2">
				<label class="control-label">取引先担当部門</label>
			</div>
			<div class="col-md-4">
				<?php 
echo \Fuel\Core\Form::select('department_id', isset($filter['department_id']) ? $filter['department_id'] : '', Constants::get_search_department(), array('class' => 'form-control'));
?>
			</div>

			<div class="col-md-2">
				<label class="control-label">状態</label>
			</div>
			<div class="col-md-4">
				<label class="checkbox-inline">
					<?php 
echo \Fuel\Core\Form::checkbox('status', '1', isset($filter['status']) and $filter['status'] == 1 ? true : false);
?>
					承認待ち</label>
			</div>
		</div>
		<div class="row text-center">
			<button type="submit" class="btn btn-primary btn-sm"><i class="glyphicon glyphicon-search icon-white"></i> フィルタ</button>
			<button type="button" class="btn btn-info btn-sm" name="filter-clear-btn"><i class="glyphicon glyphicon-refresh icon-white"></i> フィルタ解除</button>
		</div>
	</div>
</div>
<?php 
echo html_entity_decode($pagination);
if (empty($partners)) {
    ?>
	<div class="alert alert-danger alert-dismissible" role="alert">