From 2616ed387daf9c7446b64bc223cfa3d7c66ba069 Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Sat, 22 Sep 2012 09:16:46 +0000 Subject: pages cs/calendar and cs/thank-you switched from html to lang --- cs/calendar | 1 + cs/calendar/index.php | 101 ------------------------------------------------- cs/thank-you | 1 + cs/thank-you/index.php | 59 ----------------------------- 4 files changed, 2 insertions(+), 160 deletions(-) create mode 120000 cs/calendar delete mode 100644 cs/calendar/index.php create mode 120000 cs/thank-you delete mode 100644 cs/thank-you/index.php (limited to 'cs') diff --git a/cs/calendar b/cs/calendar new file mode 120000 index 000000000..37f0978c3 --- /dev/null +++ b/cs/calendar @@ -0,0 +1 @@ +../en/calendar \ No newline at end of file diff --git a/cs/calendar/index.php b/cs/calendar/index.php deleted file mode 100644 index 93eabe784..000000000 --- a/cs/calendar/index.php +++ /dev/null @@ -1,101 +0,0 @@ - - - - - Mageia kalendář - - - - - - - - - -
- -
-
-
- 'ojiv9mbtj8nt248dcjsfn6n664@group.calendar.google.com', - 'title' => 'events', - 'color' => '#125A12' - ), - array( - 'id' => 'gpm9kdohufidedmlpnuuq4pvmo@group.calendar.google.com', - 'title' => 'meetings & organization', - 'color' => '#8C500B' - ), - array( - 'id' => 'hm0j50l2vmv0dlstaigbm7nt30@group.calendar.google.com', - 'title' => 'development & release plan', - 'color' => '#691426' - ), - array( - 'id' => 'uo3onvtl8q6qk5m3emq83rekag@group.calendar.google.com', - 'title' => 'mentoring', - 'color' => '#42104A' - ) - ); - - $params = array( - 'height' => 600, - 'wkst' => 2, - 'hl' => 'en_GB', - 'bgcolor' => '#FFFFFF', - 'ctz' => 'UTC' - ); - $params = http_build_query($params); - foreach ($calendars as $c) - $params .= sprintf('&src=%s&color=%s', - urlencode($c['id']), urlencode($c['color'])); - - $url = 'https://www.google.com/calendar/b/0/embed?' . $params; - ?> - - -
-

Tento kalendář ukazuje všechny události Mageii, - setkání týmů, - milníky ve vývojovém plánu - a možná i další zajímavosti.

-

Je veřejný a pro čtení přístupný všem, ovšem pouze členové vedení projektu Mageia a vedoucí týmů - do něj mohou zapisovat.

-

Budete-li nám chtít předat jakoukoli poznámku, dodatek, změnu v kalendáři, spojte se s námi přes:

- -
-
-

Soubory ICS

-

Přímo k těmto souborům .ics můžete dostat přístup pouze pro čtení:

-
    - Mageia %s', - sprintf($ical_tmpl, urlencode($c['id'])), - $c['title']); - } - ?> -
-
-
-
-
- - diff --git a/cs/thank-you b/cs/thank-you new file mode 120000 index 000000000..57e29b1f9 --- /dev/null +++ b/cs/thank-you @@ -0,0 +1 @@ +../en/thank-you \ No newline at end of file diff --git a/cs/thank-you/index.php b/cs/thank-you/index.php deleted file mode 100644 index a81865f34..000000000 --- a/cs/thank-you/index.php +++ /dev/null @@ -1,59 +0,0 @@ - - - - - Děkujeme vám za to, že děláte Mageiu a pomáháte jí žít. - - - - - - - - - -
- -
-
- -
-
-
- -
-
- -
-
-
- - -- cgit v1.2.1