<frame id="_app"> <frame id="_body" x="1" y="7" width="parent.w" height="parent.h-9" bg="gray" fg="lightGray" /> <frame id="_head" x="1" y="1" width="parent.w" height="6" bg="black"> <label id="_title" text="" font='2' x="2" y="2" fg="green" bg="black" /> <label id="_title_end" text=".kst" font='1' x="1" y="4" fg="lightGray" bg="black" /> <label id="_subtitle" text="" x="parent.w/2" y="3" width="parent.w/2-3" height="2" bg="black" fg="white" /> <pane bgSymbol="" bgSymbolColor="gray" bg="black" x="1" y="5" width="parent.w" height="1" /> <frame id="__category" x="1" y="6" width="parent.w" height="1" bg="gray" fg="green" /> </frame> <pane bg="black" x="1" y="parent.h" width="parent.w" height="1" /> <label id="_importantMSG" text="" x="1" y="parent.h" bg="black" fg="white" /> <frame id="_navigation" x="2" y="parent.h-1" width="parent.w-2" height="1" bg="gray"> <button id="_navBack" onClick="navBack" text="  " x="parent.w/2-self.w-2" y="1" width="3" height="1" fg="white" bg="green" /> <button id="_navNext" onClick="navNext" text="  " x="parent.w/2+self.w" y="1" width="3" height="1" fg="white" bg="green" /> <label id="_curPage" text="" x="parent.w/2" y="1" fg="white" /> <label id="_watermark" text="lol" x="parent.w-self.w-3" y="1" bg="gray" fg="lightGray" /> </frame> </frame>