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,42 @@
<html>
<head>
<title>Simple menu</title>
</head>
<body>
<h4>Simple menu</h4>
<p>Simple menu allows you to display a single level menu on your blog if
your theme supports it.</p>
<dl>
<dt>Menu items list</dt>
<dd>Here are displayed your menu items.<br />
You can reorder this list by dragging its items up and down.<br />
You can also modify the label, description and URL of each item.<br />
Once done, click on <strong>Update menu</strong>.</dd>
<dt>Delete selected menu items</dt>
<dd>Allows you to delete menu items by checking the boxes next to each of them.</dd>
<dt>Add a new menu item</dt>
<dd>First select the type of item. Then click on <strong>Continue…</strong>. Then, if
necessary, you may have to define a sub-type (category, page, etc.). If so,
do it and click on <strong>Continue…</strong>. Then finally you can modify proposals done for
label, description (not mandatory) and URL of the menu item.
Once done, click on <strong>Add this item</strong>.</dd>
<dd>
<ul>
<li><strong>Label:</strong> The anchor text. For example
"Archives". This field is mandatory.</li>
<li><strong>Description:</strong> A short description for the menu
item (will be displayed under the label depending on the selected theme). For example:
"Archives from 2004 to 2011".</li>
<li><strong>URL:</strong> The item URL. This field is
mandatory.</li>
<li><strong>Open URL on a new tab:</strong> Check if this link should be opened in a new tab or a new window.</li>
</ul>
</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']['simpleMenu'])) {
$__resources['help']['simpleMenu'] = dirname(__FILE__) . '/help/help.html';
}