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 29 30 31
|
<?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">Login <a href="#" onclick="javascript: window.close()">[Close Window]</a></span>
<p>
Logging in to Gallery allows you to receive more permissions, in order to
view, create, modify, and delete certain albums. Simply type your login
name and password, and you will receive the new permissions.
</p>
<p>
The default username for the admin account (the one created in the
configuration wizard) is <strong>admin</strong>. The password is what
you specified in the configuration wizard.
</p>
<p>
If you have trouble logging in, be sure to check with your admin and
the <a href="#" onclick="javascript:window.opener.location.href='http://gallery.sf.net/faq.php'; window.close();">Gallery FAQ</a>
</p>
</body>
</html>
|