add crash lef cycle brown bag
[slides.git] / fosdem2003 / l10ntalk_02.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
5   <meta name="Author" content="KaiRo - Robert Kaiser">
6   <title>L10n talk - FOSDEM 2003 - Mozilla Meeting</title>
7   <link rel="stylesheet" type="text/css" href="l10ntalk.css">
8   <link rel="contents" href="index.html" title="Contents">
9   <link rel="index" href="l10ntalk_overview.html" title="Overview">
10   <link rel="start" href="index.html" title="Start">
11   <link rel="first" href="l10ntalk_01.html" title="First page">
12   <link rel="previous" href="l10ntalk_01.html" title="Previous page">
13   <link rel="next" href="l10ntalk_03.html" title="Next page">
14   <link rel="last" href="l10ntalk_12.html" title="Last page">
15 </head>
16 <body>
17
18 <h1>a sample XUL file</h1>
19
20 <div class="explanation">
21 <b>XUL</b> - as we all know, the "XML User interface Language" - is an <b>XML file format</b>.
22 <br>All UI includes some <b>text</b>, and so do XUL files.
23 </div>
24
25 <div class="sample">
26 <p class="sampledesc">Sample XUL: openLocation.xul</p>
27 <div class="samplecontent">
28 &lt;?xml version=&quot;1.0&quot;?&gt;
29 <br>&lt;dialog ... title=&quot;<span class="hilite">Mozilla - Open Web Location</span>&quot;&gt;
30 <br>...
31 <br>&lt;description&gt;<span class="hilite">Enter the web location (URL), or specify the local file you would like to open:</span>&lt;/description&gt;
32 <br>...
33 <br>&lt;/dialog&gt;
34 </div>
35 </div>
36
37 </body>
38 </html>