Main Page: Difference between revisions

From Erbessd Instruments
No edit summary
No edit summary
Line 40: Line 40:


== Software ==
== Software ==
<div style="display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;">
  <!-- Item 1 -->
  <div style="text-align: center;">
    [[File:RPM.png|frameless|250px]]
    <button onclick="togglePages(this)" style="margin-top: 10px;">Show more +</button>
    <div class="related-pages" style="display:none; margin-top:10px;">
      [[Phantom]]
    </div>
  </div>
  <!-- Item 2 -->
  <div style="text-align: center;">
    [[File:Current.png|frameless|250px]]
    <button onclick="togglePages(this)" style="margin-top: 10px;">Show more +</button>
    <div class="related-pages" style="display:none; margin-top:10px;">
      [[Wiser]]
    </div>
  </div>
  <!-- Item 3 -->
  <div style="text-align: center;">
    [[File:Thermocouple.png|frameless|250px]]
    <button onclick="togglePages(this)" style="margin-top: 10px;">Show more +</button>
    <div class="related-pages" style="display:none; margin-top:10px;">
      [[DigivibeMX]]
    </div>
  </div>
</div>
<script>
function togglePages(button) {
  var content = button.nextElementSibling;
  if (content.style.display === "none") {
    content.style.display = "block";
    button.textContent = "Show less −";
  } else {
    content.style.display = "none";
    button.textContent = "Show more +";
  }
}
</script>

Revision as of 15:43, 25 June 2025

Products

File:Low Range.png File:Defiant.png


Software

   
   <button onclick="togglePages(this)" style="margin-top: 10px;">Show more +</button>
   
   <button onclick="togglePages(this)" style="margin-top: 10px;">Show more +</button>
   
   <button onclick="togglePages(this)" style="margin-top: 10px;">Show more +</button>

<script> function togglePages(button) {

 var content = button.nextElementSibling;
 if (content.style.display === "none") {
   content.style.display = "block";
   button.textContent = "Show less −";
 } else {
   content.style.display = "none";
   button.textContent = "Show more +";
 }

} </script>