Added link for "Other" documentation
This commit is contained in:
@@ -15,6 +15,7 @@ $string['cvs.html'] = "Using CVS";
|
||||
$string['future.html'] = "Future";
|
||||
$string['credits.html'] = "Credits";
|
||||
$string['licence.html'] = "License";
|
||||
$string['other.html'] = "Other Docs";
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Executable
+62
@@ -0,0 +1,62 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user