Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<script type="text/javascript">
<!--
    function tell_toggle_visibility(id) {
       var e = document.getElementById(id);
       if(e.style.display == 'block')
          e.style.display = 'none';
       else
          e.style.display = 'block';
    }
//-->
</script>
<a href="#">
<img style="-webkit-user-select:none; display:block; margin:auto;" src="http://docs.tellnet.it//download/attachments/9798103/SMALL+BANNER.jpg?version=1&amp;modificationDate=1477922382210" align="left" onclick="tell_toggle_visibility('tell_video');">
</a>
<br style="clear: both;">
<div style='display:block'></div>
<div id="tell_video" style='display:none'>
<iframe width="960" height="540" src="https://www.youtube.com/embed/7GhuRwVNjA8?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>

 

...

TIMONE View is the module of TIMONE System allowing to view the flat plan and to print it.

The module can show all the obejcts and information which are available in TIMONE Plan, without giving the possibility to make changes in the flat plan.

...