1
0
Fork 0
A320-family/AircraftConfig/simbrief.xml

85 lines
2 KiB
XML
Raw Normal View History

2020-08-01 13:04:33 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-01-11 02:17:41 +00:00
<!-- Copyright (c) 2022 Josh Davidson (Octal450) -->
2020-08-01 13:04:33 +00:00
<!-- A3XX Load Flightplans -->
<PropertyList>
<name>simbrief</name>
<layout>vbox</layout>
2020-08-04 12:00:31 +00:00
<nasal>
<close>
acconfig.writeSettings();
</close>
</nasal>
2020-08-01 13:04:33 +00:00
<group>
<layout>hbox</layout>
<text>
<halign>left</halign>
<label>Simbrief API</label>
</text>
<button>
<halign>right</halign>
<pref-width>20</pref-width>
<pref-height>20</pref-height>
<legend>X</legend>
<key>Esc</key>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
<hrule/>
<group>
<layout>vbox</layout>
<text>
<halign>left</halign>
<label>This dialog allows users to pull their flightplan from simbrief.</label>
</text>
<text>
<halign>left</halign>
<label>1. ACARS is only available if VHF3 is not in voice mode, and the appropriate electrical power is available.</label>
</text>
<text>
<halign>left</halign>
<label>2. Flightplan uplink is only available before engine start, if a flightplan is not yet entered in the MCDU</label>
</text>
<text>
<halign>left</halign>
2020-08-01 15:30:16 +00:00
<label>3. GIGO... there is no sanity check on inputs!</label>
</text>
<text>
<halign>left</halign>
2020-08-04 12:00:31 +00:00
<label>4. Please enter your username in the following text field (not case sensitive)</label>
2020-08-01 13:04:33 +00:00
</text>
<group>
<layout>hbox</layout>
<input>
<width>200</width>
<height>25</height>
2020-08-04 12:00:31 +00:00
<label>Username</label>
2020-08-01 13:04:33 +00:00
<property>/FMGC/simbrief-username</property>
<binding>
<command>dialog-apply</command>
</binding>
2020-08-04 12:00:31 +00:00
<live type="bool">true</live>
2020-08-01 13:04:33 +00:00
</input>
</group>
2020-08-04 12:00:31 +00:00
<button>
<x>40</x>
<y>10</y>
<legend>Apply / Exit</legend>
<binding>
<command>dialog-close</command>
</binding>
</button>
2020-08-01 13:04:33 +00:00
</group>
</PropertyList>