Пример #1
0
function _die($message)
{
    info_top();
    echo $message;
    info_bottom();
    die;
}
Пример #2
0
function _die($message)
{
    info_top();
    echo '<div class="main col-xs-7"><center><img src="/202-img/prosper202.png"></center>';
    echo $message;
    echo '</div>';
    info_bottom();
    die;
}
Пример #3
0
				<tr><td/></tr>
				 <tr>
					<th>Username:</th>
					<td><input id="user_name" type="text" name="user_name" value="<?php 
echo $html['user_name'];
?>
"  readonly="true""/></td>
				</tr>
				 <tr>
					<th>New Pass:</th>
					<td><input id="user_name" type="password" name="user_pass" "/></td>
				</tr>
				<?php 
if ($error['user_pass']) {
    printf('<tr><td colspan="2">%s</td></tr>', $error['user_pass']);
}
?>
				<tr>
					<th>Verify Pass:</th>
					<td><input id="user_name" type="password" name="verify_user_pass" /></td>
				</tr>
				<tr>
					<td/>
					<td><input id="submit" type="submit" value="Reset Password  &raquo;"/></td>
				</tr>
			</table>
		</form>
	<?php 
info_bottom();
?>