1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*cdf0e10cSrcweir 3*cdf0e10cSrcweir<modaldialog xmlns="http://openoffice.org/2007/layout" 4*cdf0e10cSrcweir xmlns:cnt="http://openoffice.org/2007/layout/container" 5*cdf0e10cSrcweir id="dialog" title="Shutdown Dialog" optimumsize="true" 6*cdf0e10cSrcweir has_border="true" sizeable="true" moveable="true"> 7*cdf0e10cSrcweir <vbox border="5" spacing="5"> 8*cdf0e10cSrcweir <fixedline text="Platform default"/> 9*cdf0e10cSrcweir <dialogbuttonhbox border="5" spacing="5"> 10*cdf0e10cSrcweir <flow/> 11*cdf0e10cSrcweir <okbutton label="~Shutdown"/> 12*cdf0e10cSrcweir <cancelbutton/> 13*cdf0e10cSrcweir <pushbutton label="Pause"/> 14*cdf0e10cSrcweir <pushbutton label="Sleep"/> 15*cdf0e10cSrcweir <pushbutton label="Restart"/> 16*cdf0e10cSrcweir </dialogbuttonhbox> 17*cdf0e10cSrcweir <fixedline text="GNOME"/> 18*cdf0e10cSrcweir <dialogbuttonhbox border="5" spacing="5" ordering="gnome"> 19*cdf0e10cSrcweir <flow/> 20*cdf0e10cSrcweir <okbutton label="~Shutdown"/> 21*cdf0e10cSrcweir <cancelbutton/> 22*cdf0e10cSrcweir <pushbutton label="Pause"/> 23*cdf0e10cSrcweir <pushbutton label="Sleep"/> 24*cdf0e10cSrcweir <pushbutton label="Restart"/> 25*cdf0e10cSrcweir </dialogbuttonhbox> 26*cdf0e10cSrcweir <fixedline text="KDE"/> 27*cdf0e10cSrcweir <dialogbuttonhbox border="5" spacing="5" ordering="kde"> 28*cdf0e10cSrcweir <flow/> 29*cdf0e10cSrcweir <okbutton label="~Shutdown"/> 30*cdf0e10cSrcweir <cancelbutton/> 31*cdf0e10cSrcweir <pushbutton label="Pause"/> 32*cdf0e10cSrcweir <pushbutton label="Sleep"/> 33*cdf0e10cSrcweir <pushbutton label="Restart"/> 34*cdf0e10cSrcweir </dialogbuttonhbox> 35*cdf0e10cSrcweir <fixedline text="MacOS"/> 36*cdf0e10cSrcweir <dialogbuttonhbox border="5" spacing="5" ordering="macos"> 37*cdf0e10cSrcweir <flow/> 38*cdf0e10cSrcweir <okbutton label="~Shutdown"/> 39*cdf0e10cSrcweir <cancelbutton/> 40*cdf0e10cSrcweir <pushbutton label="Pause"/> 41*cdf0e10cSrcweir <pushbutton label="Sleep"/> 42*cdf0e10cSrcweir <pushbutton label="Restart"/> 43*cdf0e10cSrcweir </dialogbuttonhbox> 44*cdf0e10cSrcweir <fixedline text="Windows"/> 45*cdf0e10cSrcweir <dialogbuttonhbox border="5" spacing="5" ordering="windowsg"> 46*cdf0e10cSrcweir <flow/> 47*cdf0e10cSrcweir <okbutton label="~Shutdown"/> 48*cdf0e10cSrcweir <cancelbutton/> 49*cdf0e10cSrcweir <pushbutton label="Pause"/> 50*cdf0e10cSrcweir <pushbutton label="Sleep"/> 51*cdf0e10cSrcweir <pushbutton label="Restart"/> 52*cdf0e10cSrcweir </dialogbuttonhbox> 53*cdf0e10cSrcweir </vbox> 54*cdf0e10cSrcweir</modaldialog> 55