From a96caea9291029dcfeffce8eebcf43c07dfe90e0 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Mon, 18 Jan 2021 17:50:45 +0100 Subject: test page with svg/css3 animation --- test/mga8.php | 436 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 436 insertions(+) create mode 100644 test/mga8.php diff --git a/test/mga8.php b/test/mga8.php new file mode 100644 index 000000000..728147d01 --- /dev/null +++ b/test/mga8.php @@ -0,0 +1,436 @@ + + lang=""> + + + + <?php _g('Home of the Mageia project'); ?> + + + + $name) + if ($l != $locale) + echo sprintf('', $l, $l); + ?> + + + + + +> + +
+

+
+ +
id="up"> +
+
+ '; + if ($first_source == 1) { + $prefix .= sprintf(_r('Latest news from our localized planet:'), $loc_planet_url); + } else if ($first_source == 2) { + $prefix .= sprintf(_r('Latest news from our localized blog:'), $loc_blog_url); + } else if ($first_source == 3) { + $prefix .= sprintf(_r('Latest news from our English planet:'), $eng_planet_url); + } else if ($first_source == 4) { + $prefix .= sprintf(_r('Latest news from our English blog:'), $eng_blog_url); + } + $prefix .= ' '; + + if (0 < $num_fresh_loc_posts) { + show_feed($locale, null, '', '', 0, null, true, $prefix, $fresh_loc_posts); + } else if (0 < $num_fresh_eng_posts) { + show_feed($locale, null, '', '', 0, null, true, $prefix, $fresh_eng_posts); + } + } + ?> +
+
+
+
+

>

+
+
+
+ +
+
+
+
+
+ + + -- cgit v1.2.1