File size: 2.53Kb
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head><title>DxHost | Client Signup</title><link rel="stylesheet" href="ashraful.css" type="text/css"/>
<link href="favicon.ico" rel="icon" type="image/x-icon" /></head><body>
<div class="header"><img src="images/logo.png" /> </div>
<div class="heading">
<div align="left"><b>
<img src="images/d.png"/> Client Signup Form</b>
</div>
</div>
</div>
<div id="api-client-signup" align="center" ><form id="reg" name="reg" enctype="application/x-www-form-urlencoded" action="http://api.dxhost.cu.cc/v-2/client-register" method="post">
<div class="api_input" id="api_email">
<label for="email">Email address</label><br/>
<input type="text" name="email" id="email" value=""></div>
<div class="api_input" id="api_first_name">
<label for="first_name">Name</label><br/>
<input type="text" name="first_name" id="first_name" value=""></div>
<div class="api_input" id="api_password">
<label for="password">Password</label><br/>
<input type="password" name="password" id="password" value=""></div>
<div class="api_input" id="api_password_confirm">
<label for="password_confirm">Confirm Password</label><br/>
<input type="password" name="password_confirm" id="password_confirm" value=""></div>
<div class="api_input" id="api_captcha">
<label for="captcha">Type the characters you see below</label><br/><img alt="captcha" src="http://api.dxhost.cu.cc/captcha?transparent=1"/><br/>
<input type="text" name="captcha" id="captcha" value="" captcha_src="http://api.dxhost.cu.cc/captcha?transparent=1"></div>
<input type="submit" name="submit" id="submit" value="Sign Up"></form></div>
<script type = "text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type = "text/javascript">
$.urlParam = function(name){
var results = new RegExp('[\\?&]' + name + '=([^&#]*)').exec(window.location.href);
if(results) {
return results[1] || 0;
}
return '';
}
function urldecode(url) {
return decodeURIComponent(url.replace(/\+/g, ' '));
}
$(function() {
$('#reg input').each(function(){
var v = $.urlParam($(this).attr('name'));
if(v) {
$(this).val(urldecode(v));
}
});
var err = $.urlParam('error_msg');
if(err) {
$('<div class="error">').text(urldecode(err)).insertBefore('#reg');
}
});
</script>
<div class="header" align="center"><b><font color="white">© DxHost.Cu.Cc </b><br/>2012-2013</font></b></div>
</body></html>