示例#1
0
echo _t('Department Code');
?>
</label>
							<div class="col-md-8"><input class="form-control" id="deptCode" name="deptCode" type="text" required /></div>
						</div>
						<!-- // Group END -->
						
						<!-- Group -->
                        <div class="form-group">
                            <label class="col-md-3 control-label" for="deptTypeCode"><font color="red">*</font> <?php 
echo _t('Department Type');
?>
</label>
                            <div class="col-md-8">
                                <?php 
echo dept_type_select();
?>
                            </div>
                        </div>
                        <!-- // Group END -->
                        
                        <!-- Group -->
						<div class="form-group">
                            <label class="col-md-3 control-label" for="deptName"><font color="red">*</font> <?php 
echo _t('Department Name');
?>
</label>
							<div class="col-md-8"><input class="form-control" id="deptName" name="deptName" type="text" required /></div>
						</div>
						<!-- // Group END -->
						
示例#2
0
 name="deptCode" type="text" value="<?php 
echo _h($dept[0]['deptCode']);
?>
" required /></div>
						</div>
						<!-- // Group END -->
						
						<!-- Group -->
                        <div class="form-group">
                            <label class="col-md-3 control-label" for="deptTypeCode"><font color="red">*</font> <?php 
echo _t('Department Type');
?>
</label>
                            <div class="col-md-8">
                                <?php 
echo dept_type_select(_h($dept[0]['deptTypeCode']));
?>
                            </div>
                        </div>
                        <!-- // Group END -->
                        
                        <!-- Group -->
						<div class="form-group">
                            <label class="col-md-3 control-label" for="deptName"><font color="red">*</font> <?php 
echo _t('Department Name');
?>
</label>
							<div class="col-md-8"><input class="form-control" id="deptName"<?php 
echo gio();
?>
 name="deptName" type="text" value="<?php