This file is indexed.

/usr/share/stellarium/webroot/tablet7in.html is in stellarium-data 0.15.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8" />
  <title><?= tr("Stellarium remote control plugin")?></title>
  <link type="text/css" rel="stylesheet" href="/external/jquery-ui.css"/>
  <link type="text/css" rel="stylesheet" href="style.css" />
  <link type="text/css" rel="stylesheet" href="style_tablet7in.css" />
  <!-- Stellarium uses require.js to provide a controlled module environment -->
  <script data-main="js/main" src="js/require.js" type="text/javascript"></script>
</head>
<body>
  <!-- initial loading overlay -->
  <div id="loadoverlay" class="ui-widget-overlay">
    <div class="loadwrapper">
      <div class="loadinner textcenter">
        <img src="images/stellariumlarge.png" alt="Stellarium logo" class="display-block margin-auto"/>
        <div class="margin-auto"><?= tr("Please wait, loading")?></div>
        <noscript><p class="ui-state-error">This remote control requires JavaScript and a reasonably modern browser.<br/>For further information, here are <a href="http://www.enable-javascript.com/" target="_blank">
         instructions how to enable JavaScript in your web browser</a></p></noscript>
       </div>
     </div>
   </div>
   <div id="wrapper" class="ui-corner-all ui-widget-content">
    <header>
      <img src="images/stellarium.png" alt="Stellarium logo"/>
      <h1><?= tr("Stellarium remote control")?></h1>
    </header>
    <div id="tabs">
      <ul>
        <li><a href="#tab_main"><?= tr("Main controls")?></a></li>
        <li><a href="#tab_timejump"><?= tr("Time Jump")?></a></li>
        <li><a href="#tab_selection"><?= tr("Selection")?></a></li>
        <li><a href="#tab_view_stars"><?= tr("Stars")?></a></li>
        <li><a href="#tab_view_planets"><?= tr("Planets")?></a></li>
        <li><a href="#tab_view_atm"><?= tr("Atmosphere")?></a></li>
        <li><a href="#tab_view_grids"><?= tr("Grids")?></a></li>
        <li><a href="#tab_dso"><?= tr("DSO")?></a></li>
        <li><a href="#tab_landscape"><?= tr("Landscape")?></a></li>
        <li><a href="#tab_skyculture"><?= tr("Starlore")?></a></li>
        <li><a href="#tab_actions"><?= tr("Actions")?></a></li>
        <li><a href="#tab_scripts"><?= tr("Scripts")?></a></li>
        <li><a href="#tab_location"><?= tr("Location")?></a></li>
        <li><a href="#tab_projection"><?= tr("Projection")?></a></li>
      </ul>
      <div id="tab_main">
        <div class="flex">
          <!-- part of ui/time.js -->
          <section id="time" class="block flex-noshrink">
            <header><h2><?= tr("Time")?></h2></header>
            <div id="timewidget">
              <ul>
                <li><a href="#time_local"><?= tr("Date and Time")?></a></li>
                <li><a href="#time_jday"><?= tr("Julian Day")?></a></li>
              </ul>
              <!-- GZ attribute readonly prevents the tablet virtual keyboard from coming up! We just need it for the year... -->
              <div id="time_local" class="timetab">
                <p class="timedisplay">
                  <input id="date_year" class="spinner" data-type="date" data-field="year" data-min="-100000" data-max="100000"/>
                  /
                  <input id="date_month" class="spinner" data-type="date" data-field="month" data-min="0" data-max="13" readonly="readonly"/>
                  /
                  <input id="date_day" class="spinner" data-type="date" data-field="day" data-min="0" data-max="32" readonly="readonly"/>
                </p>
                <p class="timedisplay">
                  <input id="time_hour" class="spinner" data-type="time" data-field="hour" data-min="-1" data-max="24" readonly="readonly"/>
                  :
                  <input id="time_minute" class="spinner" data-type="time" data-field="minute" data-min="-1" data-max="60" readonly="readonly"/>
                  :
                  <input id="time_second" class="spinner" data-type="time" data-field="second" data-min="-1" data-max="60" readonly="readonly"/>
                </p>
              </div>
              <div id="time_jday" class="timetab">
                <div>
                  <p class="timedisplay"><label for="input_jd">JD: </label><input id="input_jd" class="spinner" data-min="-100000000" data-max="100000000" data-step="0.00001"/></p>
                  <p class="timedisplay"><label for="input_mjd">MJD: </label><input id="input_mjd" class="spinner" data-min="-100000000" data-max="100000000" data-step="0.00001"/></p>
                </div>
              </div>
            </div>
            <p class="textcenter">&Delta;T = <span id="deltat"></span></p>
            <div id="mainbuttons">
              <ul id="timecontrols" class="ui-corner-all ui-widget-content button32list">
                <li title="Decrease time speed"><button id="bt_timerewind" class="icon32 btTimeRewind"></button></li><li title="Pause"><button id="bt_timeplaypause" class="icon32 btTimeRealtime"></button></li><li title="Set time to now"><button id="bt_timenow" class="icon32 btTimeNow"></button></li><li title="Increase time speed"><button id="bt_timeforward" class="icon32 btTimeForward"></button></li>
              </ul>
            </div>
          </section>
          
          <!-- part of ui/viewcontrol.js -->
          <section id="view" class="block textcenter">
            <header><h2><?= tr("View")?></h2></header>
            <div id="view_controls" class="ui-corner-all ui-widget-content">
              <div id="view_upleft" class="joybutton"><?= tr("Up/Left")?></div><div id="view_up" class="joybutton"><?= tr("Up")?></div><div id="view_upright" class="joybutton"><?= tr("Up/Right")?></div><div id="view_left" class="joybutton"><?= tr("Left")?></div><div id="view_center" class="joybutton" title='<?= tr("Focus on selected object")?>'><?= tr("Focus on selection")?></div><div id="view_right" class="joybutton"><?= tr("Right")?></div><div id="view_downleft" class="joybutton"><?= tr("Down/Left")?></div><div id="view_down" class="joybutton"><?= tr("Down")?></div><div id="view_downright" class="joybutton"><?= tr("Down/Right")?></div>
            </div>
            <div class="flex">
        	<section class="block flex flex-column">
        	 <header><h2><?= tr("View towards horizon at Azimuth")?></h2></header>
             <div><table><tr>
                 <td><button type="button" class="stelssc" value="core.moveToAltAzi(0., 0., 3.)">0&deg;</button></td>
                 <td><button type="button" class="stelssc" value="core.moveToAltAzi(0., 30., 3.)">30&deg;</button></td>
                 <td><button type="button" class="stelssc" value="core.moveToAltAzi(0., 60., 3.)">60&deg;</button></td>
                 <td><button type="button" class="stelssc" value="core.moveToAltAzi(0., 90., 3.)">90&deg;</button></td>
                 <td><button type="button" class="stelssc" value="core.moveToAltAzi(0., 120., 3.)">120&deg;</button></td>
                 <td><button type="button" class="stelssc" value="core.moveToAltAzi(0., 150., 3.)">150&deg;</button></td></tr><tr>
                 <td><button type="button" class="stelssc" value="core.moveToAltAzi(0., 180., 3.)">180&deg;</button></td>
                 <td><button type="button" class="stelssc" value="core.moveToAltAzi(0., 210., 3.)">210&deg;</button></td>
                 <td><button type="button" class="stelssc" value="core.moveToAltAzi(0., 240., 3.)">240&deg;</button></td>
                 <td><button type="button" class="stelssc" value="core.moveToAltAzi(0., 270., 3.)">270&deg;</button></td>
                 <td><button type="button" class="stelssc" value="core.moveToAltAzi(0., 300., 3.)">300&deg;</button></td>
                 <td><button type="button" class="stelssc" value="core.moveToAltAzi(0., 330., 3.)">330&deg;</button></td></tr>
                 </table>
            </div>
           </section>
           </div>

             <div class="flex-expand">
             <!-- It would be more intuitive to have this slider in vertical orientation.  -->
             <div id="view_offset" class="slider stelproperty flex-expand" data-prop="StelMovementMgr.viewportVerticalOffsetTarget" data-min="-50" data-max="50" data-step="1"></div>
             Vertical View offset: <span class="stelproperty" style="margin-left: 5px; min-width: 48px;" data-prop="StelMovementMgr.viewportVerticalOffsetTarget" data-numberformat="n0"></span>
             <!-- GZ Add a few buttons with defined values to set here -->
             <table><tr>
             <td><button type="button" class="stelssc" value="StelMovementMgr.moveViewport(0.,-50., 3.)">-50%</button></td>
             <td><button type="button" class="stelssc" value="StelMovementMgr.moveViewport(0.,-40., 3.)">-40%</button></td>
             <td><button type="button" class="stelssc" value="StelMovementMgr.moveViewport(0.,-30., 3.)">-30%</button></td>
             <td><button type="button" class="stelssc" value="StelMovementMgr.moveViewport(0.,-20., 3.)">-20%</button></td>
             <td><button type="button" class="stelssc" value="StelMovementMgr.moveViewport(0.,-10., 3.)">-10%</button></td>
             <td><button type="button" class="stelssc" value="StelMovementMgr.moveViewport(0.,0., 3.)">0%</button></td>
             <td><button type="button" class="stelssc" value="StelMovementMgr.moveViewport(0.,20., 3.)">20%</button></td>
             <!--button type="button" class="stelproperty" title='<?= tr("Reset")?>' name="StelMovementMgr.viewportVerticalOffsetTarget" value="0"><?= tr("Reset")?></button-->
             </tr></table>
            </div>
            <div id="view_wrapper">
              <div id="view_fov"></div>
              <p title='<?= tr("Field of view")?>'>FOV: <span id="view_fov_text"></span></p>

              <div id="view_fovbuttons" class="ui-corner-all ui-widget-content">
              <table>
               <tr><!-- as a matter of taste: fovbutton is faster, but required special operation. stelssc can be configured more elegantly, but may be blocked during script execution!
                <td><button type="button" class="fovbutton" value="0.1">0.1&deg;</button></td>
                <td><button type="button" class="fovbutton" value="1">1&deg;</button></td>
                <td><button type="button" class="fovbutton" value="5">5&deg;</button></td>
                <td><button type="button" class="fovbutton" value="10">10&deg;</button></td>
                <td><button type="button" class="fovbutton" value="20">20&deg;</button></td>
                <td><button type="button" class="fovbutton" value="30">30&deg;</button></td>
                <td><button type="button" class="stelssc" value="StelMovementMgr.zoomTo(40, 3)">40&deg;</button></td></tr><tr>
                <td><button type="button" class="fovbutton" value="50">50&deg;</button></td>
                <td><button type="button" class="fovbutton" value="60">60&deg;</button></td>
                <td><button type="button" class="fovbutton" value="90">90&deg;</button></td>
                <td><button type="button" class="fovbutton" value="120">120&deg;</button></td>
                <td><button type="button" class="fovbutton" value="150">150&deg;</button></td>
                <td><button type="button" class="fovbutton" value="180">180&deg;</button></td>
                <td><button type="button" class="fovbutton" value="230">230&deg;</button></td> -->
                <td><button type="button" class="stelssc" value="StelMovementMgr.zoomTo(0.1,3)">0.1&deg;</button></td>
                <td><button type="button" class="stelssc" value="StelMovementMgr.zoomTo(1,3)">1&deg;</button></td>
                <td><button type="button" class="stelssc" value="StelMovementMgr.zoomTo(5,3)">5&deg;</button></td>
                <td><button type="button" class="stelssc" value="StelMovementMgr.zoomTo(10,3)">10&deg;</button></td>
                <td><button type="button" class="stelssc" value="StelMovementMgr.zoomTo(20,3)">20&deg;</button></td>
                <td><button type="button" class="stelssc" value="StelMovementMgr.zoomTo(30,3)">30&deg;</button></td>
                <td><button type="button" class="stelssc" value="StelMovementMgr.zoomTo(40,3)">40&deg;</button></td></tr><tr>
                <td><button type="button" class="stelssc" value="StelMovementMgr.zoomTo(50,3)">50&deg;</button></td>
                <td><button type="button" class="stelssc" value="StelMovementMgr.zoomTo(60,3)">60&deg;</button></td>
                <td><button type="button" class="stelssc" value="StelMovementMgr.zoomTo(90,3)">90&deg;</button></td>
                <td><button type="button" class="stelssc" value="StelMovementMgr.zoomTo(120,3)">120&deg;</button></td>
                <td><button type="button" class="stelssc" value="StelMovementMgr.zoomTo(150,3)">150&deg;</button></td>
                <td><button type="button" class="stelssc" value="StelMovementMgr.zoomTo(180,3)">180&deg;</button></td>
                <td><button type="button" class="stelssc" value="StelMovementMgr.zoomTo(230,4)">230&deg;</button></td>
               </tr>
              </table>
              </div> 
              <p><?= tr("Projection")?>: <span id="view_projection"></span></p>
            </div>
          </section>
        </div>
      </div>
      <div id="tab_timejump">
        <div class="flex">
          <!-- part of ui/time.js -->
          <section id="timejump" class="block">
            <header><h2><?= tr("Time jumps")?></h2></header>
            <div id="timejumplist">
              <!-- buttons get created using JS code -->
              <ul>
                <li data-next="actionAdd_Solar_Hour" data-prev="actionSubtract_Solar_Hour"><?= tr("Solar hour")?></li>
                <li data-next="actionAdd_Solar_Day" data-prev="actionSubtract_Solar_Day"><?= tr("Solar day")?></li>
                <li data-next="actionAdd_Solar_Week" data-prev="actionSubtract_Solar_Week"><?= tr("Solar week")?></li>

                <li data-next="actionAdd_Sidereal_Day" data-prev="actionSubtract_Sidereal_Day"><?= tr("Sidereal day")?></li>
                <li data-next="actionAdd_Sidereal_Year" data-prev="actionSubtract_Sidereal_Year"><?= tr("Sidereal year")?></li>
                <li data-next="actionAdd_Sidereal_Century" data-prev="actionSubtract_Sidereal_Century"><?= tr("Sidereal century")?></li>

                <li data-next="actionAdd_Synodic_Month" data-prev="actionSubtract_Synodic_Month"><?= tr("Synodic month")?></li>
                <li data-next="actionAdd_Draconic_Month" data-prev="actionSubtract_Draconic_Month"><?= tr("Draconic month")?></li>
                <li data-next="actionAdd_Draconic_Year" data-prev="actionSubtract_Draconic_Year"><?= tr("Draconic year")?></li>
              </ul>
              <ul>
                <li data-next="actionAdd_Anomalistic_Month" data-prev="actionSubtract_Anomalistic_Month"><?= tr("Anomalistic month")?></li>
                <li data-next="actionAdd_Anomalistic_Year" data-prev="actionSubtract_Anomalistic_Year"><?= tr("Anomalistic year")?></li>
                <li data-next="actionAdd_Anomalistic_Century" data-prev="actionSubtract_Anomalistic_Century"><?= tr("Anomalistic century")?></li>

                <li data-next="actionAdd_Mean_Tropical_Month" data-prev="actionSubtract_Mean_Tropical_Month"><?= tr("Mean tropical month")?></li>
                <li data-next="actionAdd_Mean_Tropical_Year" data-prev="actionSubtract_Mean_Tropical_Year"><?= tr("Mean tropical year")?></li>
                <li data-next="actionAdd_Mean_Tropical_Century" data-prev="actionSubtract_Mean_Tropical_Century"><?= tr("Mean tropical century")?></li>

                <li data-next="actionAdd_Tropical_Year" data-prev="actionSubtract_Tropical_Year"><?= tr("Tropical year")?></li>
                <li data-next="actionAdd_Julian_Year" data-prev="actionSubtract_Julian_Year"><?= tr("Julian year")?></li>
                <li data-next="actionAdd_Gaussian_Year" data-prev="actionSubtract_Gaussian_Year"><?= tr("Gaussian year")?></li>
                <li data-next="actionAdd_Julian_Century" data-prev="actionSubtract_Julian_Century"><?= tr("Julian century")?></li>
              </ul>
            </div>
          </section>
        </div>
      </div>
      <div id="tab_selection">
        <div class="flex flex-wrap">
          <!-- part of ui/search.js -->
          <section id="search" class="block">
            <header><h2><?= tr("Search")?></h2></header>
            <div id="srch_tabs">
              <ul>
                <li><a href="#srch_tab_object"><?= tr("Object")?></a></li>
                <li><a href="#srch_tab_list"><?= tr("Lists")?></a></li>
              </ul>
              <div id="srch_tab_object">
                <form class="flex">
                  <input id="srch_input" class="flex-expand" type="text" placeholder='<?= tr("Enter search term. Use TAB to navigate results.")?>' autocomplete="off"/>
                  <button id="srch_button" type="submit"><?= tr("Select and focus")?></button>
                </form>
                <div>
                  <div id="srch_results"></div>
                </div>
                <p id="srch_simbad_text">Simbad: <span id="srch_simbad"><?= tr("idle")?></span>
                </p>
                <div id="srch_greek">
                  <div>
                    <button>&alpha;</button><button>&beta;</button><button>&gamma;</button><button>&delta;</button><button>&epsilon;</button><button>&zeta;</button><button>&eta;</button><button>&theta;</button>
                  </div>
                  <div>
                    <button>&iota;</button><button>&kappa;</button><button>&lambda;</button><button>&mu;</button><button>&nu;</button><button>&xi;</button><button>&omicron;</button><button>&pi;</button>
                  </div>
                  <div>
                    <button>&rho;</button><button>&sigma;</button><button>&tau;</button><button>&upsilon;</button><button>&phi;</button><button>&chi;</button><button>&psi;</button><button>&omega;</button>
                  </div>
                </div>
              </div>
              <div id="srch_tab_list">
                <div class="flex flex-column" style="height: 100%">
                  <div class="flex">
                    <select id="srch_list_objecttype" class="flex-expand"></select>
                    <input id="srch_list_english" type="checkbox" /><label for="srch_list_english"><?= tr("names in English")?></label>
                  </div>
                  <select id="srch_list_objectlist" class="scrollselect flex-expand" size="10"></select>
                </div>
              </div>
            </div>
            <div id="quickselect">
              <h2><?= tr("Quick select")?></h2>
              <ul class="ui-corner-all ui-widget-content buttonlist">
                <!-- to add a new quick select button, simply add a new button with the english name of the object as value -->
                <!-- try not to add whitespace between li items (inline-block layout uglyness) -->
                <li><button title='<?= tr("Sun")?>' value="Sun">&#x2609;</button></li><li><button title='<?= tr("Mercury")?>' value="Mercury">&#x263F;</button></li><li><button title='<?= tr("Venus")?>' value="Venus">&#x2640;</button></li><li><button title='<?= tr("Earth")?>' value="Earth">&#x2641;</button></li><li><button title='<?= tr("Moon")?>' value="Moon">&#x263D;</button></li><li><button title='<?= tr("Mars")?>' value="Mars">&#x2642;</button></li><li><button title='<?= tr("Jupiter")?>' value="Jupiter">&#x2643;</button></li><li><button title='<?= tr("Saturn")?>' value="Saturn">&#x2644;</button></li><li><button title='<?= tr("Uranus")?>' value="Uranus">&#x2645;</button></li><li><button title='<?= tr("Neptune")?>' value="Neptune">&#x2646;</button></li><li><button title='<?= tr("Pluto")?>' value="Pluto">&#x2647;</button></li><br/>
                <li><button title='<?= tr("Sirius")?>' value="Sirius">Sirius</button></li>
                <li><button title='<?= tr("Arcturus")?>' value="Arcturus">Arctur</button></li>
                <li><button title='<?= tr("Capella")?>' value="Capella">Capella</button></li>
                <li><button title='<?= tr("Vega")?>' value="Vega">Vega</button></li>
                <li><button title='<?= tr("Deneb")?>' value="Deneb">Deneb</button></li>
                <li><button title='<?= tr("Altair")?>' value="Altair">Altair</button></li>
                <li><button title='<?= tr("Andromeda Galaxy")?>' value="M31">M31</button></li>
                <li><button title='<?= tr("Hercules Cluster")?>' value="M13">M13</button></li>
                <li><button title='<?= tr("Orion Nebula")?>' value="M42">M42</button></li>
                <li><button title='<?= tr("Eta Carinae Nebula")?>' value="C92">&eta;Car</button></li>
                <li><button title='<?= tr("47 Tucanae Cluster")?>' value="47 Tuc">47 Tuc</button></li>
                <li><button title='<?= tr("Aries")?>' value="Aries">Ari</button></li>
                <li><button title='<?= tr("Taurus")?>' value="Taurus">Tau</button></li>
                <li><button title='<?= tr("Gemini")?>' value="Gemini">Gem</button></li>
                <li><button title='<?= tr("Cancer")?>' value="Cancer">Cnc</button></li>
                <li><button title='<?= tr("Leo")?>' value="Leo">Leo</button></li>
                <li><button title='<?= tr("Virgo")?>' value="Virgo">Vir</button></li>
                <li><button title='<?= tr("Libra")?>' value="Libra">Lib</button></li>
                <li><button title='<?= tr("Scorpius")?>' value="Scorpius">Sco</button></li>
                <li><button title='<?= tr("Sagittarius")?>' value="Sagittarius">Sgr</button></li>
                <li><button title='<?= tr("Capricornus")?>' value="Capricornus">Cap</button></li>
                <li><button title='<?= tr("Aquarius")?>' value="Aquarius">Aqr</button></li>
                <li><button title='<?= tr("Pisces")?>' value="Pisces">Psc</button></li>
              </ul>
              <!-- an empty value will deselect -->
              <button class="jquerybutton" value=""><?= tr("Clear selection")?></button>
            </div>
          </section>
          <!-- part of ui/mainui.js -->
          <section id="selection" class="block flex-expand">
            <header><h2><?= tr("Current selection")?></h2></header>
            <span id="sel_infostring"></span>
          </section>
        </div>
      </div>
      <!-- handled by ui/viewoptions.js -->
      <div id="tab_view_stars">
        <div class="flex flex-wrap">
          <div id="vo_stars" class="smallblock blocklabel">
            <h3><?= tr("Stars")?></h3>
            <div class="table">
              <!-- inputs with stelproperty class are automatically connected by mainui.js -->
              <p><label for="stars_absoluteScale"><?= tr("Absolute scale:")?></label><input id="stars_absoluteScale" class="spinner stelproperty" name="StelSkyDrawer.absoluteStarScale" data-min="0" data-max="9" data-step="0.1" data-numberformat="n2" readonly="readonly"/></p>
              <p><label for="stars_relativeScale"><?= tr("Relative scale:")?></label><input id="stars_relativeScale" class="spinner stelproperty" name="StelSkyDrawer.relativeStarScale" data-min="0.25" data-max="5" data-step="0.05" data-numberformat="n2" readonly="readonly"/></p>
              <p><label for="stars_milkywayintensity"><?= tr("Milky Way brightness:")?></label><input id="stars_milkywayintensity" class="spinner stelproperty" name="MilkyWay.intensity" data-min="0" data-max="10" data-step="0.1" data-numberformat="n2" readonly="readonly"/></p>
              <p><label for="stars_zodiacintensity"><?= tr("Zodiacal Light brightness:")?></label><input id="stars_zodiacintensity" class="spinner stelproperty" name="ZodiacalLight.intensity" data-min="0" data-max="10" data-step="0.1" data-numberformat="n2" readonly="readonly"/></p>
              <p><label><input class="stelproperty" name="StelSkyDrawer.flagTwinkle" type="checkbox"/><?= tr("Twinkle:")?></label><input class="spinner stelproperty" name="StelSkyDrawer.twinkleAmount" data-min="0" data-max="1.5" data-step="0.1" data-numberformat="n2" readonly="readonly"/></p>
              <p><label><input class="stelproperty" name="StelSkyDrawer.flagStarMagnitudeLimit" type="checkbox"/><?= tr("Limit magnitude:")?></label><input class="spinner stelproperty" name="StelSkyDrawer.customStarMagLimit" data-min="0" data-max="21" data-step="0.1" data-numberformat="n2" readonly="readonly"/></p>
            </div>
            <label><input class="stelproperty" name="StelSkyDrawer.flagLuminanceAdaptation" type="checkbox"/><?= tr("Dynamic eye adaptation")?></label>
            <div class="flex flex-baseline">
              <label><input type="checkbox" class="stelaction" name="actionShow_Stars_Labels"/><?= tr("Labels and Markers")?></label><div class="slider stelproperty flex-expand" data-prop="StarMgr.labelsAmount" data-min="0" data-max="10" data-step="0.1"></div>
            </div>
            <div class="stelplugin" data-plugin="NavStars">
                   <label><input type="checkbox" class="stelaction" name="actionShow_NavStars"/><?= tr("Navigational Stars")?></label>
            </div>
            <div class="stelplugin" data-plugin="ExoPlanets">
                   <label><input type="checkbox" class="stelaction" name="actionShow_Exoplanets"/><?= tr("Exoplanets")?></label>
            </div>
          </div>
        </div>
      </div>
      <div id="tab_view_planets">
        <div class="flex flex-wrap">
          <div class="smallblock blocklabel">
            <h3><?= tr("Planets and satellites")?></h3>
            <label><input type="checkbox" class="stelaction" name="actionShow_Planets" /><?= tr("Show Solar System objects")?></label>
            <label><input type="checkbox" class="stelaction" name="actionShow_Planets_Hints" /><?= tr("Show planet markers")?></label>
            <label><input type="checkbox" class="stelaction" name="actionShow_Planets_Orbits" /><?= tr("Show planet orbits")?></label>
            <label><input class="stelproperty" name="SolarSystem.flagIsolatedOrbits" type="checkbox"/><?= tr("Show orbit for selected planet")?></label>
            <label><input class="stelproperty" name="SolarSystem.flagIsolatedTrails" type="checkbox"/><?= tr("Show trail only for selected planet")?></label>
            <label><input class="stelproperty" name="SolarSystem.flagLightTravelTime" type="checkbox"/><?= tr("Simulate light speed")?></label>
            <div class="table">
              <p><label><input class="stelproperty" name="SolarSystem.flagMoonScale" type="checkbox"/><?= tr("Scale Moon:")?></label><input class="spinner stelproperty" name="SolarSystem.moonScale" data-min="1" data-max="20" data-step="0.1" data-numberformat="n2" readonly="readonly"/></p>
              <p><label><input class="stelproperty" name="StelSkyDrawer.flagPlanetMagnitudeLimit" type="checkbox"/><?= tr("Limit magnitude:")?></label><input class="spinner stelproperty" name="StelSkyDrawer.customPlanetMagLimit" data-min="0" data-max="22" data-step="0.1" data-numberformat="n2" readonly="readonly"/></p>
            </div>
            <label><input class="stelproperty" name="LandscapeMgr.flagLandscapeAutoSelection" type="checkbox"/><?= tr("Auto select landscapes")?></label>
            <div class="flex flex-baseline">
              <label><input type="checkbox" class="stelaction" name="actionShow_Planets_Labels"/><?= tr("Labels and Markers")?></label><div class="slider stelproperty flex-expand" data-prop="SolarSystem.labelsAmount" data-min="0" data-max="10" data-step="0.1"></div>
            </div>
          </div>
        </div>
      </div>
      <div id="tab_view_atm">
        <div class="flex flex-wrap">
          <div class="smallblock">
            <h3><label><input type="checkbox" class="stelaction valign-middle" name="actionShow_Atmosphere"/><?= tr("Atmosphere")?></label></h3>
            <label><input type="checkbox" class="stelaction" name="actionShow_LightPollution_Database" /><?= tr("Light pollution data from locations database")?></label>
            <div class="table">
              <p><label for="atmosphere_bortlescaleindex"><?= tr("Light pollution:")?></label><input id="atmosphere_bortlescaleindex" class="spinner stelproperty" name="StelSkyDrawer.bortleScaleIndex" data-min="1" data-max="9" data-step="1" data-numberformat="n0" readonly="readonly"/></p>
            </div>
            <div id="vo_refraction" class="innerblock">
              <h3><?= tr("Refraction Settings")?></h3>
              <table>
                <tr><td><label for="atmosphere_pressure"><?= tr("Pressure (mbar):")?></label></td><td><input id="atmosphere_pressure" class="spinner stelproperty" name="StelSkyDrawer.atmospherePressure" data-min="0" data-max="1500" data-step="1" data-numberformat="n2" readonly="readonly"/></td></tr>
                <tr><td><label for="atmosphere_temperature"><?= tr("Temperature (C):")?></label></td><td><input id="atmosphere_temperature" class="spinner stelproperty" name="StelSkyDrawer.atmosphereTemperature" data-min="-100" data-max="100" data-step="1" data-numberformat="n1" readonly="readonly"/></td></tr>
                <tr><td><label for="atmosphere_extinction"><?= tr("Extinction Coefficient:")?></label></td><td><input id="atmosphere_extinction" class="spinner stelproperty" name="StelSkyDrawer.extinctionCoefficient" data-min="0" data-max="3" data-step="0.01" data-numberformat="n2" readonly="readonly"/></td></tr>
              </table>

            </div>
            <div class="innerblock flex flex-baseline">
              <h3><?= tr("Shooting Stars")?></h3>
              <label><?= tr("ZHR:")?></label>
              <div class="slider stelproperty flex-expand" data-prop="SporadicMeteorMgr.zhr" data-min="0" data-max="240000" data-step="1"></div>
              <span class="stelproperty" style="margin-left: 5px; min-width: 48px;" data-prop="SporadicMeteorMgr.zhr"></span>
              <div class="stelplugin" data-plugin="MeteorShowers">
                   <label><input type="checkbox" class="stelaction" name="actionShow_MeteorShowers"/><?= tr("Meteor Showers")?></label>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div id="tab_view_grids">
        <div class="flex flex-wrap">
          <div class="smallblock flex">
            <h3><?= tr("Markings")?>--<?= tr("Celestial Sphere")?></h3>
            <div id="vo_markers_boxes" class="innerblock">
              <div class="inline-block blocklabel">
                <label><input type="checkbox" class="stelaction" name="actionShow_Equatorial_J2000_Grid" /><?= tr("Equatorial grid (J2000)")?></label>
                <label><input type="checkbox" class="stelaction" name="actionShow_Equatorial_Grid" /><?= tr("Equatorial grid (of date)")?></label>
                <label><input type="checkbox" class="stelaction" name="actionShow_Ecliptic_J2000_Grid" /><?= tr("Ecliptic grid (J2000)")?></label>
                <label><input type="checkbox" class="stelaction" name="actionShow_Ecliptic_Grid" /><?= tr("Ecliptic grid (of date)")?></label>
                <label><input type="checkbox" class="stelaction" name="actionShow_Azimuthal_Grid" /><?= tr("Azimuthal grid")?></label>
                <label><input type="checkbox" class="stelaction" name="actionShow_Galactic_Grid" /><?= tr("Galactic grid")?></label>
                <label><input type="checkbox" class="stelaction" name="actionShow_Cardinal_Points" /><?= tr("Cardinal points")?></label>
                <label title='<?= tr("Show Prime (East-West) Vertical.")?>'><input type="checkbox" class="stelaction" name="actionShow_Prime_Vertical_Line" /><?= tr("Prime Vertical")?></label>
                <label title='<?= tr("Instantaneous circles of earth´s axis on its motion around ecliptical poles. Displayed on Earth only.")?>'><input type="checkbox" class="stelaction" name="actionShow_Precession_Circles" /><?= tr("Precession circles")?></label>
              </div>
              <div class="inline-block blocklabel">
                <label><input type="checkbox" class="stelaction" name="actionShow_Equator_J2000_Line" /><?= tr("Equator (J2000)")?></label>
                <label><input type="checkbox" class="stelaction" name="actionShow_Equator_Line" /><?= tr("Equator (of date)")?></label>
                <label><input type="checkbox" class="stelaction" name="actionShow_Ecliptic_J2000_Line" /><?= tr("Ecliptic (J2000)")?></label>
                <label><input type="checkbox" class="stelaction" name="actionShow_Ecliptic_Line" /><?= tr("Ecliptic (of date)")?></label>
                <label><input type="checkbox" class="stelaction" name="actionShow_Horizon_Line" /><?= tr("Horizon")?></label>
                <label><input type="checkbox" class="stelaction" name="actionShow_Galactic_Equator_Line" /><?= tr("Galactic equator")?></label>
                <label><input type="checkbox" class="stelaction" name="actionShow_Meridian_Line" /><?= tr("Meridian")?></label>
                <label title='<?= tr("Show colures (great circles through poles and solstices/equinoxes).")?>'><input type="checkbox" class="stelaction" name="actionShow_Colure_Lines" /><?= tr("Colures")?></label>
                <label title='<?= tr("Opposition/conjunction longitude line - the line of ecliptic longitude which passes through both ecliptic poles, the Sun and opposition point.")?>'>
                       <input type="checkbox" class="stelaction" name="actionShow_Longitude_Line" /><?= tr("O./C. longitude")?></label>
              </div>
            </div>
          </div>
           <div id="vo_archaeolines" class="smallblock stelplugin" data-plugin="ArchaeoLines" data-pluginjs="plugins/archaeolines">
            <h3><label><input type="checkbox" class="stelaction valign-middle" name="actionShow_Archaeo_Lines"/><?= tr("ArchaeoLines")?></label></h3>
            <div class="inline-block blocklabel">
              <label><input type="checkbox" class="stelaction" name="actionAL_showEquinoxLine"/><?= tr("Equinox")?></label>
              <label><input type="checkbox" class="stelaction" name="actionAL_showSolsticeLines"/><?= tr("Solstices")?></label>
              <label><input type="checkbox" class="stelaction" name="actionAL_showCrossquarterLines"/><?= tr("Crossquarters")?></label>
              <label><input type="checkbox" class="stelaction" name="actionAL_showMajorStandstillLines"/><?= tr("Major Standstill")?></label>
              <label><input type="checkbox" class="stelaction" name="actionAL_showMinorStandstillLines"/><?= tr("Minor Standstill")?></label>
            </div>
            <div class="inline-block blocklabel">
              <label><input type="checkbox" class="stelaction" name="actionAL_showZenithPassageLine"/><?= tr("Zenith Passage")?></label>
              <label><input type="checkbox" class="stelaction" name="actionAL_showNadirPassageLine"/><?= tr("Nadir Passage")?></label>
              <label><input type="checkbox" class="stelaction" name="actionAL_showSelectedObjectLine"/><?= tr("Selected Object")?></label>
              <label><input type="checkbox" class="stelaction" name="actionAL_showCurrentSunLine"/><?= tr("Current Sun")?></label>
              <label><input type="checkbox" class="stelaction" name="actionAL_showCurrentMoonLine"/><?= tr("Current Moon")?></label>
            </div>
            <!-- automatic selectmenu generation and stelproperty binding -->
            <!-- the selectmenu is styled in the css because we can't really add classes here -->
            <label class="display-block" for="select_ArchaeoLines_enumShowCurrentPlanet"><?= tr("Current Planet:")?></label>
            <select id="select_ArchaeoLines_enumShowCurrentPlanet" class="selectmenu stelproperty display-block" name="ArchaeoLines.enumShowCurrentPlanet">
              <option value="10"><?= tr("None")?></option>
              <option value="11"><?= tr("Mercury")?></option>
              <option value="12"><?= tr("Venus")?></option>
              <option value="13"><?= tr("Mars")?></option>
              <option value="14"><?= tr("Jupiter")?></option>
              <option value="15"><?= tr("Saturn")?></option>
            </select>
          </div>
          <div class="smllblock stelplugin" data-plugin="CompassMarks">
                   <label><input type="checkbox" class="stelaction" name="actionShow_Compass_Marks"/><?= tr("Compass Marks")?></label>
          </div>

        </div>
      </div>
      <div id="tab_dso">
        <div class="flex flex-wrap">
          <div id="vo_dsocatalog" class="smallblock">
            <h3><?= tr("Display objects from catalogs")?></h3>
            <!-- give the checkboxes the flag values -->
            <div class="inline-block blocklabel">
              <label title='<?= tr("Messier Catalogue")?>'>
                <input type="checkbox" value="0x0004" /><?= tr("M")?>
              </label>
              <label title='<?= tr("Index Catalogue of Nebulae and Clusters of Stars")?>'>
                <input type="checkbox" value="0x0002" /><?= tr("IC")?>
              </label>
              <label title='<?= tr("Catalogue of Reflection Nebulae (Van den Bergh, 1966)")?>'>
                <input type="checkbox" value="0x0200" /><?= tr("VdB")?>
              </label>
              <label title="<?= tr("Lynds' Catalogue of Dark Nebulae (Lynds, 1962)")?>">
                <input type="checkbox" value="0x0080" /><?= tr("LDN")?>
              </label>
              <label title='<?= tr("Catalog of galaxies")?>'>
                <input type="checkbox" value="0x1000" /><?= tr("PGC")?>
              </label>
            </div>
            <div class="inline-block blocklabel">
              <label title='<?= tr("Caldwell Catalogue")?>'>
                <input type="checkbox" value="0x0008" /><?= tr("C")?>
              </label>
              <label title="<?= tr("Barnard's Catalogue of 349 Dark Objects in the Sky (Barnard, 1927)")?>">
                <input type="checkbox" value="0x0010" /><?= tr("B")?>
              </label>
              <label title='<?= tr("A catalogue of Hα-emission regions in the southern Milky Way (Rodgers+, 1960)")?>'>
                <input type="checkbox" value="0x0100" /><?= tr("RCW")?>
              </label>
              <label title='<?= tr("Catalog of Open Galactic Clusters (Collinder, 1931)")?>'>
                <input type="checkbox" value="0x0400" /><?= tr("Cr")?>
              </label>
              <label title='<?= tr("The Uppsala General Catalogue of Galaxies")?>'>
                <input type="checkbox" value="0x2000" /><?= tr("UGC")?>
              </label>
            </div>
            <div class="inline-block blocklabel">
              <label title='<?= tr("New General Catalogue of Nebulae and Clusters of Stars")?>'>
                <input type="checkbox" value="0x0001" /><?= tr("NGC")?>
              </label>
              <label title='<?= tr("Catalogue of HII Regions (Sharpless, 1959)")?>'>
                <input type="checkbox" value="0x0020" /><?= tr("Sh 2")?>
              </label>
              <label title="<?= tr("Lynds' Catalogue of Bright Nebulae (Lynds, 1965)")?>">
                <input type="checkbox" value="0x0040" /><?= tr("LBN")?>
              </label>
              <label title='<?= tr("A Catalogue of Star Clusters shown on Franklin-Adams Chart Plates (Melotte, 1915)")?>'>
                <input type="checkbox" value="0x0800" /><?= tr("Mel")?>
              </label>
              <label title='<?= tr("Catalog of bright diffuse Galactic nebulae (Cederblad, 1946)")?>'>
                <input type="checkbox" value="0x4000" /><?= tr("Ced")?>
              </label>
            </div>


          </div>
          <div id="vo_dsotype" class="smallblock">
            <h3><label><input id="vo_dsotypefiltercheckbox" type="checkbox" class="stelaction valign-middle" name="actionSet_Nebula_TypeFilterUsage"/><?= tr("Filter by type")?></label></h3>
            <div class="inline-block blocklabel">
              <label><input type="checkbox" value="0x001"/><?= tr("Galaxies")?></label>
              <label><input type="checkbox" value="0x002"/><?= tr("Active galaxies")?></label>
              <label><input type="checkbox" value="0x004"/><?= tr("Interacting galaxies")?></label>
              <label><input type="checkbox" value="0x008"/><?= tr("Star clusters")?></label>
              <label><input type="checkbox" value="0x010"/><?= tr("Hydrogen regions")?></label>
              <div class="stelplugin" data-plugin="Quasars">
                   <label><input type="checkbox" class="stelaction" name="actionShow_Quasars"/><?= tr("Quasars")?></label>
              </div>
            </div>
            <div class="inline-block blocklabel">
              <label><input type="checkbox" value="0x020"/><?= tr("Bright Nebulae")?></label>
              <label><input type="checkbox" value="0x040"/><?= tr("Dark Nebulae")?></label>
              <label><input type="checkbox" value="0x080"/><?= tr("Planetary Nebulae")?></label>
              <label><input type="checkbox" value="0x100"/><?= tr("Supernova remnants")?></label>
              <div class="stelplugin" data-plugin="Pulsars">
                   <label><input type="checkbox" class="stelaction" name="actionShow_Pulsars"/><?= tr("Pulsars")?></label>
              </div>
              <label><input type="checkbox" value="0x200"/><?= tr("Other")?></label>
            </div>
          </div>
          <div id="vo_dsolabels" class="smallblock blocklabel">
            <h3><label><input class="stelaction" type="checkbox" name="actionShow_Nebulas" /><?= tr("Labels and markers")?></label></h3>
            <div class="flex flex-baseline">
              <label><?= tr("Labels")?></label><div class="slider stelproperty flex-expand" data-prop="NebulaMgr.labelsAmount" data-min="0" data-max="10" data-step="0.1"></div>
            </div>
            <div class="flex flex-baseline">
              <label><?= tr("Hints")?></label><div class="slider stelproperty flex-expand" data-prop="NebulaMgr.hintsAmount" data-min="0" data-max="10" data-step="0.1"></div>
            </div>
            <label><input class="stelproperty" name="NebulaMgr.hintsProportional" type="checkbox"/><?= tr("Use proportional hints")?></label>
            <label><input class="stelproperty" name="NebulaMgr.flagSurfaceBrightnessUsage" type="checkbox"/><?= tr("Use surface brightness")?></label>
            <p><label><input class="stelproperty" name="StelSkyDrawer.flagNebulaMagnitudeLimit" type="checkbox"/><?= tr("Limit magnitude:")?></label><input class="spinner stelproperty" name="StelSkyDrawer.customNebulaMagLimit" data-min="3" data-max="21" data-step="0.25" data-numberformat="n2" readonly="readonly"/></p>
          </div>
        </div>
      </div>
      <!-- also handled by ui/viewoptions.js -->
      <div id="tab_landscape">
        <div class="smallblock">
          <h3><?= tr("Options")?></h3>
          <div class="inline-block blocklabel">
            <label><input type="checkbox" class="stelaction" name="actionShow_Ground" /><?= tr("Show ground")?></label>
            <label><input type="checkbox" class="stelproperty" name="LandscapeMgr.flagLandscapeSetsLocation"/><?= tr("Use associated planet and position")?></label>
            <label><input type="checkbox" class="stelaction" name="actionShow_Fog" /><?= tr("Show fog")?></label>
            <div class="flex flex-baseline">
              <label><input type="checkbox" class="stelproperty" name="LandscapeMgr.flagLandscapeUseMinimalBrightness"/><?= tr("Minimal brightness:")?></label>
              <input id="landscape_defaultMinimalBrightness" class="flex-expand spinner stelproperty" name="LandscapeMgr.defaultMinimalBrightness" data-min="0" data-max="1" data-step="0.01" data-numberformat="n2" readonly="readonly"/>
            </div>
          </div>
          <div class="inline-block blocklabel">
            <label><input type="checkbox" class="stelaction" name="actionShow_LandscapeLabels" /><?= tr("Show landscape labels")?></label>
            <label><input type="checkbox" class="stelaction" name="actionShow_LandscapeIllumination" /><?= tr("Show illumination")?></label>
            <label/> <!-- empty label to move the next down a line -->
            <label><input id="landscape_flagLandscapeSetsMinimalBrightness" type="checkbox" class="stelproperty" name="LandscapeMgr.flagLandscapeSetsMinimalBrightness"/><?= tr("from landscape, if given")?></label>
          </div>
        </div>
        <div class="smallblock flex landscapeblock">
          <h3><?= tr("Current landscape")?></h3>
          <select id="vo_landscapelist" class="scrollselect stelproperty" name="LandscapeMgr.currentLandscapeID" size="5">
          </select>
          <iframe id="vo_landscapeinfo" class="flex-expand" src="/api/view/landscapedescription/"></iframe>
        </div>
      </div>
      <!-- also handled by ui/viewoptions.js -->
      <div id="tab_skyculture">
        <div class="smallblock">
          <h3><?= tr("Options")?></h3>
          <div class="inline-block blocklabel">
            <label><input type="checkbox" class="stelaction" name="actionShow_Constellation_Labels" /><?= tr("Show labels")?></label>
            <div class="flex flex-baseline">
              <label><input type="checkbox" class="stelaction" name="actionShow_Constellation_Lines" /><?= tr("Show lines with thickness")?></label>
              <input class="flex-expand spinner stelproperty" name="ConstellationMgr.constellationLineThickness" data-min="1" data-max="5" data-step="1" data-numberformat="n0" readonly="readonly"/>
            </div>
            <div class="flex flex-baseline">
              <label><input type="checkbox" class="stelaction" name="actionShow_Constellation_Art" /><?= tr("Show art in brightness")?></label>
              <input class="flex-expand spinner stelproperty" name="ConstellationMgr.artIntensity" data-min="0" data-max="1" data-step="0.05" data-numberformat="n2" readonly="readonly"/>
            </div>
          </div>
          <div class="inline-block blocklabel">
            <label><input type="checkbox" class="stelaction" name="actionShow_Constellation_Boundaries" /><?= tr("Show boundaries")?></label>
            <label><input type="checkbox" class="stelaction" name="actionShow_Skyculture_Nativenames" /><?= tr("Use native names for planets")?></label>
            <label><input type="checkbox" class="stelaction" name="actionShow_Constellation_Isolated" /><?= tr("Constellation selection isolated")?></label>
          </div>
        </div>
        <div class="smallblock flex landscapeblock">
          <h3><?= tr("Current sky culture")?></h3>
          <select id="vo_skyculturelist" class="scrollselect stelproperty" name="StelSkyCultureMgr.currentSkyCultureID" size="5">
          </select>
          <iframe id="vo_skycultureinfo" class="flex-expand" src="/api/view/skyculturedescription/"></iframe>
        </div>
      </div>
      <!-- handled by ui/actions.js -->
      <div id="tab_actions">
        <div class="flex">
          <section id="stelaction" name="block flex flex-column">
            <header><h2><?= tr("Actions")?></h2></header>
            <select id="actionlist" class="scrollselect flex-expand" size="10">
            </select>
            <div>
              <button id="bt_doaction" disabled="disabled"><?= tr("Run/toggle action")?></button>
            </div>
          </section>
        </div>
      </div>
      <div id="tab_scripts">
        <div class="flex">
          <section id="scripts" class="block flex flex-expand">
            <header><h2><?= tr("Scripts")?></h2></header>
            <div class="flex flex-column">
              <select id="scriptlist" class="scrollselect flex-expand" size="10"></select>
              <div class="textcenter"><?= tr("Active script:")?> <span id="activescript"><?= tr("-none-")?></span></div>
              <div><button id="bt_runscript" disabled="disabled"><?= tr("Run selected script")?></button><button id="bt_stopscript" disabled="disabled"><?= tr("Stop current script")?></button></div>
            </div>
            <iframe id="scriptinfo" class="flex-expand"></iframe>
          </section>
        </div>
        <!-- Here you can configure a few buttons for your most used shows. Just copy/paste the button definition example lines. -->
        <!--div class="flex">
        	<section class="block flex flex-column">
        	 <header><h2><?= tr("Favorites")?></h2></header>
             <div>
                 <button type="button" class="stelaction"  title='<?= tr("Show 1")?>'  name="actionScript/show_1.ssc">Show 1</button> 
                 <button type="button" class="stelaction"  title='<?= tr("Remove Labels and Images")?>'  name="actionScript/cleanupLabelsAndInserts.ssc"><?= tr("Cleanup Screen")?></button> 
            </div>
           </section>
        </div-->

      </div>
      <!-- handled by ui/location.js -->
      <div id="tab_location">
        <section id="location" class="inline-block smallblock">
          <h3><?= tr("Location")?></h3>
          <div>
            <div id="loc_map">
              <img id="loc_mapimg" src="images/world.png" alt='<?= tr("Planet map")?>'/>
              <img id="loc_mappointer" src="images/map-pointeur.png" alt='<?= tr("Planet map pointer")?>'/>
            </div>
            <div id="loc_searchlist" class="flex flex-column" >
              <select id="loc_list" size="10"></select>
              <input id="loc_search" placeholder='<?= tr("Type to search location")?>' autocomplete="off"/>
            </div>
          </div>
          <div id="loc_inputs">
            <div>
              <p><label for="loc_latitude"><?= tr("Latitude:")?></label><input id="loc_latitude"/></p>
              <p><label for="loc_longitude"><?= tr("Longitude:")?></label><input id="loc_longitude"/></p>
              <p><label for="loc_altitude"><?= tr("Altitude:")?></label><input id="loc_altitude"/></p>
            </div>
            <div>
              <p><label for="loc_name"><?= tr("Name/City:")?></label><input id="loc_name" type="text"/></p>
              <p><label for="loc_country"><?= tr("Country:")?></label><select id="loc_country"></select></p>
              <p><label for="loc_planet"><?= tr("Planet:")?></label><select id="loc_planet"></select></p>
            </div>
          </div>
        </section>
      </div>
      <!-- also handled by ui/viewoptions.js -->
      <div id="tab_projection">
        <div class="smallblock flex landscapeblock">
          <h3><?= tr("Projection")?></h3>
          <select id="vo_projectionlist" class="scrollselect stelproperty" name="StelCore.currentProjectionTypeKey" size="5">
          </select>
          <iframe id="vo_projectioninfo" class="flex-expand" src="/api/view/projectiondescription"></iframe>
        </div>
      </div>
    </div>
    <!-- main buttons under the tabs -->
    <ul class="ui-corner-all ui-widget-content button32list margin-vertical">
      <li><button class="stelaction icon32 btConstellationLines" name="actionShow_Constellation_Lines"></button></li>
      <li><button class="stelaction icon32 btConstellationLabels" name="actionShow_Constellation_Labels"></button></li>
      <li><button class="stelaction icon32 btConstellationArt" name="actionShow_Constellation_Art"></button></li>
      <li><button class="stelaction icon32 btEquatorialGrid" name="actionShow_Equatorial_Grid"></button></li>
      <li><button class="stelaction icon32 btAzimuthalGrid" name="actionShow_Azimuthal_Grid"></button></li>
      <li><button class="stelaction icon32 btGround" name="actionShow_Ground"></button></li>
      <li><button class="stelaction icon32 btCardinalPoints" name="actionShow_Cardinal_Points"></button></li>
      <li><button class="stelaction icon32 btAtmosphere" name="actionShow_Atmosphere"></button></li>
      <li><button class="stelaction icon32 btNebula" name="actionShow_Nebulas"></button></li>
      <li><button class="stelaction icon32 btPlanets" name="actionShow_Planets_Labels"></button></li>
      <li><button class="stelaction icon32 btEquatorialMount" name="actionSwitch_Equatorial_Mount"></button></li>
      <li><button class="stelaction icon32 btGotoSelectedObject" name="actionSet_Tracking"></button></li>
      <li><button class="stelaction icon32 btNightView" name="actionShow_Night_Mode"></button></li>
      <li><button class="stelaction icon32 btFullScreen" name="actionSet_Full_Screen_Global"></button></li>
    </ul>
  </div>
  <!-- handled by mainui.js -->
  <div id="noresponse" title='<?= tr("No response from server")?>'>
    <p><span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 20px 0;"></span><?= tr("No response from server for %1 seconds. Is Stellarium still running?","<span id='noresponsetime'>0</span>")?></p>
  </div>
  <div id="loadindicator"></div>
</body>
</html>