signups are opened again

This commit is contained in:
Anton McClure 2020-10-31 15:20:09 +00:00
parent c91974c1ac
commit 39c20c677e
No known key found for this signature in database
GPG Key ID: 1603F41AB3C2B11E
1 changed files with 12 additions and 12 deletions

View File

@ -6,17 +6,17 @@ require_once '/var/www/tilde/server/header2.php'; ?>
<p>Note: What you enter for "Your full name or pseudonym" and "Your desired username" if accepted will be visible on the home page in the Users section as "Fullname/pseudonym (~username)". If you do not wish to enter your full name, your username will be sufficient.
<hr>
<?php
//echo '<form method="post">';
//include './signup-handler.php';
//echo '<p><input name="fullname" type="text" class="form-control" placeholder="Your Full Name" required=""></p>';
//echo '<p><input name="username" type="text" class="form-control" placeholder="Your Desired Username (numbers and lowercase letters only, no spaces)" required=""></p>';
//echo '<p><input name="email" type="text" class="form-control" placeholder="Contact Email Address" required=""></p>';
//echo '<p><textarea name="interest" class="form-control" rows="10" placeholder="What Interests You About Summit" required=""></textarea></p>';
//echo '<p><textarea name="sshkey" class="form-control" rows="10" placeholder="Your SSH Public Key (ED25519 Preferred)" required=""></textarea></p>';
//echo '<p><em>By signing up and using summit, I agree to summit's <a href="https://summit.tildex.com/legal/terms">Terms of Use</a>, <a href="https://summit.tildex.com/legal/conduct">Code of Conduct</a>, and <a href="https://summit.tildex.com/legal/privacy">Privacy Policy</a> for summit services.</label></p>';
//echo '</em></p>';
//echo '<p><input name="submit" type="submit" class="btn-block" value="Send Message"></p>';
//echo '</form>';
echo 'Signups are currently closed.<br><br>I also run <a href="//yourtilde.com">YourTilde.com</a> which is currently accepting signups.';
echo '<form method="post">';
include './signup-handler.php';
echo '<p><input name="fullname" type="text" class="form-control" placeholder="Your Full Name" required=""></p>';
echo '<p><input name="username" type="text" class="form-control" placeholder="Your Desired Username (numbers and lowercase letters only, no spaces)" required=""></p>';
echo '<p><input name="email" type="text" class="form-control" placeholder="Contact Email Address" required=""></p>';
echo '<p><textarea name="interest" class="form-control" rows="10" placeholder="What Interests You About Summit" required=""></textarea></p>';
echo '<p><textarea name="sshkey" class="form-control" rows="10" placeholder="Your SSH Public Key (ED25519 Preferred)" required=""></textarea></p>';
echo '<p><em>By signing up and using summit, I agree to summit's <a href="https://summit.tildex.com/legal/terms">Terms of Use</a>, <a href="https://summit.tildex.com/legal/conduct">Code of Conduct</a>, and <a href="https://summit.tildex.com/legal/privacy">Privacy Policy</a> for summit services.</label></p>';
echo '</em></p>';
echo '<p><input name="submit" type="submit" class="btn-block" value="Send Message"></p>';
echo '</form>';
//echo 'Signups are currently closed.<br><br>I also run <a href="//yourtilde.com">YourTilde.com</a> which is currently accepting signups.';
?>
<?php require_once '/var/www/tilde/server/footer.php' ?>