ADMIN FR

<script>
function NewCAMPage() {
    var page = prompt("Indiquez le nom de la page", "");
    if (page != null) {
		window.location.assign("http://2020france.net/doccam/doku.php?id=fr:cam:help:"+page+"&do=edit&rev=0")
    }
}
function NewCAMTuto() {
    var tuto = prompt("Indiquez le nom de la page", "");
    if (tuto != null) {
		window.location.assign("http://2020france.net/doccam/doku.php?id=fr:cam:tuto:"+tuto+"&do=edit&rev=0")
    }
}
</script>
<ul>
  <li>
    <a href="#" onclick="NewCAMPage()">Créer une nouvelle page du manuel</a>
  </li>
  <li>
    <a href="#" onclick="NewCAMTuto()">Créer un nouveau tutoriel</a>
  </li>
</ul>

Statistiques

all

Liens utiles