summaryrefslogtreecommitdiff
path: root/modules/extra/webcpanel/templates/default/register.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules/extra/webcpanel/templates/default/register.html')
-rw-r--r--modules/extra/webcpanel/templates/default/register.html65
1 files changed, 0 insertions, 65 deletions
diff --git a/modules/extra/webcpanel/templates/default/register.html b/modules/extra/webcpanel/templates/default/register.html
deleted file mode 100644
index bebf4e276..000000000
--- a/modules/extra/webcpanel/templates/default/register.html
+++ /dev/null
@@ -1,65 +0,0 @@
-<!DOCTYPE html>
-<!--[if IE 7]> <html lang="en" class="ie7"> <![endif]-->
-<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
-<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
-<!--[if !IE]><!-->
-<html lang="en">
- <!--<![endif]-->
- <head>
- <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
- <link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
- <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
-
- <title>{TITLE}</title>
- </head>
- <body>
- <div id="frontPages" class="container">
- <div class="row">
- <div class="col-lg-offset-4 col-lg-4">
- <a href="/">
- <img src="/static/logo.png" class="img-responsive">
- </a>
- <a href="/" class="btn btn-lg btn-default btn-block">Back Home</a>
-
- <h1 class="form-signin-heading">Register</h1>
-
- {IF EXISTS MESSAGES}
- <div class="alert alert-danger">
- {MESSAGES}
- </div>
- {END IF}
-
- <form class="form-horizontal form-signin" action="/confirm" method="post">
- <input type="text" name="username" class="form-control" placeholder="Username" required="required" autofocus
- style="margin-bottom: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;">
- <input type="password" name="password" class="form-control" placeholder="Password" required="required"
- style="margin-bottom: -1px; border-radius: 0;">
-
- {IF EXISTS FORCE_EMAIL}
- <input type="email" name="email" class="form-control" placeholder="Email" required="required"
- style="margin-bottom: 15px; border-top-left-radius: 0; border-top-right-radius: 0;">
- {ELSE}
- <h4>Optional</h4>
- <input type="email" name="email" class="form-control" placeholder="Email"
- style="margin-bottom: 15px;">
- {END IF}
-
- <button class="btn btn-lg btn-warning btn-block" type="submit">Register</button>
- </form>
- </div>
- </div>
-
- <br>
- <div class="row">
- <div class="col-lg-offset-3 col-lg-6">
- <div class="footer text-center">
- Anope IRC Services - &copy; 2013 Anope Team - <a href="http://anope.org">http://anope.org</a>
- </div>
- </div>
- </div>
- </div>
-
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
- <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
- </body>
-</html> \ No newline at end of file