Commit e314c3761eccdcdadd1fbbf0df8a444affa92d19

Authored by Myriam Bouchemit
1 parent 40634302
Exists in master

add help/tools and update title

ihm/app/Constants.js
... ... @@ -2,7 +2,7 @@ Ext.define("treps.Constants",
2 2 {
3 3 singleton : true,
4 4  
5   - APP_TITLE : "TREPS - Coordinate Transformations",
  5 + APP_TITLE : "TREPS - Coordinate and Time Transformations",
6 6  
7 7 APP_DESCRIPTION : "Space physics coordinate transformation tool by CDPP.",
8 8  
... ...
ihm/app/controller/Application/Help/Help.js
... ... @@ -93,7 +93,7 @@ Ext.define('treps.controller.Application.Help.Help', {
93 93 text = text.replace(/@@treps_logo@@/g,'resources/images/logo/logo_TREPS.png');
94 94  
95 95 //treps_version
96   - text = text.replace(/@@treps_version@@/g,"<div id='about-version'>"+treps.model.Session.get('kernelVersion')+"</div>");
  96 + text = text.replace(/@@treps_version@@/g,"<div id='about-version' style='display: inline;'>"+treps.model.Session.get('kernelVersion')+"</div>");
97 97  
98 98 //3DView WS documentation
99 99 text = text.replace(/@@treps_wsdoc@@/g, treps.Constants.WS_DOC);
... ...
ihm/help/about
1 1 <b>TREPS tool by CDPP</b><br/>
2   -Space physics coordinate transformation tool.
  2 +Space physics coordinate and time transformation tool.
3 3 <br/>
4 4 <br/>
5 5 Kernel version : @@treps_version@@
... ...
ihm/help/pages.xml
... ... @@ -67,6 +67,11 @@
67 67 <file>help/about</file>
68 68 </page>
69 69 <page>
  70 + <id>tools</id>
  71 + <title>Companion tools</title>
  72 + <file>help/tools</file>
  73 + </page>
  74 + <page>
70 75 <id>3dview</id>
71 76 <title>CDPP/3DView Web Services</title>
72 77 <file>help/3dview</file>
... ...
ihm/help/tools 0 → 100644
... ... @@ -0,0 +1,7 @@
  1 +CDPP develops other analysis/visualisation tools for space physics and planetary sciences
  2 +<ul>
  3 + <li><a href="http://amda.cdpp.eu" target="_blank">AMDA</a>: access and analyze in-situ, model and simulations data in a web-based environment</li>
  4 + <li><a href="http://3dview.cdpp.eu" target="_blank">3DView</a>: visualize celestial bodies, plasma data and models in 3D context</li>
  5 + <li><a href="http://propagationtool.cdpp.eu" target="_blank">The Propagation Tool</a>: bridge solar perturbations to in-situ data via STEREO imagery and analytical models</li>
  6 +
  7 +</ul>
0 8 \ No newline at end of file
... ...