Busca en cnbGuatemala con Google
436 bytes eliminados
, hace 3 años
Línea 12: |
Línea 12: |
| | | |
| mw.cookie.set('unete_tour','done'); | | mw.cookie.set('unete_tour','done'); |
− |
| + | |
− |
| |
− |
| |
− | | |
− |
| |
| tour.firstStep( { | | tour.firstStep( { |
| name: 'portada', | | name: 'portada', |
− | title: 'Hola, esta es tu puerta de acceso al CNB en línea. ¡Sigue explorando!', | + | title: 'please register', |
− | description: 'Selecciona la flecha para ver lo que puedes encontrar en esta página.', | + | description: 'Some long description.......', |
| position: 'topRight', | | position: 'topRight', |
| closeOnClickOutside: false, | | closeOnClickOutside: false, |
Línea 26: |
Línea 22: |
| } ) | | } ) |
| | | |
− | .next( 'portada1' ); | + | .back( 'portada' ); |
| + | |
| | | |
− | tour.step( {
| |
− | name: 'portada1',
| |
− | title: 'Desde la portada puedes explorar los niveles del currículo.',
| |
− | description: '',
| |
− | attachTo: '#Inicial-y-Preprimaria-main',
| |
− | position: 'top',
| |
− | closeOnClickOutside: false,
| |
− | overlay: false,
| |
− | } )
| |
− | .back( 'portada1' );
| |
− |
| |
| | | |
| } ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) ); | | } ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) ); |