Changes

Jump to: navigation, search

System Combined Sign-Up Page Template

5,285 bytes added, 17:58, 23 July 2013
Created page with '<pre> <!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"> <head>…'
<pre>
<!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">
<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;
}
#rootorg {
background-color: #81bf44;
background-image: -ms-linear-gradient(top, #81bf44, #6c972e);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#81bf44), to(#6c972e));
background-image: -webkit-linear-gradient(top, #81bf44, #6c972e);
background-image: -o-linear-gradient(top, #81bf44, #6c972e);
background-image: linear-gradient(top, #81bf44, #6c972e);
background-image: -moz-linear-gradient(top, #81bf44, #6c972e);
background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#81bf44', endColorstr='#6c972e', GradientType=0);
background-repeat: repeat-x;
background-position: 0px 0px;
}
.text1 {
float: left;
margin-right: 20px;
margin-left: 0px;
margin-top: 15px;
margin-bottom: 15px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 26px;
color: #FFF;
font-weight: bold;
}
.main1 {
background-color: #EEEEEE;
}
.headershadow {
-moz-box-shadow: 0px 1px 3px 1px #444444;
-webkit-box-shadow: 0px 1px 3px 1px #444444;
box-shadow: 0px 1px 3px 1px #444444;
height: 1px;
background: #2b5782;
}
#main1inner {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 25px;
padding-left: 20px;
-moz-box-shadow: 0px 2px 5px 0 #cccccc;
-webkit-box-shadow: 0px 2px 5px 0 #cccccc;
box-shadow: 0px 2px 5px 0 #cccccc;
}
.box1 {
border: 1px solid #CCC;
background-color: #FFF;
padding: 20px;
width: 800px;
-moz-box-shadow: 2px 2px 5px 0 #cccccc;
-webkit-box-shadow: 2px 2px 5px 0 #cccccc;
box-shadow: 2px 2px 5px 0 #cccccc;
text-align: left;
}
#footer1 {
margin: 0px;
height: 30px;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
#footertext {
padding: 0px;
margin-top: 0px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 20px;
color: #999;
font-size: 12px;
text-align: left;
}
#footertext a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999;
text-decoration: none;
}
#footertext a:hover {
color: #222;
text-decoration: underline;
}
#footertext a:visited {
color: #999999;
text-decoration: none;
}
.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;
}
input select {
padding: 0.5em;
}
a {
color: #0073CF;
text-decoration: none;
}
a:hover {
color: #222222;
text-decoration: underline;
}
a:visited {
color: #0073CF;
text-decoration: underline;
}
.txt1 {
font-size: 1.25em;
}
.form {
text-align: right;
padding-right: 20px;
}
.Large {
width: 400px;
}
.Small {
width: 400px;
}
.Required {
color: #F00;
}
.centerlayout {
width: 800px;
margin: auto;
text-align: center;
}
SELECT {
font-size: 13px;
}
-->
</style>
</head>

<body bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="color:#EEEEEE"><div id="rootorg">
<div class="centerlayout">
<div class="text1">SmartSimple</div>
<div style="clear:both;"></div>
</div>
</div></td>
</tr>
<tr>
<td class="main1"><div class="headershadow"> </div>
<div id="main1inner">
<div class="centerlayout">
<div class="box1">
<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>
</div>
</div>
<div style="clear:both"></div>
</div></td>
</tr>
</table>
<div id="footer1">
<div class="centerlayout">
<div id="footertext"> Copyright &copy;
<script type="text/javascript"><!-- copyright

copyright=new Date();
update=copyright.getFullYear();

//---write copyright
document.write(""+ update );

//--></script> SmartSimple. All rights reserved. Powered by <a href="http://www.smartsimple.com" target="_blank">SmartSimple</a></div>
</div>
</div>
</body>
</html>
</pre>
Smartstaff, administrator
3,321
edits

Navigation menu