Cambios

Busca en cnbGuatemala con Google

sin resumen de edición
Línea 54: Línea 54:  
} ],                       
 
} ],                       
 
} )
 
} )
.next( 'buscar3' )
+
.next( 'buscar2' )
 
.back( 'buscar' );
 
.back( 'buscar' );
    
        
 
        
 
       tour.step( {
 
       tour.step( {
name: 'buscar3',
+
name: 'buscar2',
title: 'El buscador wiki te ayuda a encontrar y crear páginas.',
+
title: 'El buscador wiki te ayuda a encontrar títulos de páginas...',
description: 'El buscador te sugerirá nombres de páginas que ya existen en el sitio',
+
description: 'El buscador te sugerirá nombres de páginas que incluyen tu búsqueda en el título',
 
attachTo: '#p-search',                 
 
attachTo: '#p-search',                 
 
position: 'left',
 
position: 'left',
Línea 67: Línea 67:  
                 overlay: false,
 
                 overlay: false,
 
                 buttons: [ {
 
                 buttons: [ {
name: 'Show the list again',
+
name: 'Muéstrame la lista de nuevo',
 
onclick: function () {
 
onclick: function () {
 
                                 $('#searchInput').focus();
 
                                 $('#searchInput').focus();
Línea 79: Línea 79:  
} ],     
 
} ],     
 
} )
 
} )
.next( 'buscar4' )
+
.next( 'buscar3' )
 
.back( 'buscar1' );
 
.back( 'buscar1' );
    
       tour.step( {
 
       tour.step( {
name: 'buscar4',
+
name: 'buscar3',
title: 'El buscador wiki te ayuda a encontrar y crear páginas.',
+
title: '... y también a encontrar contenidos.',
description: 'Si no hay una página con el nombre exacto, el buscador te mostrará una lista de páginas que lo contienen',
+
description: 'Selecciona el término abajo de "que contiene..." para ver páginas con el término en su contenido ',
 
attachTo: '#searchInput',                 
 
attachTo: '#searchInput',                 
 
position: 'left',
 
position: 'left',
Línea 91: Línea 91:  
                 overlay: false,
 
                 overlay: false,
 
                 buttons: [ {
 
                 buttons: [ {
name: 'Show the search results',
+
name: 'Enséñame cómo',
 
onclick: function () {
 
onclick: function () {
 
                                 $('#searchInput').focus();
 
                                 $('#searchInput').focus();
Línea 100: Línea 100:  
}
 
}
 
} ],   
 
} ],   
 +
} )
 +
.next( 'buscar4' )
 +
.back( 'buscar2' );
 +
 +
      tour.step( {
 +
name: 'buscar4',
 +
title: 'Aquí verás la lista de páginas que contienen en su texto el término que buscaste...',
 +
description: '',
 +
attachTo: '.mw-search-createlink a',             
 +
position: 'topLeft',
 +
                closeOnClickOutside: false,
 +
                overlay: false
 
} )
 
} )
 
.next( 'buscar5' )
 
.next( 'buscar5' )
Línea 106: Línea 118:  
       tour.step( {
 
       tour.step( {
 
name: 'buscar5',
 
name: 'buscar5',
title: 'Puedes crear una página nueva.',
+
title: '... y aquí puedes crear una página nueva usando el término como título.',
description: 'También te ofrecerá la opción de crear una página con el nombre que buscaste',
+
description: '',
 
attachTo: '.mw-search-createlink a',               
 
attachTo: '.mw-search-createlink a',               
 
position: 'topLeft',
 
position: 'topLeft',
Línea 116: Línea 128:  
.back( 'buscar4' );
 
.back( 'buscar4' );
   −
      tour.step( {
+
 +
      tour.step( {
 
name: 'buscar6',
 
name: 'buscar6',
title: '2) Usa el buscador de Google..',
+
title: 'Usa las comillas para precisar más tu búsqueda.',
description: 'El buscador Google es más flexible y poderoso. Encontrarás resultados aunque no utilices tildes, pero no creará páginas nuevas.',
+
description: '¡Pruébalo! Escribe <i>"criterio evaluativo"</i> en la búsqueda wiki.',
 
attachTo: '#cse-search-box',                 
 
attachTo: '#cse-search-box',                 
 
position: 'right',
 
position: 'right',
 
                 closeOnClickOutside: false,
 
                 closeOnClickOutside: false,
                 overlay: false,
+
                 overlay: false
 
                 buttons: [ {
 
                 buttons: [ {
name: 'Make a search',
+
name: 'Enséñame cómo',
 
onclick: function () {
 
onclick: function () {
                                 $('#cse-search-box input[type="text"]').focus();
+
                                 $('#searchInput').focus();
$('#cse-search-box input[type="text"]').val('criterio');  
+
$('#searchInput').val('Comunicación');  
                                 $('#cse-search-box input[type="text"]').focus();                          
+
                                 $('#searchInput').focus();                          
                                                             
+
                                $('form#searchform').submit();
 +
                                mw.libs.guiders.next();
 
}
 
}
 
} ],   
 
} ],   
 
} )
 
} )
.next( 'buscar8' )
+
.next( 'buscar7' )
 
.back( 'buscar5' );
 
.back( 'buscar5' );
  −
     
      
       tour.step( {
 
       tour.step( {
name: 'buscar8',
+
name: 'buscar7',
 
title: '',
 
title: '',
description: 'Esto encuentra todas las páginas que contengan ambas palabras',
+
description: 'Esto encuentra solo las páginas que contengan ambas palabras juntas.',
 
attachTo: 'div[id^="p-Mallas_curriculares_por_nivel_"]',                 
 
attachTo: 'div[id^="p-Mallas_curriculares_por_nivel_"]',                 
 
position: 'left',
 
position: 'left',
Línea 148: Línea 160:  
                 overlay: false
 
                 overlay: false
 
} )
 
} )
.next( 'buscar9' )
+
.next( 'buscar8' )
 
.back( 'buscar6' );
 
.back( 'buscar6' );
   −
      tour.step( {
+
        tour.step( {
name: 'buscar9',
+
name: 'buscar8',
title: 'También puedes precisar tu búsqueda con comillas.',
+
title: 'También puedes precisar tu búsqueda con los operadores booleanos "+" y "-".',
description: '¡Pruébalo! Escribe <i>criterio evaluativo</i> en la búsqueda wiki.',
+
description: '¡Pruébalo! Escribe <i>criterio -evaluativo</i> en la búsqueda wiki',
 
attachTo: '#cse-search-box',                 
 
attachTo: '#cse-search-box',                 
 
position: 'right',
 
position: 'right',
 
                 closeOnClickOutside: false,
 
                 closeOnClickOutside: false,
                 overlay: false
+
                 overlay: false,
} )
+
                buttons: [ {
.next( 'buscar10' )
+
name: 'Enséñame cómo',
.back( 'buscar8' );
+
onclick: function () {
 +
                                $('#cse-search-box input[type="text"]').focus();
 +
$('#cse-search-box input[type="text"]').val('criterio');
 +
                                $('#cse-search-box input[type="text"]').focus();                           
 +
                                $('form#cse-search-box').submit();
 +
                                mw.libs.guiders.next();
 +
}
 +
} ], 
 +
} )
 +
.back( 'buscar7' );     
 +
.next( 'buscar9' )
    
       tour.step( {
 
       tour.step( {
name: 'buscar10',
+
name: 'buscar9',
 
title: '',
 
title: '',
description: 'Esto encuentra solo las páginas que contengan ambas palabras juntas.',
+
description: 'Esto encuentra solo las páginas que <i>no</i> contengan la palabra que pusiste después del símbolo "-".',
 
attachTo: 'div[id^="p-Mallas_curriculares_por_nivel_"]',                 
 
attachTo: 'div[id^="p-Mallas_curriculares_por_nivel_"]',                 
 
position: 'left',
 
position: 'left',
Línea 172: Línea 194:  
                 overlay: false
 
                 overlay: false
 
} )
 
} )
.next( 'buscar11' )
+
.next( 'buscar10' )
.back( 'buscar9' );
+
.back( 'buscar8' );
   −
      tour.step( {
+
name: 'buscar11',
+
    tour.step( {
title: '¡Recuerda que siempre puedes navegar por el sitio usando el menú!',
+
name: 'buscar10',
description: 'Si ya sabes lo que quieres, encuéntralo directamente en el menú lateral. ¡Feliz búsqueda!',
+
title: '2) También puedes usar el buscador de Google',
attachTo: '#p-Perito',               
+
description: 'El buscador Google es más flexible y poderoso. Encontrarás resultados aunque no utilices tildes, pero no podrás crear páginas nuevas. <br>¡Usa los buscadores y no te pierdas nada en el sitio!',
position: 'left',
  −
                closeOnClickOutside: false,
  −
                overlay: false
  −
} )
  −
        .next( 'buscar12' )
  −
.back( 'buscar10' ); 
  −
              tour.step( {
  −
name: 'buscar12',
  −
title: 'Puedes precisar tu búsqueda con los operadores booleanos "+" y "-".',
  −
description: '¡Pruébalo! Escribe <i>criterio + evaluativo</i> en la búsqueda wiki',
   
attachTo: '#cse-search-box',                 
 
attachTo: '#cse-search-box',                 
 
position: 'right',
 
position: 'right',
Línea 195: Línea 207:  
                 overlay: false,
 
                 overlay: false,
 
                 buttons: [ {
 
                 buttons: [ {
name: 'Do it for me',
+
name: 'Make a search',
 
onclick: function () {
 
onclick: function () {
 
                                 $('#cse-search-box input[type="text"]').focus();
 
                                 $('#cse-search-box input[type="text"]').focus();
 
$('#cse-search-box input[type="text"]').val('criterio');  
 
$('#cse-search-box input[type="text"]').val('criterio');  
                                 $('#cse-search-box input[type="text"]').focus();                          
+
                                 $('#cse-search-box input[type="text"]').focus();                          
                                $('form#cse-search-box').submit();
+
                                                             
                                mw.libs.guiders.next();
   
}
 
}
 
} ],   
 
} ],   
} )
+
} )
.back( 'buscar11' );        
+
.back( 'buscar5' );
 +
 
 
   
 
   
 
} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );
 
} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );