File: register.php

package info (click to toggle)
gallery 1.5.4-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 26,712 kB
  • ctags: 6,567
  • sloc: php: 33,824; sh: 446; xml: 96; makefile: 88; perl: 61
file content (28 lines) | stat: -rw-r--r-- 857 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
        require (dirname(dirname(__FILE__)) . '/init.php');
?>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Gallery Context Help</title>
<?php 
     echo getStyleSheetLink();
    ?>
</head>
<body>
<a name="top"></a>
 <span class="popuphead">Register&nbsp;<a href="#" onclick="javascript: window.close()">[Close Window]</a></span>
 
 <p>
  If enabled, you can create your own account for use on this Gallery
  installation.  Admins may set Gallery up so that logged in users have
  more permissions than a non-logged in user, so you might want to register.
 </p>
 <p>
  To register, specify your desired username, full name, email address,
  and preferred language.  Your password will be sent to you via email.
  After this, you can login to Gallery using your username and password.
 </p>
</body>
</html>