Project

General

Profile

Bug #1242 ยป hello.html

Kurt Roeckx, 04/19/2012 02:02 AM

 
<!doctype html>
<html lang="en" dir="ltr">
<head>

<title>Hello &amp;amp; world</title>
<!--[if gte IE 6]>
<style type="text/css">
v\:* { behavior: url(#default#VML);position:absolute }
</style>
<xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v"/>
<![endif]-->
<style type="text/css">
/*<![CDATA[*/
table { border-collapse: collapse; border: 0px;border-spacing: 0px }
div, td, img { margin: 0px; padding: 0px; border: 0px }
td { vertical-align: top; }
td { text-align: left; }
.Wt-rtl td { text-align: right; }
button { white-space: nowrap; }
button img { vertical-align: middle; padding-right: 10px }
video { display: block }
iframe.Wt-resource { width: 0px; height: 0px; border: 0px; }
.Wt-wrap { border: 0px;margin: 0px;padding: 0px;font: inherit; cursor: pointer; cursor: hand;background: transparent;text-decoration: none;color: inherit; }
.Wt-wrap { text-align: left; }
.Wt-rtl .Wt-wrap { text-align: right; }
div.Wt-chwrap { width: 100%; height: 100% }
span.Wt-disabled { color: gray; }
fieldset.Wt-disabled legend { color: gray; }
.unselectable { -moz-user-select:-moz-none;-khtml-user-select: none;user-select: none; }
.selectable { -moz-user-select: text;-khtml-user-select: normal;user-select: text; }
.Wt-sbspacer { float: right; width: 16px; height: 1px;border: 0px; display: none; }
.Wt-domRoot { position: relative; }
body.Wt-layout { height: 100%; width: 100%;margin: 0px; padding: 0px; border: none; }
html.Wt-layout { height: 100%; width: 100%;margin: 0px; padding: 0px; border: none; }
img.Wt-indeterminate { margin: 3px 3px 0px 4px; }
div.Wt-loading { background-color: red; color: white;font-family: Arial,Helvetica,sans-serif;font-size: small;position: absolute; right: 0px; top: 0px; }
body div > div.Wt-loading { position: fixed; }

* ]]> */
</style>
<link href="resources//themes/default/wt.css" rel="stylesheet" type="text/css">

</head>
<body class="Wt-ltr">

<div class="Wt-domRoot" style="height:100.0%;"><div id="Wt-timers" style="position:absolute;height:0.0px;"></div><div style="height:100.0%;"><span>Your name, please ? </span><input size="10" type="text" value="" /><button type="button" class="Wt-btn" style="margin-left:5.0px;">Greet me.</button><br /><span></span></div><span style="display:none;"></span></div>

</body>
</html>
    (1-1/1)