69 lines
1.7 KiB
XML
69 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
|
|
|
|
<!-- A3XX Load Flightplans -->
|
|
|
|
<PropertyList>
|
|
|
|
<name>simbrief</name>
|
|
<layout>vbox</layout>
|
|
|
|
<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>
|
|
<label>3. Please enter your username in the following dialog box (not case sensitive)</label>
|
|
</text>
|
|
<group>
|
|
<layout>hbox</layout>
|
|
<text>
|
|
<halign>left</halign>
|
|
<label>Username: </label>
|
|
</text>
|
|
|
|
<input>
|
|
<width>200</width>
|
|
<height>25</height>
|
|
<property>/FMGC/simbrief-username</property>
|
|
<binding>
|
|
<command>dialog-apply</command>
|
|
</binding>
|
|
<live>true</live>
|
|
</input>
|
|
</group>
|
|
</group>
|
|
|
|
</PropertyList>
|