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/9404709/SMALL+BANNER.jpg?version=1&modificationDate=1478427166505" 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/6_Emx8hAgcU?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>

 

...

To launch a module of TIMONE System Plan you have to:

1. Right clicking on the .jnlp file;

2. Open the .jnpl file with Java Web Start;


3. You will be redirected to the login page Login Page;

4. Enter the username Username, password Password and server address Server Address;


5. Click on OK button;

6. You will be redirected to the page issue management Issue Management Page.

 

From this window, users can manage their issues: they can CREATE Create new issues, DUPLICATE Duplicate, MODIFY Modify and DELETE Delete one or more of them. 


From a browser, access to the Main Page of TIMONE System and click on “PLAN” module to log-in;

...