diff options
author | filip <filip.komar@gmail.com> | 2015-06-28 22:45:38 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-06-28 22:45:38 +0200 |
commit | c5d0c2728c113f8e2364d501bed0e23f7748af27 (patch) | |
tree | 7811ae4d4bc3a122660a756321296983fb7f812e /en/doc/index.php | |
parent | fa8c21e1cd67ecea286f9e8bd8f652be338d61a6 (diff) | |
download | www-c5d0c2728c113f8e2364d501bed0e23f7748af27.tar www-c5d0c2728c113f8e2364d501bed0e23f7748af27.tar.gz www-c5d0c2728c113f8e2364d501bed0e23f7748af27.tar.bz2 www-c5d0c2728c113f8e2364d501bed0e23f7748af27.tar.xz www-c5d0c2728c113f8e2364d501bed0e23f7748af27.zip |
mga 5 pdf and epub documenation files added + improvements:
- more clear page
- links added only for present pdf and epub files
- function doc_list improved and cleaned
Diffstat (limited to 'en/doc/index.php')
-rw-r--r-- | en/doc/index.php | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/en/doc/index.php b/en/doc/index.php index fe7e68f22..2730d5bce 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -32,35 +32,19 @@ require 'doc.php'; <hr> <h3>Mageia 5</h3> <div style="float: left; margin: 1em; width: 24em;"> - <p style="margin-left: 2em;"><?php - doc_list(_r('Installer'), 'installer', 5, '<a href="//doc.mageia.org/installer/5/%s/content/index.html">HTML</a>'); -# doc_list(_r('Installer'), 'installer', 5, '<a href="//doc.mageia.org/installer/5/%s/content/index.html">HTML</a>', -# '<a rel="nofollow" href="../downloads/get/?q=Mageia5-DrakX-%s-epub&doc=yes" title="Mageia installer EPUB">EPUB</a>', -# '<a rel="nofollow" href="../downloads/get/?q=Mageia5-DrakX-%s-pdf&doc=yes" title="Mageia installer PDF">PDF</a>'); - ?></p> + <p style="margin-left: 2em;"><?php doc_list(_r('Installer'), 'installer', 5); ?></p> </div> <div style="float: right; margin: 1em; width: 24em;"> - <p style="margin-left: 2em;"><?php - doc_list(_r('Control Center'), 'control_center', 5, '<a href="//doc.mageia.org/mcc/5/%s/content/index.html">HTML</a>'); -# doc_list(_r('Control Center'), 'control_center', 5, '<a href="//doc.mageia.org/mcc/5/%s/content/index.html">HTML</a>', -# '<a rel="nofollow" href="../downloads/get/?q=Mageia5-MCC-%s-epub&doc=yes" title="Mageia MCC EPUB">EPUB</a>', -# '<a rel="nofollow" href="../downloads/get/?q=Mageia5-MCC-%s-pdf&doc=yes" title="Mageia MCC PDF">PDF</a>'); - ?></p> + <p style="margin-left: 2em;"><?php doc_list(_r('Control Center'), 'control_center', 5); ?></p> </div> <hr style="clear: both;"> <h3>Mageia 4</h3> <div style="float: left; margin: 1em; width: 24em;"> - <p style="margin-left: 2em;"><?php - doc_list(_r('Installer'), 'installer', 4, '<a href="//doc.mageia.org/installer/4/%s/content/index.html">HTML</a>', - '<a rel="nofollow" href="../downloads/get/?q=Mageia4-DrakX-%s-epub&doc=yes" title="Mageia installer EPUB">EPUB</a>', - '<a rel="nofollow" href="../downloads/get/?q=Mageia4-DrakX-%s-pdf&doc=yes" title="Mageia installer PDF">PDF</a>'); + <p style="margin-left: 2em;"><?php doc_list(_r('Installer'), 'installer', 4); ?></p> </div> <div style="float: right; margin: 1em; width: 24em;"> - <p style="margin-left: 2em;"><?php - doc_list(_r('Control Center'), 'control_center', 4, '<a href="//doc.mageia.org/mcc/4/%s/content/index.html">HTML</a>', - '<a rel="nofollow" href="../downloads/get/?q=Mageia4-MCC-%s-epub&doc=yes" title="Mageia MCC EPUB">EPUB</a>', - '<a rel="nofollow" href="../downloads/get/?q=Mageia4-MCC-%s-pdf&doc=yes" title="Mageia MCC PDF">PDF</a>'); + <p style="margin-left: 2em;"><?php doc_list(_r('Control Center'), 'control_center', 4); ?></p> </div> </div> |