diff options
author | Derrell Lipman <derrell@samba.org> | 2007-01-10 02:37:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:37:21 -0500 |
commit | e87ef675fb8984871e14858811d3ea605760a72e (patch) | |
tree | 14ae7e3628a35f711023df9d39cf47570e78d6f1 /swat.obsolete/apps/qooxdoo-examples/test/IconHtml_1.html | |
parent | f7242f643763ccb6e10801af4ce53d0873e2d3e1 (diff) | |
download | samba-e87ef675fb8984871e14858811d3ea605760a72e.tar.gz samba-e87ef675fb8984871e14858811d3ea605760a72e.tar.bz2 samba-e87ef675fb8984871e14858811d3ea605760a72e.zip |
r20641: Everything relevant from the old swat (now swat.obsolete) directory has been moved to webapps. Remove the obsolete directory.
(This used to be commit e7a17c66ea08d74183efd6c0dedb68992e02e6db)
Diffstat (limited to 'swat.obsolete/apps/qooxdoo-examples/test/IconHtml_1.html')
-rw-r--r-- | swat.obsolete/apps/qooxdoo-examples/test/IconHtml_1.html | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/swat.obsolete/apps/qooxdoo-examples/test/IconHtml_1.html b/swat.obsolete/apps/qooxdoo-examples/test/IconHtml_1.html deleted file mode 100644 index be65866dd5..0000000000 --- a/swat.obsolete/apps/qooxdoo-examples/test/IconHtml_1.html +++ /dev/null @@ -1,29 +0,0 @@ -<html> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>qooxdoo » Demo</title> - <link type="text/css" rel="stylesheet" href="../../resource/css/layout.css"/> - <!--[if IE]> - <link type="text/css" rel="stylesheet" href="../../resource/css/layout_ie.css"/> - <![endif]--> - <script type="text/javascript" src="../../script/qx.js"></script> -</head> -<body> - <script type="text/javascript" src="../../script/layout.js"></script> - - <div id="demoDescription"> - <p>Testing qx.ui.embed.IconHtmlEmbed.</p> - </div> - - <script type="text/javascript"> - qx.core.Init.getInstance().defineMain(function() - { - var l1 = new qx.ui.embed.IconHtmlEmbed("Hello World", "icon/32/organizer.png", 32, 32); - - l1.setLocation(20, 48); - - qx.ui.core.ClientDocument.getInstance().add(l1); - }); - </script> -</body> -</html>
\ No newline at end of file |