D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
storage
/
framework
/
views
/
Filename :
374d71ed9a4fd6fe9fef3295262cee15ae877407.php
back
Copy
<div class="col-sm-4"> <div align="right"> <?php echo e($big_day); ?> </div> </div> <div class="col-sm-8"> <? $cla = 'def'; $del = ''; if (in_array($small_day, $days)) { $checked_00 = 'checked'; $except = '<a href="#" class="'.(isset($exc)?$exc:'except').'" data-artist-id='.$id.' data-id='.$id.' data_day="' . $small_day . '">Except</a>'; if (isset($arr_except[$small_day])) { $cla = 'yel'; $del = '<a class="'.(isset($exc)?$exc:'except').'" data-artist-id='.$id.' data-id='.$id.' href="' . asset("manager/day/except/delete/" . $small_day) . '">×</a>'; } } else { $checked_00 = ''; $except = ''; }?> <div class="schedule <?php echo e($checked_00); ?> <?php echo e($cla); ?>"> <input type="checkbox" name="days[<?php echo e($small_day); ?>]" <?php echo e($checked_00); ?> class="btn"> <?php echo $del; ?> <?php echo $except; ?> </div> </div>