aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2017-07-05 10:56:03 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2017-07-05 10:56:03 +0200
commit4d698ae14ddd4801897cf2ccf4e929deee81a944 (patch)
treecaa8203c41c1519c7ba96cca40a726097ec8afb7 /en/downloads
parent29731943ca2d537e35e6fea00fe5d96bf223c345 (diff)
downloadwww-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar
www-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar.gz
www-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar.bz2
www-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar.xz
www-4d698ae14ddd4801897cf2ccf4e929deee81a944.zip
more page to adapt for bootstrap
+replace custom .css with common header +clean of inline style
Diffstat (limited to 'en/downloads')
-rw-r--r--en/downloads/1/index.php2
-rw-r--r--en/downloads/get/index.php15
2 files changed, 9 insertions, 8 deletions
diff --git a/en/downloads/1/index.php b/en/downloads/1/index.php
index 72f34fbb5..ab96c175b 100644
--- a/en/downloads/1/index.php
+++ b/en/downloads/1/index.php
@@ -22,6 +22,7 @@ require './lib.php';
<meta name="author" content="Mageia">
<link rel="stylesheet" type="text/css" href="/g/style/all.css">
<?php include '../../../analytics.php'; ?>
+ <?php echo common_header(); ?>
</head>
<body class="release downloads">
<?php echo $hsnav; ?>
@@ -38,5 +39,6 @@ require './lib.php';
</div></div>
</div>
</div>
+<?php echo common_footer($locale); ?>
</body>
</html>
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php
index 69248943b..2680199ad 100644
--- a/en/downloads/get/index.php
+++ b/en/downloads/get/index.php
@@ -207,8 +207,7 @@ if ($debug)
<meta charset="utf-8">
<title><?php echo $title; ?> | <?php _g('Mageia Downloads') ?></title>
<meta name="robots" content="noindex,nofollow,nosnippet">
- <link rel="stylesheet" type="text/css" href="/g/style/all.css">
- <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css">
+ <?php echo common_header(); ?>
<?php
if (!isset($_SERVER['APP_MODE']) || $_SERVER['APP_MODE'] == 'prod') {
include '../../../analytics.php';
@@ -254,7 +253,7 @@ $num_checksums = count($sum_links);
if ($num_checksums > 0 && !$torrent) {
_g('As soon as your download is complete, you should check that the checksums match:', null, 'p');
echo PHP_EOL . '<div id="check-signs">' . PHP_EOL;
- echo '<pre class="term">' . PHP_EOL;
+ echo '<pre class="term pre-scrollable">' . PHP_EOL;
echo $chksm_cmd;
echo '</pre>' . PHP_EOL . '<p>';
_g('If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.', null, ' ');
@@ -268,11 +267,11 @@ if ($num_checksums > 0 && !$torrent) {
_g('They are also available for download as files:', null, ' ');
echo "$signature_links. ";
echo sprintf(_r('First you need to import the "Mageia Release" key from a <a href="%s">MIT PGP Public Key Server</a>:'), 'https://pgp.mit.edu/'); ?></p>
-<pre class="term">
+<pre class="term pre-scrollable">
$ gpg --keyserver pgp.mit.edu --recv-keys EDCA7A90
</pre>
<p><?php _g('In response there should be one of the following lines:'); ?></p>
-<pre class="term">
+<pre class="term pre-scrollable">
<strong>gpg: key EDCA7A90: public key "Mageia Release &lt;release&#x40;mageia.org&gt;" imported</strong>
<?php _g('or if you already imported the key before:'); echo PHP_EOL; ?>
@@ -284,7 +283,7 @@ $ gpg --keyserver pgp.mit.edu --recv-keys EDCA7A90
$ gpg --verify /your/download/location/<?php echo basename($download); ?>.md5.gpg
</pre>
<p><?php _g('In response there should be lines like:'); ?></p>
-<pre class="term">
+<pre class="term pre-scrollable">
<strong>gpg: Good signature from "Mageia Release &lt;release&#x40;mageia.org&gt;"</strong>
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
@@ -297,8 +296,8 @@ gpg: There is no indication that the signature belongs to the owner.
</div>
<!-- alternative mirrors table -->
- <table class="dlt2 dlinfo" id="other_mirrors" style="display: none;">
- <thead><tr><th><?php _g('Country'); ?></th>
+ <table class="dlt2 dlinfo table table-sm table-bordered table-striped" id="other_mirrors" style="display: none;">
+ <thead class="thead-inverse"><tr><th><?php _g('Country'); ?></th>
<th><?php _g('City'); ?></th>
<th><?php _g('Download mirrors'); ?></th></tr></thead>
<tbody><?php echo $alternative_mirrors; ?></tbody>