~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/extensions/xmlterm/ui/content/xmlterm.xul

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?> 
 
2
 
 
3
<!--
 
4
  The contents of this file are subject to the Mozilla Public
 
5
  License Version 1.1 (the "MPL"); you may not use this file
 
6
  except in compliance with the MPL. You may obtain a copy of
 
7
  the MPL at http://www.mozilla.org/MPL/
 
8
  
 
9
  Software distributed under the MPL is distributed on an "AS
 
10
  IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
11
  implied. See the MPL for the specific language governing
 
12
  rights and limitations under the MPL.
 
13
  
 
14
  The Original Code is lineterm.
 
15
  
 
16
  The Initial Developer of the Original Code is Ramalingam Saravanan.
 
17
  Portions created by Ramalingam Saravanan <svn@xmlterm.org> are
 
18
  Copyright (C) 1999 Ramalingam Saravanan. All Rights Reserved.
 
19
  
 
20
  Contributor(s):
 
21
 
 
22
-->
 
23
 
 
24
<!--
 
25
NOTE: Put all the skin stuff in the content directory for the moment
 
26
      (Otherwise every Mozilla skin will need to provide an xmlterm skin!)
 
27
-->
 
28
<?xml-stylesheet href="chrome://xmlterm/skin/xmlterm.css" type="text/css"?> 
 
29
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
 
30
<?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
 
31
 
 
32
<!DOCTYPE window>
 
33
<window id="xmlterm-window"
 
34
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
 
35
        onload="StartupXMLTerm();"
 
36
        title="xmlterm" orient="vertical" width="586" height="412">
 
37
  
 
38
  <script src="chrome://xmlterm/content/XMLTermChrome.js"></script>
 
39
 
 
40
  <iframe id="content-frame" type="content" name="content"
 
41
          src="terminal:xmlterm" flex="100%"/>
 
42
 
 
43
</window>