home *** CD-ROM | disk | FTP | other *** search
- ===== template.comments =====
- Traduction par Laurent Guerby 18 Fevrier 1995
-
- This file, template, is a library file used by
- the program "mklesson" to generate lessons.
- This file Copyright (C) 1994 David A. Wheeler
- RCS ID: $Id: template,v 1.10 1995/01/24 22:38:15 wheeler Exp wheeler $
-
- Each template "chunk" is preceded by a header line;
- a header line has 5 = signs, space, chunk name, and 5 equal signs.
- Capitalized text enclosed in square brackets is replaced with text.
- For example, [AUTHOR_NAME] is replaced with the name of the lesson author.
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
-
- You should have received a copy of the GNU Library General Public
- License along with this library; if not, write to the Free
- Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
- ===== section.head =====
- <HEAD>
- <TITLE>[TUTOR_NAME] Section [FULL_SECTION_NUMBER] - [SECTION_TITLE]</TITLE>
- <LINK REV="made" HREF="mailto:[AUTHOR_EMAIL]">
- </HEAD>
- <BODY>
- <H1>Section [FULL_SECTION_NUMBER] - [SECTION_TITLE]</H1>
- ===== section.question.head =====
- <A name="Questionnaire"></A>
- <HR><P><H1>Questionnaire:</H1>
- <BR>
- ===== section.question.tail =====
- </OL>
- <HR>
- Vous pouvez:
- <UL>
- <LI>
- <A HREF="[PREVIOUS_SECTION_URL]">Revenir vers [THE_PREVIOUS_SECTION_OR_HOME]</A>
- <LI>
- <A HREF="[CONFIRM_SKIP_SECTION_URL]">Passer α la prochaine leτon</A>
- <LI>
- <A HREF="[LESSON_OUTLINE_URL]">Revenir au sommaire de la leτon
- [LESSON_NUMBER]</A>
- </UL>
- ===== section.no_question =====
- <!-- No quiz question -->
- <P>
- <HR>
- <P>
- Il n'y a pas de questionnaire pour cette section.
- <P>
- <A HREF="[NEXT_SECTION_URL]">
- <STRONG>Vous pouvez aller α la prochaine section.</STRONG></A>
- <P>
- <HR>
- Vous pouvez aussi:
- <UL>
- <LI>
- <A HREF="[PREVIOUS_SECTION_URL]">Revenir vers [THE_PREVIOUS_SECTION_OR_HOME]</A>
- <LI>
- <A HREF="[LESSON_OUTLINE_URL]">Revenir au sommaire de la leτon
- [LESSON_NUMBER]</A>
- </UL>
- ===== section.tail =====
- <P>
- <ADDRESS>[AUTHOR_ADDRESS]</ADDRESS>
- </BODY>
- <!-- This text is part of the the [TUTOR_NAME] tutorial program. -->
- <!-- Copyright (C) [TODAYS_YEAR] [AUTHOR_NAME] -->
- <!-- = -->
- <!-- This program is free software; you can redistribute it and/or modify -->
- <!-- it under the terms of the GNU General Public License as published by -->
- <!-- the Free Software Foundation; either version 2 of the License, or -->
- <!-- (at your option) any later version. -->
- <!-- = -->
- <!-- This program is distributed in the hope that it will be useful, -->
- <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
- <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
- <!-- GNU General Public License for more details. -->
- <!-- = -->
- <!-- You should have received a copy of the GNU General Public License -->
- <!-- along with this program; if not, write to the Free Software -->
- <!-- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -->
- ===== response.head =====
- <HEAD><TITLE>[TUTOR_NAME] Section [FULL_SECTION_NUMBER] - Answer [ANSWER_NUMBER]</TITLE>
- <LINK REV="made" HREF="mailto:[AUTHOR_EMAIL]">
- </HEAD>
- <BODY>
- ===== response.correct.default =====
- C'est exact.
- ===== response.incorrect.default =====
- Non, dΘsolΘ.
- ===== response.correct.tail =====
- <P>
- <A HREF="[NEXT_SECTION_URL]">
- <STRONG>Vous pouvez aller α la prochaine section.</STRONG></A>
- <P>
- Vous pouvez aussi:
- <UL>
- <LI>
- <A HREF="[SECTION_QUESTION_URL]">Revenir α la question</A>
- <LI>
- <A HREF="[LESSON_OUTLINE_URL]">Revenir au sommaire de la leτon [LESSON_NUMBER]</A>
- </UL>
- ===== response.incorrect.tail =====
- <P>
- <A HREF="[SECTION_QUESTION_URL]"><STRONG>Vous pouvez revenir α la question</STRONG></A>
- <P>
- Vous pouvez aussi:
- <UL>
- <LI>
- <A HREF="[NEXT_SECTION_URL]">Passer α la prochaine section.</A>
- <LI>
- <A HREF="[LESSON_OUTLINE_URL]">Revenir au sommaire de la leτon [LESSON_NUMBER]</A>
- </UL>
- ===== response.tail =====
- <ADDRESS>[AUTHOR_ADDRESS]</ADDRESS>
- </BODY>
- <!-- This text is part of the the [TUTOR_NAME] tutorial program. -->
- <!-- Copyright (C) [TODAYS_YEAR] [AUTHOR_NAME] -->
- <!-- = -->
- <!-- This program is free software; you can redistribute it and/or modify -->
- <!-- it under the terms of the GNU General Public License as published by -->
- <!-- the Free Software Foundation; either version 2 of the License, or -->
- <!-- (at your option) any later version. -->
- <!-- = -->
- <!-- This program is distributed in the hope that it will be useful, -->
- <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
- <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
- <!-- GNU General Public License for more details. -->
- <!-- = -->
- <!-- You should have received a copy of the GNU General Public License -->
- <!-- along with this program; if not, write to the Free Software -->
- <!-- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -->
- ===== outline.head =====
- <HEAD>
- <TITLE>[TUTOR_NAME] - Sommaire de la leτon [LESSON_NUMBER]</TITLE>
- <LINK REV="made" HREF="mailto:[AUTHOR_EMAIL]">
- </HEAD>
- <BODY>
- <H1>Sommaire de la leτon [LESSON_NUMBER]</H1>
- Voici les sections de la leτon [LESSON_NUMBER]:
- <P>
- <OL>
- ===== outline.tail =====
- </OL>
- <P>
- <HR>
- <P>
- Vous pouvez aussi:
- <UL>
- <LI>
- <A HREF="[MASTER_OUTLINE_URL]">Revenir au sommaire gΘnΘral de [TUTOR_NAME].</A>
- <LI>
- <A HREF="[TUTOR_HOME_PAGE_URL]">Revenir α la page principale de [TUTOR_NAME].</A>
- </UL>
- <ADDRESS>[AUTHOR_ADDRESS]</ADDRESS>
- </BODY>
-