aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Burger <obgr_seneca@mageia.org>2011-05-22 15:19:17 +0000
committerOliver Burger <obgr_seneca@mageia.org>2011-05-22 15:19:17 +0000
commit519bf1ec9c1710ea8fd447e87cfde3041c247cab (patch)
treeb9bd2cbb741dd83e702acee8d84a0aef127722da
parente15d325b49fe496021179501ba89872df8a18b0d (diff)
downloadwww-519bf1ec9c1710ea8fd447e87cfde3041c247cab.tar
www-519bf1ec9c1710ea8fd447e87cfde3041c247cab.tar.gz
www-519bf1ec9c1710ea8fd447e87cfde3041c247cab.tar.bz2
www-519bf1ec9c1710ea8fd447e87cfde3041c247cab.tar.xz
www-519bf1ec9c1710ea8fd447e87cfde3041c247cab.zip
cleaned up structure of contribute pages
-rw-r--r--contribute/contribute_contents.php140
-rw-r--r--contribute/contribute_locales.php106
-rw-r--r--de/contribute/index.php137
-rw-r--r--el/contribute/index.php137
-rw-r--r--en/contribute/index.php137
-rw-r--r--es/contribute/index.php137
-rw-r--r--et/contribute/index.php137
-rw-r--r--fi/contribute/index.php137
-rw-r--r--fr/contribute/index.php137
-rw-r--r--it/contribute/index.php137
-rw-r--r--lv/contribute/index.php137
-rw-r--r--nb/contribute/index.php137
-rw-r--r--nl/contribute/index.php137
-rw-r--r--pl/contribute/index.php137
-rw-r--r--pr/contribute/index.php137
-rw-r--r--pt/contribute/index.php137
-rw-r--r--ro/contribute/index.php137
-rw-r--r--ru/contribute/index.php137
-rw-r--r--sl/contribute/index.php137
-rw-r--r--tr/contribute/index.php137
-rw-r--r--zh-cn/contribute/index.php137
-rw-r--r--zh-tw/contribute/index.php137
22 files changed, 235 insertions, 2751 deletions
diff --git a/contribute/contribute_contents.php b/contribute/contribute_contents.php
new file mode 100644
index 000000000..b6ed5a11b
--- /dev/null
+++ b/contribute/contribute_contents.php
@@ -0,0 +1,140 @@
+ <div id="doc" class="yui-t7">
+ <a name="top" />
+ <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">
+ <h2><?php echo $_t['h2_general']; ?></h2>
+ <p>
+ <?php echo $_t['contribute_general_1']; ?><br />
+ <?php echo $_t['contribute_general_2']; ?><br />
+ <?php echo $_t['contribute_general_3']; ?><br />
+ <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
+ <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
+ </p>
+ <h2><?php echo $_t['choose_profile']; ?></h2>
+ <p><ul>
+ <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
+ <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
+ <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
+ <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
+ <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
+ <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
+ <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
+ </ul></p>
+ <a name="documenter">
+ <h3><?php echo $_t['profile_documenter']; ?></h3>
+ </a>
+ <p>
+ <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
+ <?php echo $_t['document_role']; ?><br />&nbsp;<br />
+ <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
+ <ul><?php foreach ( $_t['document_skills'] as $item ) {
+ echo '<li>'.$item.'</li>';
+ } ?></ul><br />
+ <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
+ <ul><?php foreach ( $_t['document_example'] as $item ) {
+ echo '<li>'.$item.'</li>';
+ }?></ul><br />
+ <a href="#top"><?php echo $_t['ancor_top']; ?></a>
+ </p>
+ <a name="graphical">
+ <h3><?php echo $_t['profile_graphical']; ?></h3>
+ </a>
+ <p>
+ <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
+ <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
+ <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
+ <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
+ echo '<li>'.$item.'</li>';
+ } ?></ul><br />
+ <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
+ <ul><?php foreach ( $_t['graphical_example'] as $item ) {
+ echo '<li>'.$item.'</li>';
+ } ?></ul><br />
+ <a href="#top"><?php echo $_t['ancor_top']; ?></a>
+ </p>
+ <a name="ambassador">
+ <h3><?php echo $_t['profile_ambassador']; ?></h3>
+ </a>
+ <p>
+ <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
+ <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
+ <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
+ <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
+ echo '<li>'.$item.'</li>';
+ } ?></ul><br />
+ <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
+ <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
+ echo '<li>'.$item.'</li>';
+ } ?></ul><br />
+ <a href="#top"><?php echo $_t['ancor_top']; ?></a>
+ </p>
+ <a name="technical">
+ <h3><?php echo $_t['profile_technical']; ?></h3>
+ </a>
+ <p>
+ <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
+ <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
+ <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
+ <ul><?php foreach ( $_t['technical_skills'] as $item ) {
+ echo '<li>'.$item.'</li>';
+ } ?></ul><br />
+ <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
+ <ul><?php foreach ( $_t['technical_example'] as $item ) {
+ echo '<li>'.$item.'</li>';
+ } ?></ul><br />
+ <a href="#top"><?php echo $_t['ancor_top']; ?></a>
+ </p>
+ <a name="translator">
+ <h3><?php echo $_t['profile_translator']; ?></h3>
+ </a>
+ <p>
+ <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
+ <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
+ <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
+ <ul><?php foreach ( $_t['translator_skills'] as $item ) {
+ echo '<li>'.$item.'</li>';
+ } ?></ul><br />
+ <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
+ <ul><?php foreach ( $_t['translator_example'] as $item ) {
+ echo '<li>'.$item.'</li>';
+ } ?></ul><br />
+ <a href="#top"><?php echo $_t['ancor_top']; ?></a>
+ </p>
+ <a name="web">
+ <h3><?php echo $_t['profile_web']; ?></h3>
+ </a>
+ <p>
+ <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
+ <?php echo $_t['web_role']; ?><br />&nbsp;<br />
+ <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
+ <ul><?php foreach ( $_t['web_skills'] as $item ) {
+ echo '<li>'.$item.'</li>';
+ } ?></ul><br />
+ <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
+ <ul><?php foreach ( $_t['web_example'] as $item ) {
+ echo '<li>'.$item.'</li>';
+ } ?></ul><br />
+ <a href="#top"><?php echo $_t['ancor_top']; ?></a>
+ </p>
+ <a name="donator">
+ <h3><?php echo $_t['profile_donator']; ?></h3>
+ </a>
+ <p>
+ <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
+ <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
+ <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
+ <ul><?php foreach ( $_t['donator_skills'] as $item ) {
+ echo '<li>'.$item.'</li>';
+ } ?></ul><br />
+ <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
+ <ul><?php foreach ( $_t['donator_example'] as $item ) {
+ echo '<li>'.$item.'</li>';
+ } ?></ul><br />
+ <a href="#top"><?php echo $_t['ancor_top']; ?></a>
+ </p>
+ </div>
+ </div>
+ </div>
+ </div> \ No newline at end of file
diff --git a/contribute/contribute_locales.php b/contribute/contribute_locales.php
index f96c18662..ab146798f 100644
--- a/contribute/contribute_locales.php
+++ b/contribute/contribute_locales.php
@@ -74,15 +74,15 @@ $_t = array(
'Join the <a href="http://mageia.org/wiki/doku.php?id=communication">Communication team</a> and/or
<a href="http://mageia.org/wiki/doku.php?id=marketing">Marketing team</a>; subscribe to the various
<a href="https://www.mageia.org/mailman/">Mageia mailing lists</a>.',
- 'Present Mageia Linux before the public.',
- 'Help promote Mageia Linux, Linux, and of libre/open source software in general.',
+ 'Present Mageia before the public.',
+ 'Help promote Mageia, Linux, and of libre/open source software in general.',
'Be a point of contact for members of your local community.',
'Be a team leader or representative to the Mageia Community Council. (See
<a href="http://mageia.org/wiki/doku.php?id=org">organization</a>)',
'Help find new contributors.',
'Think of new ideas to promote Mageia in your region.',
- 'Promote and document the availability of games that function with Mageia Linux (including those from other platforms).',
- 'Organise and help organise events and install parties for Mageia Linux.',
+ 'Promote and document the availability of games that function with Mageia (including those from other platforms).',
+ 'Organise and help organise events and install parties for Mageia.',
'Develop a marketing strategy to make known and spread Mageia around the world.',
'Contribute to a central database of ideas and information that could be used in promoting Mageia to new users.',
'Become a mentor to help train those in skills useful to Mageia.',
@@ -172,64 +172,68 @@ $_t = array(
'contribute_role' => 'Die Aufgabe',
'contribute_skills' => 'Nützliche Fähigkeiten',
'contribute_examples' => 'Beispiele, wie und wo man mitarbeiten kann',
- 'document_role' => 'Contribute with words.',
+ 'document_role' => 'Mit Worten mitarbeiten.',
'document_skills' => array(
- 'Writing, editing, with good grammar and good spelling',
- 'Be able to explain clearly complex technical ideas, and teach others.',
- 'Knowledge of the tools used. (XML. Wiki, HTML, etc.)'
+ 'Schreiben, bearbeiten grammatikalisch und sprachlich guter Texte',
+ 'Die Fähigkeit, komplexe technische Gegebenheiten gut zu erklären und andere zu lehren.',
+ 'Wissen über die genutzten Werkzeuge. (XML. Wiki, HTML, etc.)'
),
'document_example' => array(
- 'Join the <a href="http://mageia.org/wiki/doku.php?id=documentation">Documentation team</a>, subscribe to various
- <a href="https://www.mageia.org/mailman/">Mageia mailing lists</a>.',
- 'Write articles, guides, tutorials, FAQ, and other documentation in the Mageia wiki.',
- 'Complete existing documentation in the Mageia wiki',
- 'Correct grammatical and spelling errors in the Mageia wiki.',
- 'Contribute to keeping the Wiki up to date.',
- 'Add internal and external links to the Mageia wiki, to help clarify documentation.',
- 'Write technical documentation on the configuration and use of various material (such as webcams) with Mageia.',
- 'Write documentation on games available with Linux. Write descriptions for game packages.',
- 'Write articles about Mageia in various Linux community publications.',
- 'Write marketing material for Mageia. Work with the <a href="http://mageia.org/wiki/doku.php?id=marketing">marketing
- team</a> to find new promotion ideas for Mageia.'
+ 'Treten Sie dem <a href="http://mageia.org/wiki/doku.php?id=documentation">Dokumentations-Team</a> bei, und abonieren
+ Sie die vielfältigen
+ <a href="https://www.mageia.org/mailman/">Mageia-Mailinglisten</a>.',
+ 'Schreiben Sie Artikel, Bedienungsanleitungen, Tutorien, FAQs und andere Dokumentationen im Mageia-Wiki.',
+ 'Vervollständigen Sie schon bestehende Documentationen im Mageia-Wiki',
+ 'Korrigieren Sie grammatikalische und sprachliche Fehler im Mageia-Wiki.',
+ 'Helfen Sie mit, das Wiki aktuell zu halten.',
+ 'Fügen Sie dem Mageia-Wiki Links hinzu, umd die Dokumentation klarer zu gestalten.',
+ 'Schreiben Sie technische Dokumentationen über die Einrichtung und Benutzung verschiedener Geräte
+ (wie z.B. Webcams) in Mageia.',
+ 'Schreiben Sie Dikumentation über in Linux verfügbare Spiele. Schreiben SieBeschreibungen für Spiel-Pakete.',
+ 'Schreiben Sie Artikel über Mageia für die vielfältigen Linux-Nachrichten-Plattformen.',
+ 'Schreiben Sie Marketing-Material für Mageia. Arbeiten Sie mit dem
+ <a href="http://mageia.org/wiki/doku.php?id=marketing">Marketing-Team</a> zusammen, um neue Ideen zu finden,
+ Mageia zu verbreiten.'
),
- 'graphical_role' => 'Contribute with images.',
+ 'graphical_role' => 'Mit Bildern mitarbeiten.',
'graphical_skills' => array(
- 'Artistic skills',
- 'An understanding of design, ergonomy/interaction human-machine.',
- 'Ability to use Inkscape, Gimp, LibreOffice or OpenOffice.org, …'
+ 'Künstlerische Fähigkeiten',
+ 'Ein Verständnis von Design und Ergonomie.',
+ 'Die Fähigkeit, mit Inkscape, Gimp, LibreOffice or OpenOffice.org, und anderen umzugehen.'
),
'graphical_example' => array(
- 'Participate as a regular member of the artwork team of Mageia; subscribe to the
- <a href="https://www.mageia.org/mailman/listinfo/mageia-artwork">Mageia artwork mailing list</a>.',
- 'Create images, backgrounds, and artistic works for Mageia.',
- 'Participate in artistic projects, such as the Logo Mageia, and art for marketing, promotionnal banners, themes,
- posters, T-shirt designs, art gallery.',
- 'Improve the comfort of Mageia users by the design of ergonomic, intuitive and esthetic graphique interfaces.',
- 'Create signs, images, banners and posters to promote Mageia and events and projects about open source.'
+ 'Treten Sie Mageias Artwork-Team bei. Abonieren Sie die
+ <a href="https://www.mageia.org/mailman/listinfo/mageia-artwork">Mageia-Artwork-Mailingliste</a>.',
+ 'Erstellen Sie Bilder, Hintergründe und andere künstlerische Dinge für Mageia.',
+ 'Beteiligen Sie sich an künstlerischen Projekten wie Werbe-Bannern, Desktop-Themes, Postern, T-Shirt-Design,...',
+ 'Verbessern Sie den Komfort für Mageia-Benutzerdurch die Erstellung ergonomischer, intuitiver und ästhetisch ansprechender grafischer Schnittstellen.',
+ 'Erstellen Sie Schilder, Bilder, Banner und Poster, um Mageia, Events and Projekte rund um OpenSource bekannt
+ zu machen.'
),
- 'ambassador_role' => 'Communicate, inform, convince',
+ 'ambassador_role' => 'Sprechen, informieren, überzeugen Sie.',
'ambassador_skills' => array(
- 'Be at ease with others, show enthusiasm',
- 'Organise events, provide service/support'
+ 'Die Fähigkeit, mit anderen Menschun umgehen zu können, enthisiastisch zu sein.',
+ 'Events organisieren, Unterstützung anbieten'
),
'ambassador_example' => array(
- 'Join the <a href="http://mageia.org/wiki/doku.php?id=communication">Communication team</a> and/or
- <a href="http://mageia.org/wiki/doku.php?id=marketing">Marketing team</a>; subscribe to the various
- <a href="https://www.mageia.org/mailman/">Mageia mailing lists</a>.',
- 'Present Mageia Linux before the public.',
- 'Help promote Mageia Linux, Linux, and of libre/open source software in general.',
- 'Be a point of contact for members of your local community.',
- 'Be a team leader or representative to the Mageia Community Council. (See
- <a href="http://mageia.org/wiki/doku.php?id=org">organization</a>)',
- 'Help find new contributors.',
- 'Think of new ideas to promote Mageia in your region.',
- 'Promote and document the availability of games that function with Mageia Linux (including those from other platforms).',
- 'Organise and help organise events and install parties for Mageia Linux.',
- 'Develop a marketing strategy to make known and spread Mageia around the world.',
- 'Contribute to a central database of ideas and information that could be used in promoting Mageia to new users.',
- 'Become a mentor to help train those in skills useful to Mageia.',
- 'Give help to users in mailing lists, on IRC, and forums.',
- 'Provide information about bugs to <a href="https://bugs.mageia.org/">Mageia Bugzilla</a>.'
+ 'Treten Sie dem <a href="http://mageia.org/wiki/doku.php?id=communication">Kommunicationsteam</a> und/oder dem
+ <a href="http://mageia.org/wiki/doku.php?id=marketing">Marketingteam</a> bei. Abonieren Sie die vielfältigen
+ <a href="https://www.mageia.org/mailman/">Mageia-Mailinglisten</a>.',
+ 'Stellen Sie Mageia in der Öffentlichkeit vor.',
+ 'Helfen Sie Mageia und frie Software im Allgemeinen bekannt zu machen und zu verbreiten.',
+ 'Seien Sie ein Ansprechpartner für Ihre lokale Community.',
+ 'Werden Sie Teamleader oder -repräsentant im Mageia-Council. (Siehe
+ <a href="http://mageia.org/wiki/doku.php?id=org">Organisation</a>)',
+ 'Helfen Sie dabei, neue Mitarbeiter zu finden.',
+ 'Denken Sie sich neue Ideen aus, um Mageia in Ihrer Region bekannt zu machen.',
+ 'Machen Sie die Verfügbarkeit von Spielen bekannt, die unter Mageia funktionieren und dokumentieren Sie diese.',
+ 'Organisieren Sie Events und Install-Partys für Mageia bzw. helfen Sie bei der Organisation mit.',
+ 'Entwickeln Sie eine Marketing-Strategie, um Mageia weltweit bekannt zu machen und zu verbreiten.',
+ 'Arbeiten Sie an eine zentralen Wissensdatenbank mit, die benutzt werden kann, um Mageia neuen Benutzern schmackhaft
+ zu machen.',
+ 'Werden Sie ein Mentor und helfen Sie, anderen die Fähigkeiten beizubringen, di dem Mageia-Projekt nützlich sind.',
+ 'Helfen Sie anderen Benutzern in Mailinglisten, im IRC und in den Foren.',
+ 'Stellen Sie im <a href="https://bugs.mageia.org/">Mageia-Bugzilla</a> Informationen über Bugs zur Verfügung.'
),
'technical_role' => 'Contribute to the core of the distribution with your technical skills.',
'technical_skills' => array(
diff --git a/de/contribute/index.php b/de/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/de/contribute/index.php
+++ b/de/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/el/contribute/index.php b/el/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/el/contribute/index.php
+++ b/el/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/en/contribute/index.php b/en/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/en/contribute/index.php
+++ b/en/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/es/contribute/index.php b/es/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/es/contribute/index.php
+++ b/es/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/et/contribute/index.php b/et/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/et/contribute/index.php
+++ b/et/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/fi/contribute/index.php b/fi/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/fi/contribute/index.php
+++ b/fi/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/fr/contribute/index.php b/fr/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/fr/contribute/index.php
+++ b/fr/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/it/contribute/index.php b/it/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/it/contribute/index.php
+++ b/it/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/lv/contribute/index.php b/lv/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/lv/contribute/index.php
+++ b/lv/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/nb/contribute/index.php b/nb/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/nb/contribute/index.php
+++ b/nb/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/nl/contribute/index.php b/nl/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/nl/contribute/index.php
+++ b/nl/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/pl/contribute/index.php b/pl/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/pl/contribute/index.php
+++ b/pl/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/pr/contribute/index.php b/pr/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/pr/contribute/index.php
+++ b/pr/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/pt/contribute/index.php b/pt/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/pt/contribute/index.php
+++ b/pt/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/ro/contribute/index.php b/ro/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/ro/contribute/index.php
+++ b/ro/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/ru/contribute/index.php b/ru/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/ru/contribute/index.php
+++ b/ru/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/sl/contribute/index.php b/sl/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/sl/contribute/index.php
+++ b/sl/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/tr/contribute/index.php b/tr/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/tr/contribute/index.php
+++ b/tr/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/zh-cn/contribute/index.php b/zh-cn/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/zh-cn/contribute/index.php
+++ b/zh-cn/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>
diff --git a/zh-tw/contribute/index.php b/zh-tw/contribute/index.php
index 2cae0ba79..e373e4bf3 100644
--- a/zh-tw/contribute/index.php
+++ b/zh-tw/contribute/index.php
@@ -13,140 +13,7 @@
<body>
<?php include '../../langs.php'; ?>
- <div id="doc" class="yui-t7">
- <a name="top" />
- <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">
- <h2><?php echo $_t['h2_general']; ?></h2>
- <p>
- <?php echo $_t['contribute_general_1']; ?><br />
- <?php echo $_t['contribute_general_2']; ?><br />
- <?php echo $_t['contribute_general_3']; ?><br />
- <?php echo $_t['contribute_general_4']; ?><br />&nbsp;<br />
- <span style="font-weight:bold;"><?php echo $_t['contribute_general_remark']; ?></span>
- </p>
- <h2><?php echo $_t['choose_profile']; ?></h2>
- <p><ul>
- <li><a href="#documenter"><?php echo $_t['profile_documenter']; ?></a></li>
- <li><a href="#graphical"><?php echo $_t['profile_graphical']; ?></a></li>
- <li><a href="#ambassador"><?php echo $_t['profile_ambassador']; ?></a></li>
- <li><a href="#technical"><?php echo $_t['profile_technical']; ?></a></li>
- <li><a href="#translator"><?php echo $_t['profile_translator']; ?></a></li>
- <li><a href="#web"><?php echo $_t['profile_web']; ?></a></li>
- <li><a href="#donator"><?php echo $_t['profile_donator']; ?></a></li>
- </ul></p>
- <a name="documenter">
- <h3><?php echo $_t['profile_documenter']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['document_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['document_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- }?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="graphical">
- <h3><?php echo $_t['profile_graphical']; ?></h3>
- </a>
- <p>
- <span style="font-weight: bold;"><?php echo $_t['contribute_role']; ?> : </span>
- <?php echo $_t['graphical_role']; ?><br />&nbsp;<br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_skills']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <span style="font-weight: bold;"><?php echo $_t['contribute_examples']; ?> :</span><br />
- <ul><?php foreach ( $_t['graphical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="ambassador">
- <h3><?php echo $_t['profile_ambassador']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['ambassador_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['ambassador_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="technical">
- <h3><?php echo $_t['profile_technical']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['technical_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['technical_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['technical_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="translator">
- <h3><?php echo $_t['profile_translator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['translator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['translator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['translator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="web">
- <h3><?php echo $_t['profile_web']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['web_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['web_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['web_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- <a name="donator">
- <h3><?php echo $_t['profile_donator']; ?></h3>
- </a>
- <p>
- <?php echo $_t['contribute_role']; ?> : <?php echo $_t['donator_role']; ?><br />&nbsp;<br />
- <?php echo $_t['contribute_skills']; ?> :<br />
- <ul><?php foreach ( $_t['donator_skills'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <?php echo $_t['contribute_examples']; ?> :<br />
- <ul><?php foreach ( $_t['donator_example'] as $item ) {
- echo '<li>'.$item.'</li>';
- } ?></ul><br />
- <a href="#top"><?php echo $_t['ancor_top']; ?></a>
- </p>
- </div>
- </div>
- </div>
- </div>
+ <?php include '../../contribute/contribute_contents.php'; ?>
+
</body>
</html>