00001 <?xml version="1.0" encoding="UTF-8" ?> 00002 <!DOCTYPE giml SYSTEM "http://gitk.sourceforge.net/giml.dtd"> 00003 <!-- $Id: gitkTemplate_message.xml.in,v 1.12 2004/08/24 17:23:10 ensonic Exp $ 00004 * @file gitkTemplate_message.xml 00005 * @author Stefan Kost <ensonic@users.sf.net> 00006 * @date Thu Jan 17 11:22:38 2002 00007 * 00008 * @brief message dialog template 00009 * @ingroup gitkcoretemplate 00010 * 00011 --> 00012 <giml xmlns="http://gitk.sourceforge.net/" 00013 xmlns:dc="http://purl.org/dc/elements/1.1/" 00014 xmlns:i18n="http://apache.org/cocoon/i18n/2.0" 00015 > 00016 <dialog focus="ctrl"> 00017 <meta> 00018 <dc:title><i18n:text>message</i18n:text></dc:title> 00019 </meta> 00020 <dialogwidgets> 00021 <dialogwidget id="Okay"/> 00022 </dialogwidgets> 00023 <widgetgroup> 00024 <widget id="Message" type="label"/> 00025 </widgetgroup> 00026 </dialog> 00027 </giml>