aboutsummaryrefslogtreecommitdiffstats
path: root/en/doc/archive.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/doc/archive.php')
-rw-r--r--en/doc/archive.php24
1 files changed, 21 insertions, 3 deletions
diff --git a/en/doc/archive.php b/en/doc/archive.php
index c80abf8d1..96cf76a37 100644
--- a/en/doc/archive.php
+++ b/en/doc/archive.php
@@ -4,9 +4,10 @@ define('ALIGNMENT', 'Center');
require '../../langs.php';
$dictionary = read_translation_file($locale, array('documentation', 'common_footer'));
require 'doc.php';
+$rtl = is_locale_rtl($locale);
?><!DOCTYPE html>
-<html lang="<?php echo $locale; ?>" dir="ltr">
+<html <?php echo $rtl ? 'dir="rtl"' : 'dir="ltr"'?> lang="<?php echo $locale; ?>">
<head>
<meta charset="utf-8">
<title><?php _g('Mageia Documentation\'s Archive')?></title>
@@ -14,8 +15,9 @@ require 'doc.php';
<meta name="keywords" content="<?php _g('doc,documentation,help,guide,installer,installation,mageia,linux')?>">
<?php echo common_header(); ?>
<?php include '../../analytics.php'; ?>
-</head
-<body class="doc">
+ <?php echo $rtl ? '<style> caption { text-align: right; } </style>' : ''?>
+</head>
+<body class="doc" <?php echo $rtl ? 'style="text-align: right;"' : ''?>>
<?php echo $hsnav; ?>
<h1 id="mgnavt"><?php _g('Mageia Documentation\'s Archive')?></h1>
<div id="doc" class="yui-t7" style="margin-bottom: 0px;">
@@ -27,6 +29,22 @@ require 'doc.php';
<?php _g('If you are looking for the current versions, see <a href="index.php">here</a>.')?></p>
<?php _g('Documentation built using the <a href="%s">Calenco tool from NeoDoc</a>.', 'http://www.neodoc.biz/', 'p')?>
<hr>
+ <h3>Mageia 7</h3>
+ <div class="row">
+ <div class="col">
+ <?php doc_list(_r('Control Center'), 'control_center', 7); ?>
+ </div>
+ <div class="col">
+ <?php doc_list(_r('Installer'), 'installer', 7); ?>
+ </div>
+ <div class="col">
+ <?php doc_list(_r('Installation from LIVE medium'), 'draklive', 7); ?>
+ </div>
+ <div class="col">
+ <?php doc_list(_r('Network installation'), 'netinstall', 7); ?>
+ </div>
+ </div>
+ <hr>
<h3>Mageia 6</h3>
<div class="row">
<div class="col">