Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16891 | Rev 16918 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16891 Rev 16910
Línea 190... Línea 190...
190
});
190
});
191
JS;
191
JS;
192
$this->inlineScript()->captureEnd();
192
$this->inlineScript()->captureEnd();
193
?>
193
?>
Línea 194... Línea -...
194
 
-
 
195
<!-- Content Header (Page header) -->
-
 
196
<section class="content-header">
194
 
197
	<div class="container-fluid">
195
<div class="container">
198
    	<div class="row mb-2">
196
	<div class="card" id="">
199
        	<div class="col-sm-12">
197
	 	<div class="card-header">
200
            	<h1>LABEL_PROGRESS_FOR_CAPSULE</h1>
198
	 		<h6 class="card-title">LABEL_PROGRESS_FOR_CAPSULE</h6>
201
			</div>
-
 
202
		</div>
199
	 	</div>
203
	</div><!-- /.container-fluid -->
-
 
204
</section>
200
	 	<div class="card-body">
205
 
-
 
206
<section class="content">
-
 
207
	<div class="container-fluid">
-
 
208
    	<div class="row">
-
 
209
        	<div class="col-12 mt-3">
-
 
210
				<div class="card">        
-
 
211
					<div class="card-header">
201
	 	
212
						<?php 
202
	 	<?php 
213
                        $form = $this->form;
203
                        $form = $this->form;
214
            	        $form->setAttributes([
204
            	        $form->setAttributes([
215
                            'name'    => 'form-filter',
205
                            'name'    => 'form-filter',
216
                            'id'      => 'form-filter',
206
                            'id'      => 'form-filter',
Línea 217... Línea 207...
217
                        ]);
207
                        ]);
218
    
208
    
219
                        $form->prepare();
209
                        $form->prepare();
220
                        echo $this->form()->openTag($form);
210
                        echo $this->form()->openTag($form);
221
                        ?>		
211
                        ?>		
222
                        <div class="row">
212
                        <div class="row">
223
                            <div class="col-md-6 col-sm-12">
213
                            <div class="col-6 mt-3">
224
                                <div class="form-group">
214
                                <div class="form-group">
225
                                    <?php
215
                                    <?php
Línea 230... Línea 220...
230
                                    echo $this->formLabel($element);
220
                                    echo $this->formLabel($element);
231
                                    echo $this->formSelect($element);
221
                                    echo $this->formSelect($element);
232
                                    ?>
222
                                    ?>
233
                                </div>	
223
                                </div>	
234
                            </div>
224
                            </div>
235
                            <div class="col-md-6 col-sm-12">
225
                            <div class="col-6 mt-3">
236
                                <div class="form-group">
-
 
-
 
226
                          
237
                                    <?php
227
                                    <?php
238
                                    $element = $form->get('capsule_uuid');
228
                                    $element = $form->get('capsule_uuid');
239
                                    $element->setOptions(['label' => 'LABEL_CAPSULE']);
229
                                    $element->setOptions(['label' => 'LABEL_CAPSULE']);
240
                                    $element->setAttributes(['class' => 'form-control']);
230
                                    $element->setAttributes(['class' => 'form-control']);
241
                                    echo $this->formLabel($element);
231
                                    echo $this->formLabel($element);
242
                                    echo $this->formSelect($element);
232
                                    echo $this->formSelect($element);
243
                                    ?>
233
                                    ?>
244
                                </div>				
-
 
245
                            </div>
-
 
246
 
234
                       			
247
                            <div
-
 
248
                                class="col-md-12 col-sm-12"
-
 
249
                            >
-
 
250
                                <div style="float:right;">
-
 
251
                                    <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH  </button>
-
 
252
                                    <?php if($allowDownload) :  ?>
-
 
253
                                    
-
 
254
                					<button type="button" class="btn btn-info btn-download"><i class="fa fa-download"></i> LABEL_DOWNLOAD  </button>
-
 
255
                					<?php endif;?>
-
 
256
                                </div>
-
 
257
                            </div>
235
                            </div>
-
 
236
 
Línea 258... Línea 237...
258
                        
237
                        
259
                        </div>
238
                        </div>
-
 
239
						<?php echo $this->form()->closeTag($form); ?>
-
 
240
	 	
260
						<?php echo $this->form()->closeTag($form); ?>
241
	 	
261
					</div>            
242
	 		<div class="row">
-
 
243
	 	         <div class="col-12 mt-3">
262
					<div class="card-body">
244
	 	         
263
        	    		<table id="gridTable" class="table   table-bordered">
245
	 	             		<table id="gridTable" class="table   table-bordered">
264
                      		<thead>
246
                      		<thead>
265
        						<tr>
247
        						<tr>
266
									<th >LABEL_FIRST_NAME</th>
248
									<th >LABEL_FIRST_NAME</th>
267
									<th>LABEL_LAST_NAME</th>
249
									<th>LABEL_LAST_NAME</th>
Línea 271... Línea 253...
271
                                </tr>
253
                                </tr>
272
                       		</thead>
254
                       		</thead>
273
                         	<tbody>
255
                         	<tbody>
274
                         	</tbody>
256
                         	</tbody>
275
                    	</table>
257
                    	</table>
-
 
258
	 	         
276
                   	</div>
259
	 	         </div>
277
          		</div>
260
	 	     </div>
278
           	</div>     
261
	 	</div>
-
 
262
	 	<div class="card-footer text-right">
-
 
263
	 	                    <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH  </button>
-
 
264
                                    <?php if($allowDownload) :  ?>
-
 
265
                                    
-
 
266
                					<button type="button" class="btn btn-info btn-download"><i class="fa fa-download"></i> LABEL_DOWNLOAD  </button>
-
 
267
                					<?php endif;?>
279
        </div>          
268
	 	</div>
280
 	</div>
269
	</div>
281
</section> 
270
</div>
282
  
-
 
Línea 283... Línea 271...
283
 
271
 
284
 
272