Current File : //opt/RZphp5/includes/doc/HTML_Progress2/examples/template/itxstatic.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3c.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>ITXStatic Progress2 example</title>
<style type="text/css">
<!--
{stylesheet_html}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 10px;
    text-align: center;
    background-color: #444444;
    color: white;
}

h2,h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 9pt;
    font-weight: normal;
}

h2 img {
    float: right;
}

img {
    border: 0;
}

fieldset {
    margin-top: 1.5em;
}

#MainWindow {
    width: 500px;
    margin: 0 auto;
    text-align: left;
    border-style: solid;
    border-width: 2px;
    border-color: #808080;
    background-color: #d0d0d0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: Black;
}

#WizardCaption {
    background: #7B7B88;
    color: White;
    font-size: 9pt;
    margin: 4px 4px 4px 4px;
    padding: 2px;
}

#WizardSubCaption {
    font-family: Arial, Helvetica, sans-serif;
    color: #7B7B88;
    margin: 4px 4px 4px 4px;
    padding: 2px;
}

#WizardBody {
    height: 250px;
    margin: 4px auto;
}

#WizardImage {
    float: left;
    margin: 0;
    padding: 4px;
    width: 120px;
    height: 240px;
}

#WizardForm {
    float: left;
    margin: 0;
    padding: 2px 8px 2px 4px;
    height: 240px;
}

#WizardCommand {
    text-align: right;
    padding: 4px;
    border-top: 1px solid #808080
}

#Copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: White;
}
 -->
</style>
<script type="text/javascript">
//<![CDATA[
{javascript_html}
//]]>
</script>
</head>
<body>

<div id="MainWindow">

<form {form_attributes}>

<div id="WizardCaption">
<h2>
<img src="cross.png" alt="cross" />
{setup_title_label}
</h2>
</div>

<div id="WizardBody">
<div id="WizardImage">
<img src="wizard.png" alt="wizard pic." /><br />
</div>
<div id="WizardForm">
{progress_bar_html}
<br />
<fieldset>
<p>{form_border_label}&nbsp;{form_border_html}</p>
<p>{form_color_label}&nbsp;{form_color_html}</p>
</fieldset>
</div>
</div>

<div id="WizardCommand">
{form_launch_html}
</div>

</form>

</div>

<div id="Copyright">
{app_copyright_label}
</div>