Beispiel #1
0
          <input type="hidden" name="curr_date" value="<?php 
            if (isset($_POST['curr_date'])) {
                echo $_POST['curr_date'];
            } else {
                echo date("Y-m-d");
            }
            ?>
" />
        
		
         <div class="panel-heading">
         	<h4 class="panel-title"> <?php 
            _e('Class', 'gym_mgt');
            ?>
 : <?php 
            echo $class_name = $obj_class->get_class_name($class_id);
            ?>
 , 
         	<?php 
            _e('Date', 'gym_mgt');
            ?>
 : <?php 
            echo $_POST['curr_date'];
            ?>
</h4>
         </div>
        
          <!--<div class="col-md-12">
        <table class="table">
            <tr><!--  
                <?php