Commit a04c45ea2d3bd4cddf152fc32d94836c3af1d652

Authored by Elena.Budnik
1 parent 62dc10f6

rm 6503 - ascii catalog

help/catAsciiFormat 0 → 100644
... ... @@ -0,0 +1,16 @@
  1 +<h3>ASCII Catalog Format</h3>
  2 +<ul>
  3 +<li>Time formats in ascii catalog are the same as in ascii time tables.
  4 + <br/> <br/>
  5 +<li>Each ascii catalog should have a header with parameters description ( will be changed ) : see <i>Catalog Header example</i> below.
  6 +Note that parameter <i>id</i> should be unique for a given catalog.
  7 +<pre>
  8 +# Test catalog;
  9 +# Name: ascii_cat;
  10 +# Creation Date: 2019-09-01T08:11:53;
  11 +# Parameter 1: id:column1; name:Col 1; size:1; type:float;
  12 +# Parameter 2: id:column2; name:Col 2; size:1; type:int;
  13 +# Parameter 3: id:column3; name:Col 3; size:1; type:int;
  14 +# Parameter 4: id:column4; name:Col 4; size:1; type:int;
  15 +</pre>
  16 +</ul>
... ...
js/app/views/UploadPanelUI.js
... ... @@ -455,7 +455,7 @@ Ext.define(&#39;amdaUI.UploadPanelUI&#39;, {
455 455 }
456 456 else {
457 457 this.formats = [
458   - { boxLabel: 'ASCII&nbsp;<img amda_clicktip="ttTimeFormat" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"', name: 'catfrmt', inputValue: 'ASCII', checked: true},
  458 + { boxLabel: 'ASCII&nbsp;<img amda_clicktip="catAsciiFormat" style="vertical-align:middle" src="js/resources/images/icons/attention.png"', name: 'catfrmt', inputValue: 'ASCII', checked: true},
459 459 { boxLabel: 'VOTable', name: 'catfrmt', inputValue: 'VOT'}
460 460 ];
461 461  
... ...
js/resources/images/icons/attention.png 0 → 100644

567 Bytes