<!DOCTYPE html>
<html>
	<head>
	<title>OboxApps - Apps for LogicBoxes and ResellerClub users made by Sandeep Shetty</title>
	<link rel="shortcut icon" href="<?php 
echo absolute_uri('static/images/favicon.ico');
?>
" />
	<link rel="stylesheet" href="<?php 
echo relative_uri('static/styles/jquery.mobile-1.0a4.1.min.css');
?>
" />
	<script type="text/javascript" src="<?php 
echo relative_uri('static/scripts/jquery-1.5.2.min.js');
?>
"></script>
	<script src="<?php 
echo relative_uri('static/scripts/jquery.mobile-1.0a4.1.min.js');
?>
"></script>
</head>
<body>

<?php 
echo $content;
?>

</body>
</html>
<div data-role="page" data-theme="b">

	<div data-role="header"  data-backbtn="true">
		<h1>Renew Domain</h1>

	</div>

	<div data-role="content">

		<form method="post" action="<?php 
echo relative_uri('/apps/renew_domain');
?>
" data-direction="reverse">

			<div data-role="fieldcontain">
				<label for="gappsconf-domain">Domain Name to renew:</label>
				<input type="text" name="domain" id="renew_domain-domain" value="<?php 
if (isset($query['domain'])) {
    echo $query['domain'];
}
?>
" />
			</div>

			<div data-role="fieldcontain">
				<label for="renew_domain-years">No. of years to renew the domain for:</label>
				<input type="range" name="years" id="renew_domain-years" value="1" min="1" max="10"  />
			</div>

			<div data-role="fieldcontain">
				<label for="renew_domain-invoice-option" class="select">Choose an Invoice Option:</label>
Exemple #3
0
	</div>

</div>

<div data-role="page" id="login" data-theme="b">

	<div data-role="header">
		<h1>Login</h1>

	</div>

	<div data-role="content">

		<form method="post" action="<?php 
echo relative_uri('/login');
?>
" data-direction="reverse" data-ajax="false">

			<div data-role="fieldcontain">
				<label for="login-rid">Your Reseller ID:</label>
				<input type="number" name="rid" id="login-rid" value="" />
			</div>

			<div data-role="fieldcontain">
				<label for="login-password">Your password:</label>
				<input type="password" name="password" id="login-password" value="" />
			</div>

			<input name="action" type="submit" value="Login" data-theme="e" />
<div data-role="page" data-theme="b">

	<div data-role="header">
		<h1>Google Apps Configurator</h1>

	</div>

	<div data-role="content">

		<form method="post" action="<?php 
echo relative_uri('/apps/gappsconf');
?>
" data-direction="reverse">

			<div data-role="fieldcontain">
				<label for="gappsconf-domain">Enter the domain name for which you want the required DNS records automatically added to enable Google Apps:</label>
				<input type="text" name="domain" id="gappsconf-domain" value="" />
			</div>

			<input name="action" type="submit" value="Configure DNS" data-theme="e" />

		</form>

	</div>

</div>