[Koha] KOHA login
Owen Leonard
oleonard at myacpl.org
Sat Jul 18 02:30:21 NZST 2009
> Where can I find the code for the KOHA login so I can place that on our
> website?
How about right on your Koha OPAC home page?
Here's the minimal version:
<form method="post" action="http://path.to.your.opac/cgi-bin/koha/opac-user.pl">
<input type="hidden" value="opac" name="koha_login_context"/>
<label for="userid">Login:</label><input type="text" name="userid"
id="userid"/>
<label for="password">Password:</label><input type="password"
name="password" id="password"/>
<input type="submit" value="Log In"/>
</form>
Of course you have to replace "path.to.your.opac" with the URL of your OPAC.
-- Owen
--
Web Developer
Athens County Public Libraries
http://www.myacpl.org
More information about the Koha
mailing list