aboutsummaryrefslogtreecommitdiffstats
path: root/ur/about/media
diff options
context:
space:
mode:
Diffstat (limited to 'ur/about/media')
-rw-r--r--ur/about/media/index.php45
1 files changed, 45 insertions, 0 deletions
diff --git a/ur/about/media/index.php b/ur/about/media/index.php
new file mode 100644
index 000000000..54f1c0e84
--- /dev/null
+++ b/ur/about/media/index.php
@@ -0,0 +1,45 @@
+<?php
+
+define('HLANG', true);
+require '../../../langs.php';
+
+_lang_load($locale, "about/media");
+
+?><!DOCTYPE html>
+<html dir="ltr" lang="<?php echo $locale ?>">
+<head>
+ <meta charset="utf-8">
+ <title><?php _e('Mageia media files')?></title>
+ <meta name="description" content="Mageia">
+ <meta name="keywords" content="mageia">
+ <meta name="author" content="Mageia">
+ <link rel="stylesheet" type="text/css" href="/g/style/all.css">
+ <?php include '../../../analytics.php'; ?>
+</head>
+<body class="about">
+ <?php echo $hsnav; ?>
+ <h1 id="mgnavtitle"><?php _e('Media files')?></h1>
+ <div id="doc" class="yui-t7">
+ <div id="bd" role="main">
+ <div class="yui-g"><div class="para">
+ <h2><?php _e('Logo')?></h2>
+ <p><?php _e('<a href="/g/media/logo/mageia-2011.png"><img src="/g/media/logo/t-mageia-2011.png"><br>PNG</a> or <a href="/g/media/logo/mageia-2011.svg">SVG</a>.')?></p>
+ <p><?php _e('TODO: usage guidelines.')?></p>
+
+ <hr>
+
+ <h2><?php _e('Mageia 1 CD/DVD cover')?></h2>
+ <p><a href="/g/media/covers/print-1.png"><img src="/g/media/covers/t-print-1.png" alt=""></a>
+ <a href="/g/media/covers/print-2.png"><img src="/g/media/covers/t-print-2.png" alt=""></a>
+ <a href="/g/media/covers/print-3.png"><img src="/g/media/covers/t-print-3.png" alt=""></a></p>
+ <p><?php _e('Licensed under CC-By-SA by Julie Guennegues.')?></p>
+
+ <hr>
+
+ <p><?php _e('Please consult <a href="https://wiki.mageia.org/en/Artwork_team">artwork team</a> or <a href="https://wiki.mageia.org/en/Marcom_Team">marcom\' team</a> if you have questions/concerns about using these files.')?></p>
+
+ </div></div>
+ </div>
+ </div>
+</body>
+</html>