-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.html
More file actions
52 lines (52 loc) · 2.05 KB
/
scripts.html
File metadata and controls
52 lines (52 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0">
<link rel="icon" type="image/png" href="http://bpi-berry.lan/repo/icon.png" />
<title>Plugins, thèmes, scripts pour le C.M.S. PluXml</title>
<link rel="alternate" type="application/rss+xml" href="http://bpi-berry.lan/repo/scripts-rss.xml" title="Kazimentou" />
<link rel="stylesheet" href="assets/style.css" />
</head>
<body class="page-scripts">
<header id="bandeau">
<div class="logo cell-border">
<a href="https://www.pluxml.org" target="_blank" title="Le site de PluXml"><img src="assets/logo.png" alt="Logo du site" /></a>
</div>
<div>
<h1><span>Dépôt d'extensions</span> multi-versions <span>pour Pluxml</span></h1>
</div>
<div class="cell-border">
<a class="rss" href="scripts-rss.xml" target="_blank"><img width="32" height="32" src="assets/rss.png" alt="Flux RSS" /></a><br />
<label for="help_nav" style="margin-top: 1rem;">Aide</label><br />
</div>
<h2 class="nowrap">Welcome at <span>Kazimentou's repository</span> and get <span>the finest addons</span><span>for PluXml</span></h2>
</header>
<nav id="menu">
<label for="nav-toggle" title="Menu">☰</label>
<input id="nav-toggle" type="checkbox" />
<ul>
<li><a href="index.html">Plugins</a></li>
<li><a href="themes.html">Thèmes</a></li>
<li><a href="scripts.html">Scripts</a></li>
</ul>
</nav>
<section>
<input id="help_nav" type="checkbox" />
<div>
<h3>Aide</h3>
<ul>
<li>Télécharger l'archive zip du plugin ou du thème</li>
<li>Dézipper l'archive dans le dossier des plugins ou des thèmes de Pluxml</li>
<li>Un nouveau dossier a été créé. Vérifier qu'il a exactement le même nom que le plugin. Sinon renommer-le.</li>
<li>Ensuite, se connecter sur l'administration de Pluxml pour activer le plugin ou le thème</li>
</ul>
</div>
<article>
<div class="txt-center nothing">Le dépôt ne contient aucun script.</div>
</article>
</section>
<footer>
</footer>
</body>
</html>