Current oav website

This commit is contained in:
Charlie Root
2023-03-20 12:18:38 +01:00
commit a096ce07cf
3270 changed files with 261778 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<html>
<head>
<title>Maintenance</title>
</head>
<body>
<h4>Alert settings</h4>
<dl>
<dt>Activation</dt>
<dd><p>Check this box to display alert messages under tasks that are late or that have never been executed.</p>
<p>Note: in <strong>My preferences</strong>, additional options allow you to display these tasks on your dashboard.</p></dd>
<dt>Frequency</dt>
<dd><p>Schedules the alert display of tasks to be done.</p>
<p>This frequency can be common to all the tasks (select the <strong>Use one recall time for all tasks</strong> radio button) or can be set for each tasks.</p></dd>
</dl>
</body>
</html>

View File

@ -0,0 +1,12 @@
<?php
/**
* @package Dotclear
* @subpackage Plugins
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
if (!isset($__resources['help']['maintenance'])) {
$__resources['help']['maintenance'] = dirname(__FILE__) . '/help/maintenance.html';
}

View File

@ -0,0 +1,22 @@
<html>
<head>
<title>Maintenance</title>
</head>
<body>
<h4>Réglage des alertes</h4>
<dl>
<dt>Activation</dt>
<dd><p>Cocher cette option pour afficher des messages d'alerte sous chaque tâche
en retard ou n'ayant jamais été exécutée.</p>
<p>Note&nbsp;: dans «&nbsp;Mes préférences&nbsp;», des options complémentaires permettent d'afficher également ces messages
sur le tableau de bord.</p></dd>
<dt>Périodicité</dt>
<dd><p>Permet de choisir le délai de rappel des tâches à exécuter.</p>
<p>Ce délai peut être commun à toutes les tâches (choisir le bouton radio «&nbsp;Utiliser le même délai pour toutes les tâches&nbsp;» ou différencié pour chacune d'elles.</p></dd>
</dl>
</body>
</html>

View File

@ -0,0 +1,12 @@
<?php
/**
* @package Dotclear
* @subpackage Plugins
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
if (!isset($__resources['help']['maintenance'])) {
$__resources['help']['maintenance'] = dirname(__FILE__) . '/help/maintenance.html';
}