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 155... Línea 155...
155
});
155
});
156
JS;
156
JS;
157
$this->inlineScript()->captureEnd();
157
$this->inlineScript()->captureEnd();
158
?>
158
?>
Línea 159... Línea -...
159
 
-
 
160
<!-- Content Header (Page header) -->
-
 
161
<section class="content-header">
159
 
162
	<div class="container-fluid">
160
<div class="container">
163
    	<div class="row mb-2">
161
	<div class="card" id="">
164
        	<div class="col-sm-12">
162
	 	<div class="card-header">
165
            	<h1>LABEL_PROGRESS_FOR_TOPIC</h1>
163
	 		<h6 class="card-title">LABEL_PROGRESS_FOR_TOPIC</h6>
166
			</div>
-
 
167
		</div>
164
	 	</div>
168
	</div><!-- /.container-fluid -->
-
 
169
</section>
165
	 	<div class="card-body">
170
 
-
 
171
<section class="content">
-
 
172
	<div class="container-fluid">
-
 
173
    	<div class="row">
-
 
174
        	<div class="col-12 mt-3">
-
 
175
				<div class="card">        
-
 
176
					<div class="card-header">
166
	 	
177
						<?php 
167
	 	<?php 
178
                        $form = $this->form;
168
                        $form = $this->form;
179
            	        $form->setAttributes([
169
            	        $form->setAttributes([
180
                            'name'    => 'form-filter',
170
                            'name'    => 'form-filter',
181
                            'id'      => 'form-filter',
171
                            'id'      => 'form-filter',
Línea 182... Línea 172...
182
                        ]);
172
                        ]);
183
    
173
    
184
                        $form->prepare();
174
                        $form->prepare();
185
                        echo $this->form()->openTag($form);
175
                        echo $this->form()->openTag($form);
186
                        ?>		
176
                        ?>		
187
                        <div class="row">
-
 
-
 
177
                        <div class="row">
188
                            <div class="col-md-12 col-sm-12">
178
                            <div class="col-12 mt-3">
189
                                <div class="form-group">
179
                  
190
                                    <?php
180
                                    <?php
Línea 191... Línea 181...
191
                                    $element = $form->get('topic_uuid');
181
                                    $element = $form->get('topic_uuid');
192
                                    $element->setOptions(['label' => 'LABEL_TOPIC']);
182
                                    $element->setOptions(['label' => 'LABEL_TOPIC']);
193
                                    
183
                                    
194
                                    $element->setAttributes(['class' => 'form-control']);
184
                                    $element->setAttributes(['class' => 'form-control']);
195
                                    echo $this->formLabel($element);
-
 
-
 
185
                                    echo $this->formLabel($element);
196
                                    echo $this->formSelect($element);
186
                                    echo $this->formSelect($element);
Línea 197... Línea 187...
197
                                    ?>
187
                                    ?>
198
                                </div>	
-
 
199
                            </div>
-
 
200
 
-
 
201
 
-
 
202
                            <div
-
 
203
                                class="col-md-12 col-sm-12"
-
 
204
                            >
-
 
205
                                <div style="float:right;">
-
 
206
                                    <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH  </button>
-
 
207
                                    <?php if($allowDownload) :  ?>
-
 
208
                                    
-
 
Línea 209... Línea 188...
209
                					<button type="button" class="btn btn-info btn-download"><i class="fa fa-download"></i> LABEL_DOWNLOAD  </button>
188
                       
210
                					<?php endif;?>
189
                            </div>
-
 
190
 
211
                                </div>
191
 
212
                            </div>
192
                        
-
 
193
                        </div>
213
                        
194
						<?php echo $this->form()->closeTag($form); ?>
214
                        </div>
195
	 	
215
						<?php echo $this->form()->closeTag($form); ?>
196
	 		<div class="row">
216
					</div>            
197
	 	         <div class="col-12 mt-3">
217
					<div class="card-body">
198
	 	         
218
        	    		<table id="gridTable" class="table   table-bordered">
199
	 	         <table id="gridTable" class="table   table-bordered">
Línea 226... Línea 207...
226
                                </tr>
207
                                </tr>
227
                       		</thead>
208
                       		</thead>
228
                         	<tbody>
209
                         	<tbody>
229
                         	</tbody>
210
                         	</tbody>
230
                    	</table>
211
                    	</table>
-
 
212
                    	
231
                   	</div>
213
	 	         </div>
232
          		</div>
214
	 	     </div>
233
           	</div>     
215
	 	</div>
-
 
216
	 	<div class="card-footer text-right">
-
 
217
                              <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH  </button>
-
 
218
                                    <?php if($allowDownload) :  ?>
-
 
219
                                    
-
 
220
                					<button type="button" class="btn btn-info btn-download"><i class="fa fa-download"></i> LABEL_DOWNLOAD  </button>
-
 
221
                					<?php endif;?>
234
        </div>          
222
	 	</div>
235
 	</div>
223
	</div>
236
</section> 
224
</div>
-
 
225
 
Línea 237... Línea 226...
237
  
226