Koha-Demoinstallation: Unterschied zwischen den Versionen

Aus Admin Kuhn GmbH
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:
<center>Als Datenformat wird MARC 21 verwendet.</center>
<center>Als Datenformat wird MARC 21 verwendet.</center>


 
<html>
<form method="post" action="http://path.to.your.opac/cgi-bin/koha/opac-user.pl">
<form method="post" action="http://path.to.your.opac/cgi-bin/koha/opac-user.pl">
<input type="hidden" value="opac" name="koha_login_context"/>
<input type="hidden" value="opac" name="koha_login_context"/>
Zeile 20: Zeile 20:
<input type="submit" value="Log In"/>
<input type="submit" value="Log In"/>
</form>
</form>
</html>

Version vom 9. Februar 2014, 13:36 Uhr

Unter den folgenden beiden Links können Sie die aktuelle Koha-Version 3.14 ausprobieren.


OPAC


Dienstoberfläche


Der Benutzername lautet koha, auch das Passwort lautet koha.
Als Datenformat wird MARC 21 verwendet.

<html> <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> </html>