{{ Form::open() }} {{ Form::close() }} {{ HTML::script('packages/knockoutjs/knockout-3.4.0.js') }} {{ HTML::script('packages/knockoutjs/knockout.validation.min.js') }} {{ HTML::script('js/skillsSetup/loads/skills.js') }} {{ HTML::style('css/skillsSetup/loads/index.css') }} {{ Form::hidden('sectionLevelLoad', action('SkillsSetupController@getSectionLevelSpecialtyByYear', array()), array('id'=>'sectionLevelLoad')) }} {{ Form::hidden('subjectLoad2', action('SkillsSetupController@getSubjectByYearSectionLevelSpecialtyTypeArray', array()), array('id'=>'subjectLoad2')) }} {{ Form::hidden('saveCopySbjSkills', action('SkillsSetupController@postSaveCopySubjectSkills', array()), array('id'=>'saveCopySbjSkills')) }} {{ Form::hidden('previousSelectedSbjType', $selectedSubjectType, array('id'=>'previousSelectedSbjType')) }} {{ Form::hidden('previousSelectedScy', $selectedSchoolYear, array('id'=>'previousSelectedScy')) }} {{ Form::hidden('previousSelectedLvlSec', $selectedSecLvlSpt, array('id'=>'previousSelectedLvlSec')) }} {{ Form::hidden('previousSelectedSbj', $selectedSubject, array('id'=>'previousSelectedSbj')) }}
{{ Form::label('lblSubjectType','Tipo de Asignatura:') }}
{{ Form::select('subject_type',$subjectTypes,$selectedSubjectType,array('class'=>'form-control selects','id'=>'subject_type', 'data-bind'=>'value: subject_type_copy'))}}
{{ Form::label('lblSchoolYear','Año Lectivo:') }}
{{ Form::select('serial_scy',$schoolYears,$selectedSchoolYear,array('class'=>'form-control selects','data-bind'=>"value: serial_scy_copy,optionsCaption:'Seleccione'"))}}
{{ Form::label('lblNameSecLvl','Sección-Nivel:') }}
{{ Form::select('serial_sec_lvl_spt_copy',array('' => 'Seleccione'),'',array('class'=>'form-control','data-bind'=>"options: sectionLevelOptions, value: serial_sec_lvl_spt_copy, optionsText:'name',optionsValue:'id',optionsCaption:'Seleccione'")) }}
{{ Form::label('lblSubject','Asignatura:') }}
{{ Form::select('serial_subject_copy',array('' => 'Seleccione'),'',array('class'=>'form-control','data-bind'=>"value: serial_subject_copy, options: subjectOptions,optionsText:'name',optionsValue:'id',optionsCaption:'Seleccione'")) }}

Copiar a:


{{ Form::label('lblSubjectTypeCopy','Tipo de Asignatura:') }}
{{ Form::select('subject_type_copy',$subjectTypes,$selectedSubjectType,array('class'=>'form-control selects','data-bind'=>'value: subject_type_copy'))}}
{{ Form::label('lblSchoolYearCopy','Año Lectivo:') }}
{{ Form::select('serial_scy_copy',$schoolYears,'',array('class'=>'form-control selects','data-bind'=>"value: serial_scy_copy,optionsCaption:'Seleccione'"))}}
{{ Form::label('lblNameSecLvlCopy','Sección-Nivel:') }}
{{ Form::select('serial_sec_lvl_spt_copy',array('' => 'Seleccione'),'',array('class'=>'form-control','data-bind'=>"options: sectionLevelOptions, value: serial_sec_lvl_spt_copy, optionsText:'name',optionsValue:'id',optionsCaption:'Seleccione'")) }}
{{ Form::label('lblSubjectCopy','Asignatura:') }}
{{ Form::select('serial_subject_copy',array('' => 'Seleccione'),'',array('class'=>'form-control','data-bind'=>"value: serial_subject_copy, options: subjectOptions,optionsText:'name',optionsValue:'id',optionsCaption:'Seleccione'")) }}


{{ Form::submit('Copiar Destrezas', array('class'=>'btn btn-success form-control','data-bind'=>"click: save"))}}