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/94047099404604/SMALL+_BANNER.jpg?version=1&modificationDate=1478427166505_White.gif" 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 TIMONE Plan the user has to:

1. Open TIMONE Web Module;

2. Login into the System;

Image Added

3. ALT+click on TIMONE Plan Module;

Image Added

4. Save the .jnlp file

Image Added

Info

Depending on the browser, the Java Web Start application can automatically start to manage the client download process; if this doesn't happen, the JNLP file is available inside the default download folder and can be launched by clicking on it.

5. Right click on the .jnlp file downloaded on his client machine;

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


37. The application starts and the Login Page is displayed;

48. Select the language and enter the Username, Password and Server Address; The supported languages are: Italian, English, French, German and Spanish


59. Click on OK button;

610. After the login, the Issue Management Page Panel is displayed.

 

 

From here it's possible to Create new issues and Duplicate, Modify and Delete existing ones.

Image Removed

 

COMMANDS
Image Removed

The available options are at the top of the screen:

CommandDescription
Load This option allows to LOAD the selected issue
New This option allows to CREATE a new issue
Duplicate This option allows to DUPLICATE the selected issue
Modify This option allows to MODIFY the selected issue
Delete This option allows to DELETE the selected issues
Info

Load, Duplicate, Modify and Delete commands become available as soon as an issue is selected.

Delete command can be applied to multiple issues at the same time, by ctrl-clicking on the issues to deleted.

ISSUE PANEL

Image Removed
 

The issue panel displays the following information about the issues available in a publication:

InformationDescription
Issue name of the issue
Cover date cover date of the issue
Statusstatus of the issue
Pagesnumber of pages, including covers
Production Codeproduction code associated to the issue

 

Tip

For more info please consult Issues Management Panel page.

 

...