Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1422 | dev | 1 | <?xml version="1.0"?> |
2 | |||
3 | <?xml-stylesheet href="chrome://nomodal/content/dialog.css" type="text/css"?> |
||
4 | |||
5 | <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
||
6 | xmlns:html="http://www.w3.org/1999/xhtml" |
||
7 | title="Alert" |
||
8 | buttons="accept" |
||
9 | > |
||
10 | |||
11 | <script type="application/x-javascript" src="chrome://nomodal/content/Common.js" /> |
||
12 | <script type="application/x-javascript" src="chrome://nomodal/content/Dialog.js" /> |
||
13 | <script type="application/x-javascript" src="chrome://nomodal/content/Alert.js" /> |
||
14 | |||
15 | <label id="text" /> |
||
16 | </dialog> |