Main Page: Difference between revisions

From Erbessd Instruments
No edit summary
No edit summary
Line 48: Line 48:
   <div style="text-align: center; margin: 10px;">
   <div style="text-align: center; margin: 10px;">
     [[File:RPM.png|frameless|250px]]
     [[File:RPM.png|frameless|250px]]
     <button onclick="togglePages(this)" style="margin-top: 10px;">Show more +</button>
     <details style="margin-top: 10px;">
    <div style="display: none; margin-top: 10px;">
      <summary style="cursor: pointer; font-weight: bold; padding: 6px 12px; background: #eaeaea; border-radius: 4px; display: inline-block; margin-top: 8px;">Show more +</summary>
      <div style="border: 1px solid #ccc; border-radius: 6px; padding: 12px 20px; background: #f8f8f8; box-shadow: 1px 1px 4px rgba(0,0,0,0.1);">
      <div style="margin-top: 10px;">
        [[Phantom]]
        <div style="border: 1px solid #ccc; border-radius: 6px; padding: 12px 20px; background: #f8f8f8;">
          [[Phantom]]
        </div>
       </div>
       </div>
     </div>
     </details>
   </div>
   </div>


Line 59: Line 61:
   <div style="text-align: center; margin: 10px;">
   <div style="text-align: center; margin: 10px;">
     [[File:Current.png|frameless|250px]]
     [[File:Current.png|frameless|250px]]
     <button onclick="togglePages(this)" style="margin-top: 10px;">Show more +</button>
     <details style="margin-top: 10px;">
    <div style="display: none; margin-top: 10px;">
      <summary style="cursor: pointer; font-weight: bold; padding: 6px 12px; background: #eaeaea; border-radius: 4px; display: inline-block; margin-top: 8px;">Show more +</summary>
      <div style="border: 1px solid #ccc; border-radius: 6px; padding: 12px 20px; background: #f8f8f8; box-shadow: 1px 1px 4px rgba(0,0,0,0.1);">
      <div style="margin-top: 10px;">
        [[Wiser]]
        <div style="border: 1px solid #ccc; border-radius: 6px; padding: 12px 20px; background: #f8f8f8;">
          [[Wiser]]
        </div>
       </div>
       </div>
     </div>
     </details>
   </div>
   </div>


Line 70: Line 74:
   <div style="text-align: center; margin: 10px;">
   <div style="text-align: center; margin: 10px;">
     [[File:Thermocouple.png|frameless|250px]]
     [[File:Thermocouple.png|frameless|250px]]
     <button onclick="togglePages(this)" style="margin-top: 10px;">Show more +</button>
     <details style="margin-top: 10px;">
    <div style="display: none; margin-top: 10px;">
      <summary style="cursor: pointer; font-weight: bold; padding: 6px 12px; background: #eaeaea; border-radius: 4px; display: inline-block; margin-top: 8px;">Show more +</summary>
      <div style="border: 1px solid #ccc; border-radius: 6px; padding: 12px 20px; background: #f8f8f8; box-shadow: 1px 1px 4px rgba(0,0,0,0.1);">
      <div style="margin-top: 10px;">
        [[DigivibeMX]]
        <div style="border: 1px solid #ccc; border-radius: 6px; padding: 12px 20px; background: #f8f8f8;">
          [[DigivibeMX]]
        </div>
       </div>
       </div>
     </div>
     </details>
   </div>
   </div>


Line 81: Line 87:
   <div style="text-align: center; margin: 10px;">
   <div style="text-align: center; margin: 10px;">
     [[File:Defiant.png|frameless|250px]]
     [[File:Defiant.png|frameless|250px]]
     <button onclick="togglePages(this)" style="margin-top: 10px;">Show more +</button>
     <details style="margin-top: 10px;">
    <div style="display: none; margin-top: 10px;">
      <summary style="cursor: pointer; font-weight: bold; padding: 6px 12px; background: #eaeaea; border-radius: 4px; display: inline-block; margin-top: 8px;">Show more +</summary>
      <div style="border: 1px solid #ccc; border-radius: 6px; padding: 12px 20px; background: #f8f8f8; box-shadow: 1px 1px 4px rgba(0,0,0,0.1);">
      <div style="margin-top: 10px;">
        [[Defiant]]
        <div style="border: 1px solid #ccc; border-radius: 6px; padding: 12px 20px; background: #f8f8f8;">
          [[Defiant]]
        </div>
       </div>
       </div>
     </div>
     </details>
   </div>
   </div>


Line 92: Line 100:
   <div style="text-align: center; margin: 10px;">
   <div style="text-align: center; margin: 10px;">
     [[File:Thermal.png|frameless|250px]]
     [[File:Thermal.png|frameless|250px]]
     <button onclick="togglePages(this)" style="margin-top: 10px;">Show more +</button>
     <details style="margin-top: 10px;">
    <div style="display: none; margin-top: 10px;">
      <summary style="cursor: pointer; font-weight: bold; padding: 6px 12px; background: #eaeaea; border-radius: 4px; display: inline-block; margin-top: 8px;">Show more +</summary>
      <div style="border: 1px solid #ccc; border-radius: 6px; padding: 12px 20px; background: #f8f8f8; box-shadow: 1px 1px 4px rgba(0,0,0,0.1);">
      <div style="margin-top: 10px;">
        [[Dragon Vision]]
        <div style="border: 1px solid #ccc; border-radius: 6px; padding: 12px 20px; background: #f8f8f8;">
          [[Dragon Vision]]
        </div>
       </div>
       </div>
     </div>
     </details>
   </div>
   </div>


</div>
</div>
<!-- Script para mostrar/ocultar -->
<html>
<script>
  function togglePages(button) {
    var content = button.nextElementSibling;
    if (content && (content.style.display === "none" || content.style.display === "")) {
      content.style.display = "block";
      button.textContent = "Show less −";
    } else if (content) {
      content.style.display = "none";
      button.textContent = "Show more +";
    }
  }
</script>
<html>
<script>
  alert("JavaScript está inhabilitado");
</script>
</html>
</html>

Revision as of 16:15, 25 June 2025

Products

File:Low Range.png File:Defiant.png


Software

   
   <details style="margin-top: 10px;">
     <summary style="cursor: pointer; font-weight: bold; padding: 6px 12px; background: #eaeaea; border-radius: 4px; display: inline-block; margin-top: 8px;">Show more +</summary>
   </details>
   
   <details style="margin-top: 10px;">
     <summary style="cursor: pointer; font-weight: bold; padding: 6px 12px; background: #eaeaea; border-radius: 4px; display: inline-block; margin-top: 8px;">Show more +</summary>
   </details>
   
   <details style="margin-top: 10px;">
     <summary style="cursor: pointer; font-weight: bold; padding: 6px 12px; background: #eaeaea; border-radius: 4px; display: inline-block; margin-top: 8px;">Show more +</summary>
   </details>
   File:Defiant.png
   <details style="margin-top: 10px;">
     <summary style="cursor: pointer; font-weight: bold; padding: 6px 12px; background: #eaeaea; border-radius: 4px; display: inline-block; margin-top: 8px;">Show more +</summary>
   </details>
   
   <details style="margin-top: 10px;">
     <summary style="cursor: pointer; font-weight: bold; padding: 6px 12px; background: #eaeaea; border-radius: 4px; display: inline-block; margin-top: 8px;">Show more +</summary>
   </details>