Cambios

Busca en cnbGuatemala con Google

sin resumen de edición
Línea 1: Línea 1:  
( function ( window, document, $, mw, gt ) {
 
( function ( window, document, $, mw, gt ) {
   −
  if (mw.cookie.get('registro_tour')){
+
    if ( mw.config.get( 'wgPageName' ) !== 'Especial:SemanticSignup' ) {
 
         return;
 
         return;
     } {
+
     }
   −
  if (mw.cookie.set('inicio_tour')){
+
    if (mw.cookie.get('registro_tour')){
 
         return;
 
         return;
 
     }
 
     }
Línea 16: Línea 16:  
         name: 'registro'
 
         name: 'registro'
 
     } );
 
     } );
 +
 
    
     tour.firstStep( {
 
     tour.firstStep( {
        name: 'registro',
  −
        title: 'Regístrate en el sitio. ¡Te dará beneficios adicionales!',
  −
        description: 'Selecciona el vínculo "Crear una cuenta", arriba, o selecciona el botón "Regístrame" aquí. Podrás guardar tus páginas favoritas y sugerir recursos educativos digitales. ¡Formarás parte de la comunidad del CNB en Línea!',
  −
        attachTo: '#pt-createaccount',
  −
        position: 'topRight',
  −
        closeOnClickOutside: false,
  −
        overlay: false
  −
onShow: gt.getPageAsDescription,
  −
  −
buttons: [ {
  −
// This makes a button which acts like a wikilink to 'Help:Guided tours/guider'
  −
action: 'wikiLink',
  −
page: pageName,
  −
name: 'Regístrame',
  −
// This specifies that the button takes you to the next step of a process,
  −
// which affects its appearance.
  −
type: 'progressive'
  −
        } ]
  −
  −
    } )
  −
  −
        .next( 'registro1' );
  −
  −
    tour.step( {
   
         name: 'registro1',
 
         name: 'registro1',
 
         title: 'Escribe el nombre de usuario que prefieras',
 
         title: 'Escribe el nombre de usuario que prefieras',
Línea 50: Línea 27:  
         overlay: false
 
         overlay: false
 
     } )
 
     } )
         .next( 'registro2' )
+
         .next( 'registro2' );
        .back( 'registro' );
      
   tour.step( {
 
   tour.step( {
Línea 104: Línea 80:  
         name: 'registro6',
 
         name: 'registro6',
 
         title: 'Haz click en el boton "Crear cuenta"',
 
         title: 'Haz click en el boton "Crear cuenta"',
         description: 'Recibirás un mensaje desde la dirección "[email protected]" para confirmar la suscripción. Sigue las instrucciones que se indiquen. Si no has recibido ninguna comunicación en tu buzón de correo electrónico después de 30 minutos, busca el mensaje en la carpeta de Spam (correo no deseado).',
+
         description: 'Recibirás un mensaje desde la dirección "[email protected]" con instrucciones para confirmar tu suscripción. Si no lo ves en tu buzón de correo electrónico después de 30 minutos, busca el mensaje en la carpeta de <em>Spam</em> (correo no deseado).',
 
         attachTo: '#wpSave',
 
         attachTo: '#wpSave',
 
         position: 'right',
 
         position: 'right',