Línea 1: |
Línea 1: |
− | ( function ( window, document, $, mw, gt ) { | + | ( function (window, document, $, mw, gt) { |
− |
| |
| | | |
− | if (mw.cookie.get('mallahipertexto_tour')){ | + | |
| + | if (mw.cookie.get('mallahipertexto_tour')) { |
| //return; | | //return; |
| } | | } |
| | | |
− | mw.cookie.set('mallahipertexto_tour','done'); | + | mw.cookie.set('mallahipertexto_tour', 'done'); |
| | | |
− |
| + | |
− | tour = new gt.TourBuilder( { | + | tour = new gt.TourBuilder({ |
| name: 'mallahipertexto' | | name: 'mallahipertexto' |
− | } ); | + | }); |
| | | |
− | tour.firstStep( { | + | tour.firstStep({ |
| name: 'mallahipertexto', | | name: 'mallahipertexto', |
| title: '¡Esta malla curricular tiene recursos educativos alineados!', | | title: '¡Esta malla curricular tiene recursos educativos alineados!', |
− | description: 'Esto significa que hay recursos educativos vinculados a las competencias y los saberes (contenidos).', | + | description: 'Esto significa que hay recursos educativos vinculados a las competencias y los saberes (contenidos).', |
| position: 'topLeft', | | position: 'topLeft', |
| closeOnClickOutside: false, | | closeOnClickOutside: false, |
| overlay: true | | overlay: true |
− | } ) | + | }) |
| | | |
− | .next( 'mallahipertexto1' ); | + | .next('mallahipertexto1'); |
| | | |
− | tour.step( { | + | tour.step({ |
| name: 'mallahipertexto1', | | name: 'mallahipertexto1', |
| title: 'Además de identificar los aprendizajes deseados, podrás encontrar materiales que te ayudarán a lograrlos.', | | title: 'Además de identificar los aprendizajes deseados, podrás encontrar materiales que te ayudarán a lograrlos.', |
Línea 32: |
Línea 32: |
| closeOnClickOutside: false, | | closeOnClickOutside: false, |
| overlay: false | | overlay: false |
− | } ) | + | }) |
− | .next( 'mallahipertexto2' ) | + | .next('mallahipertexto2') |
− | .back( 'mallahipertexto' ); | + | .back('mallahipertexto'); |
| | | |
− | tour.step( {
| + | tour.step({ |
| name: 'mallahipertexto2', | | name: 'mallahipertexto2', |
| title: 'Observa los colores del texto. Todo lo que está en azul es un hipervínculo.', | | title: 'Observa los colores del texto. Todo lo que está en azul es un hipervínculo.', |
Línea 44: |
Línea 44: |
| closeOnClickOutside: false, | | closeOnClickOutside: false, |
| overlay: false | | overlay: false |
− | } ) | + | }) |
− | .next( 'mallahipertexto3' ) | + | .next('mallahipertexto3') |
− | .back( 'mallahipertexto1' ); | + | .back('mallahipertexto1'); |
| | | |
− | tour.step( { | + | tour.step({ |
| name: 'mallahipertexto3', | | name: 'mallahipertexto3', |
| title: 'También puedes ver todos los recursos asociados a la malla desde la pestaña "Recursos".', | | title: 'También puedes ver todos los recursos asociados a la malla desde la pestaña "Recursos".', |
− | description: 'Pruébalo ahora y ¡aprovéchalos!', | + | description: 'Pruébalo ahora y ¡aprovéchalos!', |
− | attachTo: '#ca-Recursos', | + | attachTo: '#ca-Recursos', |
| position: 'bottomRight', | | position: 'bottomRight', |
| closeOnClickOutside: false, | | closeOnClickOutside: false, |
− | overlay: false | + | overlay: false, |
− | /*
| + | |
− | buttons: [ { | + | buttons: [{ |
| name: 'Muéstrame cómo', | | name: 'Muéstrame cómo', |
| onclick: function () { | | onclick: function () { |
Línea 68: |
Línea 68: |
| $('#searchInput').focus(); | | $('#searchInput').focus(); |
| } | | } |
− | } ], | + | }], |
− | /*
| |
− | } )
| |
− | .next( 'mallahipertexto4' )
| |
− | .back( 'mallahipertexto2' );
| |
| | | |
− | tour.step( { | + | }) |
| + | .next('mallahipertexto4') |
| + | .back('mallahipertexto2'); |
| + | |
| + | tour.step({ |
| name: 'mallahipertexto4', | | name: 'mallahipertexto4', |
| title: 'Selecciona los nombres en esta primera columna y podrás ver la descripción de cada recurso', | | title: 'Selecciona los nombres en esta primera columna y podrás ver la descripción de cada recurso', |
Línea 82: |
Línea 82: |
| closeOnClickOutside: false, | | closeOnClickOutside: false, |
| overlay: false | | overlay: false |
− | } ) | + | }) |
− | .next( 'mallahipertexto5' ) | + | .next('mallahipertexto5') |
− | .back( 'mallahipertexto3' ); | + | .back('mallahipertexto3'); |
− | | |
| | | |
| | | |
− | tour.step( { | + | tour.step({ |
| name: 'mallahipertexto5', | | name: 'mallahipertexto5', |
| title: 'Selecciona la dirección web aquí para ir directamente a los recursos externos', | | title: 'Selecciona la dirección web aquí para ir directamente a los recursos externos', |
Línea 96: |
Línea 95: |
| closeOnClickOutside: false, | | closeOnClickOutside: false, |
| overlay: false | | overlay: false |
− | } ) | + | }) |
− | .back( 'mallahipertexto4' ); | + | .back('mallahipertexto4'); |
| | | |
− | } ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) ); | + | }(window, document, jQuery, mediaWiki, mediaWiki.guidedTour) ); |