Project

General

Profile

Statistics
| Branch: | Revision:

colonymech / docs / www / colonyscout / internal / admin / validerr.php @ f59acf11

History | View | Annotate | Download (2.96 KB)

1
<?php
2
$type = $_GET["t"];
3

    
4
if ($type == "notfound") {
5
        $err_message = "Your account could not be located. If you copied and pasted the link into your browser, make sure everything is there. If everything looks okay, then we goofed.<br><br>\n Try to register again here.";
6

    
7
} else if ($type == "expired") {
8
        $err_message = "The registration link is only valid for 48 hours after the creation date. \n You can use this re-registration form to get a fresh link.";
9
} else {
10
        $err_message = "Hmm, it seems there was an unspecified issue with your registration.<br><br>\n you can try to re-register here.";
11
}
12

    
13
?>
14

    
15
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
16
<html><head> 
17
                <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">                
18
                <link href="/rsc/main-style.css" rel="stylesheet" type="text/css" media="screen">
19
                <title>Robotics Playground Validation Error | danshope.com</title>
20

    
21
                </head><body>
22

    
23
<div id="general">
24

    
25
<?php 
26
include($_SERVER['DOCUMENT_ROOT']."/nav.php");
27
?>
28

    
29
<div id="topbody">
30
        <a href="http://www.danshope.com/" rel="nofollow" title="Home"><img src="/rsc/d_sign.jpg" align="right" alt="danshope.com logo"></a>
31
</div>
32

    
33
<div id="body">
34
        <div class="border-splash"></div>
35
        <?php 
36
        include($_SERVER['DOCUMENT_ROOT']."/splashtop.php");
37
        ?>
38
  <div id="body-boxes">
39
    <div id="box-inside">
40
        <div id="box-padded">
41
        <center><br><br>
42
        <h2>Registration Error</h2><br>
43
        <span id="dkbluelargetext">Oops! There was a problem with your registration<br>
44
        <?php echo $err_message; ?></span><br>
45
        <a id="dkbluelargetext" href="/members/register.php">Membership Registration form</a><br><br>
46

    
47
        <span id="graylargetext">If you believe you've received this message in error, please contact us.</span><br><br>
48

    
49
        <a id="dkbluelink" href="/contact/">Send us a Message!</a><br><br>
50

    
51
        <FORM ACTION="http://search.freefind.com/find.html" METHOD="GET" accept-charset="utf-8" target="_self">
52
        <INPUT TYPE="HIDDEN" NAME="id" VALUE="24722193"><INPUT TYPE="HIDDEN" NAME="pageid" VALUE="r">
53
        <INPUT TYPE="HIDDEN" NAME="mode" VALUE="ALL"><INPUT type="HIDDEN" name="n" value="0">
54
        <INPUT TYPE="HIDDEN" NAME="_charset_" VALUE=""><INPUT TYPE="HIDDEN" NAME="bcd" VALUE="&#247;">
55
        <INPUT TYPE="TEXT" NAME="query" SIZE="30"><small><INPUT TYPE="SUBMIT" Class="SearchButton" VALUE="&nbsp;&nbsp;&nbsp;Search&nbsp;&nbsp;&nbsp;"><br>
56
        </FORM></center>
57

    
58
        <br><br><br><br><br>
59
        </div>
60
    <div>
61
  </div>
62
</div>
63

    
64

    
65
<?php 
66
include($_SERVER['DOCUMENT_ROOT']."/footer.php");
67
?>
68

    
69
<script type="text/javascript">
70
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
71
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
72
</script>
73
<script type="text/javascript">
74
var pageTracker = _gat._getTracker("UA-6089041-1");
75
pageTracker._trackPageview();
76
</script>
77

    
78
<?php include($_SERVER['DOCUMENT_ROOT']."/splashmap.php"); ?>
79

    
80
</div><!--GENERAL!-->
81
</body></html>