63 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html >
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
  <title><%cat_full_name%>: Resend E-mail Validation</title>
 | 
						|
<%include include_common_head.html%>
 | 
						|
</head>
 | 
						|
 | 
						|
<%~set content_header_title = 'Resend E-mail Validation'%>
 | 
						|
 | 
						|
<body class="page-<%page_id%>">
 | 
						|
  <div class="container-b">
 | 
						|
    <%include include_header.html%>
 | 
						|
 | 
						|
    <div class="main">
 | 
						|
      <div class="contentwrapper clearfix">
 | 
						|
        <div class="sidebar">
 | 
						|
            <%include include_sidebar.html%>
 | 
						|
        </div>
 | 
						|
 | 
						|
        <%~init array breadcrumbs%><%init hash breadcrumbs.0%>
 | 
						|
        <%~set breadcrumbs.0.name = $content_header_title%>
 | 
						|
 | 
						|
        <%include include_breadcrumb.html%>
 | 
						|
 | 
						|
        <div class="content"><%-- start content--%>
 | 
						|
          <%include include_content_header.html%>
 | 
						|
 | 
						|
          <form method="post" action="<%GForum::SEO::url()%>">
 | 
						|
            <%hidden_form%>
 | 
						|
            <input type="hidden" name="do" value="resend_validation" />
 | 
						|
            <p>
 | 
						|
            If you recently signed up for an account, but never received the validation e-mail,
 | 
						|
            <%site_title%> can resend the validation e-mail to you.
 | 
						|
            </p>
 | 
						|
 | 
						|
            <div class="dtable form">
 | 
						|
              <div class="drow">
 | 
						|
                <div class="dcell name">Your Username:</div>
 | 
						|
                <div class="dcell divider"></div>
 | 
						|
                <div class="dcell value">
 | 
						|
                  <input type="text" id="username_text" name="user_username" class="txt shotext" />
 | 
						|
                </div>
 | 
						|
              </div>
 | 
						|
              <div class="drow actions">
 | 
						|
                <div class="dcell name"></div>
 | 
						|
                <div class="dcell divider"></div>
 | 
						|
                <div class="dcell value">
 | 
						|
                  <input type="submit" value="Resend E-mail" class="btn default" />
 | 
						|
                  <p class="note">* The e-mail will be re-sent to the e-mail address you entered when signing up.</p>
 | 
						|
                </div>
 | 
						|
              </div>
 | 
						|
            </div>
 | 
						|
          </form>
 | 
						|
 | 
						|
        </div><%-- end content --%>
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
    <%include include_footer.html%>
 | 
						|
  </div>
 | 
						|
</body>
 | 
						|
<%~include include_global_js.html%>
 | 
						|
</html>
 |