Koha-Demoinstallation: Unterschied zwischen den Versionen

Aus Admin Kuhn GmbH
Wechseln zu: Navigation, Suche
Zeile 5: Zeile 5:
 
<tr>
 
<tr>
 
<td align=center bgcolor=#c4e688 width="50%">
 
<td align=center bgcolor=#c4e688 width="50%">
<form method="post" action="http://koha.adminkuhn.ch:8000/cgi-bin/koha/opac-user.pl" target="_blank">
+
<form method="post" action="http://koha.adminkuhn.ch:8001/" target="_blank">
<input type="hidden" value="opac" name="koha_login_context"/>
+
<input type="hidden" value="intranet" 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="OPAC"/>
+
<input type="submit" value="Dienstoberfläche"/>
 
</form>
 
</form>
 
</td>
 
</td>
 
<td align=center bgcolor=#c4e688 width="50%">
 
<td align=center bgcolor=#c4e688 width="50%">
<form method="post" action="http://koha.adminkuhn.ch:8001/" target="_blank">
+
<form method="post" action="http://koha.adminkuhn.ch:8000/cgi-bin/koha/opac-user.pl" target="_blank">
<input type="hidden" value="intranet" 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="Dienstoberfläche"/>
+
<input type="submit" value="OPAC"/>
 
</form>
 
</form>
 
</td>
 
</td>

Version vom 9. Februar 2014, 17:40 Uhr

Hier können Sie die aktuelle Koha-Version 3.14 direkt ausprobieren.

<html>

<form method="post" action="http://koha.adminkuhn.ch:8001/" target="_blank"> <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>

<form method="post" action="http://koha.adminkuhn.ch:8000/cgi-bin/koha/opac-user.pl" target="_blank"> <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>

</html>

Mit diesen Angaben werden Sie automatisch als fiktive Benutzerin "Berta Bucher" bei der fiktiven "Gemeindebibliothek Allschwil" angemeldet. Benutzername und Passwort lauten dabei beide bebu. Als Datenformat wird MARC 21 verwendet.

Bei Bedarf können Sie den OPAC und die Dienstoberfläche aber auch über ihre jeweiligen Links erreichen und sich selber anmelden.

Weitere Informationen zu Koha finden Sie hier.