1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<blockquote>
<br>
[$ if $_[0] -> param -> language eq 'de' $]
Hier finden Sie die vollstndige Dokumentation von Embperl 2. Sie enthlt eine Referenz aller Features.
<br><br>
Fr schreitweise Tutorials gehen Sie bitte auf die <a href="../intro/">Einfhrungsseite</a>.
<br>
Details zur Installation knnen Sie in der <a href="../INSTALL.htm">Installationsanweisung</a> nachlesen.
[$else$]
Here you find the whole documention of Embperl 2.
This contains the full reference of all Embperl features.
<br><br>
For step by step tutorials go to the <a href="../intro/">introduction page</a>.
<br>
Details about the installation can be found on the <a href="../INSTALL.htm">installationpage</a>.
[$endif$]
<br>
<br>
[- Execute ('menulist.epl') -]
</blockquote>
|