moodle/lang/de/docs/other.html
urs_hunkler c1a0356dc7 Added a JS to open the styles from the theme folder for the doc pages.
In the theme "standardxhtml" I added a stylesheet file "docstyles.php" to overwrite the theme independend "docstyles.css".
2005-01-24 12:32:31 +00:00

44 lines
1.8 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Moodle Dokumentantion: Weitere Hilfedateien und
Handb&uuml;cher</title>
<link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
<script language="JavaScript" type="text/javascript">
<!-- //hide
var themeCSS = "<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>";
if (themeCSS.indexOf("CFG->wwwroot") != true) {
document.write ("<link rel=\"stylesheet\" type=\"text/css\" href=\"" + themeCSS +"/styles.php\" />");
document.write ("<link rel=\"stylesheet\" type=\"text/css\" href=\"" + themeCSS +"/docstyles.php\" />");
}
// done hiding -->
</script>
<meta http-equiv="Content-Type" content=
"text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF">
<h1>Andere Hilfedateien und Dokumentationen</h1>
<p class="normaltext">Hier sind einige Links zu anderen Moodle
Handb&uuml;chern:</p>
<p class="normaltext"><a href=
"../help.php?file=index.html">&Uuml;bersicht &uuml;ber alle
Moodle Hilfeseiten</a> - &Uuml;bersicht &uuml;ber alle
Hilfedateien, die auf den verschiedenen Seiten aufgerufen werden
k&ouml;nnen</p>
<p class="normaltext"><a href=
"http://moodle.org/docs/">Anwender-Dokumentationen</a> - diese
Seite listet alle Dokumentation auf, die von Nutzern von Moodle
erarbeitet wurden.</p>
<h2>Deutschsprachiges Handbuch für Teilnehmer/innen und Trainer/innen</h2>
<p class="normaltext">Die DIALOGE Beratungsgsesellschaft vertreibt zwei
deutschsprachige Handbücher für Teilnehmer/innen und Trainer/innen. Weitere
Informationen unter: <a href="http://moodle.de" target=
"_top">moodle.de</a> </p>
<p align="center" class="normaltext"> </p>
<hr>
<p align="center"><a href="." target="_top"><font size="1">Moodle
Documentation</font></a></p>
<p align="center"><font size="1">Version: $Id$</font></p>
</body>
</html>