| Server IP : 180.180.241.3 / Your IP : 216.73.216.35 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/app/View/Pages/ |
Upload File : |
<div class="container contact-con">
<div class="frontend-content">
<div class="row">
<div class="col-md-6">
<?php echo $this->Form->create('contact', array(
'class' => 'form-horizontal admin',
'role' => 'form',
'inputDefaults' => array( 'label' => false, 'class' => 'form-control required' )
)); ?>
<div class="form-group">
<?php
echo $this->Form->label('name', __('ชื่อผู้ติดต่อ'), array('class' => 'col-md-3 col-md-offset-1 text-right'));
echo $this->Form->input('name', array(
'div' => array('class' => 'col-md-7'),
));
?>
</div>
<div class="form-group">
<?php
echo $this->Form->label('address', __('ที่อยู่'), array('class' => 'col-md-3 col-md-offset-1 text-right'));
echo $this->Form->input('address', array(
'type' => 'textarea',
'div' => array('class' => 'col-md-7'),
));
?>
</div>
<div class="form-group">
<?php
echo $this->Form->label('tel', __('เบอร์โทรศัพท์'), array('class' => 'col-md-3 col-md-offset-1 text-right'));
echo $this->Form->input('tel', array(
'div' => array('class' => 'col-md-7'),
));
?>
</div>
<div class="form-group">
<?php
echo $this->Form->label('career', __('อาชีพ/หน่วยงาน'), array('class' => 'col-md-3 col-md-offset-1 text-right'));
echo $this->Form->input('career', array(
'div' => array('class' => 'col-md-7'),
));
?>
</div>
<div class="form-group">
<?php
echo $this->Form->label('email', __('อีเมลล์'), array('class' => 'col-md-3 col-md-offset-1 text-right'));
echo $this->Form->input('email', array(
'div' => array('class' => 'col-md-7'),
'type' => 'email'
));
?>
</div>
<div class="form-group">
<?php
echo $this->Form->label('topic', __('หัวข้อ'), array('class' => 'col-md-3 col-md-offset-1 text-right'));
echo $this->Form->input('topic', array(
'div' => array('class' => 'col-md-7'),
));
?>
</div>
<div class="form-group">
<?php
echo $this->Form->label('description', __('ข้อเสนอแนะ/แนะนำ/ติชม'), array('class' => 'col-md-3 col-md-offset-1 text-right'));
echo $this->Form->input('description', array(
'type' => 'textarea',
'div' => array('class' => 'col-md-7')
));
?>
</div>
<div class="form-group">
<?php echo $this->Form->submit(__('ส่งข้อความ'), array(
'class' => 'btn btn-success',
'div' => array('class' => 'col-md-3 text-right col-md-offset-8')
)); ?>
</div>
<?php echo $this->Form->end(); ?>
</div>
<div class="col-md-6 text-center">
<div class="col-md-10 col-md-offset-1 text-center">
<?php echo $this->Html->image('logo.jpg', array(
'alt' => __('สำนักงานคณะกรรมการสิทธิมนุษยชนแห่งชาติ'),
'title' => __('สำนักงานคณะกรรมการสิทธิมนุษยชนแห่งชาติ'),
'width' => 100
)); ?>
<p>
<strong>สำนักงานคณะกรรมการสิทธิมนุษยชนแห่งชาติ</strong> <br>
ศูนย์ราชการเฉลิมพระเกียรติ 80 พรรษา 5 ธันวาคม 2550 อาคารรัฐประศาสนภักดี (อาคารบี)
120 หมู่ที่ 3 ถนน แจ้งวัฒนะ แขวงทุ่งสองห้อง เขต หลักสี่ กรุงเทพฯ 10210 <br>
E-mail ติดต่อ : network@nhrc.or.th ; รับเรื่องร้องเรียน : help@nhrc.or.th
</p>
</div>
<?php echo $this->Html->image('map_large.jpg', array(
'url' => '/' . IMAGES_URL . 'map_large.jpg',
'width' => '500',
'alt' => __('ดูสำนักงานคณะกรรมการสิทธิมนุษยชนแห่งชาติขนาดใหญ่'),
'title' => __('ดูสำนักงานคณะกรรมการสิทธิมนุษยชนแห่งชาติขนาดใหญ่')
)); ?>
</div>
</div>
</div>
</div>