Index: trunk/wikimedia-web/www.wikimedia.org/be-portal/gnu-fdl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/be-portal/gnu-fdl.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + image/png |
Index: trunk/wikimedia-web/www.wikimedia.org/be-portal/Wikimedia-button1.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/be-portal/Wikimedia-button1.png |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 2 | + image/png |
Index: trunk/wikimedia-web/www.wikimedia.org/be-portal/country-portal.jpg |
Cannot display: file marked as a binary type. |
svn:mime-type = image/jpeg |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/be-portal/country-portal.jpg |
___________________________________________________________________ |
Added: svn:mime-type |
3 | 3 | + image/jpeg |
Index: trunk/wikimedia-web/www.wikimedia.org/be-portal/country-portal.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/be-portal/country-portal.png |
___________________________________________________________________ |
Added: svn:mime-type |
4 | 4 | + image/png |
Index: trunk/wikimedia-web/www.wikimedia.org/be-portal/country-portal.css |
— | — | @@ -0,0 +1,135 @@ |
| 2 | +body { |
| 3 | + font-family: Helvetica,Arial,sans-serif; |
| 4 | + color: #000000; |
| 5 | + background: #f9f9f9 url("country-portal.jpg") no-repeat 0px 0px; |
| 6 | + margin: 10pt; |
| 7 | + margin-bottom: 5pt; |
| 8 | + padding: 10pt; |
| 9 | + padding-bottom: 5pt; |
| 10 | + text-align: center; |
| 11 | +} |
| 12 | + |
| 13 | +p { margin: 9pt; |
| 14 | + margin-top: 0; } |
| 15 | +br { clear:both; margin: 0; padding: 0; } |
| 16 | +img { border: 0;} |
| 17 | + |
| 18 | +a { color: #000090; text-decoration: none;} |
| 19 | +a:hover { text-decoration: underline; } |
| 20 | + |
| 21 | +.hello { |
| 22 | + margin-top: 8pt; |
| 23 | + margin-bottom: 4pt; |
| 24 | + font-size: 110%; |
| 25 | + text-align: center; |
| 26 | +} |
| 27 | + |
| 28 | +.intro { text-align: left;} |
| 29 | + |
| 30 | +.main { font-weight: bold;} |
| 31 | + |
| 32 | +.aux { color: #000000;} |
| 33 | +.aux:hover { text-decoration: none;} |
| 34 | + |
| 35 | + |
| 36 | +.column { width: 36%;} |
| 37 | +.compact { |
| 38 | + font-size: 80%; |
| 39 | + margin-bottom: 0pt; |
| 40 | +} |
| 41 | + |
| 42 | +.left { |
| 43 | + float:left; |
| 44 | + margin-left: 10pt; |
| 45 | + margin-right: 20pt; |
| 46 | +} |
| 47 | + |
| 48 | +.right { |
| 49 | + float:right; |
| 50 | + margin-right: 10pt; |
| 51 | + margin-left: 20pt; |
| 52 | +} |
| 53 | + |
| 54 | +.field { |
| 55 | + border: 1px solid #dfdfdf; |
| 56 | + margin-top: 1px; |
| 57 | +} |
| 58 | + |
| 59 | +.red-bg { background: #ffeaf2; } |
| 60 | +.orange-bg { background: #fff2ea; } |
| 61 | +.yellow-bg { background: #fdffea; } |
| 62 | +.green-bg { background: #edffea; } |
| 63 | +.cyan-bg { background: #eafff8; } |
| 64 | +.blue-bg { background: #eaf8ff; } |
| 65 | +.indigo-bg { background: #edeaff; } |
| 66 | +.purple-bg { background: #fdeaff; } |
| 67 | + |
| 68 | +.en-bg { background: #eaeaea; } |
| 69 | + |
| 70 | + |
| 71 | +#logo { |
| 72 | + background: url("country-portal.png") no-repeat center; |
| 73 | + clear: both; |
| 74 | + display: block; |
| 75 | + margin-left: auto; |
| 76 | + margin-right: auto; |
| 77 | + position: relative; |
| 78 | + top: -50px; |
| 79 | + margin-bottom: -120px; |
| 80 | + height: 150px; /* 144*/ |
| 81 | + width: 135px; |
| 82 | +} |
| 83 | + |
| 84 | + |
| 85 | +#search { |
| 86 | + font-size: 90%; |
| 87 | + clear:both; |
| 88 | + padding-bottom: 0pt; |
| 89 | + padding-top: 10pt; |
| 90 | +} |
| 91 | + |
| 92 | +.button { |
| 93 | + border: outset 2px #dfdfdf; |
| 94 | + margin-left: 5px; |
| 95 | +} |
| 96 | + |
| 97 | + |
| 98 | +#others { |
| 99 | + width: 80%; |
| 100 | + clear:both; |
| 101 | + font-size: 80%; |
| 102 | + text-align: center; |
| 103 | + margin-left: auto; |
| 104 | + margin-right: auto; |
| 105 | + border: 1px solid #dfdfdf; |
| 106 | + background: #e6e8ff; |
| 107 | + padding-top: 9pt; |
| 108 | + padding-bottom: 2pt; |
| 109 | +} |
| 110 | + |
| 111 | +.otherstitle { |
| 112 | + margin-left: 10pt; |
| 113 | + margin-right: 10pt; |
| 114 | + white-space: nowrap; |
| 115 | + font-weight: bold; |
| 116 | +} |
| 117 | + |
| 118 | +.other { |
| 119 | + margin-left: 6pt; |
| 120 | + margin-right: 6pt; |
| 121 | + white-space: nowrap; |
| 122 | +} |
| 123 | + |
| 124 | + |
| 125 | +#footer { |
| 126 | + clear: both; |
| 127 | + font-size: 70%; |
| 128 | + margin: 20px; |
| 129 | + margin-bottom: 0; |
| 130 | + border: 1px solid #fabd23; |
| 131 | + height: 39px; |
| 132 | + padding: 2px;} |
| 133 | + |
| 134 | +.banner { |
| 135 | + margin: 2px; |
| 136 | +} |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/be-portal/country-portal.css |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 137 | + native |
Index: trunk/wikimedia-web/www.wikimedia.org/be-portal/index.html |
— | — | @@ -0,0 +1,243 @@ |
| 2 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 3 | +<html xmlns="http://www.w3.org/1999/xhtml" lang="nl"> |
| 4 | +<head> |
| 5 | +<!-- for questions about this page contact [[w:nl:Gebruiker:Mysha]]
|
| 6 | + or [[w:nl:Gebruiker:Walter]] --> |
| 7 | +<!-- versie: 26 augustus 2006 --> |
| 8 | + |
| 9 | +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 10 | +<meta name="keywords" content="Wikipedia België encyclopedie vrije kennis" lang="nl" /> |
| 11 | + |
| 12 | +<meta name="keywords" content="Wikipédia Belgique encyclopédie libre connaissance" lang="fr" /> |
| 13 | + |
| 14 | +<meta name="keywords" content="Wikipedia Belgien Enzyklopädie frei Lexikon Wissen" lang="de" /> |
| 15 | +<meta name="keywords" content="Wikipedia Belsch Enzyklopedie fräi Wëssen" lang="lb" /> |
| 16 | +<meta name="keywords" content="Wikipedia Beldjike eciclopedeye libe kinohance" lang="wa" /> |
| 17 | +<meta name="keywords" content="Wikipedia Holles encyclopedie vrieë kènnis" lang="li" /> |
| 18 | + |
| 19 | +<meta name="description" content="De Nederlandse toegang tot de Wikipedia, de vrije Encyclopedie" lang="nl" /> |
| 20 | + |
| 21 | + |
| 22 | + <meta name="description" content="Wikipédia, l'encyclopédie libre" lang="fr" /> |
| 23 | + |
| 24 | + |
| 25 | + <meta name="description" content="Das Belgischer Portal von Wikipedia, der freien Enzyklopädie" lang="de" /> |
| 26 | + |
| 27 | + |
| 28 | + <meta name="description" content="Wikipedia, déi fräi Enzyklopedie" lang="lb" /> |
| 29 | + |
| 30 | + |
| 31 | + <meta name="description" content="Wikipedia, li libe eciclopedeye " lang="wa" /> |
| 32 | + |
| 33 | + |
| 34 | + <meta name="description" content="De toegank veur Holles tót de Wikipedia, de vrieë encyclopedie" lang="li" /> |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + <meta name="robots" content="index" /> |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + <title>Wikipedia BE</title> |
| 46 | + <link rel="shortcut icon" href="favicon.ico" /> |
| 47 | + |
| 48 | + |
| 49 | + <link rel="stylesheet" type="text/css" media="screen" href="country-portal.css" /> |
| 50 | + |
| 51 | + |
| 52 | + <script src="country-portal.js" type="text/javascript"></script> |
| 53 | +</head> |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | +<body id="wikipedia-be"> |
| 59 | + |
| 60 | +<div> |
| 61 | + |
| 62 | +<div class="left column red-bg field" onclick="golang(this)" lang="nl"> |
| 63 | + |
| 64 | +<h1 class="hello">Welkom!</h1> |
| 65 | + |
| 66 | + |
| 67 | +<p class="intro"><a href="http://nl.wikipedia.org/" class="aux"> |
| 68 | + <strong>Wikipedia</strong> is een meertalige <strong>encyclopedie</strong>, |
| 69 | + waarvan de inhoud <strong>vrij beschikbaar</strong> is en ook altijd zal blijven. |
| 70 | + Iedereen kan hier kennis toevoegen! |
| 71 | + </a></p> |
| 72 | +<p> |
| 73 | + <a class="main" href="http://nl.wikipedia.org/">Wikipedia in het Nederlands</a></p> |
| 74 | + |
| 75 | +</div> |
| 76 | + |
| 77 | + |
| 78 | +<div class="right column yellow-bg field" onclick="golang(this)" lang="fr"> |
| 79 | + |
| 80 | +<h1 class="hello">Bienvenue!</h1> |
| 81 | + |
| 82 | + |
| 83 | +<p class="intro"><a href="http://fr.wikipedia.org/" class="aux"> |
| 84 | + <strong>Wikipédia</strong> est un projet d'<strong>encyclopédie</strong> gratuite, |
| 85 | + écrite <strong>coopérativement</strong> et dont le contenu est librement |
| 86 | + réutilisable. Vous pouvez y participer tout de suite! |
| 87 | + </a></p> |
| 88 | +<p> |
| 89 | + <a class="main" href="http://fr.wikipedia.org/">Wikipédia en français</a></p> |
| 90 | + |
| 91 | +</div> |
| 92 | + |
| 93 | + |
| 94 | +<a id="logo" href="http://www.wikipedia.org"></a> |
| 95 | + |
| 96 | +<div class="compact left column"> |
| 97 | + |
| 98 | +<div class="green-bg field" onclick="golang(this)" lang="de"> |
| 99 | + |
| 100 | +<h1 class="hello">Willkommen!</h1> |
| 101 | + |
| 102 | + |
| 103 | +<p class="intro"><a href="http://de.wikipedia.org/" class="aux"> |
| 104 | + Wikipedia ist eine freie Enzyklopädie, geschrieben von ihren Lesern. |
| 105 | + </a></p> |
| 106 | +<p> |
| 107 | + <a class="main" href="http://de.wikipedia.org/">Wikipedia auf Deutsch</a></p> |
| 108 | + |
| 109 | + </div> |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | +<div class="orange-bg field" onclick="golang(this)" lang="wa"> |
| 114 | + |
| 115 | +<h1 class="hello">Bénvnowe!</h1> |
| 116 | + |
| 117 | + |
| 118 | +<p class="intro"><a href="http://wa.wikipedia.org/" class="aux"> |
| 119 | + Wikipedia est ene libe eciclopedeye k' est scrite ey ecråxheye pa tertos. |
| 120 | + </a></p> |
| 121 | +<p> |
| 122 | + <a class="main" href="http://wa.wikipedia.org/">Wikipedia e walon</a></p> |
| 123 | + |
| 124 | + </div> |
| 125 | + |
| 126 | +<div class="yellow-bg field" onclick="golang(this)" lang="vls"> |
| 127 | + |
| 128 | +<h1 class="hello">Hoeindah!</h1> |
| 129 | + |
| 130 | + |
| 131 | +<p class="intro"><a href="http://vls.wikipedia.org/" class="aux"> |
| 132 | + Wikipedia is e vriejn encyclopedie, heschreevn deur de lezers. |
| 133 | + </a></p> |
| 134 | +<p> |
| 135 | + <a class="main" href="http://vls.wikipedia.org/">Wikipedia in 't West-Vlams!</a></p> |
| 136 | + |
| 137 | + </div> |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | +</div> |
| 142 | + |
| 143 | +<div class="compact right column"> |
| 144 | + |
| 145 | +<div class="purple-bg field" onclick="golang(this)" lang="lb"> |
| 146 | + |
| 147 | +<h1 class="hello">Wëllkomm!</h1> |
| 148 | + |
| 149 | + |
| 150 | +<p class="intro"><a href="http://lb.wikipedia.org/" class="aux"> |
| 151 | + Wikipedia ass eng fräi Enzyklopedie, wou den Inhalt fräi benotzbar ass. |
| 152 | + </a></p> |
| 153 | +<p> |
| 154 | + <a class="main" href="http://lb.wikipedia.org/">Wikipedia op lëtzebuergesch</a></p> |
| 155 | + |
| 156 | + </div> |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | +<div class="blue-bg field" onclick="golang(this)" lang="li"> |
| 161 | + |
| 162 | +<h1 class="hello">Wilkóm!</h1> |
| 163 | + |
| 164 | + |
| 165 | +<p class="intro"><a href="http://li.wikipedia.org/" class="aux"> |
| 166 | + Wikipedia is ein vrie encyclopedie, gesjreve door zien laezers. |
| 167 | + </a></p> |
| 168 | +<p> |
| 169 | + <a class="main" href="http://li.wikipedia.org/">Wikipedia op 't Limburgs</a></p> |
| 170 | + |
| 171 | + </div> |
| 172 | + |
| 173 | + |
| 174 | +<div class="green-bg field" onclick="golang(this)" lang="ksh"> |
| 175 | + |
| 176 | +<h1 class="hello">Häzlesh Wellkůmme!</h1> |
| 177 | +<p class="intro"><a href="http://ksh.wikipedia.org/" class="aux">De Wikkipedija ess e freij un offe Nohkixel. Di dren lësse, donn se övv och shriive.</a></p> |
| 178 | +<p> |
| 179 | +<a class="main" href="http://ksh.wikipedia.org/">Wikkipedija för de Ripoareshe Shproache!</a></p> |
| 180 | + |
| 181 | + </div> |
| 182 | + |
| 183 | + |
| 184 | +</div> |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | +<br /> |
| 189 | + |
| 190 | + |
| 191 | +<form action="http://www.wikipedia.org/search-redirect.php" id="searchform"> |
| 192 | + |
| 193 | +<input type="text" name="search" size="20" id="searchInput" style="vertical-align: top; padding: 0; margin: 0; font-size: 1.2em;" /> |
| 194 | + |
| 195 | +<select name="language" style="vertical-align: top; padding: 0; margin: 0 0.4em;" > |
| 196 | +<option value="nl" lang="nl" xml:lang="nl" selected="selected">Nederlands</option> |
| 197 | +<option value="fr" lang="fr" xml:lang="fr">Français</option> |
| 198 | +<option value="de" lang="de" xml:lang="de">Deutsch</option> |
| 199 | + |
| 200 | +<option value="wa" lang="wa" xml:lang="wa">Walon</option> |
| 201 | +<option value="lb" lang="lb" xml:lang="lb">Lëtzebuergesch</option> |
| 202 | +<option value="li" lang="li" xml:lang="li">Limburgs</option> |
| 203 | +<option value="vls" lang="vls" xml:lang="vls">West-Vlams</option> |
| 204 | +<option value="ksh" lang="ksh" xml:lang="ksh">Ripoaresh</option> |
| 205 | +</select> |
| 206 | + |
| 207 | +<input type="submit" name="go" value=" > " class="searchButton" style="vertical-align: top; padding: 0; margin: 0; font-size: 1.0em;" /> |
| 208 | +<input type="hidden" name="go" value="Go" /> |
| 209 | + |
| 210 | +</fieldset> |
| 211 | +</form> |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | +<div id="others"> |
| 216 | + |
| 217 | + |
| 218 | +<p> |
| 219 | + <span class="otherstitle" lang="nl">Wikipédia <a href="http://www.wikipedia.org">dans d'autres langues</a></span> |
| 220 | + <span class="otherstitle" lang="nl">Wikipedia <a href="http://www.wikipedia.org">in andere talen</a></span> |
| 221 | + <span class="otherstitle" lang="de">Wikipedia <a href="http://www.wikipedia.org">in anderen Sprachen</a></span> <span class="other"><br /> |
| 222 | +</a></span> |
| 223 | + </p> |
| 224 | + |
| 225 | +</div> |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | +<div id="footer"> |
| 230 | +<div class="left banner"><a href="http://www.gnu.org/copyleft/fdl.html"><img src="gnu-fdl.png" alt="GNU-FDL" /></a> |
| 231 | + </div> |
| 232 | + |
| 233 | + |
| 234 | +<div class="right banner"><a href="http://wikimediafoundation.org/"><img src="Wikimedia-button1.png" alt="Wikimedia Foundation" /></a> |
| 235 | + </div> |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | +</div> |
| 240 | + |
| 241 | +</div> |
| 242 | + |
| 243 | +</body> |
| 244 | +</html> |
Index: trunk/wikimedia-web/www.wikimedia.org/be-portal/readme.txt |
— | — | @@ -0,0 +1,5 @@ |
| 2 | +This portal is a modification of the portal of http:/www.wikipedia.ch made by [[w:de:Benutzer:Stw]]. |
| 3 | + |
| 4 | +The versions for wikipedia.be and wikipedia.nl are done by [[w:nl:Mysha]]. |
| 5 | + |
| 6 | +User [[w:nl:walter]] can also be used as a contact. |
\ No newline at end of file |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/be-portal/readme.txt |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 7 | + native |
Index: trunk/wikimedia-web/www.wikimedia.org/be-portal/country-portal.js |
— | — | @@ -0,0 +1,34 @@ |
| 2 | + mainsite= '.wikipedia.org'; |
| 3 | + infotext = 1; |
| 4 | + |
| 5 | + function removetext() { |
| 6 | + if (infotext==1) { |
| 7 | + document.getElementById("fsearch").search.value = ""; |
| 8 | + document.getElementById("fsearch").search.style.color = "#000000"; |
| 9 | + infotext = 0; |
| 10 | + } |
| 11 | + } |
| 12 | + |
| 13 | + url= 'http://'; |
| 14 | + function setlang( clicked) { |
| 15 | + document.getElementById("fsearch").action = |
| 16 | + url +clicked.lang +mainsite +'/wiki/Special:Search'; |
| 17 | + |
| 18 | + return true; |
| 19 | + } |
| 20 | + function golang( clicked) { |
| 21 | + document.location = url +clicked.lang +mainsite; |
| 22 | + |
| 23 | + return true; |
| 24 | + } |
| 25 | + |
| 26 | + |
| 27 | + function makefield( words) { |
| 28 | + document.write( '<input type="text" name="search" onfocus="removetext()"' |
| 29 | + +' value="' +words +'" size="26" maxlength="50" />'); |
| 30 | + } |
| 31 | + function makebutton( language, color, tekst) { |
| 32 | + document.write('<input type="submit" name="go" onclick="setlang(this)" lang="' |
| 33 | + +language +'" class="' +color +' button" value="'+tekst +'" />'); |
| 34 | + } |
| 35 | + |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/be-portal/country-portal.js |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 36 | + native |
Index: trunk/wikimedia-web/www.wikimedia.org/be-portal/favicon.ico |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/be-portal/favicon.ico |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 37 | + application/octet-stream |
Index: trunk/wikimedia-web/www.wikimedia.org/nl-portal/gnu-fdl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/nl-portal/gnu-fdl.png |
___________________________________________________________________ |
Added: svn:mime-type |
3 | 38 | + image/png |
Index: trunk/wikimedia-web/www.wikimedia.org/nl-portal/Wikimedia-button1.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/nl-portal/Wikimedia-button1.png |
___________________________________________________________________ |
Added: svn:mime-type |
4 | 39 | + image/png |
Index: trunk/wikimedia-web/www.wikimedia.org/nl-portal/country-portal.jpg |
Cannot display: file marked as a binary type. |
svn:mime-type = image/jpeg |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/nl-portal/country-portal.jpg |
___________________________________________________________________ |
Added: svn:mime-type |
5 | 40 | + image/jpeg |
Index: trunk/wikimedia-web/www.wikimedia.org/nl-portal/country-portal.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/nl-portal/country-portal.png |
___________________________________________________________________ |
Added: svn:mime-type |
6 | 41 | + image/png |
Index: trunk/wikimedia-web/www.wikimedia.org/nl-portal/country-portal.css |
— | — | @@ -0,0 +1,135 @@ |
| 2 | +body { |
| 3 | + font-family: Helvetica,Arial,sans-serif; |
| 4 | + color: #000000; |
| 5 | + background: #f9f9f9 url("country-portal.jpg") no-repeat 0px 0px; |
| 6 | + margin: 10pt; |
| 7 | + margin-bottom: 5pt; |
| 8 | + padding: 10pt; |
| 9 | + padding-bottom: 5pt; |
| 10 | + text-align: center; |
| 11 | +} |
| 12 | + |
| 13 | +p { margin: 9pt; |
| 14 | + margin-top: 0; } |
| 15 | +br { clear:both; margin: 0; padding: 0; } |
| 16 | +img { border: 0;} |
| 17 | + |
| 18 | +a { color: #000090; text-decoration: none;} |
| 19 | +a:hover { text-decoration: underline; } |
| 20 | + |
| 21 | +.hello { |
| 22 | + margin-top: 8pt; |
| 23 | + margin-bottom: 4pt; |
| 24 | + font-size: 110%; |
| 25 | + text-align: center; |
| 26 | +} |
| 27 | + |
| 28 | +.intro { text-align: left;} |
| 29 | + |
| 30 | +.main { font-weight: bold;} |
| 31 | + |
| 32 | +.aux { color: #000000;} |
| 33 | +.aux:hover { text-decoration: none;} |
| 34 | + |
| 35 | + |
| 36 | +.column { width: 36%;} |
| 37 | +.compact { |
| 38 | + font-size: 80%; |
| 39 | + margin-bottom: 0pt; |
| 40 | +} |
| 41 | + |
| 42 | +.left { |
| 43 | + float:left; |
| 44 | + margin-left: 10pt; |
| 45 | + margin-right: 20pt; |
| 46 | +} |
| 47 | + |
| 48 | +.right { |
| 49 | + float:right; |
| 50 | + margin-right: 10pt; |
| 51 | + margin-left: 20pt; |
| 52 | +} |
| 53 | + |
| 54 | +.field { |
| 55 | + border: 1px solid #dfdfdf; |
| 56 | + margin-top: 1px; |
| 57 | +} |
| 58 | + |
| 59 | +.red-bg { background: #ffeaf2; } |
| 60 | +.orange-bg { background: #fff2ea; } |
| 61 | +.yellow-bg { background: #fdffea; } |
| 62 | +.green-bg { background: #edffea; } |
| 63 | +.cyan-bg { background: #eafff8; } |
| 64 | +.blue-bg { background: #eaf8ff; } |
| 65 | +.indigo-bg { background: #edeaff; } |
| 66 | +.purple-bg { background: #fdeaff; } |
| 67 | + |
| 68 | +.en-bg { background: #eaeaea; } |
| 69 | + |
| 70 | + |
| 71 | +#logo { |
| 72 | + background: url("country-portal.png") no-repeat center; |
| 73 | + clear: both; |
| 74 | + display: block; |
| 75 | + margin-left: auto; |
| 76 | + margin-right: auto; |
| 77 | + position: relative; |
| 78 | + top: -50px; |
| 79 | + margin-bottom: -120px; |
| 80 | + height: 150px; /* 144*/ |
| 81 | + width: 135px; |
| 82 | +} |
| 83 | + |
| 84 | + |
| 85 | +#search { |
| 86 | + font-size: 90%; |
| 87 | + clear:both; |
| 88 | + padding-bottom: 0pt; |
| 89 | + padding-top: 10pt; |
| 90 | +} |
| 91 | + |
| 92 | +.button { |
| 93 | + border: outset 2px #dfdfdf; |
| 94 | + margin-left: 5px; |
| 95 | +} |
| 96 | + |
| 97 | + |
| 98 | +#others { |
| 99 | + width: 80%; |
| 100 | + clear:both; |
| 101 | + font-size: 80%; |
| 102 | + text-align: center; |
| 103 | + margin-left: auto; |
| 104 | + margin-right: auto; |
| 105 | + border: 1px solid #dfdfdf; |
| 106 | + background: #e6e8ff; |
| 107 | + padding-top: 9pt; |
| 108 | + padding-bottom: 2pt; |
| 109 | +} |
| 110 | + |
| 111 | +.otherstitle { |
| 112 | + margin-left: 10pt; |
| 113 | + margin-right: 10pt; |
| 114 | + white-space: nowrap; |
| 115 | + font-weight: bold; |
| 116 | +} |
| 117 | + |
| 118 | +.other { |
| 119 | + margin-left: 6pt; |
| 120 | + margin-right: 6pt; |
| 121 | + white-space: nowrap; |
| 122 | +} |
| 123 | + |
| 124 | + |
| 125 | +#footer { |
| 126 | + clear: both; |
| 127 | + font-size: 70%; |
| 128 | + margin: 20px; |
| 129 | + margin-bottom: 0; |
| 130 | + border: 1px solid #fabd23; |
| 131 | + height: 39px; |
| 132 | + padding: 2px;} |
| 133 | + |
| 134 | +.banner { |
| 135 | + margin: 2px; |
| 136 | +} |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/nl-portal/country-portal.css |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 137 | + native |
Index: trunk/wikimedia-web/www.wikimedia.org/nl-portal/index.html |
— | — | @@ -0,0 +1,132 @@ |
| 2 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
| 3 | + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
| 4 | +<html xmlns="http://www.w3.org/1999/xhtml" lang="nl">
|
| 5 | +<head>
|
| 6 | +<!-- for questions about this page contact [[w:nl:Gebruiker:Mysha]]
|
| 7 | + or [[w:nl:Gebruiker:Walter]] -->
|
| 8 | +<!-- versie: 1 september 2006 -->
|
| 9 | + <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
| 10 | +
|
| 11 | + <meta name="keywords" lang="nl" content="Wikipedia Nederland encyclopedy vrije kennis" />
|
| 12 | + <meta name="keywords" lang="fy" content="Wikipedy Nederl�n ensyklopedy rjochtenfrij witten" />
|
| 13 | + <meta name="keywords" lang="nds-nl" content="Wikipedie Nederlaand encyclopedie vrie� kennis" />
|
| 14 | + <meta name="keywords" lang="li" content="Wikipedia Holles encyclopedie vrie� k�nnis" />
|
| 15 | +
|
| 16 | + <meta name="description" lang="nl" content="De Nederlandse toegang tot de Wikipedia, de vrije Encyclopedie" />
|
| 17 | + <meta name="description" lang="fy" content="De tagong foar Nederl�n ta Wikipedia, it frije ensyklopedy-projekt" />
|
| 18 | + <meta name="description" lang="nds-nl" content="De toegang veur Nederlaand tot de Wikipedie, de vrie� encyclopedie" />
|
| 19 | + <meta name="description" lang="li" content="De toegank veur Holles t�t de Wikipedia, de vrie� encyclopedie" />
|
| 20 | +
|
| 21 | + <meta name="robots" content="index" />
|
| 22 | +
|
| 23 | +
|
| 24 | + <title>Wikipedia NL</title>
|
| 25 | +
|
| 26 | + <link rel="shortcut icon" href="favicon.ico" />
|
| 27 | + <link rel="stylesheet" type="text/css" media="screen" href="country-portal.css" />
|
| 28 | + <script src="country-portal.js" type="text/javascript"></script>
|
| 29 | +</head>
|
| 30 | +
|
| 31 | +<body id="wikipedia-nl" onload='setup( "wikipedia.org")'>
|
| 32 | +<div>
|
| 33 | +
|
| 34 | +<div lang="nl" class="left column red-bg field" onclick="golang(this)">
|
| 35 | + <h1 class="hello">Welkom!</h1>
|
| 36 | + <p class="intro"><a href="http://nl.wikipedia.org/" class="aux">
|
| 37 | + <strong>Wikipedia</strong> is een meertalige <strong>encyclopedie</strong>,
|
| 38 | + waarvan de inhoud <strong>vrij beschikbaar</strong> is en ook altijd zal blijven.
|
| 39 | + Iedereen kan hier kennis toevoegen!
|
| 40 | + </a></p><p>
|
| 41 | + <a class="main" href="http://nl.wikipedia.org/">Wikipedia in het Nederlands</a></p>
|
| 42 | +</div>
|
| 43 | +
|
| 44 | +<div lang="fy" class="right column yellow-bg field" onclick="golang(this)">
|
| 45 | + <h1 class="hello">Wolkom!</h1>
|
| 46 | + <p class="intro"><a href="http://fy.wikipedia.org/" class="aux">
|
| 47 | + <strong>Wikipedia</strong> is in meartalige <strong>ensyklopedy</strong>
|
| 48 | + d�r't de ynh�ld <strong>frij fan beskikber</strong> is, en ek altyd bliuwe sil.
|
| 49 | + Eltsenien kin syn as har witten hjir tafoegje!
|
| 50 | + </a></p><p>
|
| 51 | + <a class="main" href="http://fy.wikipedia.org/">Wikipedia yn it Frysk</a></p>
|
| 52 | +</div>
|
| 53 | +
|
| 54 | +<a id="logo" href="http://www.wikipedia.org"></a>
|
| 55 | +
|
| 56 | +<div lang="nds-nl" class="left column green-bg field" onclick="golang(this)">
|
| 57 | + <h1 class="hello">Welkom, moi!</h1>
|
| 58 | + <p class="intro"><a href="http://nds.wikipedia.org/" class="aux">
|
| 59 | + <strong>Wikipedie</strong> is een meertaolige <strong>encyclopedie</strong>,
|
| 60 | + waorvan de inhold <strong>vrie beschikbaor</strong> is en waor iederene an mitwarken kan!
|
| 61 | + </a></p><p>
|
| 62 | + <a class="main" href="http://nds-nl.wikipedia.org/">Wikipedie in 't Nedersaksisch</a></p>
|
| 63 | +</div>
|
| 64 | +
|
| 65 | +<div lang="li" class="right column purple-bg field" onclick="golang(this)">
|
| 66 | + <h1 class="hello">Wilk�m!</h1>
|
| 67 | + <p class="intro"><a href="http://li.wikipedia.org/" class="aux">
|
| 68 | + <strong>Wikipedia</strong> is ein <strong>encyclopedie</strong> in v��l
|
| 69 | + sjpraoke, woevan de inhaud <strong>vrie besjikbaar</strong> is, en ouch altied blief.
|
| 70 | + Jederein kint zien k�nnis toevoge!
|
| 71 | + </a></p><p>
|
| 72 | + <a class="main" href="http://li.wikipedia.org/">Wikipedia op 't Limburgs</a></p>
|
| 73 | +</div>
|
| 74 | +
|
| 75 | +
|
| 76 | +<br />
|
| 77 | + |
| 78 | +<form action="http://www.wikipedia.org/search-redirect.php" id="searchform"> |
| 79 | + |
| 80 | +<input type="text" name="search" size="20" id="searchInput" style="vertical-align: top; padding: 0; margin: 0; font-size: 1.2em;" /> |
| 81 | + |
| 82 | +<select name="language" style="vertical-align: top; padding: 0; margin: 0 0.4em;" > |
| 83 | +<option value="nl" lang="nl" xml:lang="nl" selected="selected">Nederlands</option> |
| 84 | +<option value="fy" lang="fy" xml:lang="fy">Frysk</option> |
| 85 | +<option value="nds-nl" lang="nds-nl" xml:lang="nds-nl">Nedersaksisch</option> |
| 86 | +<option value="li" lang="li" xml:lang="li">Limburgs</option> |
| 87 | +</select> |
| 88 | + |
| 89 | +<input type="submit" name="go" value=" > " class="searchButton" style="vertical-align: top; padding: 0; margin: 0; font-size: 1.0em;" /> |
| 90 | +<input type="hidden" name="go" value="Go" /> |
| 91 | + |
| 92 | +</fieldset> |
| 93 | +</form>
|
| 94 | +
|
| 95 | +
|
| 96 | +<div id="others">
|
| 97 | + <p>
|
| 98 | + <span lang="nl" class="otherstitle">Wikipedia <a href="http://www.wikipedia.org">in andere talen</a></span>
|
| 99 | + <span lang="fy" class="otherstitle">Wikipedia <a href="http://www.wikipedia.org">yn oare talen</a></span>
|
| 100 | + <span lang="nds-nl" class="otherstitle">Wikipedia <a href="http://www.wikipedia.org">in aandere taolen</a></span>
|
| 101 | + </p>
|
| 102 | + <p><!-- Foreign languages spoken in the country, language code equal to this country code, etc. -->
|
| 103 | + <span class="other"><a href="http://af.wikipedia.org/">Afrikaans</a></span>
|
| 104 | + <span class="other"><a href="http://ar.wikipedia.org/">العربية</a></span>
|
| 105 | + <span class="other"><a href="http://de.wikipedia.org/">Deutsch</a></span>
|
| 106 | + <span class="other"><a href="http://en.wikipedia.org/">English</a></span>
|
| 107 | + <span class="other"><a href="http://eo.wikipedia.org/">Esperanto</a></span>
|
| 108 | + <span class="other"><a href="http://fr.wikipedia.org/">Fran�ais</a></span>
|
| 109 | + <span class="other"><a href="http://id.wikipedia.org/">Bahasa Indonesia</a></span>
|
| 110 | + <span class="other"><a href="http://ms.wikipedia.org/">Bahasa Melayu</a></span>
|
| 111 | + <span class="other"><a href="http://nds.wikipedia.org/">Plattd��tsch</a></span>
|
| 112 | + <span class="other"><a href="http://tr.wikipedia.org/">T�rk�e</a></span>
|
| 113 | + </p>
|
| 114 | +</div>
|
| 115 | +
|
| 116 | +
|
| 117 | +<div id="footer">
|
| 118 | + <div class="left banner"><a href="http://www.gnu.org/copyleft/fdl.html"><img
|
| 119 | + src="gnu-fdl.png"
|
| 120 | + alt="GNU-FDL"/></a>
|
| 121 | + </div>
|
| 122 | + <div class="right banner"><a href="http://wikimediafoundation.org/"><img
|
| 123 | + src="Wikimedia-button1.png"
|
| 124 | + alt="Wikimedia Foundation"/></a>
|
| 125 | + </div>
|
| 126 | +
|
| 127 | +<!-- Room for a country-dependent footer - chapter-link, small flag, counter or similar. -->
|
| 128 | +
|
| 129 | + <table align=center style="font-size: 95%;"><tr><td><a href="http://nl.wikimedia.org/"><span class="hello main">WIKIMEDIA</span><br>NEDERLAND</a></td></tr></table>
|
| 130 | +</div>
|
| 131 | +</div>
|
| 132 | +</body>
|
| 133 | +</html>
|
Index: trunk/wikimedia-web/www.wikimedia.org/nl-portal/country-portal.js |
— | — | @@ -0,0 +1,34 @@ |
| 2 | + mainsite= '.wikipedia.org'; |
| 3 | + infotext = 1; |
| 4 | + |
| 5 | + function removetext() { |
| 6 | + if (infotext==1) { |
| 7 | + document.getElementById("fsearch").search.value = ""; |
| 8 | + document.getElementById("fsearch").search.style.color = "#000000"; |
| 9 | + infotext = 0; |
| 10 | + } |
| 11 | + } |
| 12 | + |
| 13 | + url= 'http://'; |
| 14 | + function setlang( clicked) { |
| 15 | + document.getElementById("fsearch").action = |
| 16 | + url +clicked.lang +mainsite +'/wiki/Special:Search'; |
| 17 | + |
| 18 | + return true; |
| 19 | + } |
| 20 | + function golang( clicked) { |
| 21 | + document.location = url +clicked.lang +mainsite; |
| 22 | + |
| 23 | + return true; |
| 24 | + } |
| 25 | + |
| 26 | + |
| 27 | + function makefield( words) { |
| 28 | + document.write( '<input type="text" name="search" onfocus="removetext()"' |
| 29 | + +' value="' +words +'" size="26" maxlength="50" />'); |
| 30 | + } |
| 31 | + function makebutton( language, color, tekst) { |
| 32 | + document.write('<input type="submit" name="go" onclick="setlang(this)" lang="' |
| 33 | + +language +'" class="' +color +' button" value="'+tekst +'" />'); |
| 34 | + } |
| 35 | + |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/nl-portal/country-portal.js |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 36 | + native |
Index: trunk/wikimedia-web/www.wikimedia.org/nl-portal/favicon.ico |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/nl-portal/favicon.ico |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 37 | + application/octet-stream |
Index: trunk/wikimedia-web/www.wikimedia.org/ch-portal/gnu-fdl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/ch-portal/gnu-fdl.png |
___________________________________________________________________ |
Added: svn:mime-type |
3 | 38 | + image/png |
Index: trunk/wikimedia-web/www.wikimedia.org/ch-portal/logo.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/ch-portal/logo.png |
___________________________________________________________________ |
Added: svn:mime-type |
4 | 39 | + image/png |
Index: trunk/wikimedia-web/www.wikimedia.org/ch-portal/eins.css |
— | — | @@ -0,0 +1,146 @@ |
| 2 | +html { |
| 3 | + margin: 0px; |
| 4 | + padding: 0px; |
| 5 | +} |
| 6 | + |
| 7 | +body { |
| 8 | + font-family: Helvetica,Arial,sans-serif; |
| 9 | + color: #000000; |
| 10 | + background: #f9f9f9 url("headbg.jpg") no-repeat 0px 0px; |
| 11 | + margin: 10pt; |
| 12 | + padding: 10pt; |
| 13 | + text-align: center; |
| 14 | +} |
| 15 | + |
| 16 | +p { margin: 9pt; } |
| 17 | +hr, .unsichtbar, label { display: none; } |
| 18 | +br { clear:both; margin: 0; padding: 0; } |
| 19 | + |
| 20 | +a:link { text-decoration: none; color: #000090; } |
| 21 | +a:visited { text-decoration: none; color: #000090; } |
| 22 | +a:hover { text-decoration: underline; } |
| 23 | + |
| 24 | +.gruss { |
| 25 | + margin-top: 8pt; |
| 26 | + font-size: 110%; |
| 27 | + text-align: center; |
| 28 | +} |
| 29 | + |
| 30 | +.grussklein { |
| 31 | + font-size: 100%; |
| 32 | + margin-top: 6pt; |
| 33 | + margin-bottom: 3pt; |
| 34 | + text-align: center; |
| 35 | +} |
| 36 | + |
| 37 | +.intro { text-align: left; } |
| 38 | + |
| 39 | +.hauptlink { font-weight: bold; } |
| 40 | + |
| 41 | +#deutsch, #francais, #italiano, #rumantsch, #english { |
| 42 | + width: 36%; |
| 43 | + border: 1px solid #dfdfdf; |
| 44 | +} |
| 45 | + |
| 46 | +.de-bg { background: #ffebeb; } |
| 47 | +.fr-bg { background: #faffea; } |
| 48 | +.it-bg { background: #eaffec; } |
| 49 | +.rm-bg { background: #faeaff; } |
| 50 | +.en-bg { background: #fffaea; } |
| 51 | + |
| 52 | +#deutsch, #italiano { |
| 53 | + float:left; |
| 54 | + margin-left: 10pt; |
| 55 | + margin-right: 20pt; |
| 56 | +} |
| 57 | + |
| 58 | +#francais, #rumantsch, #english { |
| 59 | + float:right; |
| 60 | + margin-right: 10pt; |
| 61 | + margin-left: 20pt; |
| 62 | +} |
| 63 | + |
| 64 | +#english { |
| 65 | + clear: right; |
| 66 | + margin-bottom: 10pt; |
| 67 | + } |
| 68 | + |
| 69 | +#italiano { margin-bottom: 10pt; } |
| 70 | + |
| 71 | +#rumantsch { margin-bottom: 2px; } |
| 72 | + |
| 73 | +#andere { |
| 74 | + width: 80%; |
| 75 | + clear:both; |
| 76 | + font-size: 80%; |
| 77 | + text-align: center; |
| 78 | + margin-left: auto; |
| 79 | + margin-right: auto; |
| 80 | + border: 1px solid #dfdfdf; |
| 81 | + background: #e6e8ff; |
| 82 | + padding-bottom: 9pt; |
| 83 | +} |
| 84 | + |
| 85 | +.andere-titel { |
| 86 | + font-weight: bold; |
| 87 | + font-style:italic; |
| 88 | + margin-left: 10pt; |
| 89 | + margin-right: 10pt; |
| 90 | + white-space: nowrap; |
| 91 | +} |
| 92 | + |
| 93 | +ul { |
| 94 | + padding-left: 0; |
| 95 | + padding-right: 0; |
| 96 | + margin: 0; |
| 97 | + text-align: center; |
| 98 | +} |
| 99 | + |
| 100 | +.sprache { |
| 101 | + display: inline; |
| 102 | + list-style-type: none; |
| 103 | + margin-left: 6pt; |
| 104 | + margin-right: 6pt; |
| 105 | +} |
| 106 | + |
| 107 | +.klein { |
| 108 | + font-size: 80%; |
| 109 | + margin-top: 0pt; |
| 110 | + margin-bottom: 0pt;} |
| 111 | + |
| 112 | +#extra1 { |
| 113 | + background: url("logo.png") no-repeat center; |
| 114 | + clear: both; |
| 115 | + display: block; |
| 116 | + margin-left: auto; |
| 117 | + margin-right: auto; |
| 118 | + position: relative; |
| 119 | + top: -90px; |
| 120 | + margin-bottom: -180px; |
| 121 | + height: 206px; |
| 122 | + width: 123px; |
| 123 | +} |
| 124 | + |
| 125 | +#suche { |
| 126 | + font-size: 90%; |
| 127 | + clear:both; |
| 128 | + padding-bottom: 0pt; |
| 129 | +} |
| 130 | + |
| 131 | +#eingabe { |
| 132 | + border: inset 2px #dfdfdf; |
| 133 | + color: #a0a0a0; |
| 134 | +} |
| 135 | + |
| 136 | +.knopf { |
| 137 | + border: outset 2px #dfdfdf; |
| 138 | + margin-left: 5px; |
| 139 | +} |
| 140 | + |
| 141 | +#impressum { |
| 142 | + clear: both; |
| 143 | + color: #a0a0a0; |
| 144 | + font-size: 70%; |
| 145 | +} |
| 146 | + |
| 147 | +#impressum a { color: #a0a0a0; } |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/ch-portal/eins.css |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 148 | + native |
Index: trunk/wikimedia-web/www.wikimedia.org/ch-portal/headbg.jpg |
Cannot display: file marked as a binary type. |
svn:mime-type = image/jpeg |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/ch-portal/headbg.jpg |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 149 | + image/jpeg |
Index: trunk/wikimedia-web/www.wikimedia.org/ch-portal/index.html |
— | — | @@ -0,0 +1,120 @@ |
| 2 | +<?xml version="1.0" encoding="ISO-8859-1" ?>
|
| 3 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
| 4 | + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
| 5 | +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-CH" lang="de-CH" dir="ltr">
|
| 6 | +
|
| 7 | +<!-- Siehe: http://als.wikipedia.org/wiki/Wikipedia:CH-Portal -->
|
| 8 | +<!-- Version: 2006-02-01 -->
|
| 9 | +
|
| 10 | +<head>
|
| 11 | + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
|
| 12 | +
|
| 13 | + <meta name="keywords" xml:lang="de" lang="de" content="Wikipedia, Schweiz, Enzyklopädie, frei, Lexikon, Wissen" />
|
| 14 | + <meta name="keywords" xml:lang="fr" lang="fr" content="Wikipedia, Suisse, encyclopédie, libre" />
|
| 15 | + <meta name="keywords" xml:lang="it" lang="it" content="Wikipedia, Svizzera, enciclopedia, libera" />
|
| 16 | + <meta name="keywords" xml:lang="gsw" lang="gsw" content="Wikipedia, Schwyz, Schwyzerdütsch, Enziklopädy, frei, Wüsse" />
|
| 17 | + <meta name="keywords" xml:lang="rm" lang="rm" content="Wikipedia, Svizra, rumantsch, encyclopedia" />
|
| 18 | +
|
| 19 | + <meta name="description" xml:lang="de" lang="de" content="Das Schweizer Portal der Wikipedia, der freien Enzyklopädie" />
|
| 20 | + <meta name="description" xml:lang="fr" lang="fr" content="Wikipédia, l'encyclopédie libre" />
|
| 21 | + <meta name="description" xml:lang="it" lang="it" content="Wikipedia, l'enciclopedia libera" />
|
| 22 | + <meta name="description" xml:lang="gsw" lang="gsw" content="Äs Schwyzer Portaal vor Wikipedia, der freie Enziklopädy" />
|
| 23 | + <meta name="description" xml:lang="rm" lang="rm" content="Wikipedia è ina encyclopedia libra" />
|
| 24 | +
|
| 25 | + <meta name="robots" content="index, follow" />
|
| 26 | +
|
| 27 | + <title>Wikipedia.ch (Schweiz, Suisse, Svizzera, Schwyz, Svizra)</title>
|
| 28 | +
|
| 29 | + <link rel="shortcut icon" href="http://als.wikipedia.org/favicon.ico" />
|
| 30 | + <link rel="stylesheet" type="text/css" media="screen, projection" href="http://als.wikipedia.org/w/index.php?title=Wikipedia:CH-Portal/style.css&action=raw&ctype=text/css" />
|
| 31 | + <script type="text/javascript" src="http://als.wikipedia.org/w/index.php?title=Wikipedia:CH-Portal/script.js&action=raw&ctype=text/javascript"></script>
|
| 32 | +</head>
|
| 33 | +
|
| 34 | +
|
| 35 | +<body id="wikipedia-ch">
|
| 36 | +<div>
|
| 37 | +
|
| 38 | +<div lang="de" class="left column red-bg field" onclick="golang(this)">
|
| 39 | + <h1 class="hello">Willkommen!</h1>
|
| 40 | + <p class="intro">
|
| 41 | + <a href="http://de.wikipedia.org/" class="aux"><b>Wikipedia</b> ist eine mehrsprachige <b>Enzyklopädie</b>, deren Inhalte <b>frei</b> nutzbar sind und es für immer bleiben werden. Alle können hier ihr Wissen einbringen!</a>
|
| 42 | + </p><p>
|
| 43 | + <a class="main" href="http://de.wikipedia.org/">Wikipedia auf Deutsch</a></p>
|
| 44 | +</div>
|
| 45 | +
|
| 46 | +<div lang="fr" class="right column green-bg field" onclick="golang(this)">
|
| 47 | + <h1 class="hello">Bienvenue!</h1>
|
| 48 | + <p class="intro">
|
| 49 | + <a href="http://fr.wikipedia.org/" class="aux"><b>Wikipédia</b> est un projet d'<b>encyclopédie</b> gratuite, écrite <b>coopérativement</b> et dont le contenu est librement réutilisable. Vous pouvez y participer tout de suite!</a>
|
| 50 | + </p><p>
|
| 51 | + <a class="main" href="http://fr.wikipedia.org/">Wikipédia en français</a></p>
|
| 52 | +</div>
|
| 53 | +
|
| 54 | +<a id="logo" title="Wikipedia.org" href="http://wikipedia.org/"></a>
|
| 55 | +
|
| 56 | +<div lang="it" class="left column yellow-bg field" onclick="golang(this)">
|
| 57 | + <h1 class="hello">Benvenuto!</h1>
|
| 58 | + <p class="intro">
|
| 59 | + <a href="http://it.wikipedia.org/" class="aux"><b>Wikipedia</b> è un progetto di <b>enciclopedia libera</b>, scritta collaborativamente, il cui contenuto è liberamente riutilizzabile. Anche tu puoi parteciparvi!</a>
|
| 60 | + </p><p>
|
| 61 | + <a class="main" href="http://it.wikipedia.org/">Wikipedia in italiano</a></p>
|
| 62 | +</div>
|
| 63 | +
|
| 64 | +<div lang="gsw" class="right column orange-bg field">
|
| 65 | + <div lang="als" onclick="golang(this)">
|
| 66 | + <p style="margin-top: 11px;"><a href="http://als.wikipedia.org/" class="aux"><b>Willkomme!</b> <small>– Wikipedia isch e freyi Enziklopädy</small></a></p>
|
| 67 | + <p><a class="main" href="http://als.wikipedia.org/"><small>Wikipedia uf Alemannisch (Schwyzerdütsch)</small></a></p>
|
| 68 | + </div>
|
| 69 | + <div lang="rm" onclick="golang(this)">
|
| 70 | + <p><a href="http://rm.wikipedia.org/" class="aux"><b>Bainvegni!</b> <small>– Wikipedia è ina encyclopedia libra</small></a></p>
|
| 71 | + <p><a class="main" href="http://rm.wikipedia.org/"><small>Wikipedia en rumantsch</small></a></p>
|
| 72 | + </div>
|
| 73 | +</div>
|
| 74 | +
|
| 75 | +
|
| 76 | +<br />
|
| 77 | +<div id="search" style="padding-left: 1.5em;">
|
| 78 | +<form id="fsearch" action="" method="get" accept-charset="utf-8">
|
| 79 | +<script type="text/javascript"><!--
|
| 80 | + makebutton('en', 'blue-bg', 'Search');
|
| 81 | + makebutton('it', 'yellow-bg', 'Cerca');
|
| 82 | + makefield(' word – parola – Wort – mot');
|
| 83 | + makebutton('de', 'red-bg', 'Suchen');
|
| 84 | + makebutton('fr', 'green-bg', 'Consulter');
|
| 85 | + //-->
|
| 86 | +</script>
|
| 87 | +</form>
|
| 88 | +</div>
|
| 89 | +
|
| 90 | +
|
| 91 | +<div id="others">
|
| 92 | + <p>
|
| 93 | + <span lang="de" class="otherstitle">Wikipedia <a href="http://de.wikipedia.org/wiki/Wikipedia:Sprachen">in anderen Sprachen</a></span> –
|
| 94 | + <span lang="fr" class="otherstitle">Wikipédia <a href="http://wikipedia.org/">dans d'autres langues</a></span> –
|
| 95 | + <span lang="it" class="otherstitle">Wikipedia <a href="http://wikipedia.org/">in altre lingue</a></span>
|
| 96 | + </p>
|
| 97 | + <p><!-- Andere Sprachen -->
|
| 98 | + <span class="other"><a href="http://da.wikipedia.org/">Dansk</a></span>
|
| 99 | + <span class="other"><a href="http://es.wikipedia.org/">Español</a></span>
|
| 100 | + <span class="other"><a href="http://eo.wikipedia.org/">Esperanto</a></span>
|
| 101 | + <span class="other"><a href="http://nl.wikipedia.org/">Nederlands</a></span>
|
| 102 | + <span class="other"><a href="http://pl.wikipedia.org/">Polski</a></span>
|
| 103 | + <span class="other"><a href="http://pt.wikipedia.org/">Português</a></span>
|
| 104 | + <span class="other"><a href="http://sv.wikipedia.org/">Svenska</a><br /></span>
|
| 105 | + <span class="other"><a href="http://ja.wikipedia.org/">日本語 (Japanisch)</a></span>
|
| 106 | + <span class="other"><a href="http://zh.wikipedia.org/">中文 (Chinesisch)</a></span>
|
| 107 | + <span class="other"><a href="http://el.wikipedia.org/">Ελληνικά (Griechisch)</a></span>
|
| 108 | + <span class="other"><a href="http://he.wikipedia.org/">עברית (Hebräisch)</a></span>
|
| 109 | + </p>
|
| 110 | +</div>
|
| 111 | +
|
| 112 | +
|
| 113 | +<div id="footer">
|
| 114 | + <div class="left banner"><a href="http://www.gnu.org/copyleft/fdl.html"><img src="http://upload.wikimedia.org/wikipedia/commons/1/11/Gnu-fdl.png" alt="GNU-FDL" /></a></div>
|
| 115 | + <div class="right banner"><a href="http://wikimediafoundation.org/"><img src="http://als.wikipedia.org/images/wikimedia-button.png" alt="Wikimedia Foundation" /></a></div>
|
| 116 | + <div class="banner"><a href="http://ch.wikimedia.org/"><img src="http://upload.wikimedia.org/wikipedia/als/6/6c/Wikimedia-CH_(Portal).png" alt="Wikimedia-CH" /></a></div>
|
| 117 | +</div>
|
| 118 | +
|
| 119 | +</div>
|
| 120 | +</body>
|
| 121 | +</html> |
\ No newline at end of file |
Index: trunk/wikimedia-web/www.wikimedia.org/ch-portal/search.php |
— | — | @@ -0,0 +1,22 @@ |
| 2 | +<?php |
| 3 | +header("HTTP/1.0 302 Moved"); |
| 4 | +header("Status: 302 Moved"); |
| 5 | + |
| 6 | +switch ($_REQUEST['go']) { |
| 7 | + case "Consulter": |
| 8 | + header("Location: http://fr.wikipedia.org/wiki/Special:Search?".$_SERVER['QUERY_STRING']); |
| 9 | + break; |
| 10 | + case "Cerca": |
| 11 | + header("Location: http://it.wikipedia.org/wiki/Speciale:Search?".$_SERVER['QUERY_STRING']); |
| 12 | + break; |
| 13 | + case "Search": |
| 14 | + header("Location: http://en.wikipedia.org/wiki/Special:Search?".$_SERVER['QUERY_STRING']); |
| 15 | + break; |
| 16 | + case "Nachschlagen": |
| 17 | + default: |
| 18 | + header("Location: http://de.wikipedia.org/wiki/Spezial:Search?".$_SERVER['QUERY_STRING']); |
| 19 | +} |
| 20 | +exit; |
| 21 | +?> |
| 22 | + |
| 23 | + |
Property changes on: trunk/wikimedia-web/www.wikimedia.org/ch-portal/search.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 24 | + native |