diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-05-24 14:13:13 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-05-24 14:13:13 +0000 |
commit | 638cf9a3e7d199703590b75e243f6dc2536ef67b (patch) | |
tree | be743080985a612d7571829454f3e04b040c0d4d | |
parent | eebd0bc92f776ec3c237bb659c100f2c731026f2 (diff) | |
download | www-638cf9a3e7d199703590b75e243f6dc2536ef67b.tar www-638cf9a3e7d199703590b75e243f6dc2536ef67b.tar.gz www-638cf9a3e7d199703590b75e243f6dc2536ef67b.tar.bz2 www-638cf9a3e7d199703590b75e243f6dc2536ef67b.tar.xz www-638cf9a3e7d199703590b75e243f6dc2536ef67b.zip |
new migrate page (still blank) for mgaupdate info
-rw-r--r-- | en/migrate/index.php | 41 | ||||
-rw-r--r-- | migrate/index.php | 27 |
2 files changed, 68 insertions, 0 deletions
diff --git a/en/migrate/index.php b/en/migrate/index.php new file mode 100644 index 000000000..adead06a9 --- /dev/null +++ b/en/migrate/index.php @@ -0,0 +1,41 @@ +<?php +$_t = array( + 'page_title' => 'Migrate', + 'page_desc' => '', + 'page_kw' => '', + 'page_h1' => 'Migrate' +); + + +?><!DOCTYPE html> +<html lang="<?php echo $locale; ?>"> +<head> + <meta charset="utf-8" /> + <title><?php echo $_t['page_title']; ?></title> + <meta name="description" content="<?php echo $_t['page_desc']; ?>" /> + <meta name="keywords" content="<?php echo $_t['page_kw']; ?>" /> + <meta name="author" content="Mageia" /> + <link rel="stylesheet" type="text/css" href="/g/style/all.css" > + <?php include '../../analytics.php'; ?> +</head> +<body> + <?php include '../../langs.php'; ?> + + <div id="doc" class="yui-t7"> + <div id="hd" role="banner"><h1><a id="logo" href="/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh"><?php echo $_t['page_h1']; ?></span></h1></div> + <div id="bd" role="main"> + <div class="yui-g"><div class="para"> + + </div></div> + <div class="yui-g"> + <div class="yui-u first"><div class="para" style="padding-right: 0;"> + + </div></div> + <div class="yui-u"><div class="para"> + + </div></div> + </div> + </div> + </div> +</body> +</html> diff --git a/migrate/index.php b/migrate/index.php new file mode 100644 index 000000000..0d96fab33 --- /dev/null +++ b/migrate/index.php @@ -0,0 +1,27 @@ +<?php + +require_once '../langs.inc.php'; + +$langs = array( +// 'de' => 'Deutsch', +// 'el' => 'Ελληνικά', + 'en' => 'English', +// 'es' => 'Español', +// 'et' => 'Eesti', +// 'fi' => 'Suomeksi', +// 'fr' => 'Français', +// 'it' => 'Italiano', +// 'lv' => 'Latviešu', +// 'nb' => 'Bokmål', +// 'nl' => 'Nederlands', +// 'pl' => 'Polski', +// 'pt' => 'Português', +// 'ro' => 'Română', +// 'ru' => 'Русский', +// 'tr' => 'Türkçe', +// 'sl' => 'Slovenščina', +// 'zh-cn' => '简体中文', +// 'zh-tw' => '正體中文' +); + +relocate($langs, 'migrate/');
\ No newline at end of file |