mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
63 lines
1.8 KiB
HTML
63 lines
1.8 KiB
HTML
<html>
|
|
<head>
|
|
<title>Moodle Docs: Frequently Asked Questions (FAQ)</title>
|
|
<link rel="stylesheet" href="../theme/standard/styles.php" type="TEXT/CSS">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<style type="text/css">
|
|
<!--
|
|
.question {
|
|
font-size: medium;
|
|
font-weight: bold;
|
|
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
|
border: 1px dotted;
|
|
padding: 10px;
|
|
background-color: #EEEEEE;
|
|
}
|
|
.answer {
|
|
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: medium;
|
|
border: none;
|
|
padding-left: 40px;
|
|
}
|
|
-->
|
|
</style>
|
|
<style type="text/css">
|
|
<!--
|
|
.normaltext {
|
|
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: medium;
|
|
border: none;
|
|
padding-left: 10px;
|
|
}
|
|
.answercode {
|
|
font-family: "Courier New", Courier, mono;
|
|
font-size: small;
|
|
border: none;
|
|
padding-left: 60px;
|
|
}
|
|
.questionlink {
|
|
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: medium;
|
|
border: none;
|
|
padding-left: 40px;
|
|
}
|
|
-->
|
|
</style>
|
|
</head>
|
|
|
|
<body bgcolor="#FFFFFF">
|
|
<h2>Other documentation</h2>
|
|
<p class="normaltext">Here are some links to other sources of Moodle documentation:</p>
|
|
<p class="normaltext"><a href="../help.php?file=index.html">Index of all Moodle
|
|
help pages</a> - a list of all the context-sensitive help files within Moodle</p>
|
|
<p class="normaltext"><a href="http://moodle.org/docs/">User-contributed documentation</a>
|
|
- this page lists documentation contributed by Moodle users</p>
|
|
<p align="center" class="normaltext"> </p>
|
|
<hr>
|
|
|
|
<p align="CENTER"><font size="1"><a href="." target="_top">Moodle Documentation</a></font></p>
|
|
<p align="CENTER"><font size="1">Version: $Id$</font></p>
|
|
|
|
</body>
|
|
</html>
|