Difference between revisions of "System Combined Sign-Up Page Template"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
 
<pre>
 
<pre>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

Revision as of 16:08, 26 February 2014

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Registration | SmartSimple</title>
<link href="css/ex_styles.jsp?root=@companyid@" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.title2 {
	color: #638b2b;
	font-size: 3em;
	letter-spacing: -1px;
	line-height: 1em;
	margin-bottom: 0.5em;
	text-rendering: optimizelegibility;
	font-style: normal;
	font-weight: 200;
}
.title3 {
	color: #638b2b;
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1em;
	margin-bottom: 0.5em;
	text-rendering: optimizelegibility;
	font-style: normal;
	font-weight: 200;
}
.txt1 {
	font-size: 1.25em;
}
-->
</style>
</head>

<body bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div class="title2">Organization and Contact Registration</div>
<div class="txt1" style="margin-bottom:30px;">If you are a returning user, <a href="/s_Login.jsp" style="font-size: 1em;">click here</a> to login.</div>
<div class="title3">Organization Information</div>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>@INPUT_FORM@</td>
</tr>
</table>
<div style="height:35px;"></div>
<div class="title3">Contact Information</div>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>@USER_INPUT_FORM@</td>
</tr>
</table>
</body>
</html>