Herramientas de usuario

Herramientas del sitio


en:aplicaciones:master_scan_or

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

en:aplicaciones:master_scan_or [2026/05/15 09:22] – creado jesusen:aplicaciones:master_scan_or [2026/05/15 10:40] (actual) jesus
Línea 3: Línea 3:
 <html> <html>
 <style> <style>
-  /* --- RETRO CRT VISUAL ENGINE --- */ +  /* --- CRT RETRO VISUAL ENGINE --- */ 
-  .pcw-monitor-ultra { background-color: #000b00; border: 12px solid #2a2a2a; border-radius: 15px; padding: 25px; margin: 25px 0; font-family: 'Courier New', Courier, monospace; position: relative; overflow: hidden; box-shadow: inset 0 0 60px rgba(0,255,0,0.15), 0 10px 30px rgba(0,0,0,0.7); z-index: 1; +  .pcw-monitor-ultra { 
-  .pcw-monitor-ultra::after { content: " "; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.15) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.03)); background-size: 100% 3px, 2px 100%; z-index: 2; pointer-events: none; animation: flickering 0.15s infinite; }+    background-color: #000b00;  
 +    border: 12px solid #2a2a2a;  
 +    border-radius: 15px; 
 +    padding: 25px; 
 +    margin: 25px 0; 
 +    font-family: 'Courier New', Courier, monospace; 
 +    position: relative; 
 +    overflow: hidden; 
 +    box-shadow: inset 0 0 60px rgba(0,255,0,0.15), 0 10px 30px rgba(0,0,0,0.7); 
 +  } 
 + 
 +  .pcw-monitor-ultra::after { 
 +    content: " "; 
 +    position: absolute; 
 +    top: 0; left: 0; bottom: 0; right: 0; 
 +    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.15) 50%),  
 +                linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.03)); 
 +    background-size: 100% 3px, 2px 100%; 
 +    z-index: 2; 
 +    pointer-events: none; 
 +    animation: flickering 0.15s infinite; 
 +  } 
   @keyframes flickering { 0% { opacity: 0.98; } 100% { opacity: 1; } }   @keyframes flickering { 0% { opacity: 0.98; } 100% { opacity: 1; } }
