Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16843 Rev 16891
Línea 178... Línea 178...
178
 
178
 
Línea 179... Línea -...
179
?>
-
 
180
  
-
 
181
 
-
 
182
		
-
 
183
		
-
 
184
			
-
 
185
			
179
?>
186
			
180
  
187
<!-- Content Header (Page header) -->
181
 
188
<section class="content-header">
182
		
189
	<div class="container-fluid">
183
<div class="container">
190
    	<div class="row mb-2">
-
 
191
        	<div class="col-sm-12">
-
 
192
            	<h1>LABEL_USERFILE_PASSWORD_GENERATOR</h1>
-
 
193
			</div>
-
 
194
		</div>
-
 
195
	</div><!-- /.container-fluid -->
-
 
196
</section>
-
 
197
 
-
 
198
<section class="content">
-
 
199
	<div class="container-fluid">
184
	<div class="card" id="">
200
    	<div class="row">
185
	 	<div class="card-header">
201
        	<div class="col-12">
186
	 		<h6 class="card-title">LABEL_USERFILE_PASSWORD_GENERATOR</h6>
202
				<div class="card">     
187
	 	</div>
203
     				<?php
188
	 	<?php
204
                    $form = $this->form;
189
                    $form = $this->form;
205
                    $form->setAttributes([
190
                    $form->setAttributes([
Línea 206... Línea 191...
206
                        'method'    => 'post',
191
                        'method'    => 'post',
207
                        'name'      => 'form',
192
                        'name'      => 'form',
208
                        'id'        => 'form'
193
                        'id'        => 'form'
209
                    ]);
194
                    ]);
-
 
195
    
210
    
196
                    $form->prepare();
211
                    $form->prepare();
-
 
212
                    echo $this->form()->openTag($form);
197
                    echo $this->form()->openTag($form);
213
                    ?>
198
                    ?>
214
					<div class="card-body">
199
	 	<div class="card-body">
215
                        <div class="form-group">
200
	 		<div class="row">
216
        
201
	 	         <div class="col-12 mt-3">
217
        
202
	 	         
218
                            <?php
203
	 	         <?php
219
                            $element = $form->get('file');
204
                            $element = $form->get('file');
220
                            $element->setOptions(['label' => 'LABEL_EXCEL']);
205
                            $element->setOptions(['label' => 'LABEL_EXCEL']);
221
                            echo $this->formLabel($element);
206
                            echo $this->formLabel($element);
222
                            ?>
207
                            ?>
223
                            <div class="file-loading">
208
                            <div class="file-loading">
-
 
209
                                <?php
224
                                <?php
210
                                $element->setAttributes(['class' => 'form-control', 'accept' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel']);
225
                                $element->setAttributes(['class' => 'form-control', 'accept' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel']);
211
                                echo $this->formFile($element);
-
 
212
                                ?>
226
                                echo $this->formFile($element);
213
                            </div>
227
                                ?>
-
 
228
                            </div>
214
                            
229
                        </div>
215
	 	         </div>
230
                   	</div>
-
 
231
                   	<div class="card-footer clearfix">
216
	 	     </div>
232
                   		<div style="float:right;">
-
 
233
                   			 <button type="submit" class="btn btn-sm btn-primary">LABEL_UPLOAD</button>
-
 
234
						</div>
-
 
235
                 	</div>
217
	 	</div>
236
                 	<?php echo $this->form()->closeTag($form); ?>
-
 
237
          		</div>
-
 
238
           	</div>     
-
 
239
        </div>          
218
	 	<div class="card-footer text-right">
240
 	</div>
219
	 	     <button type="submit" class="btn btn-sm btn-primary">LABEL_UPLOAD</button>