Exemplo n.º 1
0
/main.css";</style>
        <link rel="shortcut icon" href="./style/<?php 
echo $uistyle;
?>
/favicon.ico" type="image/ico" charset="utf-8"/>
    </head>

    <body bgcolor="#f0f0f0" onload="document.editFrm.user_username.focus();">
        <?php 
include 'createuser.php';
?>

        <?php 
if ($AppUI->getVersion()) {
    ?>
            <div align="center">
                <span style="font-size:7pt">Version <?php 
    echo $AppUI->getVersion();
    ?>
</span>
            </div>
        <?php 
}
?>
        <div align="center">
            <?php 
echo '<span class="error">' . $AppUI->getMsg() . '</span>';
?>
        </div>
    </body>
</html>
Exemplo n.º 2
0
<table width="100%" cellspacing="0" cellpadding="0" border="0">
	<tr>
		<td valign="top" style="background: url(./style/<?php 
echo $uistyle;
?>
/images/nav_shadow.jpg)" align="left">
			<img width="1" height="13" border="0" src="./style/<?php 
echo $uistyle;
?>
/images/nav_shadow.jpg" alt=""/>
		</td>
	</tr>
</table>
<div align="center" width="700">
    <?php 
echo $AppUI->getMsg();
?>
</div>
<table align="center" border="0" width="700" cellpadding="0" cellspacing="0" class="">
	<tr>
		<td style="padding-top:10px;padding-bottom:10px;" align="left" valign="top" class="txt"><h1>New Signup to web2Project!</h1>
		Please enter the info below to create a new signup.</td>
	</tr>
</table>
<?php 
$form = new w2p_Output_HTML_FormHelper($AppUI);
?>
<form name="editFrm" action="./do_user_aed.php" method="post" accept-charset="utf-8">
	<input type="hidden" name="user_id" value="0" />
	<input type="hidden" name="contact_id" value="0" />
	<input type="hidden" name="username_min_len" value="<?php