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

From SmartWiki
Jump to: navigation, search
(Replaced content with "{{DeprecatedPage}} See Signup_Page Category:Deprecated")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
{{DeprecatedPage}}
<!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;
 
}
 
.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">
+
See [[Signup_Page]]
<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>
+
[[Category:Deprecated]]
<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>
 
</pre>
 
[[Category:Sign-Up Features]]
 

Latest revision as of 10:17, 26 September 2018


Ambox warning pn.png This article is deprecated and the information contained within may no longer be correct.

See Signup_Page