修改值班表

mobile-first
cyc 6 years ago
parent 3fe50fcefd
commit d1a089c6be

@ -248,7 +248,7 @@ class Index extends CI_Controller
//print_r($data); //print_r($data);
$this->load->view('n-header', $data); $this->load->view('n-header', $data);
$this->load->view('w-nav'); $this->load->view('w-nav');
$this->load->view('w-left'); //$this->load->view('w-left');
$this->load->view('index/verify'); $this->load->view('index/verify');
$this->load->view('w-bottom'); $this->load->view('w-bottom');
$this->load->view('n-footer'); $this->load->view('n-footer');

@ -30,7 +30,7 @@
</div> </div>
</div> </div>
<legend></legend> <legend></legend>
<div class="col-xs-24"> <div class="col-xs-24 table-responsive">
<table class="table table-bordered rotatable"> <table class="table table-bordered rotatable">
<tr class="rotatable_bg"> <tr class="rotatable_bg">
<th width="70">星期</th> <th width="70">星期</th>

@ -1,8 +1,8 @@
<div class="col-xs-24" style="height:5px;"></div> <div class="col-xs-24" style="height:5px;"></div>
<div class="col-sm-20 nopadding"> <div class="col-sm-20 col-xs-24 nopadding">
<?php echo $form; ?> <?php echo $form; ?>
</div> </div>
<div class="col-sm-4 well" style="min-height: 1130px;height:100%;margin-bottom:0;"> <div class="col-sm-4 col-xs-24 well" style="min-height: 1130px;height:100%;margin-bottom:0;">
<fieldset disabled> <fieldset disabled>
<?php foreach ($verify_data as $v) { ?> <?php foreach ($verify_data as $v) { ?>
<h4><?php echo $v->OPI_Name; ?>的审核说明:</h4> <h4><?php echo $v->OPI_Name; ?>的审核说明:</h4>

Loading…
Cancel
Save