Koha-Demoinstallation: Unterschied zwischen den Versionen

Aus Admin Kuhn GmbH
Wechseln zu: Navigation, Suche
Zeile 14: Zeile 14:
  
 
<html>
 
<html>
 +
<center>
 
<form method="post" action="http://koha.adminkuhn.ch:8000/cgi-bin/koha/opac-user.pl">
 
<form method="post" action="http://koha.adminkuhn.ch:8000/cgi-bin/koha/opac-user.pl">
 
<input type="hidden" value="opac" name="koha_login_context"/>
 
<input type="hidden" value="opac" name="koha_login_context"/>
 
<input type="hidden" name="userid" id="userid" value="bebu"/>
 
<input type="hidden" name="userid" id="userid" value="bebu"/>
 
<input type="hidden" name="password" id="password" value="bebu"/>
 
<input type="hidden" name="password" id="password" value="bebu"/>
<input type="submit" value="Anmelden"/>
+
<input type="submit" value="OPAC"/>
 
</form>
 
</form>
 +
 +
<form method="post" action="http://koha.adminkuhn.ch:8001/">
 +
<input type="hidden" value="intranet" name="koha_login_context"/>
 +
<input type="hidden" name="userid" id="userid" value="bebu"/>
 +
<input type="hidden" name="password" id="password" value="bebu"/>
 +
<input type="submit" value="Dienstoberfläche"/>
 +
</form>
 +
</center>
 
</html>
 
</html>

Version vom 9. Februar 2014, 16:52 Uhr

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


OPAC


Dienstoberfläche


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

<html>

<form method="post" action="http://koha.adminkuhn.ch:8000/cgi-bin/koha/opac-user.pl"> <input type="hidden" value="opac" name="koha_login_context"/> <input type="hidden" name="userid" id="userid" value="bebu"/> <input type="hidden" name="password" id="password" value="bebu"/> <input type="submit" value="OPAC"/> </form>

<form method="post" action="http://koha.adminkuhn.ch:8001/"> <input type="hidden" value="intranet" name="koha_login_context"/> <input type="hidden" name="userid" id="userid" value="bebu"/> <input type="hidden" name="password" id="password" value="bebu"/> <input type="submit" value="Dienstoberfläche"/> </form>

</html>