From 732a661c61432fd36034a5b6a214d9699a0d21bd Mon Sep 17 00:00:00 2001 From: Elena.Budnik <ebudnik@irap.omp.eu> Date: Fri, 20 Jan 2017 12:49:13 +0100 Subject: [PATCH] info on CDF time format --- help/cdfTimeFormat | 13 +++++++++++++ js/app/views/UploadPanelUI.js | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 help/cdfTimeFormat diff --git a/help/cdfTimeFormat b/help/cdfTimeFormat new file mode 100644 index 0000000..70401c0 --- /dev/null +++ b/help/cdfTimeFormat @@ -0,0 +1,13 @@ + +<h2>CDF Time Format</h2><br/> + + Only CDF time variable types are accepted : <br/> + + <ul> + <li> EPOCH + <li> EPOCH16 + <li> <i>TBD : T2000</i> + </ul> + + + diff --git a/js/app/views/UploadPanelUI.js b/js/app/views/UploadPanelUI.js index 25f2fce..964c30b 100644 --- a/js/app/views/UploadPanelUI.js +++ b/js/app/views/UploadPanelUI.js @@ -221,8 +221,8 @@ Ext.define('amdaUI.UploadPanelUI', { } } }, - { boxLabel: 'netCDF <img amda_clicktip="ncTimeFormat" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"', name: 'filefrmt', inputValue: 'NC' }, - { boxLabel: 'CDF', name: 'filefrmt', inputValue: 'CDF' }, + { boxLabel: 'netCDF <img amda_clicktip="ncTimeFormat" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"', name: 'filefrmt', inputValue: 'NC' }, + { boxLabel: 'CDF <img amda_clicktip="cdfTimeFormat" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"', name: 'filefrmt', inputValue: 'CDF' }, { boxLabel: 'CEF[GZ]', name: 'filefrmt', inputValue: 'CEF' }, { boxLabel: 'VOTable', name: 'filefrmt', inputValue: 'VOT' } ]; -- libgit2 0.21.2