Commit 732a661c61432fd36034a5b6a214d9699a0d21bd

Authored by Elena.Budnik
1 parent 7bd75a2a

info on CDF time format

Showing 2 changed files with 15 additions and 2 deletions   Show diff stats
help/cdfTimeFormat 0 → 100644
... ... @@ -0,0 +1,13 @@
  1 +
  2 +<h2>CDF Time Format</h2><br/>
  3 +
  4 + Only CDF time variable types are accepted : <br/>
  5 +
  6 + <ul>
  7 + <li> EPOCH
  8 + <li> EPOCH16
  9 + <li> <i>TBD : T2000</i>
  10 + </ul>
  11 +
  12 +
  13 +
... ...
js/app/views/UploadPanelUI.js
... ... @@ -221,8 +221,8 @@ Ext.define(&#39;amdaUI.UploadPanelUI&#39;, {
221 221 }
222 222 }
223 223 },
224   - { boxLabel: 'netCDF&nbsp;<img amda_clicktip="ncTimeFormat" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"', name: 'filefrmt', inputValue: 'NC' },
225   - { boxLabel: 'CDF', name: 'filefrmt', inputValue: 'CDF' },
  224 + { boxLabel: 'netCDF&nbsp;<img amda_clicktip="ncTimeFormat" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"', name: 'filefrmt', inputValue: 'NC' },
  225 + { boxLabel: 'CDF&nbsp;<img amda_clicktip="cdfTimeFormat" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"', name: 'filefrmt', inputValue: 'CDF' },
226 226 { boxLabel: 'CEF[GZ]', name: 'filefrmt', inputValue: 'CEF' },
227 227 { boxLabel: 'VOTable', name: 'filefrmt', inputValue: 'VOT' }
228 228 ];
... ...