echo approver_dropdown($english_zone);
?>
	<?php 
echo approver_form($english_zone);
?>
	<tr>
		<th>ไฟล์แนบ :</th>
		<td><input type="text" name="file" value="<?php 
echo $english_zone->file;
?>
"/><input type="button" name="browse" value="เลือกไฟล์" onclick="browser($(this).prev(),'english_zones')" /></td>
	</tr>
	<tr>
		<th>หัวข้อ :</th>
		<td>
			<input rel="th" type="text" name="title" class="full" value="<?php 
echo $english_zone->title;
?>
">
		</td>
	</tr>
	
	<tr><th></th><td><input type="submit" value="บันทึก"><?php 
echo form_back();
?>
</td></tr>
</table>
<?php 
echo form_referer();
?>
</form>
Beispiel #2
0
			            <label class="control-label" for="form-field-9">รายละเอียด</label>
			            <div class="controls">
			            	<div rel="th"><textarea name="detail[th]" class="full tinymce"><?php 
echo lang_decode($rs->detail, 'th');
?>
</textarea></div>
							<div rel="en"><textarea name="detail[en]" class="full tinymce"><?php 
echo lang_decode($rs->detail, 'en');
?>
</textarea></div>
			            </div>
			        </div>
					
					<div class="form-actions">
						<?php 
echo @form_referer();
?>
						<button class="btn btn-large btn-info" type="submit">
							<i class="icon-ok bigger-110"></i>บันทึก
						</button>

						&nbsp; &nbsp; &nbsp;
						<button class="btn btn-large" type="reset">
							<i class="icon-undo bigger-110"></i>รีเซ็ต
						</button>
					</div>
				
				</form>
				
			<!--PAGE CONTENT ENDS-->
		</div><!--/.span-->