-  .retro-text-green { color: #00ff00 !important; font-family: 'Courier New', Courier, monospace; text-shadow: 0 0 10px rgba(0, 255, 0, 0.7), 0 0 2px rgba(0, 255, 0, 0.8); text-transform: uppercase; letter-spacing: 1px; text-decoration: none !important; } + 
-  .pcw-title-ultra { font-size: 1.6em; font-weight: bold; margin-bottom: 25px; display: block; }+  .retro-text-green { 
 +    color: #00ff00 !important; 
 +    font-family: 'Courier New', Courier, monospace; 
 +    text-shadow: 0 0 10px rgba(0, 255, 0, 0.7), 0 0 2px rgba(0, 255, 0, 0.8); 
 +    text-transform: uppercase; 
 +    letter-spacing: 1px; 
 +    text-decoration: none !important; 
 +  } 
 + 
 +  .pcw-title-ultra { 
 +    font-size: 1.6em; 
 +    font-weight: bold; 
 +    margin-bottom: 25px; 
 +    display: block; 
 +  } 
   .pcw-title-ultra::after { content: "_"; animation: cursor-blink 1s infinite; }   .pcw-title-ultra::after { content: "_"; animation: cursor-blink 1s infinite; }
   @keyframes cursor-blink { 0%, 100% { opacity: 0; } 50% { opacity: 1; } }   @keyframes cursor-blink { 0%, 100% { opacity: 0; } 50% { opacity: 1; } }
 +
   .content-body { position: relative; z-index: 3; color: #00ff00; line-height: 1.6; text-align: justify; }   .content-body { position: relative; z-index: 3; color: #00ff00; line-height: 1.6; text-align: justify; }
   .content-body b, .content-body strong { color: #00ff00; font-weight: bold; }   .content-body b, .content-body strong { color: #00ff00; font-weight: bold; }
-  .content-body ul { list-style: square; margin-top: 10px; padding-left: 20px; color: #00ff00; }+   
 +  /* Neon green highlight for onscreen menu choices */ 
 +  .neon-highlight { 
 +    color: #00ff00 !important; 
 +    font-weight: bold; 
 +    text-shadow: 0 0 8px rgba(0, 255, 0, 0.6); 
 +  } 
 + 
 +  .content-body ul { list-style: square; margin-top: 10px; padding-left: 20px; }
   .content-body ul li a { color: #00ff00 !important; text-decoration: underline !important; font-weight: bold; }   .content-body ul li a { color: #00ff00 !important; text-decoration: underline !important; font-weight: bold; }
-  .pcw-subtitle-box background-color: #00ff00; color: #000b00 !important; padding: 5px 12px; font-weight: bold; display: inline-block; margin: 20px 0 15px 0; text-transform: uppercase; position: relative; z-index: 3; font-family'Courier New', Courier, monospace; }+  .content-body p { margin-bottom1em; }
      
-  /* --- RETRO DATA & SPEC TABLES --- */ +  .pcw-subtitle-box 
-  .tech-spec-box-full { border1px solid #004400backgroundrgba(0, 15, 0, 0.6); padding: 15pxwidth: 100%; max-width900pxbox-sizingborder-box; margin: 15px 0; z-index: 3; position: relative; } +    background-color: #00ff00; 
-  .tech-table { width: 100%; border-collapse: collapse; font-size: 0.85em; } +    color#000b00 !important; 
-  .tech-table th { text-align: left; padding: 8px; color: #00aa00; border-bottom: 1px solid #003300; text-transform: uppercase; width25%} +    padding: 5px 12px; 
-  .tech-table td { padding8pxcolor: #00ff00; border-bottom: 1px solid #003300; } +    font-weightbold; 
-  .tech-table td a { color: #00ff00 !important; font-weightbold; text-decoration: underline !important; } +    displayinline-block; 
-   +    margin: 20px 0 15px 0; 
-  /* --- GRID CARD HOLDERS --- */ +    text-transform: uppercase; 
-  .drive-grid-container { display: flex; flex-direction: column; gap: 20px; margin: 25px 0; position: relative; z-index: 3; align-items: center; justify-content: center; width: 100%; +    positionrelative
-  .drive-card { border: 1px solid #004400; background: rgba(0, 15, 0, 0.6); padding: 20px; display: flex; flex-direction: column; gap: 15px; transition0.2salign-itemscenter; width: 100%; max-width: 900px; box-sizing: border-box; } +    z-index3
-  .drive-card:hover { border-color: #00ff00; background: rgba(0, 30, 0, 0.8); +    font-family'Courier New', Courier, monospace; 
-  .drive-gallery { display: flex; gap: 12px; flex-direction: row; flex-wrap: wrap; justify-content: center; width100%} +  
-   + 
-  /* --- HORIZONTALLY ALIGNED INLINE ROWS --- */ +  /* --- GRID AND IMAGE BEHAVIOUR (MAX 4 HORIZONTAL) --- */ 
-  .gallery-four-inline displayflexgap10pxflex-directionrow; flex-wrapnowrap; justify-content: space-between; width100%} +  .drive-grid-container { 
-  .gallery-four-inline .img-frame { flex1; min-width: 0; } +    display: flex; 
-  .gallery-four-inline .img-frame img max-width: 100%; heightauto; max-height: 140px; }+    flex-direction: column; 
 +    gap: 20px; 
 +    margin-top10px; 
 +    position: relative; 
 +    z-index: 3; 
 +  } 
 + 
 +  .drive-card { 
 +    border: 1px solid #004400; 
 +    background: rgba(0, 15, 0, 0.6); 
 +    padding: 15px; 
 +    display: flex; 
 +    flex-direction: column; 
 +    gap: 15px; 
 +  } 
 + 
 +  .drive-gallery { 
 +    displaygrid; 
 +    grid-template-columnsrepeat(4, 1fr); 
 +    gap: 15px; 
 +    width: 100%; 
 +    box-sizing: border-box; 
 +  } 
 + 
 +  .drive-gallery.balanced { 
 +    display: flex; 
 +    flex-wrap: wrap; 
 +    justify-content: center; 
 +    gap15px
 +  } 
 +  .drive-gallery.balanced .img-frame { 
 +    width: calc(25% 12px); 
 +    min-width: 140px; 
 +    max-width: 220px; 
 +  } 
 + 
 +  .img-frame { 
 +    border2px solid #00ff00; 
 +    padding6px; 
 +    background: #000; 
 +    text-aligncenter; 
 +    display: flex; 
 +    flex-directioncolumn; 
 +    justify-content: space-between; 
 +    align-itemscenter
 +    box-sizingborder-box; 
 +  } 
 + 
 +  .img-frame { width: 100%; displayblock; }
  
-  .gallery-three-inline displayflexgap12pxflex-directionrowflex-wrapnowrapjustify-contentspace-between; width: 100%} +  .img-frame img  
-  .gallery-three-inline .img-frame { flex1min-width0} +    width100%; 
-  .gallery-three-inline .img-frame img { max-width: 100%; height: auto; max-height: 160px; }+    heightauto; 
 +    max-height180px; 
 +    object-fitcontain 
 +    cursorpointer;  
 +    background-color#000; 
 +    displayblock
 +  }
  
-  .gallery-two-inline displayflexgap15pxflex-directionrowflex-wrapnowrapjustify-contentcenterwidth100%; } +  /* --- DOWNLOADS SECTION --- */ 
-  .gallery-two-inline .img-frame { flex1max-width250px; }+  .descargas-box-ultra { 
 +    backgroundrgba(0, 15, 0, 0.6); 
 +    border1px solid #004400; 
 +    padding: 20px; 
 +    margin-top20px; 
 +    position: relative; 
 +    z-index3; 
 +  } 
 +  .descargas-link-programa { 
 +    color#00ff00 !important; 
 +    text-decorationunderline !important; 
 +    font-weight: bold; 
 +  
 +  .descargas-link-pdf { 
 +    display: inline-block; 
 +    color#00ff00 !important; 
 +    text-decorationunderline !important; 
 +    font-weight: bold; 
 +  }
  
-  /* --- PICTURE FRAMING LOGIC --- */ +  /* --- TRUE SIZE LIGHTBOX --- */ 
-  .img-frame border: 2px solid #00ff00; padding: 6px; background: #000; text-align: center; display: inline-flexflex-directioncolumnalign-itemscenterbox-sizingborder-boxtransition: 0.3s ease} +  .modal-pcw { 
-  .img-frame:hover { transformscale(1.05)border-color: #00ff00; box-shadow: 0 0 15px rgba(0, 255, 0, 0.4); } +    display: none 
-  .img-frame img { max-width: 220px; width: 100%; height: auto; max-height: 180px; object-fit: contain; cursor: pointer; background-color: #000; } +    positionfixed 
-  .img-label { font-size: 0.72em; color: #00aa00; margin-top: 8px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%; }+    z-index9999; 
 +    top0left: 0;  
 +    width100%; height100%; 
 +    background-color: rgba(0, 10, 0, 0.95); 
 +    overflow: auto;  
 +  }
      
-  /* --- LIGHTBOX SCROLL (STRICT NATIVE REAL SIZE FOR TARGET ONLY) --- */ 
-  .modal-pcw { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 10, 0, 0.95); overflow: auto; } 
   .modal-pcw:target { display: block; text-align: center; }   .modal-pcw:target { display: block; text-align: center; }
-  .close-overlay { display: inline-block; min-width: 100%; min-height: 100%; padding: 40px; box-sizing: border-box; text-decoration: none !important; cursor: zoom-out; vertical-align: middle; } +   
-  .modal-content { border: 4px solid #00ff00; box-shadow: 0 0 50px rgba(0, 255, 0, 0.5); margin: 5vh auto; display: inline-block; max-width: none !important; max-height: none !important; height: auto !important; }+  .close-overlay { 
 +    display: inline-block; 
 +    min-width: 100%; 
 +    min-height: 100%; 
 +    padding: 40px;  
 +    box-sizing: border-box; 
 +    text-decoration: none !important;  
 +    cursor: zoom-out; 
 +    vertical-align: middle; 
 +  } 
 +   
 +  .modal-content { 
 +    border: 4px solid #00ff00;  
 +    box-shadow: 0 0 50px rgba(0, 255, 0, 0.5); 
 +    margin: 5vh auto;  
 +    display: inline-block; 
 +    max-width: none !important;  
 +    max-height: none !important; 
 +    height: auto !important; 
 +  }
 </style> </style>
  
-<!-- INTERACTIVE MODAL LIGHTBOX LAYERS --> +<!-- INTERACTIVE LIGHTBOX LAYERS --> 
-<div id="p1" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:presentacion:Master_Scan_p1.JPG"></a></div> +<div id="p1" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_p1.jpg"></a></div> 
-<div id="p2" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:presentacion:Master_Scan_p2.JPG"></a></div> +<div id="p2" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_p2.jpg"></a></div> 
-<div id="s1" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot01.png"></a></div> +<div id="scr1" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot01.png"></a></div> 
-<div id="s2" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot02.png"></a></div> +<div id="scr2" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot02.png"></a></div> 
-<div id="s3" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot03.png"></a></div> +<div id="scr3" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot03.png"></a></div> 
-<div id="s4" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot04.png"></a></div> +<div id="scr4" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot04.png"></a></div> 
-<div id="s5" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot05.png"></a></div> +<div id="scr5" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot05.png"></a></div> 
-<div id="s6" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot06.png"></a></div> +<div id="scr6" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot06.png"></a></div> 
-<div id="s7" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot07.png"></a></div> +<div id="scr7" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot07.png"></a></div> 
-<div id="s8" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot08.png"></a></div> +<div id="scr8" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot08.png"></a></div> 
-<div id="anat" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:esquemas:Masterpack_anatomia.jpg"></a></div> +<div id="anat" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:esquemas:masterpack_anatomia.jpg"></a></div> 
-<div id="artil" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:Masterpack_artilugio.jpg"></a></div> +<div id="art" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:masterpack_artilugio.jpg"></a></div> 
-<div id="sens" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:Masterpack_sensor_optico.jpg"></a></div> +<div id="sens" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:masterpack_sensor_optico.jpg"></a></div> 
-<div id="b1" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_box_1.JPG"></a></div> +<div id="box1" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_box_1.jpg"></a></div> 
-<div id="b2" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_box_2.JPG"></a></div> +<div id="box2" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_box_2.jpg"></a></div> 
-<div id="b3" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:cajas:Master_Scan_box_3.JPG"></a></div> +<div id="box3" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_box_3.jpg"></a></div> 
-<div id="front" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_front.JPG"></a></div> +<div id="front" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_front.jpg"></a></div> 
-<div id="back" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:caratulas:Master_Scan_back.JPG"></a></div> +<div id="back" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_back.jpg"></a></div> 
-<div id="d1" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_disco_1.JPG"></a></div> +<div id="disc1" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_disco_1.jpg"></a></div> 
-<div id="d2" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_disco_2.JPG"></a></div> +<div id="disc2" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_disco_2.jpg"></a></div> 
-<div id="d3" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_disco_3.JPG"></a></div> +<div id="disc3" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_disco_3.jpg"></a></div> 
-<div id="ex1" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_extra_1.JPG"></a></div> +<div id="ext1" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_extra_1.jpg"></a></div> 
-<div id="ex2" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_extra_2.JPG"></a></div> +<div id="ext2" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_extra_2.jpg"></a></div> 
-<div id="ex3" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_extra_3.JPG"></a></div> +<div id="ext3" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_extra_3.jpg"></a></div> 
-<div id="ex4" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_extra_4.JPG"></a></div> +<div id="ext4" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_extra_4.jpg"></a></div> 
-<div id="inst" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:descargas:Master_Scan_instrucciones.JPG"></a></div> +<div id="inst" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:descargas:master_scan_instrucciones.jpg"></a></div> 
-<div id="pub" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:publicidad:Master_Scan_publicidad_01.JPG"></a></div> +<div id="pub1" class="modal-pcw"><a href="#close" class="close-overlay"><img class="modal-content" src="/lib/exe/fetch.php?media=hardware:publicidad:master_scan_publicidad_01.jpg"></a></div>
 <div class="pcw-monitor-ultra"> <div class="pcw-monitor-ultra">
   <div class="pcw-title-ultra retro-text-green"> A> MASTER SCAN </div>   <div class="pcw-title-ultra retro-text-green"> A> MASTER SCAN </div>
- +   
-  <!-- HEADER PICTURE ARRAY --> +  <div class="drive-grid-container">
-  <div class="drive-grid-container" style="margin-top: -10px; margin-bottom: 20px;">+
     <div class="drive-card">     <div class="drive-card">
-      <div class="gallery-two-inline"> +      <div class="drive-gallery balanced"> 
-        <div class="img-frame"><a href="#p1"><img src="/lib/exe/fetch.php?media=hardware:perifericos:presentacion:Master_Scan_p1.JPG"></a><span class="img-label">Scanner Overview</span></div> +        <div class="img-frame"><a href="#p1"><img src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_p1.jpg"></a></div> 
-        <div class="img-frame"><a href="#p2"><img src="/lib/exe/fetch.php?media=hardware:perifericos:presentacion:Master_Scan_p2.JPG"></a><span class="img-label">Interface Array</span></div>+        <div class="img-frame"><a href="#p2"><img src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_p2.jpg"></a></div> 
 +      </div> 
 +      <div class="content-body"> 
 +        <ul> 
 +          <li><b>Company:</bDatabase Software</li> 
 +          <li><b>Distributor:</b> Database Software</li> 
 +          <li><b>Year:</b> 1987</li> 
 +          <li><b>Packaging:</b> Inner and outer cardboard box 23.30×16.50×5.50</li> 
 +          <li><b>Compatibility:</b> PCW 8256 - PCW 8512</li> 
 +          <li><b>Peripherals:</b> PCW Printer - Scanner</li> 
 +          <li><b>Load:</b> CP/M</li> 
 +          <li><b>Genre:</b> Graphic design</li> 
 +          <li><b>Language:</b> English</li> 
 +          <li><b>Price:</b> England: £69.95</li> 
 +          <li><b>Status:</b> [[en:preserved|Preserved]]</li> 
 +        </ul>
       </div>       </div>
     </div>     </div>
   </div>   </div>
  
-  <!-- DATASHEET GRID TABLE --> +  <!-- ===== SCREENSHOTS ===== --> 
-  <div class="tech-spec-box-full"> +  <div class="pcw-subtitle-box">Screenshots</div>
-    <table class="tech-table"> +
-      <tr><th>Company</th><td></html>[[en:companias:database_software|Database Software]]<html></td></tr> +
-      <tr><th>Distributor</th><td></html>[[en:companias:database_software|Database Software]]<html></td></tr> +
-      <tr><th>Year</th><td>1987</td></tr> +
-      <tr><th>Packaging</th><td>Internal and external cardboard retail box 23.30×16.50×5.50</td></tr> +
-      <tr><th>Compatibility</th><td>PCW 8256 PCW 8512</td></tr> +
-      <tr><th>Peripherals</th><td>PCW Matrix Printer - Optical Sensor Pod</td></tr> +
-      <tr><th>Boot Environment</th><td>CP/M</td></tr> +
-      <tr><th>Category</th><td>Graphic Design / Digitization</td></tr> +
-      <tr><th>Language</th><td>English</td></tr> +
-      <tr><th>Retail Price</th><td>UK: £69.95</td></tr> +
-      <tr><th>Status</th><td></html>[[en:preservado|Preserved]]<html></td></tr> +
-    </table> +
-  </div> +
- +
-  <div class="pcw-subtitle-box">Software Screenshots</div> +
   <div class="drive-grid-container">   <div class="drive-grid-container">
     <div class="drive-card">     <div class="drive-card">
-      <div class="gallery-four-inline"> +      <div class="drive-gallery"> 
-        <div class="img-frame"><a href="#s1"><img src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot01.png"></a><span class="img-label">Screen 01</span></div> +        <div class="img-frame"><a href="#scr1"><img src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot01.png"></a></div> 
-        <div class="img-frame"><a href="#s2"><img src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot02.png"></a><span class="img-label">Screen 02</span></div> +        <div class="img-frame"><a href="#scr2"><img src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot02.png"></a></div> 
-        <div class="img-frame"><a href="#s3"><img src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot03.png"></a><span class="img-label">Screen 03</span></div> +        <div class="img-frame"><a href="#scr3"><img src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot03.png"></a></div> 
-        <div class="img-frame"><a href="#s4"><img src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot04.png"></a><span class="img-label">Screen 04</span></div+        <div class="img-frame"><a href="#scr4"><img src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot04.png"></a></div> 
-      </div> +        <div class="img-frame"><a href="#scr5"><img src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot05.png"></a></div> 
-      <div class="gallery-four-inline"+        <div class="img-frame"><a href="#scr6"><img src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot06.png"></a></div> 
-        <div class="img-frame"><a href="#s5"><img src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot05.png"></a><span class="img-label">Screen 05</span></div> +        <div class="img-frame"><a href="#scr7"><img src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot07.png"></a></div> 
-        <div class="img-frame"><a href="#s6"><img src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot06.png"></a><span class="img-label">Screen 06</span></div> +        <div class="img-frame"><a href="#scr8"><img src="/lib/exe/fetch.php?media=hardware:capturas:master_scan_screenshot08.png"></a></div>
-        <div class="img-frame"><a href="#s7"><img src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot07.png"></a><span class="img-label">Screen 07</span></div> +
-        <div class="img-frame"><a href="#s8"><img src="/lib/exe/fetch.php?media=hardware:capturas:Master_Scan_Screenshot08.png"></a><span class="img-label">Screen 08</span></div>+
       </div>       </div>
     </div>     </div>
   </div>   </div>
  
-  <div class="pcw-subtitle-box">Peripheral Description</div> +  <!-- ===== DESCRIPTION ===== --> 
-  +  <div class="pcw-subtitle-box">Description</div>
   <div class="content-body">   <div class="content-body">
-    <p>The Master-Scan stands as the definitive expansion kit for digital image rendering on the Amstrad workstationThe system comprises a high-precision optical sensor pod and a custom interface board mating directly onto the rear-mounted expansion bus connector of the computer shellMating or uncoupling the expansion module must be executed strictly while the computer is powered down.</p>+    <p>The Master-Scan is the ideal complement for digitizing imagesIt consists of an optical sensor and an interface that connects to the expansion port of the PCW, located at the back of the computer. The interface must be connected while the computer is turned off.</p>
   </div>   </div>
  
-  <!-- SENSOR POD ANATOMY FIELD --> +  <div class="drive-grid-container" style="margin-bottom: 15px;">
-  <div class="drive-grid-container">+
     <div class="drive-card">     <div class="drive-card">
-      <div class="gallery-three-inline"> +      <div class="drive-gallery balanced"> 
-        <div class="img-frame"><a href="#anat"><img src="/lib/exe/fetch.php?media=hardware:esquemas:Masterpack_anatomia.jpg"></a><span class="img-label">Anatomy Blueprint</span></div> +        <div class="img-frame"><a href="#anat"><img src="/lib/exe/fetch.php?media=hardware:esquemas:masterpack_anatomia.jpg"></a></div> 
-        <div class="img-frame"><a href="#artil"><img src="/lib/exe/fetch.php?media=hardware:perifericos:Masterpack_artilugio.jpg"></a><span class="img-label">Sensor Enclosure</span></div> +        <div class="img-frame"><a href="#art"><img src="/lib/exe/fetch.php?media=hardware:perifericos:masterpack_artilugio.jpg"></a></div> 
-        <div class="img-frame"><a href="#sens"><img src="/lib/exe/fetch.php?media=hardware:perifericos:Masterpack_sensor_optico.jpg"></a><span class="img-label">Sensor Node</span></div>+        <div class="img-frame"><a href="#sens"><img src="/lib/exe/fetch.php?media=hardware:perifericos:masterpack_sensor_optico.jpg"></a></div>
       </div>       </div>
     </div>     </div>
Línea 151: Línea 284:
  
   <div class="content-body">   <div class="content-body">
-    <p>Digitized raster files output by this scanner suite are fully compatible with leading desktop publishing environments of the era, including <em>Desktop Publisher</em><em>Fleet Street Editor Plus</em>, and <em>Newsdesk International</em>.</p> +    <p>The digitized images are compatible with the desktop publishing programs Desktop Publisher, Fleet Street Editor Plus, and Newsdesk International.</p> 
-     +    <p>To use this digitizer, you must prepare the PCW printer by removing both covers and the ribbon cartridge. The drawing you want to digitize is placed on the printer roller, and the paper loading lever is pressed, which automatically loads the drawing into the printerNextplace the sensor on the printer head, and the scanner is ready to operateInsert the CP/Moperating system diskand while it is loading, insert the disk containing the scanner programthen type "SCAN" and press the "Intro" or "Return" keyAfter a short whilea menu will appear with the following options.</p> 
-    <p>Deploying this optical scanner requires prepping the native PCW matrix printer. First, unseat both plastic top casing shields and extract the ink ribbon cartridge block. The hardcopy schematic or target illustration to be scanned is rolled directly onto the main printer platen roller mechanism. Toggling the standard paper load lever automatically indexes the illustration document inside the tracking trackFollowing this stepseat the optical sensor pod bracket directly onto the moving print-head assembly carrierrendering the hardware configuration fully prepped for digitizing operations.</p> +
-     +
-    <p>Boot the master CP/M Plus operating system environment volume. During the startup sequenceswap disks to load the custom scanner companion application volumeinputting <code>SCAN</code> at the terminal prompt followed by tapping <kbd>ENTER</kbd> or <kbd>RETURN</kbd>Following brief sector bufferingthe master workspace user environment initializes, displaying the following parameter hierarchy options:</p> +
-    +
     <ul>     <ul>
-      <li><strong>SCAN PICTURE:</strongTriggers the raster scanning sequenceinstructing the print-head assembly to trace across the illustration document.</li> +      <li><span class="neon-highlight">SCAN PICTURE</span>, with this function, the scanner will begin reading the drawing.</li> 
-      <li><strong>VIEW PICTURE:</strongRenders a live preview matrix of the uncompressed raster bitmap currently cached inside the host RAM memory banks.</li> +      <li><span class="neon-highlight">VIEW PICTURE</span(View picture). Choosing this option allows you to see the drawing currently in the computer'memory.</li> 
-      <li><strong>MAGNIFICATION:</strongInvokes the digital zooming subsystemletting designers pick among multiple scaling interpolation thresholds.</li> +      <li><span class="neon-highlight">MAGNIFICATION</span>. This activates the ZOOM featureallowing you to choose from several different image magnification levels.</li> 
-      <li><strong>BEGIN AT COLUMN END AT COLUMN:</strongMaps bounding operational limits, locking the precise horizontal boundaries where the optical photosensor tracks data.</li> +      <li><span class="neon-highlight">BEGIN AT COLUMN AND END AT COLUMN</span>. These two options are used to choose the start and end columns for the scanner to read.</li> 
-      <li><strong>SCREEN COLOURS:</strongFlips display color maps, letting users alternate terminal canvas output between normal green-lit and inverted video masks.</li> +      <li><span class="neon-highlight">SCREEN COLOURS</span>. This function allows you to choose whether you want the screen to operate in normal or inverse mode.</li> 
-      <li><strong>FILE FUNCTIONS:</strongSteps into the secondary sub-menu dashboard governing mass storage disk inputs and outputs.</li> +      <li><span class="neon-highlight">FILE FUNCTIONS</span>. This option selects the disk utilities.</li> 
-      <li><strong>EXIT TO CP/M:</strongSafely terminates the scanner environment routine and steps back out to the master operating system command shell.</li>+      <li><span class="neon-highlight">EXIT TO CP/M</span>. This option is used to exit the program and return to the operating system.</li>
     </ul>     </ul>
-     +    <p>When the scanner is workingwe can stop it by pressing the "STOPkey. This gives us the option to keep or scrap the drawingto keep it, press the "K(KEEP) key, and to delete itpress the "S(SCRAP) key.</p> 
-    <p>While an active digitization tracking routine is processingoperators can interrupt the cycle instantly by hitting the <kbd>STOP</kbd> key. The application halts tracking and prompts the operator to cache or discard the current tracking buffershitting the <kbd>K</kbd> key (KEEP) commits the sector data to the memory stackwhile tapping the <kbd>S</kbd> key (SCRAP) flushes the buffer.</p> +    <p>If we choose the disk functions section, another menu will appear on the screen with the following options:</p> 
-     +
-    <p>Selecting the File Functions node branches the workspace into a standalone storage dashboard, detailing the following utility parameters:</p> +
-    +
     <ul>     <ul>
-      <li><strong>LOAD PICTURE:</strongReferences and buffers saved bitmap image matrices from storage disks into RAM.</li> +      <li><span class="neon-highlight">LOAD PICTURE</span(Read drawing).</li> 
-      <li><strong>SAVE PICTURE:</strongWrites current memory graphic buffers into hard storage sector blocks.</li> +      <li><span class="neon-highlight">SAVE PICTURE</span(Save drawing).</li> 
-      <li><strong>VIEW PICTURE:</strongInvokes a live screen preview layout of the target graphic.</li> +      <li><span class="neon-highlight">VIEW PICTURE</span(View drawing).</li> 
-      <li><strong>CATALOGUE DISC:</strongIndexes and tracks directory trees across any target disk volume array (A, B, or M).</li> +      <li><span class="neon-highlight">CATALOGUE DISC</span(Directory of disk A, B, or M).</li> 
-      <li><strong>PICTURE FORMAT:</strongSwitches structural export filters, translating the internal bitmap matrix variables into custom layout file configurations to ensure flawless imports inside the previously mentioned desktop publishing environments.</li> +      <li><span class="neon-highlight">PICTURE FORMAT</span(Drawing format). Used to choose the drawing format type for use with the aforementioned desktop publishing programs.</li> 
-      <li><strong>ORDER FILES BY:</strongConfigures file sorting and labels matching the target application structures.</li> +      <li><span class="neon-highlight">ORDER FILES BY:</spanThis is where the program name is placed.</li> 
-      <li><strong>SELECT DRIVE:</strongDirects data streams to index file operations inside a specific target storage unit (A, B, or M).</li> +      <li><span class="neon-highlight">SELECT DRIVE</span>. With this option, you select which disk drive you want to work with (A, B, or M).</li> 
-      <li><strong>USER NUMBER:</strongToggles logical CP/M user space groups, accepting variables ranging from to 15 matching CP/M platform specifications.</li> +      <li><span class="neon-highlight">USER NUMBER</span>. User number. You can choose a number between and 15, which are the ones accepted by CP/M.</li> 
-      <li><strong>EXIT TO SCANNER MENU:</strongSafely escapes the storage utility dashboard to step back up into the primary system configuration menu tree.</li>+      <li><span class="neon-highlight">EXIT TO SCANNER MENU</span>. This option returns to the main menu.</li>
     </ul>     </ul>
-     + 
-    <p>As previously outlineddigitized documents parsed through the optical phototransistor array can be imported directly into multiple desktop publishing pipelines. The specific output export file extensions map as follows:</p> +    <p>As mentioned previously, the files (drawings) read by the scanner can be used with several types of desktop publishing programs. The file name extensions are as follows:</p> 
-    +
     <ul>     <ul>
-      <li>Under <em>Desktop Publisher</em> frameworksfile variables carry the <strong>.GRF</strong> extension format.</li> +      <li>With Desktop Publisher, it is .GRF.</li> 
-      <li>Under <em>Fleet Street Editor Plus</em> environmentsfiles are structured under the <strong>.G</strong> matrix filter.</li> +      <li>With Fleet Street Editor Plus, it is .G.</li> 
-      <li>Under <em>Newsdesk International</empipelinesoutputs are written as pure raw bitmaps lacking a formal structural extension string.</li>+      <li>With Newsdesk International, there is no extension.</li> 
 +      <li>If you want to use it with the drawing program Master Paintthe extension .PCP is used.</li>
     </ul>     </ul>
-     
-    <p>If the designer intends to parse or edit the output assets inside the specialized <em>Master Paint</em> design environment, files must be written using the custom <strong>.PCP</strong> formatting mask.</p> 
-     
-    <p><strong>TECHNICAL NOTE:</strong> The analog potentiometer wheel embedded onto the interface casing acts as a manual sensitivity regulator for the internal optoelectronic photosensor tracking diodes. Fine-tuning this sensitivity wheel is meant to be executed dynamically while the printhead carrier is processing active scanning passes across the paper asset.</p> 
-  </div> 
  
-  <div class="pcw-subtitle-box">Original Retail Packaging</div> +    <p><i>NOTE: The knob located on the interface is the sensitivity regulator for the optical sensorThis knob is adjusted while the scanner is running.</i></p>
-   +
-  <div class="content-body" style="margin-bottom15px;"> +
-    <p>The pictures below document the factory retail box layers and physical protection enclosures provided out of the box.</p>+
   </div>   </div>
  
-  <div class="drive-grid-container">+  <!-- ===== PACKAGING ===== --> 
 +  <div class="pcw-subtitle-box">Packaging</div> 
 +  <div class="content-body"><p>In the following images, you can check the original packaging.</p></div> 
 +  <div class="drive-grid-container" style="margin-bottom: 15px;">
     <div class="drive-card">     <div class="drive-card">
-      <div class="gallery-three-inline"> +      <div class="drive-gallery balanced"> 
-        <div class="img-frame"><a href="#b1"><img src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_box_1.JPG"></a><span class="img-label">Outer Box Lid</span></div> +        <div class="img-frame"><a href="#box1"><img src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_box_1.jpg"></a></div> 
-        <div class="img-frame"><a href="#b2"><img src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_box_2.JPG"></a><span class="img-label">Internal Shell Layout</span></div> +        <div class="img-frame"><a href="#box2"><img src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_box_2.jpg"></a></div> 
-        <div class="img-frame"><a href="#b3"><img src="/lib/exe/fetch.php?media=hardware:perifericos:cajas:Master_Scan_box_3.JPG"></a><span class="img-label">Complete Box Profile</span></div>+        <div class="img-frame"><a href="#box3"><img src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_box_3.jpg"></a></div>
       </div>       </div>
     </div>     </div>
   </div>   </div>
  
-  <div class="pcw-subtitle-box">Retail Cover Artwork</div> +  <!-- ===== COVER ===== --> 
- +  <div class="pcw-subtitle-box">Cover</div> 
-  <div class="drive-grid-container">+  <div class="content-body"><p>Here you have the front and back image of the box.</p></div> 
 +  <div class="drive-grid-container" style="margin-bottom: 15px;">
     <div class="drive-card">     <div class="drive-card">
-      <div class="gallery-two-inline"> +      <div class="drive-gallery balanced"> 
-        <div class="img-frame"><a href="#front"><img src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_front.JPG"></a><span class="img-label">Box Front Design</span></div> +        <div class="img-frame"><a href="#front"><img src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_front.jpg"></a></div> 
-        <div class="img-frame"><a href="#back"><img src="/lib/exe/fetch.php?media=hardware:perifericos:caratulas:Master_Scan_back.JPG"></a><span class="img-label">Box Back Specifications</span></div>+        <div class="img-frame"><a href="#back"><img src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_back.jpg"></a></div>
       </div>       </div>
     </div>     </div>
   </div>   </div>
  
-  <div class="pcw-subtitle-box">Floppy Software Media</div> +  <!-- ===== DISKS ===== --> 
-   +  <div class="pcw-subtitle-box">Disks</div> 
-  <div class="content-body" style="margin-bottom: 15px;"> +  <div class="content-body"><p>Original disk supplied with Master Scan.</p></div> 
-    <p>Original software installation and utilities disk media bundled within the factory master kit configuration.</p> +  <div class="drive-grid-container" style="margin-bottom: 15px;">
-  </div> +
- +
-  <div class="drive-grid-container">+
     <div class="drive-card">     <div class="drive-card">
-      <div class="gallery-three-inline"> +      <div class="drive-gallery balanced"> 
-        <div class="img-frame"><a href="#d1"><img src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_disco_1.JPG"></a><span class="img-label">Floppy Master Label</span></div> +        <div class="img-frame"><a href="#disc1"><img src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_disco_1.jpg"></a></div> 
-        <div class="img-frame"><a href="#d2"><img src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_disco_2.JPG"></a><span class="img-label">Floppy Disk Profile</span></div> +        <div class="img-frame"><a href="#disc2"><img src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_disco_2.jpg"></a></div> 
-        <div class="img-frame"><a href="#d3"><img src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_disco_3.JPG"></a><span class="img-label">Floppy Media Reverse</span></div>+        <div class="img-frame"><a href="#disc3"><img src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_disco_3.jpg"></a></div>
       </div>       </div>
     </div>     </div>
   </div>   </div>
  
-  <div class="pcw-subtitle-box">Internal Hardware Components & Extras</div> +  <!-- ===== EXTRAS ===== --> 
-   +  <div class="pcw-subtitle-box">Extras</div> 
-  <div class="content-body" style="margin-bottom: 15px;"> +  <div class="content-body"><p>Images of the internal board from both sidesshowing the components that make up this device.</p></div> 
-    <p>High-resolution captures detailing both surface layers of the interface adapter PCB architectureplotting out the logic chip footprints and resistor arrays driving the signal translation tracking.</p> +  <div class="drive-grid-container" style="margin-bottom: 15px;">
-  </div> +
- +
-  <div class="drive-grid-container">+
     <div class="drive-card">     <div class="drive-card">
-      <div class="gallery-four-inline"> +      <div class="drive-gallery"> 
-        <div class="img-frame"><a href="#ex1"><img src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_extra_1.JPG"></a><span class="img-label">PCB Component Top</span></div> +        <div class="img-frame"><a href="#ext1"><img src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_extra_1.jpg"></a></div> 
-        <div class="img-frame"><a href="#ex2"><img src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_extra_2.JPG"></a><span class="img-label">PCB Solder Tracks</span></div> +        <div class="img-frame"><a href="#ext2"><img src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_extra_2.jpg"></a></div> 
-        <div class="img-frame"><a href="#ex3"><img src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_extra_3.JPG"></a><span class="img-label">Casing Board Alignment</span></div> +        <div class="img-frame"><a href="#ext3"><img src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_extra_3.jpg"></a></div> 
-        <div class="img-frame"><a href="#ex4"><img src="/lib/exe/fetch.php?media=hardware:perifericos:Master_Scan_extra_4.JPG"></a><span class="img-label">Interface IO Bracket</span></div>+        <div class="img-frame"><a href="#ext4"><img src="/lib/exe/fetch.php?media=hardware:perifericos:master_scan_extra_4.jpg"></a></div>
       </div>       </div>
     </div>     </div>
   </div>   </div>
  
-  <div class="content-body" style="margin-top: 20px;"> +  <div class="content-body"> 
-    <p>Included below are the schematic mapping instructions for adapting the scanner mounting brackets across various alternative matrix printer architecturesThese are printed on a single-sided, monochrome thin cardboard sheet measuring exactly 14.70 cm in height by 10.30 cm in width.</p>+    <p>Below are the instructions for the scanner adapters to different types of printersThey are printed on a single-sided thin cardboard sheet in black and white, and its measurements are; Height: 14.70 cm Width: 10.30 cm.</p>
   </div>   </div>
- +  <div class="drive-grid-container" style="margin-bottom: 15px;">
-  <div class="drive-grid-container">+
     <div class="drive-card">     <div class="drive-card">
-      <div class="img-frame"><a href="#inst"><img src="/lib/exe/fetch.php?media=hardware:descargas:Master_Scan_instrucciones.JPG"></a><span class="img-label">Adapter Instruction Card</span></div>+      <div class="drive-gallery balanced"> 
 +        <div class="img-frame"><a href="#inst"><img src="/lib/exe/fetch.php?media=hardware:descargas:master_scan_instrucciones.jpg"></a></div> 
 +      </div>
     </div>     </div>
   </div>   </div>
  
-  <div class="pcw-subtitle-box">Vintage Advertising & Press Documentation</div> +  <div class="content-body"> 
-   +    <p><b>Advertising</b></p
-  <div class="content-body" style="margin-bottom: 15px;"+    <p>Some advertisements for the program in mainstream magazines of the era.</p>
-    <p>Historical marketing advertisements and product showcases running inside leading high-circulation computing magazines back in the day.</p>+
   </div>   </div>
- +  <div class="drive-grid-container" style="margin-bottom: 15px;">
-  <div class="drive-grid-container">+
     <div class="drive-card">     <div class="drive-card">
-      <div class="img-frame"><a href="#pub"><img src="/lib/exe/fetch.php?media=hardware:publicidad:Master_Scan_publicidad_01.JPG"></a><span class="img-label">Magazine Ad 01</span></div>+      <div class="drive-gallery balanced"> 
 +        <div class="img-frame"><a href="#pub1"><img src="/lib/exe/fetch.php?media=hardware:publicidad:master_scan_publicidad_01.jpg"></a></div> 
 +      </div>
     </div>     </div>
   </div>   </div>
  
-  <div class="pcw-subtitle-box">System Download Repositories</div>+  <!-- ===== DOWNLOAD ===== --> 
 +  <div class="pcw-subtitle-box">Download</div
 +   
 +  <div class="descargas-box-ultra"> 
 +    <div class="content-body"> 
 +      <p><b>Program</b></p> 
 +      <p>The disk images have been obtained from the original version of Master Scan, and have been recorded and verified.</p> 
 +       
 +      <ul style="list-style: square; padding-left: 20px; margin-top: 10px;"> 
 +        <li><a href="/lib/exe/fetch.php?media=hardware:descargas:master_scan_database_software_1987_.zip" class="descargas-link-programa">Master Scan</a> (.DSK file compressed in ZIP format)</li> 
 +      </ul>
  
-  <div class="tech-spec-box-full"> +      <p style="margin-top: 15px;"><b>Manual / Instructions</b></p> 
-    <table class="tech-table"> +      <p>Below you can download the manual or instructions for the Master Scan program or view it online.</p
-      <thead> +       
-        <tr><th>Format</th><th>Documentation Archive / DSK Master Image</th></tr+      <ul style="list-stylesquare; padding-left20px; margin-top10px;"
-      </thead> +        <li><a href="/lib/exe/fetch.php?media=hardware:descargas:master_scan_manual.pdf" class="descargas-link-pdf">Master Scan Manual</a></li
-      <tbody> +        <li><a href="/lib/exe/fetch.php?media=hardware:descargas:master_scan_instrucciones.pdf" class="descargas-link-pdf">Master Scan Instructions</a></li
-        <tr><td>ZIP / DSK</td><td></html>{{:aplicaciones:descargas:Master Scan (Database Software) (1987)[!].zip|Master Scan Software Master Disks File}}<html></td></tr+      </ul
-        <tr><td>PDF</td><td></html>{{:aplicaciones:descargas:Master Scan Manual.pdf|Master Scan Complete Technical User Manual}}<html></td></tr+    </div>
-        <tr><td>PDF</td><td></html>{{:aplicaciones:descargas:Master Scan Instrucciones.pdf|Master Scan Mechanical Mount Instruction Sheet}}<html></td></tr+
-      </tbody+
-    </table>+
   </div>   </div>
  
en/aplicaciones/master_scan_or.1778836931.txt.gz · Última modificación: por jesus