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,17 @@
<html>
<head>
<title>User:preferences</title>
</head>
<body>
<h4>User:preferences</h4>
<p>This page provides technical informations about parameters usually managed by other pages in the administration interface.<br />
Only modify something here if you know what you are doing!</p>
<p>For instance, the <code>nodragdrop</code> parameter can be configured in the <a href="preferences.php#user-options"><strong>My options</strong> tab</a> of the <strong>My preferences</strong> page.</p>
<p>The page has two tabs: <strong>User preferences</strong> and <strong>Global preferences</strong> to manage the current user preferences and the preferences common to every users, respectively.</p>
<p>You can directly access the different page sections using the <strong>Goto</strong> dropdown menu.</p>
</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']['userPref'])) {
$__resources['help']['userPref'] = dirname(__FILE__) . '/help/help.html';
}

View File

@ -0,0 +1,18 @@
<html>
<head>
<title>User:preferences</title>
</head>
<body>
<h4>User:preferences</h4>
<p>Cette page présente des informations <em>techniques</em>
brutes généralement gérées par d'autres pages.<br />
Ne modifiez quelque chose que si vous savez ce que vous faîtes.</p>
<p>Par exemple le paramètre <em>nodragdrop</em> se configure sur la page
"Mes préférences" dans <a href="preferences.php#user-options">l'onglet "Mes options"</a>.</p>
<p>La page présente deux onglets "Préférences utilisateur·rice·s" et "Préférences globales"
qui permettent de gérer (et présenter) respectivement vos préférences et
celles communes à tous les utilisateur·rice·s.</p>
<p>Vous pouvez accéder directement aux différentes sections de la page avec le menu de sélection.</p>
</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']['userPref'])) {
$__resources['help']['userPref'] = dirname(__FILE__) . '/help/help.html';
}