Merge lp:~beuno/ubuntu-start-page/baidu into lp:ubuntu-start-page

Proposed by Martin Albisetti
Status: Merged
Merged at revision: 105
Proposed branch: lp:~beuno/ubuntu-start-page/baidu
Merge into: lp:ubuntu-start-page
Diff against target: 8499 lines (+8275/-0)
43 files modified
translation-scripts/translate-10.04.sh (+1/-0)
www/10.04/Baidu/index.html.an (+197/-0)
www/10.04/Baidu/index.html.ar (+197/-0)
www/10.04/Baidu/index.html.ast (+197/-0)
www/10.04/Baidu/index.html.bg (+197/-0)
www/10.04/Baidu/index.html.bn (+197/-0)
www/10.04/Baidu/index.html.ca (+197/-0)
www/10.04/Baidu/index.html.crh (+197/-0)
www/10.04/Baidu/index.html.cy (+197/-0)
www/10.04/Baidu/index.html.da (+197/-0)
www/10.04/Baidu/index.html.de (+197/-0)
www/10.04/Baidu/index.html.el (+197/-0)
www/10.04/Baidu/index.html.en (+197/-0)
www/10.04/Baidu/index.html.es (+197/-0)
www/10.04/Baidu/index.html.fi (+197/-0)
www/10.04/Baidu/index.html.fo (+197/-0)
www/10.04/Baidu/index.html.fr (+197/-0)
www/10.04/Baidu/index.html.gl (+197/-0)
www/10.04/Baidu/index.html.he (+197/-0)
www/10.04/Baidu/index.html.hr (+197/-0)
www/10.04/Baidu/index.html.hu (+197/-0)
www/10.04/Baidu/index.html.id (+197/-0)
www/10.04/Baidu/index.html.io (+197/-0)
www/10.04/Baidu/index.html.is (+197/-0)
www/10.04/Baidu/index.html.it (+197/-0)
www/10.04/Baidu/index.html.ja (+197/-0)
www/10.04/Baidu/index.html.ka (+197/-0)
www/10.04/Baidu/index.html.ko (+197/-0)
www/10.04/Baidu/index.html.lv (+197/-0)
www/10.04/Baidu/index.html.nds (+197/-0)
www/10.04/Baidu/index.html.nl (+197/-0)
www/10.04/Baidu/index.html.pt-br (+197/-0)
www/10.04/Baidu/index.html.ro (+197/-0)
www/10.04/Baidu/index.html.ru (+197/-0)
www/10.04/Baidu/index.html.sk (+197/-0)
www/10.04/Baidu/index.html.sl (+197/-0)
www/10.04/Baidu/index.html.sv (+197/-0)
www/10.04/Baidu/index.html.th (+197/-0)
www/10.04/Baidu/index.html.tu (+197/-0)
www/10.04/Baidu/index.html.uk (+197/-0)
www/10.04/Baidu/index.html.vi (+197/-0)
www/10.04/Baidu/index.html.zh-cn (+197/-0)
www/10.04/Baidu/index.html.zh-tw (+197/-0)
To merge this branch: bzr merge lp:~beuno/ubuntu-start-page/baidu
Reviewer Review Type Date Requested Status
Adi Roiban (community) Approve
Review via email: mp+28353@code.launchpad.net

Description of the change

This branch adds a Baidu start page. The target user base for this is obviously Chinese users, but I've decided to use the standard mechanisms for translations and such to simplify everything.

Adi, I'd be grateful if you where to take a peak at this before I land it.

To post a comment you must log in.
Revision history for this message
Adi Roiban (adiroiban) wrote :

Looks good. Thanks!

If everything is ok from the Canonical part, after the branch is merged I can publish the translated page on some test site and ask translators for feedback.

But to me everything looks fine.

review: Approve
Revision history for this message
Martin Albisetti (beuno) wrote :

Merged!
Go ahead and publish it, I would love for the translation to be verified.
It will take us a little while to push this to production, but will probably ask for some testing when it is :)

Thanks Adi!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'translation-scripts/translate-10.04.sh'
2--- translation-scripts/translate-10.04.sh 2010-05-18 20:23:11 +0000
3+++ translation-scripts/translate-10.04.sh 2010-06-23 21:43:22 +0000
4@@ -7,6 +7,7 @@
5
6 template_files[0]="../www/${RELEASE}/index.html.en"
7 template_files[1]="../www/${RELEASE}/Yahoo/index.html.en"
8+template_files[2]="../www/${RELEASE}/Baidu/index.html.en"
9
10 #import the translation functions
11 source translation-functions.sh
12
13=== added directory 'www/10.04/Baidu'
14=== added file 'www/10.04/Baidu/index.html.an'
15--- www/10.04/Baidu/index.html.an 1970-01-01 00:00:00 +0000
16+++ www/10.04/Baidu/index.html.an 2010-06-23 21:43:22 +0000
17@@ -0,0 +1,197 @@
18+<!DOCTYPE html>
19+<html lang="an" dir="ltr">
20+<head>
21+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
22+<title>Pachina d'inicio d'Ubuntu</title>
23+<script type="text/javascript">
24+//<![CDATA[
25+function focus_search() {
26+ sbi = document.getElementById('kw');
27+ sbi.focus();
28+ search_select(sbi);
29+}
30+function search_select(e) {
31+ if(e.value.length > 0) {
32+ e.select();
33+ }
34+ e.select();
35+}
36+//]]>
37+</script>
38+<style type="text/css">
39+body {
40+ background: white;
41+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
42+ font-size: 12px;
43+ line-height: 14px;
44+ margin: 0 auto;
45+ }
46+
47+ul#top-nav {
48+ margin-top: 5px;
49+ padding-bottom: 5px;
50+ border-bottom: 1px solid #eaeaea;
51+ }
52+
53+ul#top-nav li {
54+ display: inline;
55+ font-weight: bold;
56+ margin-right: 5px;
57+ }
58+
59+ul#top-nav li a {
60+ font-weight: normal;
61+ }
62+
63+#search-box {
64+ width: 595px;
65+ margin: 0 auto;
66+ margin-top: 63px;
67+ }
68+#search-box #ubuntu-branding {
69+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
70+ background-position: 0px -251px;
71+ background-color: #aea79f;
72+ height: 40px;
73+ -moz-border-radius: 0 0 5px 5px;
74+ -webkit-border-radius: 0 0 5px 5px;
75+}
76+#search-box .top {
77+ width: 593px;
78+ height: 25px;
79+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
80+ background-position: -10px -10px;
81+ margin: 0;
82+ padding: 0;
83+ }
84+
85+#search-box .center {
86+ width: 595px;
87+ margin: 0;
88+ padding: 0;
89+ margin-right: -2px;
90+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
91+ }
92+
93+#search-box .center h1 {
94+ margin: 0;
95+ padding: 0;
96+ }
97+
98+#search-box .center .padding {
99+ padding-right: 44px;
100+ padding-left: 44px;
101+ }
102+
103+#search-box .center h1.logo a {
104+ font-size: 1px;
105+ display: block;
106+ text-indent: -9999px;
107+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
108+ background-position: -10px -605px;
109+ margin: 0;
110+ padding: 0;
111+ height: 75px;
112+ width: 180px;
113+ margin-bottom: 15px;
114+ position: relative;
115+ }
116+
117+#search-box .center input {
118+ width: 384px;
119+ height: 25px;
120+ font-size: 18px;
121+ padding-left: 5px;
122+ padding-right: 5px;
123+ }
124+
125+#search-box .center button {
126+ font-size: 18px;
127+ padding: 2px;
128+ }
129+
130+#search-box .bottom {
131+ width: 593px;
132+ height: 98px;
133+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
134+ background-position: -10px -133px;
135+ }
136+#external-links {
137+ overflow: auto;
138+ width: 605px;
139+ text-align: center;
140+ padding-top: 20px;
141+ padding-left: 10px;
142+ padding-right: 10px;
143+}
144+.bottom-links {
145+ height: 30px;
146+ text-align: left;
147+ padding-top: 8px;
148+ display: inline-block;
149+ background: blue;
150+ margin-right: 20px;
151+}
152+.bottom-links a {
153+ text-decoration: none;
154+ color: gray;
155+ padding: 10px 0 10px 40px;
156+}
157+.bottom-links a:hover {
158+ color: #e24912;
159+}
160+#help-link {
161+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
162+ background-position: -10px -450px;
163+}
164+#help-link:hover {
165+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
166+ background-position: -10px -490px;
167+}
168+#shop-link {
169+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
170+ background-position: -10px -365px;
171+}
172+#shop-link:hover {
173+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
174+ background-position: -10px -407px;
175+}
176+#community-link {
177+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
178+ background-position: -10px -530px;
179+}
180+#community-link:hover {
181+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
182+ background-position: -10px -570px;
183+}
184+</style>
185+</head>
186+<body>
187+ <div id="search-box">
188+ <div id="ubuntu-branding"></div>
189+ <div class="top"></div>
190+ <div class="center">
191+ <div class="padding">
192+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
193+ <form method="get" action="http://baidu.com/s" name="f">
194+ <input type="hidden" name="cl" value="3" />
195+ <input type="hidden" name="tn" value="ubuntuu_cb" />
196+ <input name="wd" value="" id="kw" />
197+ <button>Buscar</button>
198+ </form>
199+ </div>
200+ </div>
201+ <div class="bottom"></div>
202+ <div id="external-links">
203+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Aduya d'Ubuntu &gt;</a></div>
204+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Botiga d'Ubuntu &gt;</a></div>
205+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Comunidat d'Ubuntu &gt;</a></div>
206+ </div>
207+ </div><!-- close search-box -->
208+<script type="text/javascript">
209+//<![CDATA[
210+focus_search();
211+//]]>
212+</script>
213+</body>
214+</html>
215
216=== added file 'www/10.04/Baidu/index.html.ar'
217--- www/10.04/Baidu/index.html.ar 1970-01-01 00:00:00 +0000
218+++ www/10.04/Baidu/index.html.ar 2010-06-23 21:43:22 +0000
219@@ -0,0 +1,197 @@
220+<!DOCTYPE html>
221+<html lang="ar" dir="RTL">
222+<head>
223+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
224+<title>صفحة بداية أوبونتو</title>
225+<script type="text/javascript">
226+//<![CDATA[
227+function focus_search() {
228+ sbi = document.getElementById('kw');
229+ sbi.focus();
230+ search_select(sbi);
231+}
232+function search_select(e) {
233+ if(e.value.length > 0) {
234+ e.select();
235+ }
236+ e.select();
237+}
238+//]]>
239+</script>
240+<style type="text/css">
241+body {
242+ background: white;
243+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
244+ font-size: 12px;
245+ line-height: 14px;
246+ margin: 0 auto;
247+ }
248+
249+ul#top-nav {
250+ margin-top: 5px;
251+ padding-bottom: 5px;
252+ border-bottom: 1px solid #eaeaea;
253+ }
254+
255+ul#top-nav li {
256+ display: inline;
257+ font-weight: bold;
258+ margin-right: 5px;
259+ }
260+
261+ul#top-nav li a {
262+ font-weight: normal;
263+ }
264+
265+#search-box {
266+ width: 595px;
267+ margin: 0 auto;
268+ margin-top: 63px;
269+ }
270+#search-box #ubuntu-branding {
271+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
272+ background-position: 0px -251px;
273+ background-color: #aea79f;
274+ height: 40px;
275+ -moz-border-radius: 0 0 5px 5px;
276+ -webkit-border-radius: 0 0 5px 5px;
277+}
278+#search-box .top {
279+ width: 593px;
280+ height: 25px;
281+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
282+ background-position: -10px -10px;
283+ margin: 0;
284+ padding: 0;
285+ }
286+
287+#search-box .center {
288+ width: 595px;
289+ margin: 0;
290+ padding: 0;
291+ margin-right: -2px;
292+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
293+ }
294+
295+#search-box .center h1 {
296+ margin: 0;
297+ padding: 0;
298+ }
299+
300+#search-box .center .padding {
301+ padding-right: 44px;
302+ padding-left: 44px;
303+ }
304+
305+#search-box .center h1.logo a {
306+ font-size: 1px;
307+ display: block;
308+ text-indent: -9999px;
309+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
310+ background-position: -10px -605px;
311+ margin: 0;
312+ padding: 0;
313+ height: 75px;
314+ width: 180px;
315+ margin-bottom: 15px;
316+ position: relative;
317+ }
318+
319+#search-box .center input {
320+ width: 384px;
321+ height: 25px;
322+ font-size: 18px;
323+ padding-left: 5px;
324+ padding-right: 5px;
325+ }
326+
327+#search-box .center button {
328+ font-size: 18px;
329+ padding: 2px;
330+ }
331+
332+#search-box .bottom {
333+ width: 593px;
334+ height: 98px;
335+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
336+ background-position: -10px -133px;
337+ }
338+#external-links {
339+ overflow: auto;
340+ width: 605px;
341+ text-align: center;
342+ padding-top: 20px;
343+ padding-left: 10px;
344+ padding-right: 10px;
345+}
346+.bottom-links {
347+ height: 30px;
348+ text-align: left;
349+ padding-top: 8px;
350+ display: inline-block;
351+ background: blue;
352+ margin-right: 20px;
353+}
354+.bottom-links a {
355+ text-decoration: none;
356+ color: gray;
357+ padding: 10px 0 10px 40px;
358+}
359+.bottom-links a:hover {
360+ color: #e24912;
361+}
362+#help-link {
363+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
364+ background-position: -10px -450px;
365+}
366+#help-link:hover {
367+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
368+ background-position: -10px -490px;
369+}
370+#shop-link {
371+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
372+ background-position: -10px -365px;
373+}
374+#shop-link:hover {
375+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
376+ background-position: -10px -407px;
377+}
378+#community-link {
379+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
380+ background-position: -10px -530px;
381+}
382+#community-link:hover {
383+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
384+ background-position: -10px -570px;
385+}
386+</style>
387+</head>
388+<body>
389+ <div id="search-box">
390+ <div id="ubuntu-branding"></div>
391+ <div class="top"></div>
392+ <div class="center">
393+ <div class="padding">
394+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
395+ <form method="get" action="http://baidu.com/s" name="f">
396+ <input type="hidden" name="cl" value="3" />
397+ <input type="hidden" name="tn" value="ubuntuu_cb" />
398+ <input name="wd" value="" id="kw" />
399+ <button>ابحث</button>
400+ </form>
401+ </div>
402+ </div>
403+ <div class="bottom"></div>
404+ <div id="external-links">
405+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">مساعدة أوبونتو &gt;</a></div>
406+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">متجر أوبونتو &gt;</a></div>
407+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">مجتمع أوبونتو &gt;</a></div>
408+ </div>
409+ </div><!-- close search-box -->
410+<script type="text/javascript">
411+//<![CDATA[
412+focus_search();
413+//]]>
414+</script>
415+</body>
416+</html>
417
418=== added file 'www/10.04/Baidu/index.html.ast'
419--- www/10.04/Baidu/index.html.ast 1970-01-01 00:00:00 +0000
420+++ www/10.04/Baidu/index.html.ast 2010-06-23 21:43:22 +0000
421@@ -0,0 +1,197 @@
422+<!DOCTYPE html>
423+<html lang="ast" dir="ltr">
424+<head>
425+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
426+<title>Páxina d'entamu d'Ubuntu</title>
427+<script type="text/javascript">
428+//<![CDATA[
429+function focus_search() {
430+ sbi = document.getElementById('kw');
431+ sbi.focus();
432+ search_select(sbi);
433+}
434+function search_select(e) {
435+ if(e.value.length > 0) {
436+ e.select();
437+ }
438+ e.select();
439+}
440+//]]>
441+</script>
442+<style type="text/css">
443+body {
444+ background: white;
445+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
446+ font-size: 12px;
447+ line-height: 14px;
448+ margin: 0 auto;
449+ }
450+
451+ul#top-nav {
452+ margin-top: 5px;
453+ padding-bottom: 5px;
454+ border-bottom: 1px solid #eaeaea;
455+ }
456+
457+ul#top-nav li {
458+ display: inline;
459+ font-weight: bold;
460+ margin-right: 5px;
461+ }
462+
463+ul#top-nav li a {
464+ font-weight: normal;
465+ }
466+
467+#search-box {
468+ width: 595px;
469+ margin: 0 auto;
470+ margin-top: 63px;
471+ }
472+#search-box #ubuntu-branding {
473+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
474+ background-position: 0px -251px;
475+ background-color: #aea79f;
476+ height: 40px;
477+ -moz-border-radius: 0 0 5px 5px;
478+ -webkit-border-radius: 0 0 5px 5px;
479+}
480+#search-box .top {
481+ width: 593px;
482+ height: 25px;
483+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
484+ background-position: -10px -10px;
485+ margin: 0;
486+ padding: 0;
487+ }
488+
489+#search-box .center {
490+ width: 595px;
491+ margin: 0;
492+ padding: 0;
493+ margin-right: -2px;
494+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
495+ }
496+
497+#search-box .center h1 {
498+ margin: 0;
499+ padding: 0;
500+ }
501+
502+#search-box .center .padding {
503+ padding-right: 44px;
504+ padding-left: 44px;
505+ }
506+
507+#search-box .center h1.logo a {
508+ font-size: 1px;
509+ display: block;
510+ text-indent: -9999px;
511+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
512+ background-position: -10px -605px;
513+ margin: 0;
514+ padding: 0;
515+ height: 75px;
516+ width: 180px;
517+ margin-bottom: 15px;
518+ position: relative;
519+ }
520+
521+#search-box .center input {
522+ width: 384px;
523+ height: 25px;
524+ font-size: 18px;
525+ padding-left: 5px;
526+ padding-right: 5px;
527+ }
528+
529+#search-box .center button {
530+ font-size: 18px;
531+ padding: 2px;
532+ }
533+
534+#search-box .bottom {
535+ width: 593px;
536+ height: 98px;
537+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
538+ background-position: -10px -133px;
539+ }
540+#external-links {
541+ overflow: auto;
542+ width: 605px;
543+ text-align: center;
544+ padding-top: 20px;
545+ padding-left: 10px;
546+ padding-right: 10px;
547+}
548+.bottom-links {
549+ height: 30px;
550+ text-align: left;
551+ padding-top: 8px;
552+ display: inline-block;
553+ background: blue;
554+ margin-right: 20px;
555+}
556+.bottom-links a {
557+ text-decoration: none;
558+ color: gray;
559+ padding: 10px 0 10px 40px;
560+}
561+.bottom-links a:hover {
562+ color: #e24912;
563+}
564+#help-link {
565+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
566+ background-position: -10px -450px;
567+}
568+#help-link:hover {
569+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
570+ background-position: -10px -490px;
571+}
572+#shop-link {
573+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
574+ background-position: -10px -365px;
575+}
576+#shop-link:hover {
577+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
578+ background-position: -10px -407px;
579+}
580+#community-link {
581+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
582+ background-position: -10px -530px;
583+}
584+#community-link:hover {
585+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
586+ background-position: -10px -570px;
587+}
588+</style>
589+</head>
590+<body>
591+ <div id="search-box">
592+ <div id="ubuntu-branding"></div>
593+ <div class="top"></div>
594+ <div class="center">
595+ <div class="padding">
596+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
597+ <form method="get" action="http://baidu.com/s" name="f">
598+ <input type="hidden" name="cl" value="3" />
599+ <input type="hidden" name="tn" value="ubuntuu_cb" />
600+ <input name="wd" value="" id="kw" />
601+ <button>Guetar</button>
602+ </form>
603+ </div>
604+ </div>
605+ <div class="bottom"></div>
606+ <div id="external-links">
607+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Aida d'Ubuntu &gt;</a></div>
608+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Tienda d'Ubuntu &gt;</a></div>
609+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Comunidá d'Ubuntu &gt;</a></div>
610+ </div>
611+ </div><!-- close search-box -->
612+<script type="text/javascript">
613+//<![CDATA[
614+focus_search();
615+//]]>
616+</script>
617+</body>
618+</html>
619
620=== added file 'www/10.04/Baidu/index.html.bg'
621--- www/10.04/Baidu/index.html.bg 1970-01-01 00:00:00 +0000
622+++ www/10.04/Baidu/index.html.bg 2010-06-23 21:43:22 +0000
623@@ -0,0 +1,197 @@
624+<!DOCTYPE html>
625+<html lang="bg" dir="ltr">
626+<head>
627+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
628+<title>Начална страница на Убунту</title>
629+<script type="text/javascript">
630+//<![CDATA[
631+function focus_search() {
632+ sbi = document.getElementById('kw');
633+ sbi.focus();
634+ search_select(sbi);
635+}
636+function search_select(e) {
637+ if(e.value.length > 0) {
638+ e.select();
639+ }
640+ e.select();
641+}
642+//]]>
643+</script>
644+<style type="text/css">
645+body {
646+ background: white;
647+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
648+ font-size: 12px;
649+ line-height: 14px;
650+ margin: 0 auto;
651+ }
652+
653+ul#top-nav {
654+ margin-top: 5px;
655+ padding-bottom: 5px;
656+ border-bottom: 1px solid #eaeaea;
657+ }
658+
659+ul#top-nav li {
660+ display: inline;
661+ font-weight: bold;
662+ margin-right: 5px;
663+ }
664+
665+ul#top-nav li a {
666+ font-weight: normal;
667+ }
668+
669+#search-box {
670+ width: 595px;
671+ margin: 0 auto;
672+ margin-top: 63px;
673+ }
674+#search-box #ubuntu-branding {
675+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
676+ background-position: 0px -251px;
677+ background-color: #aea79f;
678+ height: 40px;
679+ -moz-border-radius: 0 0 5px 5px;
680+ -webkit-border-radius: 0 0 5px 5px;
681+}
682+#search-box .top {
683+ width: 593px;
684+ height: 25px;
685+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
686+ background-position: -10px -10px;
687+ margin: 0;
688+ padding: 0;
689+ }
690+
691+#search-box .center {
692+ width: 595px;
693+ margin: 0;
694+ padding: 0;
695+ margin-right: -2px;
696+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
697+ }
698+
699+#search-box .center h1 {
700+ margin: 0;
701+ padding: 0;
702+ }
703+
704+#search-box .center .padding {
705+ padding-right: 44px;
706+ padding-left: 44px;
707+ }
708+
709+#search-box .center h1.logo a {
710+ font-size: 1px;
711+ display: block;
712+ text-indent: -9999px;
713+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
714+ background-position: -10px -605px;
715+ margin: 0;
716+ padding: 0;
717+ height: 75px;
718+ width: 180px;
719+ margin-bottom: 15px;
720+ position: relative;
721+ }
722+
723+#search-box .center input {
724+ width: 384px;
725+ height: 25px;
726+ font-size: 18px;
727+ padding-left: 5px;
728+ padding-right: 5px;
729+ }
730+
731+#search-box .center button {
732+ font-size: 18px;
733+ padding: 2px;
734+ }
735+
736+#search-box .bottom {
737+ width: 593px;
738+ height: 98px;
739+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
740+ background-position: -10px -133px;
741+ }
742+#external-links {
743+ overflow: auto;
744+ width: 605px;
745+ text-align: center;
746+ padding-top: 20px;
747+ padding-left: 10px;
748+ padding-right: 10px;
749+}
750+.bottom-links {
751+ height: 30px;
752+ text-align: left;
753+ padding-top: 8px;
754+ display: inline-block;
755+ background: blue;
756+ margin-right: 20px;
757+}
758+.bottom-links a {
759+ text-decoration: none;
760+ color: gray;
761+ padding: 10px 0 10px 40px;
762+}
763+.bottom-links a:hover {
764+ color: #e24912;
765+}
766+#help-link {
767+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
768+ background-position: -10px -450px;
769+}
770+#help-link:hover {
771+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
772+ background-position: -10px -490px;
773+}
774+#shop-link {
775+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
776+ background-position: -10px -365px;
777+}
778+#shop-link:hover {
779+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
780+ background-position: -10px -407px;
781+}
782+#community-link {
783+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
784+ background-position: -10px -530px;
785+}
786+#community-link:hover {
787+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
788+ background-position: -10px -570px;
789+}
790+</style>
791+</head>
792+<body>
793+ <div id="search-box">
794+ <div id="ubuntu-branding"></div>
795+ <div class="top"></div>
796+ <div class="center">
797+ <div class="padding">
798+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
799+ <form method="get" action="http://baidu.com/s" name="f">
800+ <input type="hidden" name="cl" value="3" />
801+ <input type="hidden" name="tn" value="ubuntuu_cb" />
802+ <input name="wd" value="" id="kw" />
803+ <button>Търсене</button>
804+ </form>
805+ </div>
806+ </div>
807+ <div class="bottom"></div>
808+ <div id="external-links">
809+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Помощ за Убунту &gt;</a></div>
810+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Магазин на Убунту &gt;</a></div>
811+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Общество на Убунту &gt;</a></div>
812+ </div>
813+ </div><!-- close search-box -->
814+<script type="text/javascript">
815+//<![CDATA[
816+focus_search();
817+//]]>
818+</script>
819+</body>
820+</html>
821
822=== added file 'www/10.04/Baidu/index.html.bn'
823--- www/10.04/Baidu/index.html.bn 1970-01-01 00:00:00 +0000
824+++ www/10.04/Baidu/index.html.bn 2010-06-23 21:43:22 +0000
825@@ -0,0 +1,197 @@
826+<!DOCTYPE html>
827+<html lang="bn" dir="ltr">
828+<head>
829+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
830+<title>উবুন্টু আরম্ভ পাতা</title>
831+<script type="text/javascript">
832+//<![CDATA[
833+function focus_search() {
834+ sbi = document.getElementById('kw');
835+ sbi.focus();
836+ search_select(sbi);
837+}
838+function search_select(e) {
839+ if(e.value.length > 0) {
840+ e.select();
841+ }
842+ e.select();
843+}
844+//]]>
845+</script>
846+<style type="text/css">
847+body {
848+ background: white;
849+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
850+ font-size: 12px;
851+ line-height: 14px;
852+ margin: 0 auto;
853+ }
854+
855+ul#top-nav {
856+ margin-top: 5px;
857+ padding-bottom: 5px;
858+ border-bottom: 1px solid #eaeaea;
859+ }
860+
861+ul#top-nav li {
862+ display: inline;
863+ font-weight: bold;
864+ margin-right: 5px;
865+ }
866+
867+ul#top-nav li a {
868+ font-weight: normal;
869+ }
870+
871+#search-box {
872+ width: 595px;
873+ margin: 0 auto;
874+ margin-top: 63px;
875+ }
876+#search-box #ubuntu-branding {
877+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
878+ background-position: 0px -251px;
879+ background-color: #aea79f;
880+ height: 40px;
881+ -moz-border-radius: 0 0 5px 5px;
882+ -webkit-border-radius: 0 0 5px 5px;
883+}
884+#search-box .top {
885+ width: 593px;
886+ height: 25px;
887+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
888+ background-position: -10px -10px;
889+ margin: 0;
890+ padding: 0;
891+ }
892+
893+#search-box .center {
894+ width: 595px;
895+ margin: 0;
896+ padding: 0;
897+ margin-right: -2px;
898+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
899+ }
900+
901+#search-box .center h1 {
902+ margin: 0;
903+ padding: 0;
904+ }
905+
906+#search-box .center .padding {
907+ padding-right: 44px;
908+ padding-left: 44px;
909+ }
910+
911+#search-box .center h1.logo a {
912+ font-size: 1px;
913+ display: block;
914+ text-indent: -9999px;
915+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
916+ background-position: -10px -605px;
917+ margin: 0;
918+ padding: 0;
919+ height: 75px;
920+ width: 180px;
921+ margin-bottom: 15px;
922+ position: relative;
923+ }
924+
925+#search-box .center input {
926+ width: 384px;
927+ height: 25px;
928+ font-size: 18px;
929+ padding-left: 5px;
930+ padding-right: 5px;
931+ }
932+
933+#search-box .center button {
934+ font-size: 18px;
935+ padding: 2px;
936+ }
937+
938+#search-box .bottom {
939+ width: 593px;
940+ height: 98px;
941+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
942+ background-position: -10px -133px;
943+ }
944+#external-links {
945+ overflow: auto;
946+ width: 605px;
947+ text-align: center;
948+ padding-top: 20px;
949+ padding-left: 10px;
950+ padding-right: 10px;
951+}
952+.bottom-links {
953+ height: 30px;
954+ text-align: left;
955+ padding-top: 8px;
956+ display: inline-block;
957+ background: blue;
958+ margin-right: 20px;
959+}
960+.bottom-links a {
961+ text-decoration: none;
962+ color: gray;
963+ padding: 10px 0 10px 40px;
964+}
965+.bottom-links a:hover {
966+ color: #e24912;
967+}
968+#help-link {
969+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
970+ background-position: -10px -450px;
971+}
972+#help-link:hover {
973+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
974+ background-position: -10px -490px;
975+}
976+#shop-link {
977+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
978+ background-position: -10px -365px;
979+}
980+#shop-link:hover {
981+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
982+ background-position: -10px -407px;
983+}
984+#community-link {
985+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
986+ background-position: -10px -530px;
987+}
988+#community-link:hover {
989+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
990+ background-position: -10px -570px;
991+}
992+</style>
993+</head>
994+<body>
995+ <div id="search-box">
996+ <div id="ubuntu-branding"></div>
997+ <div class="top"></div>
998+ <div class="center">
999+ <div class="padding">
1000+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
1001+ <form method="get" action="http://baidu.com/s" name="f">
1002+ <input type="hidden" name="cl" value="3" />
1003+ <input type="hidden" name="tn" value="ubuntuu_cb" />
1004+ <input name="wd" value="" id="kw" />
1005+ <button>অনুসন্ধান</button>
1006+ </form>
1007+ </div>
1008+ </div>
1009+ <div class="bottom"></div>
1010+ <div id="external-links">
1011+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">উবুন্টু বিষয়ক সাহায্য &gt;</a></div>
1012+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">উবুন্টু দোকান &gt;</a></div>
1013+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">উবুন্টু সম্প্রদায় &gt;</a></div>
1014+ </div>
1015+ </div><!-- close search-box -->
1016+<script type="text/javascript">
1017+//<![CDATA[
1018+focus_search();
1019+//]]>
1020+</script>
1021+</body>
1022+</html>
1023
1024=== added file 'www/10.04/Baidu/index.html.ca'
1025--- www/10.04/Baidu/index.html.ca 1970-01-01 00:00:00 +0000
1026+++ www/10.04/Baidu/index.html.ca 2010-06-23 21:43:22 +0000
1027@@ -0,0 +1,197 @@
1028+<!DOCTYPE html>
1029+<html lang="ca" dir="ltr">
1030+<head>
1031+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1032+<title>Pàgina d'inici de l'Ubuntu</title>
1033+<script type="text/javascript">
1034+//<![CDATA[
1035+function focus_search() {
1036+ sbi = document.getElementById('kw');
1037+ sbi.focus();
1038+ search_select(sbi);
1039+}
1040+function search_select(e) {
1041+ if(e.value.length > 0) {
1042+ e.select();
1043+ }
1044+ e.select();
1045+}
1046+//]]>
1047+</script>
1048+<style type="text/css">
1049+body {
1050+ background: white;
1051+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
1052+ font-size: 12px;
1053+ line-height: 14px;
1054+ margin: 0 auto;
1055+ }
1056+
1057+ul#top-nav {
1058+ margin-top: 5px;
1059+ padding-bottom: 5px;
1060+ border-bottom: 1px solid #eaeaea;
1061+ }
1062+
1063+ul#top-nav li {
1064+ display: inline;
1065+ font-weight: bold;
1066+ margin-right: 5px;
1067+ }
1068+
1069+ul#top-nav li a {
1070+ font-weight: normal;
1071+ }
1072+
1073+#search-box {
1074+ width: 595px;
1075+ margin: 0 auto;
1076+ margin-top: 63px;
1077+ }
1078+#search-box #ubuntu-branding {
1079+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1080+ background-position: 0px -251px;
1081+ background-color: #aea79f;
1082+ height: 40px;
1083+ -moz-border-radius: 0 0 5px 5px;
1084+ -webkit-border-radius: 0 0 5px 5px;
1085+}
1086+#search-box .top {
1087+ width: 593px;
1088+ height: 25px;
1089+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1090+ background-position: -10px -10px;
1091+ margin: 0;
1092+ padding: 0;
1093+ }
1094+
1095+#search-box .center {
1096+ width: 595px;
1097+ margin: 0;
1098+ padding: 0;
1099+ margin-right: -2px;
1100+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
1101+ }
1102+
1103+#search-box .center h1 {
1104+ margin: 0;
1105+ padding: 0;
1106+ }
1107+
1108+#search-box .center .padding {
1109+ padding-right: 44px;
1110+ padding-left: 44px;
1111+ }
1112+
1113+#search-box .center h1.logo a {
1114+ font-size: 1px;
1115+ display: block;
1116+ text-indent: -9999px;
1117+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1118+ background-position: -10px -605px;
1119+ margin: 0;
1120+ padding: 0;
1121+ height: 75px;
1122+ width: 180px;
1123+ margin-bottom: 15px;
1124+ position: relative;
1125+ }
1126+
1127+#search-box .center input {
1128+ width: 384px;
1129+ height: 25px;
1130+ font-size: 18px;
1131+ padding-left: 5px;
1132+ padding-right: 5px;
1133+ }
1134+
1135+#search-box .center button {
1136+ font-size: 18px;
1137+ padding: 2px;
1138+ }
1139+
1140+#search-box .bottom {
1141+ width: 593px;
1142+ height: 98px;
1143+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1144+ background-position: -10px -133px;
1145+ }
1146+#external-links {
1147+ overflow: auto;
1148+ width: 605px;
1149+ text-align: center;
1150+ padding-top: 20px;
1151+ padding-left: 10px;
1152+ padding-right: 10px;
1153+}
1154+.bottom-links {
1155+ height: 30px;
1156+ text-align: left;
1157+ padding-top: 8px;
1158+ display: inline-block;
1159+ background: blue;
1160+ margin-right: 20px;
1161+}
1162+.bottom-links a {
1163+ text-decoration: none;
1164+ color: gray;
1165+ padding: 10px 0 10px 40px;
1166+}
1167+.bottom-links a:hover {
1168+ color: #e24912;
1169+}
1170+#help-link {
1171+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1172+ background-position: -10px -450px;
1173+}
1174+#help-link:hover {
1175+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1176+ background-position: -10px -490px;
1177+}
1178+#shop-link {
1179+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1180+ background-position: -10px -365px;
1181+}
1182+#shop-link:hover {
1183+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1184+ background-position: -10px -407px;
1185+}
1186+#community-link {
1187+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1188+ background-position: -10px -530px;
1189+}
1190+#community-link:hover {
1191+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1192+ background-position: -10px -570px;
1193+}
1194+</style>
1195+</head>
1196+<body>
1197+ <div id="search-box">
1198+ <div id="ubuntu-branding"></div>
1199+ <div class="top"></div>
1200+ <div class="center">
1201+ <div class="padding">
1202+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
1203+ <form method="get" action="http://baidu.com/s" name="f">
1204+ <input type="hidden" name="cl" value="3" />
1205+ <input type="hidden" name="tn" value="ubuntuu_cb" />
1206+ <input name="wd" value="" id="kw" />
1207+ <button>Cerca</button>
1208+ </form>
1209+ </div>
1210+ </div>
1211+ <div class="bottom"></div>
1212+ <div id="external-links">
1213+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Ajuda de l'Ubuntu &gt;</a></div>
1214+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Botiga de l'Ubuntu &gt;</a></div>
1215+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Comunitat de l'Ubuntu &gt;</a></div>
1216+ </div>
1217+ </div><!-- close search-box -->
1218+<script type="text/javascript">
1219+//<![CDATA[
1220+focus_search();
1221+//]]>
1222+</script>
1223+</body>
1224+</html>
1225
1226=== added file 'www/10.04/Baidu/index.html.crh'
1227--- www/10.04/Baidu/index.html.crh 1970-01-01 00:00:00 +0000
1228+++ www/10.04/Baidu/index.html.crh 2010-06-23 21:43:22 +0000
1229@@ -0,0 +1,197 @@
1230+<!DOCTYPE html>
1231+<html lang="crh" dir="ltr">
1232+<head>
1233+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1234+<title>Ubuntu Başlanğıç Saifesi</title>
1235+<script type="text/javascript">
1236+//<![CDATA[
1237+function focus_search() {
1238+ sbi = document.getElementById('kw');
1239+ sbi.focus();
1240+ search_select(sbi);
1241+}
1242+function search_select(e) {
1243+ if(e.value.length > 0) {
1244+ e.select();
1245+ }
1246+ e.select();
1247+}
1248+//]]>
1249+</script>
1250+<style type="text/css">
1251+body {
1252+ background: white;
1253+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
1254+ font-size: 12px;
1255+ line-height: 14px;
1256+ margin: 0 auto;
1257+ }
1258+
1259+ul#top-nav {
1260+ margin-top: 5px;
1261+ padding-bottom: 5px;
1262+ border-bottom: 1px solid #eaeaea;
1263+ }
1264+
1265+ul#top-nav li {
1266+ display: inline;
1267+ font-weight: bold;
1268+ margin-right: 5px;
1269+ }
1270+
1271+ul#top-nav li a {
1272+ font-weight: normal;
1273+ }
1274+
1275+#search-box {
1276+ width: 595px;
1277+ margin: 0 auto;
1278+ margin-top: 63px;
1279+ }
1280+#search-box #ubuntu-branding {
1281+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1282+ background-position: 0px -251px;
1283+ background-color: #aea79f;
1284+ height: 40px;
1285+ -moz-border-radius: 0 0 5px 5px;
1286+ -webkit-border-radius: 0 0 5px 5px;
1287+}
1288+#search-box .top {
1289+ width: 593px;
1290+ height: 25px;
1291+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1292+ background-position: -10px -10px;
1293+ margin: 0;
1294+ padding: 0;
1295+ }
1296+
1297+#search-box .center {
1298+ width: 595px;
1299+ margin: 0;
1300+ padding: 0;
1301+ margin-right: -2px;
1302+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
1303+ }
1304+
1305+#search-box .center h1 {
1306+ margin: 0;
1307+ padding: 0;
1308+ }
1309+
1310+#search-box .center .padding {
1311+ padding-right: 44px;
1312+ padding-left: 44px;
1313+ }
1314+
1315+#search-box .center h1.logo a {
1316+ font-size: 1px;
1317+ display: block;
1318+ text-indent: -9999px;
1319+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1320+ background-position: -10px -605px;
1321+ margin: 0;
1322+ padding: 0;
1323+ height: 75px;
1324+ width: 180px;
1325+ margin-bottom: 15px;
1326+ position: relative;
1327+ }
1328+
1329+#search-box .center input {
1330+ width: 384px;
1331+ height: 25px;
1332+ font-size: 18px;
1333+ padding-left: 5px;
1334+ padding-right: 5px;
1335+ }
1336+
1337+#search-box .center button {
1338+ font-size: 18px;
1339+ padding: 2px;
1340+ }
1341+
1342+#search-box .bottom {
1343+ width: 593px;
1344+ height: 98px;
1345+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1346+ background-position: -10px -133px;
1347+ }
1348+#external-links {
1349+ overflow: auto;
1350+ width: 605px;
1351+ text-align: center;
1352+ padding-top: 20px;
1353+ padding-left: 10px;
1354+ padding-right: 10px;
1355+}
1356+.bottom-links {
1357+ height: 30px;
1358+ text-align: left;
1359+ padding-top: 8px;
1360+ display: inline-block;
1361+ background: blue;
1362+ margin-right: 20px;
1363+}
1364+.bottom-links a {
1365+ text-decoration: none;
1366+ color: gray;
1367+ padding: 10px 0 10px 40px;
1368+}
1369+.bottom-links a:hover {
1370+ color: #e24912;
1371+}
1372+#help-link {
1373+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1374+ background-position: -10px -450px;
1375+}
1376+#help-link:hover {
1377+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1378+ background-position: -10px -490px;
1379+}
1380+#shop-link {
1381+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1382+ background-position: -10px -365px;
1383+}
1384+#shop-link:hover {
1385+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1386+ background-position: -10px -407px;
1387+}
1388+#community-link {
1389+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1390+ background-position: -10px -530px;
1391+}
1392+#community-link:hover {
1393+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1394+ background-position: -10px -570px;
1395+}
1396+</style>
1397+</head>
1398+<body>
1399+ <div id="search-box">
1400+ <div id="ubuntu-branding"></div>
1401+ <div class="top"></div>
1402+ <div class="center">
1403+ <div class="padding">
1404+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
1405+ <form method="get" action="http://baidu.com/s" name="f">
1406+ <input type="hidden" name="cl" value="3" />
1407+ <input type="hidden" name="tn" value="ubuntuu_cb" />
1408+ <input name="wd" value="" id="kw" />
1409+ <button>Qıdır</button>
1410+ </form>
1411+ </div>
1412+ </div>
1413+ <div class="bottom"></div>
1414+ <div id="external-links">
1415+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Ubuntu yardım &gt;</a></div>
1416+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Ubuntu tükânı &gt;</a></div>
1417+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Ubuntu toplulığı &gt;</a></div>
1418+ </div>
1419+ </div><!-- close search-box -->
1420+<script type="text/javascript">
1421+//<![CDATA[
1422+focus_search();
1423+//]]>
1424+</script>
1425+</body>
1426+</html>
1427
1428=== added file 'www/10.04/Baidu/index.html.cy'
1429--- www/10.04/Baidu/index.html.cy 1970-01-01 00:00:00 +0000
1430+++ www/10.04/Baidu/index.html.cy 2010-06-23 21:43:22 +0000
1431@@ -0,0 +1,197 @@
1432+<!DOCTYPE html>
1433+<html lang="cy" dir="ltr">
1434+<head>
1435+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1436+<title>Tudalen Dechrau Ubuntu</title>
1437+<script type="text/javascript">
1438+//<![CDATA[
1439+function focus_search() {
1440+ sbi = document.getElementById('kw');
1441+ sbi.focus();
1442+ search_select(sbi);
1443+}
1444+function search_select(e) {
1445+ if(e.value.length > 0) {
1446+ e.select();
1447+ }
1448+ e.select();
1449+}
1450+//]]>
1451+</script>
1452+<style type="text/css">
1453+body {
1454+ background: white;
1455+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
1456+ font-size: 12px;
1457+ line-height: 14px;
1458+ margin: 0 auto;
1459+ }
1460+
1461+ul#top-nav {
1462+ margin-top: 5px;
1463+ padding-bottom: 5px;
1464+ border-bottom: 1px solid #eaeaea;
1465+ }
1466+
1467+ul#top-nav li {
1468+ display: inline;
1469+ font-weight: bold;
1470+ margin-right: 5px;
1471+ }
1472+
1473+ul#top-nav li a {
1474+ font-weight: normal;
1475+ }
1476+
1477+#search-box {
1478+ width: 595px;
1479+ margin: 0 auto;
1480+ margin-top: 63px;
1481+ }
1482+#search-box #ubuntu-branding {
1483+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1484+ background-position: 0px -251px;
1485+ background-color: #aea79f;
1486+ height: 40px;
1487+ -moz-border-radius: 0 0 5px 5px;
1488+ -webkit-border-radius: 0 0 5px 5px;
1489+}
1490+#search-box .top {
1491+ width: 593px;
1492+ height: 25px;
1493+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1494+ background-position: -10px -10px;
1495+ margin: 0;
1496+ padding: 0;
1497+ }
1498+
1499+#search-box .center {
1500+ width: 595px;
1501+ margin: 0;
1502+ padding: 0;
1503+ margin-right: -2px;
1504+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
1505+ }
1506+
1507+#search-box .center h1 {
1508+ margin: 0;
1509+ padding: 0;
1510+ }
1511+
1512+#search-box .center .padding {
1513+ padding-right: 44px;
1514+ padding-left: 44px;
1515+ }
1516+
1517+#search-box .center h1.logo a {
1518+ font-size: 1px;
1519+ display: block;
1520+ text-indent: -9999px;
1521+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1522+ background-position: -10px -605px;
1523+ margin: 0;
1524+ padding: 0;
1525+ height: 75px;
1526+ width: 180px;
1527+ margin-bottom: 15px;
1528+ position: relative;
1529+ }
1530+
1531+#search-box .center input {
1532+ width: 384px;
1533+ height: 25px;
1534+ font-size: 18px;
1535+ padding-left: 5px;
1536+ padding-right: 5px;
1537+ }
1538+
1539+#search-box .center button {
1540+ font-size: 18px;
1541+ padding: 2px;
1542+ }
1543+
1544+#search-box .bottom {
1545+ width: 593px;
1546+ height: 98px;
1547+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1548+ background-position: -10px -133px;
1549+ }
1550+#external-links {
1551+ overflow: auto;
1552+ width: 605px;
1553+ text-align: center;
1554+ padding-top: 20px;
1555+ padding-left: 10px;
1556+ padding-right: 10px;
1557+}
1558+.bottom-links {
1559+ height: 30px;
1560+ text-align: left;
1561+ padding-top: 8px;
1562+ display: inline-block;
1563+ background: blue;
1564+ margin-right: 20px;
1565+}
1566+.bottom-links a {
1567+ text-decoration: none;
1568+ color: gray;
1569+ padding: 10px 0 10px 40px;
1570+}
1571+.bottom-links a:hover {
1572+ color: #e24912;
1573+}
1574+#help-link {
1575+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1576+ background-position: -10px -450px;
1577+}
1578+#help-link:hover {
1579+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1580+ background-position: -10px -490px;
1581+}
1582+#shop-link {
1583+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1584+ background-position: -10px -365px;
1585+}
1586+#shop-link:hover {
1587+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1588+ background-position: -10px -407px;
1589+}
1590+#community-link {
1591+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1592+ background-position: -10px -530px;
1593+}
1594+#community-link:hover {
1595+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1596+ background-position: -10px -570px;
1597+}
1598+</style>
1599+</head>
1600+<body>
1601+ <div id="search-box">
1602+ <div id="ubuntu-branding"></div>
1603+ <div class="top"></div>
1604+ <div class="center">
1605+ <div class="padding">
1606+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
1607+ <form method="get" action="http://baidu.com/s" name="f">
1608+ <input type="hidden" name="cl" value="3" />
1609+ <input type="hidden" name="tn" value="ubuntuu_cb" />
1610+ <input name="wd" value="" id="kw" />
1611+ <button>Chwilio</button>
1612+ </form>
1613+ </div>
1614+ </div>
1615+ <div class="bottom"></div>
1616+ <div id="external-links">
1617+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Cymorth Ubuntu &gt;</a></div>
1618+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Siôp Ubuntu &gt;</a></div>
1619+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Cymdeithas Ubuntu &gt;</a></div>
1620+ </div>
1621+ </div><!-- close search-box -->
1622+<script type="text/javascript">
1623+//<![CDATA[
1624+focus_search();
1625+//]]>
1626+</script>
1627+</body>
1628+</html>
1629
1630=== added file 'www/10.04/Baidu/index.html.da'
1631--- www/10.04/Baidu/index.html.da 1970-01-01 00:00:00 +0000
1632+++ www/10.04/Baidu/index.html.da 2010-06-23 21:43:22 +0000
1633@@ -0,0 +1,197 @@
1634+<!DOCTYPE html>
1635+<html lang="da" dir="ltr">
1636+<head>
1637+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1638+<title>Ubuntu - Startside</title>
1639+<script type="text/javascript">
1640+//<![CDATA[
1641+function focus_search() {
1642+ sbi = document.getElementById('kw');
1643+ sbi.focus();
1644+ search_select(sbi);
1645+}
1646+function search_select(e) {
1647+ if(e.value.length > 0) {
1648+ e.select();
1649+ }
1650+ e.select();
1651+}
1652+//]]>
1653+</script>
1654+<style type="text/css">
1655+body {
1656+ background: white;
1657+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
1658+ font-size: 12px;
1659+ line-height: 14px;
1660+ margin: 0 auto;
1661+ }
1662+
1663+ul#top-nav {
1664+ margin-top: 5px;
1665+ padding-bottom: 5px;
1666+ border-bottom: 1px solid #eaeaea;
1667+ }
1668+
1669+ul#top-nav li {
1670+ display: inline;
1671+ font-weight: bold;
1672+ margin-right: 5px;
1673+ }
1674+
1675+ul#top-nav li a {
1676+ font-weight: normal;
1677+ }
1678+
1679+#search-box {
1680+ width: 595px;
1681+ margin: 0 auto;
1682+ margin-top: 63px;
1683+ }
1684+#search-box #ubuntu-branding {
1685+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1686+ background-position: 0px -251px;
1687+ background-color: #aea79f;
1688+ height: 40px;
1689+ -moz-border-radius: 0 0 5px 5px;
1690+ -webkit-border-radius: 0 0 5px 5px;
1691+}
1692+#search-box .top {
1693+ width: 593px;
1694+ height: 25px;
1695+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1696+ background-position: -10px -10px;
1697+ margin: 0;
1698+ padding: 0;
1699+ }
1700+
1701+#search-box .center {
1702+ width: 595px;
1703+ margin: 0;
1704+ padding: 0;
1705+ margin-right: -2px;
1706+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
1707+ }
1708+
1709+#search-box .center h1 {
1710+ margin: 0;
1711+ padding: 0;
1712+ }
1713+
1714+#search-box .center .padding {
1715+ padding-right: 44px;
1716+ padding-left: 44px;
1717+ }
1718+
1719+#search-box .center h1.logo a {
1720+ font-size: 1px;
1721+ display: block;
1722+ text-indent: -9999px;
1723+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1724+ background-position: -10px -605px;
1725+ margin: 0;
1726+ padding: 0;
1727+ height: 75px;
1728+ width: 180px;
1729+ margin-bottom: 15px;
1730+ position: relative;
1731+ }
1732+
1733+#search-box .center input {
1734+ width: 384px;
1735+ height: 25px;
1736+ font-size: 18px;
1737+ padding-left: 5px;
1738+ padding-right: 5px;
1739+ }
1740+
1741+#search-box .center button {
1742+ font-size: 18px;
1743+ padding: 2px;
1744+ }
1745+
1746+#search-box .bottom {
1747+ width: 593px;
1748+ height: 98px;
1749+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1750+ background-position: -10px -133px;
1751+ }
1752+#external-links {
1753+ overflow: auto;
1754+ width: 605px;
1755+ text-align: center;
1756+ padding-top: 20px;
1757+ padding-left: 10px;
1758+ padding-right: 10px;
1759+}
1760+.bottom-links {
1761+ height: 30px;
1762+ text-align: left;
1763+ padding-top: 8px;
1764+ display: inline-block;
1765+ background: blue;
1766+ margin-right: 20px;
1767+}
1768+.bottom-links a {
1769+ text-decoration: none;
1770+ color: gray;
1771+ padding: 10px 0 10px 40px;
1772+}
1773+.bottom-links a:hover {
1774+ color: #e24912;
1775+}
1776+#help-link {
1777+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1778+ background-position: -10px -450px;
1779+}
1780+#help-link:hover {
1781+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1782+ background-position: -10px -490px;
1783+}
1784+#shop-link {
1785+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1786+ background-position: -10px -365px;
1787+}
1788+#shop-link:hover {
1789+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1790+ background-position: -10px -407px;
1791+}
1792+#community-link {
1793+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1794+ background-position: -10px -530px;
1795+}
1796+#community-link:hover {
1797+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1798+ background-position: -10px -570px;
1799+}
1800+</style>
1801+</head>
1802+<body>
1803+ <div id="search-box">
1804+ <div id="ubuntu-branding"></div>
1805+ <div class="top"></div>
1806+ <div class="center">
1807+ <div class="padding">
1808+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
1809+ <form method="get" action="http://baidu.com/s" name="f">
1810+ <input type="hidden" name="cl" value="3" />
1811+ <input type="hidden" name="tn" value="ubuntuu_cb" />
1812+ <input name="wd" value="" id="kw" />
1813+ <button>Søg</button>
1814+ </form>
1815+ </div>
1816+ </div>
1817+ <div class="bottom"></div>
1818+ <div id="external-links">
1819+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Hjælp til Ubuntu &gt;</a></div>
1820+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Ubuntu-butikken &gt;</a></div>
1821+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Ubuntu-fællesskabet &gt;</a></div>
1822+ </div>
1823+ </div><!-- close search-box -->
1824+<script type="text/javascript">
1825+//<![CDATA[
1826+focus_search();
1827+//]]>
1828+</script>
1829+</body>
1830+</html>
1831
1832=== added file 'www/10.04/Baidu/index.html.de'
1833--- www/10.04/Baidu/index.html.de 1970-01-01 00:00:00 +0000
1834+++ www/10.04/Baidu/index.html.de 2010-06-23 21:43:22 +0000
1835@@ -0,0 +1,197 @@
1836+<!DOCTYPE html>
1837+<html lang="de" dir="ltr">
1838+<head>
1839+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
1840+<title>Ubuntu-Startseite</title>
1841+<script type="text/javascript">
1842+//<![CDATA[
1843+function focus_search() {
1844+ sbi = document.getElementById('kw');
1845+ sbi.focus();
1846+ search_select(sbi);
1847+}
1848+function search_select(e) {
1849+ if(e.value.length > 0) {
1850+ e.select();
1851+ }
1852+ e.select();
1853+}
1854+//]]>
1855+</script>
1856+<style type="text/css">
1857+body {
1858+ background: white;
1859+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
1860+ font-size: 12px;
1861+ line-height: 14px;
1862+ margin: 0 auto;
1863+ }
1864+
1865+ul#top-nav {
1866+ margin-top: 5px;
1867+ padding-bottom: 5px;
1868+ border-bottom: 1px solid #eaeaea;
1869+ }
1870+
1871+ul#top-nav li {
1872+ display: inline;
1873+ font-weight: bold;
1874+ margin-right: 5px;
1875+ }
1876+
1877+ul#top-nav li a {
1878+ font-weight: normal;
1879+ }
1880+
1881+#search-box {
1882+ width: 595px;
1883+ margin: 0 auto;
1884+ margin-top: 63px;
1885+ }
1886+#search-box #ubuntu-branding {
1887+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1888+ background-position: 0px -251px;
1889+ background-color: #aea79f;
1890+ height: 40px;
1891+ -moz-border-radius: 0 0 5px 5px;
1892+ -webkit-border-radius: 0 0 5px 5px;
1893+}
1894+#search-box .top {
1895+ width: 593px;
1896+ height: 25px;
1897+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1898+ background-position: -10px -10px;
1899+ margin: 0;
1900+ padding: 0;
1901+ }
1902+
1903+#search-box .center {
1904+ width: 595px;
1905+ margin: 0;
1906+ padding: 0;
1907+ margin-right: -2px;
1908+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
1909+ }
1910+
1911+#search-box .center h1 {
1912+ margin: 0;
1913+ padding: 0;
1914+ }
1915+
1916+#search-box .center .padding {
1917+ padding-right: 44px;
1918+ padding-left: 44px;
1919+ }
1920+
1921+#search-box .center h1.logo a {
1922+ font-size: 1px;
1923+ display: block;
1924+ text-indent: -9999px;
1925+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1926+ background-position: -10px -605px;
1927+ margin: 0;
1928+ padding: 0;
1929+ height: 75px;
1930+ width: 180px;
1931+ margin-bottom: 15px;
1932+ position: relative;
1933+ }
1934+
1935+#search-box .center input {
1936+ width: 384px;
1937+ height: 25px;
1938+ font-size: 18px;
1939+ padding-left: 5px;
1940+ padding-right: 5px;
1941+ }
1942+
1943+#search-box .center button {
1944+ font-size: 18px;
1945+ padding: 2px;
1946+ }
1947+
1948+#search-box .bottom {
1949+ width: 593px;
1950+ height: 98px;
1951+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1952+ background-position: -10px -133px;
1953+ }
1954+#external-links {
1955+ overflow: auto;
1956+ width: 605px;
1957+ text-align: center;
1958+ padding-top: 20px;
1959+ padding-left: 10px;
1960+ padding-right: 10px;
1961+}
1962+.bottom-links {
1963+ height: 30px;
1964+ text-align: left;
1965+ padding-top: 8px;
1966+ display: inline-block;
1967+ background: blue;
1968+ margin-right: 20px;
1969+}
1970+.bottom-links a {
1971+ text-decoration: none;
1972+ color: gray;
1973+ padding: 10px 0 10px 40px;
1974+}
1975+.bottom-links a:hover {
1976+ color: #e24912;
1977+}
1978+#help-link {
1979+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1980+ background-position: -10px -450px;
1981+}
1982+#help-link:hover {
1983+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1984+ background-position: -10px -490px;
1985+}
1986+#shop-link {
1987+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1988+ background-position: -10px -365px;
1989+}
1990+#shop-link:hover {
1991+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1992+ background-position: -10px -407px;
1993+}
1994+#community-link {
1995+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
1996+ background-position: -10px -530px;
1997+}
1998+#community-link:hover {
1999+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2000+ background-position: -10px -570px;
2001+}
2002+</style>
2003+</head>
2004+<body>
2005+ <div id="search-box">
2006+ <div id="ubuntu-branding"></div>
2007+ <div class="top"></div>
2008+ <div class="center">
2009+ <div class="padding">
2010+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
2011+ <form method="get" action="http://baidu.com/s" name="f">
2012+ <input type="hidden" name="cl" value="3" />
2013+ <input type="hidden" name="tn" value="ubuntuu_cb" />
2014+ <input name="wd" value="" id="kw" />
2015+ <button>Suche</button>
2016+ </form>
2017+ </div>
2018+ </div>
2019+ <div class="bottom"></div>
2020+ <div id="external-links">
2021+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Ubuntu-Hilfe &gt;</a></div>
2022+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Ubuntu-Shop &gt;</a></div>
2023+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Ubuntu-Community &gt;</a></div>
2024+ </div>
2025+ </div><!-- close search-box -->
2026+<script type="text/javascript">
2027+//<![CDATA[
2028+focus_search();
2029+//]]>
2030+</script>
2031+</body>
2032+</html>
2033
2034=== added file 'www/10.04/Baidu/index.html.el'
2035--- www/10.04/Baidu/index.html.el 1970-01-01 00:00:00 +0000
2036+++ www/10.04/Baidu/index.html.el 2010-06-23 21:43:22 +0000
2037@@ -0,0 +1,197 @@
2038+<!DOCTYPE html>
2039+<html lang="el" dir="ltr">
2040+<head>
2041+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
2042+<title>Αρχική σελίδα του Ubuntu</title>
2043+<script type="text/javascript">
2044+//<![CDATA[
2045+function focus_search() {
2046+ sbi = document.getElementById('kw');
2047+ sbi.focus();
2048+ search_select(sbi);
2049+}
2050+function search_select(e) {
2051+ if(e.value.length > 0) {
2052+ e.select();
2053+ }
2054+ e.select();
2055+}
2056+//]]>
2057+</script>
2058+<style type="text/css">
2059+body {
2060+ background: white;
2061+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
2062+ font-size: 12px;
2063+ line-height: 14px;
2064+ margin: 0 auto;
2065+ }
2066+
2067+ul#top-nav {
2068+ margin-top: 5px;
2069+ padding-bottom: 5px;
2070+ border-bottom: 1px solid #eaeaea;
2071+ }
2072+
2073+ul#top-nav li {
2074+ display: inline;
2075+ font-weight: bold;
2076+ margin-right: 5px;
2077+ }
2078+
2079+ul#top-nav li a {
2080+ font-weight: normal;
2081+ }
2082+
2083+#search-box {
2084+ width: 595px;
2085+ margin: 0 auto;
2086+ margin-top: 63px;
2087+ }
2088+#search-box #ubuntu-branding {
2089+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2090+ background-position: 0px -251px;
2091+ background-color: #aea79f;
2092+ height: 40px;
2093+ -moz-border-radius: 0 0 5px 5px;
2094+ -webkit-border-radius: 0 0 5px 5px;
2095+}
2096+#search-box .top {
2097+ width: 593px;
2098+ height: 25px;
2099+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2100+ background-position: -10px -10px;
2101+ margin: 0;
2102+ padding: 0;
2103+ }
2104+
2105+#search-box .center {
2106+ width: 595px;
2107+ margin: 0;
2108+ padding: 0;
2109+ margin-right: -2px;
2110+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
2111+ }
2112+
2113+#search-box .center h1 {
2114+ margin: 0;
2115+ padding: 0;
2116+ }
2117+
2118+#search-box .center .padding {
2119+ padding-right: 44px;
2120+ padding-left: 44px;
2121+ }
2122+
2123+#search-box .center h1.logo a {
2124+ font-size: 1px;
2125+ display: block;
2126+ text-indent: -9999px;
2127+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2128+ background-position: -10px -605px;
2129+ margin: 0;
2130+ padding: 0;
2131+ height: 75px;
2132+ width: 180px;
2133+ margin-bottom: 15px;
2134+ position: relative;
2135+ }
2136+
2137+#search-box .center input {
2138+ width: 384px;
2139+ height: 25px;
2140+ font-size: 18px;
2141+ padding-left: 5px;
2142+ padding-right: 5px;
2143+ }
2144+
2145+#search-box .center button {
2146+ font-size: 18px;
2147+ padding: 2px;
2148+ }
2149+
2150+#search-box .bottom {
2151+ width: 593px;
2152+ height: 98px;
2153+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2154+ background-position: -10px -133px;
2155+ }
2156+#external-links {
2157+ overflow: auto;
2158+ width: 605px;
2159+ text-align: center;
2160+ padding-top: 20px;
2161+ padding-left: 10px;
2162+ padding-right: 10px;
2163+}
2164+.bottom-links {
2165+ height: 30px;
2166+ text-align: left;
2167+ padding-top: 8px;
2168+ display: inline-block;
2169+ background: blue;
2170+ margin-right: 20px;
2171+}
2172+.bottom-links a {
2173+ text-decoration: none;
2174+ color: gray;
2175+ padding: 10px 0 10px 40px;
2176+}
2177+.bottom-links a:hover {
2178+ color: #e24912;
2179+}
2180+#help-link {
2181+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2182+ background-position: -10px -450px;
2183+}
2184+#help-link:hover {
2185+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2186+ background-position: -10px -490px;
2187+}
2188+#shop-link {
2189+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2190+ background-position: -10px -365px;
2191+}
2192+#shop-link:hover {
2193+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2194+ background-position: -10px -407px;
2195+}
2196+#community-link {
2197+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2198+ background-position: -10px -530px;
2199+}
2200+#community-link:hover {
2201+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2202+ background-position: -10px -570px;
2203+}
2204+</style>
2205+</head>
2206+<body>
2207+ <div id="search-box">
2208+ <div id="ubuntu-branding"></div>
2209+ <div class="top"></div>
2210+ <div class="center">
2211+ <div class="padding">
2212+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
2213+ <form method="get" action="http://baidu.com/s" name="f">
2214+ <input type="hidden" name="cl" value="3" />
2215+ <input type="hidden" name="tn" value="ubuntuu_cb" />
2216+ <input name="wd" value="" id="kw" />
2217+ <button>Αναζήτηση</button>
2218+ </form>
2219+ </div>
2220+ </div>
2221+ <div class="bottom"></div>
2222+ <div id="external-links">
2223+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Βοήθεια σχετικά με το Ubuntu &gt;</a></div>
2224+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Κατάστημα Ubuntu &gt;</a></div>
2225+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Η κοινότητα του Ubuntu &gt;</a></div>
2226+ </div>
2227+ </div><!-- close search-box -->
2228+<script type="text/javascript">
2229+//<![CDATA[
2230+focus_search();
2231+//]]>
2232+</script>
2233+</body>
2234+</html>
2235
2236=== added file 'www/10.04/Baidu/index.html.en'
2237--- www/10.04/Baidu/index.html.en 1970-01-01 00:00:00 +0000
2238+++ www/10.04/Baidu/index.html.en 2010-06-23 21:43:22 +0000
2239@@ -0,0 +1,197 @@
2240+<!DOCTYPE html>
2241+<html lang="en" dir="ltr">
2242+<head>
2243+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
2244+<title>Ubuntu Start Page</title>
2245+<script type="text/javascript">
2246+//<![CDATA[
2247+function focus_search() {
2248+ sbi = document.getElementById('kw');
2249+ sbi.focus();
2250+ search_select(sbi);
2251+}
2252+function search_select(e) {
2253+ if(e.value.length > 0) {
2254+ e.select();
2255+ }
2256+ e.select();
2257+}
2258+//]]>
2259+</script>
2260+<style type="text/css">
2261+body {
2262+ background: white;
2263+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
2264+ font-size: 12px;
2265+ line-height: 14px;
2266+ margin: 0 auto;
2267+ }
2268+
2269+ul#top-nav {
2270+ margin-top: 5px;
2271+ padding-bottom: 5px;
2272+ border-bottom: 1px solid #eaeaea;
2273+ }
2274+
2275+ul#top-nav li {
2276+ display: inline;
2277+ font-weight: bold;
2278+ margin-right: 5px;
2279+ }
2280+
2281+ul#top-nav li a {
2282+ font-weight: normal;
2283+ }
2284+
2285+#search-box {
2286+ width: 595px;
2287+ margin: 0 auto;
2288+ margin-top: 63px;
2289+ }
2290+#search-box #ubuntu-branding {
2291+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2292+ background-position: 0px -251px;
2293+ background-color: #aea79f;
2294+ height: 40px;
2295+ -moz-border-radius: 0 0 5px 5px;
2296+ -webkit-border-radius: 0 0 5px 5px;
2297+}
2298+#search-box .top {
2299+ width: 593px;
2300+ height: 25px;
2301+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2302+ background-position: -10px -10px;
2303+ margin: 0;
2304+ padding: 0;
2305+ }
2306+
2307+#search-box .center {
2308+ width: 595px;
2309+ margin: 0;
2310+ padding: 0;
2311+ margin-right: -2px;
2312+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
2313+ }
2314+
2315+#search-box .center h1 {
2316+ margin: 0;
2317+ padding: 0;
2318+ }
2319+
2320+#search-box .center .padding {
2321+ padding-right: 44px;
2322+ padding-left: 44px;
2323+ }
2324+
2325+#search-box .center h1.logo a {
2326+ font-size: 1px;
2327+ display: block;
2328+ text-indent: -9999px;
2329+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2330+ background-position: -10px -605px;
2331+ margin: 0;
2332+ padding: 0;
2333+ height: 75px;
2334+ width: 180px;
2335+ margin-bottom: 15px;
2336+ position: relative;
2337+ }
2338+
2339+#search-box .center input {
2340+ width: 384px;
2341+ height: 25px;
2342+ font-size: 18px;
2343+ padding-left: 5px;
2344+ padding-right: 5px;
2345+ }
2346+
2347+#search-box .center button {
2348+ font-size: 18px;
2349+ padding: 2px;
2350+ }
2351+
2352+#search-box .bottom {
2353+ width: 593px;
2354+ height: 98px;
2355+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2356+ background-position: -10px -133px;
2357+ }
2358+#external-links {
2359+ overflow: auto;
2360+ width: 605px;
2361+ text-align: center;
2362+ padding-top: 20px;
2363+ padding-left: 10px;
2364+ padding-right: 10px;
2365+}
2366+.bottom-links {
2367+ height: 30px;
2368+ text-align: left;
2369+ padding-top: 8px;
2370+ display: inline-block;
2371+ background: blue;
2372+ margin-right: 20px;
2373+}
2374+.bottom-links a {
2375+ text-decoration: none;
2376+ color: gray;
2377+ padding: 10px 0 10px 40px;
2378+}
2379+.bottom-links a:hover {
2380+ color: #e24912;
2381+}
2382+#help-link {
2383+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2384+ background-position: -10px -450px;
2385+}
2386+#help-link:hover {
2387+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2388+ background-position: -10px -490px;
2389+}
2390+#shop-link {
2391+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2392+ background-position: -10px -365px;
2393+}
2394+#shop-link:hover {
2395+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2396+ background-position: -10px -407px;
2397+}
2398+#community-link {
2399+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2400+ background-position: -10px -530px;
2401+}
2402+#community-link:hover {
2403+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2404+ background-position: -10px -570px;
2405+}
2406+</style>
2407+</head>
2408+<body>
2409+ <div id="search-box">
2410+ <div id="ubuntu-branding"></div>
2411+ <div class="top"></div>
2412+ <div class="center">
2413+ <div class="padding">
2414+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
2415+ <form method="get" action="http://baidu.com/s" name="f">
2416+ <input type="hidden" name="cl" value="3" />
2417+ <input type="hidden" name="tn" value="ubuntuu_cb" />
2418+ <input name="wd" value="" id="kw" />
2419+ <button>Search</button>
2420+ </form>
2421+ </div>
2422+ </div>
2423+ <div class="bottom"></div>
2424+ <div id="external-links">
2425+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Ubuntu help &gt;</a></div>
2426+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Ubuntu shop &gt;</a></div>
2427+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Ubuntu community &gt;</a></div>
2428+ </div>
2429+ </div><!-- close search-box -->
2430+<script type="text/javascript">
2431+//<![CDATA[
2432+focus_search();
2433+//]]>
2434+</script>
2435+</body>
2436+</html>
2437
2438=== added file 'www/10.04/Baidu/index.html.es'
2439--- www/10.04/Baidu/index.html.es 1970-01-01 00:00:00 +0000
2440+++ www/10.04/Baidu/index.html.es 2010-06-23 21:43:22 +0000
2441@@ -0,0 +1,197 @@
2442+<!DOCTYPE html>
2443+<html lang="es" dir="ltr">
2444+<head>
2445+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
2446+<title>Página de inicio de Ubuntu</title>
2447+<script type="text/javascript">
2448+//<![CDATA[
2449+function focus_search() {
2450+ sbi = document.getElementById('kw');
2451+ sbi.focus();
2452+ search_select(sbi);
2453+}
2454+function search_select(e) {
2455+ if(e.value.length > 0) {
2456+ e.select();
2457+ }
2458+ e.select();
2459+}
2460+//]]>
2461+</script>
2462+<style type="text/css">
2463+body {
2464+ background: white;
2465+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
2466+ font-size: 12px;
2467+ line-height: 14px;
2468+ margin: 0 auto;
2469+ }
2470+
2471+ul#top-nav {
2472+ margin-top: 5px;
2473+ padding-bottom: 5px;
2474+ border-bottom: 1px solid #eaeaea;
2475+ }
2476+
2477+ul#top-nav li {
2478+ display: inline;
2479+ font-weight: bold;
2480+ margin-right: 5px;
2481+ }
2482+
2483+ul#top-nav li a {
2484+ font-weight: normal;
2485+ }
2486+
2487+#search-box {
2488+ width: 595px;
2489+ margin: 0 auto;
2490+ margin-top: 63px;
2491+ }
2492+#search-box #ubuntu-branding {
2493+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2494+ background-position: 0px -251px;
2495+ background-color: #aea79f;
2496+ height: 40px;
2497+ -moz-border-radius: 0 0 5px 5px;
2498+ -webkit-border-radius: 0 0 5px 5px;
2499+}
2500+#search-box .top {
2501+ width: 593px;
2502+ height: 25px;
2503+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2504+ background-position: -10px -10px;
2505+ margin: 0;
2506+ padding: 0;
2507+ }
2508+
2509+#search-box .center {
2510+ width: 595px;
2511+ margin: 0;
2512+ padding: 0;
2513+ margin-right: -2px;
2514+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
2515+ }
2516+
2517+#search-box .center h1 {
2518+ margin: 0;
2519+ padding: 0;
2520+ }
2521+
2522+#search-box .center .padding {
2523+ padding-right: 44px;
2524+ padding-left: 44px;
2525+ }
2526+
2527+#search-box .center h1.logo a {
2528+ font-size: 1px;
2529+ display: block;
2530+ text-indent: -9999px;
2531+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2532+ background-position: -10px -605px;
2533+ margin: 0;
2534+ padding: 0;
2535+ height: 75px;
2536+ width: 180px;
2537+ margin-bottom: 15px;
2538+ position: relative;
2539+ }
2540+
2541+#search-box .center input {
2542+ width: 384px;
2543+ height: 25px;
2544+ font-size: 18px;
2545+ padding-left: 5px;
2546+ padding-right: 5px;
2547+ }
2548+
2549+#search-box .center button {
2550+ font-size: 18px;
2551+ padding: 2px;
2552+ }
2553+
2554+#search-box .bottom {
2555+ width: 593px;
2556+ height: 98px;
2557+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2558+ background-position: -10px -133px;
2559+ }
2560+#external-links {
2561+ overflow: auto;
2562+ width: 605px;
2563+ text-align: center;
2564+ padding-top: 20px;
2565+ padding-left: 10px;
2566+ padding-right: 10px;
2567+}
2568+.bottom-links {
2569+ height: 30px;
2570+ text-align: left;
2571+ padding-top: 8px;
2572+ display: inline-block;
2573+ background: blue;
2574+ margin-right: 20px;
2575+}
2576+.bottom-links a {
2577+ text-decoration: none;
2578+ color: gray;
2579+ padding: 10px 0 10px 40px;
2580+}
2581+.bottom-links a:hover {
2582+ color: #e24912;
2583+}
2584+#help-link {
2585+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2586+ background-position: -10px -450px;
2587+}
2588+#help-link:hover {
2589+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2590+ background-position: -10px -490px;
2591+}
2592+#shop-link {
2593+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2594+ background-position: -10px -365px;
2595+}
2596+#shop-link:hover {
2597+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2598+ background-position: -10px -407px;
2599+}
2600+#community-link {
2601+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2602+ background-position: -10px -530px;
2603+}
2604+#community-link:hover {
2605+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2606+ background-position: -10px -570px;
2607+}
2608+</style>
2609+</head>
2610+<body>
2611+ <div id="search-box">
2612+ <div id="ubuntu-branding"></div>
2613+ <div class="top"></div>
2614+ <div class="center">
2615+ <div class="padding">
2616+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
2617+ <form method="get" action="http://baidu.com/s" name="f">
2618+ <input type="hidden" name="cl" value="3" />
2619+ <input type="hidden" name="tn" value="ubuntuu_cb" />
2620+ <input name="wd" value="" id="kw" />
2621+ <button>Buscar</button>
2622+ </form>
2623+ </div>
2624+ </div>
2625+ <div class="bottom"></div>
2626+ <div id="external-links">
2627+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Ayuda de Ubuntu &gt;</a></div>
2628+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Tienda de Ubuntu &gt;</a></div>
2629+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Comunidad de Ubuntu &gt;</a></div>
2630+ </div>
2631+ </div><!-- close search-box -->
2632+<script type="text/javascript">
2633+//<![CDATA[
2634+focus_search();
2635+//]]>
2636+</script>
2637+</body>
2638+</html>
2639
2640=== added file 'www/10.04/Baidu/index.html.fi'
2641--- www/10.04/Baidu/index.html.fi 1970-01-01 00:00:00 +0000
2642+++ www/10.04/Baidu/index.html.fi 2010-06-23 21:43:22 +0000
2643@@ -0,0 +1,197 @@
2644+<!DOCTYPE html>
2645+<html lang="fi" dir="ltr">
2646+<head>
2647+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
2648+<title>Ubuntun aloitussivu</title>
2649+<script type="text/javascript">
2650+//<![CDATA[
2651+function focus_search() {
2652+ sbi = document.getElementById('kw');
2653+ sbi.focus();
2654+ search_select(sbi);
2655+}
2656+function search_select(e) {
2657+ if(e.value.length > 0) {
2658+ e.select();
2659+ }
2660+ e.select();
2661+}
2662+//]]>
2663+</script>
2664+<style type="text/css">
2665+body {
2666+ background: white;
2667+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
2668+ font-size: 12px;
2669+ line-height: 14px;
2670+ margin: 0 auto;
2671+ }
2672+
2673+ul#top-nav {
2674+ margin-top: 5px;
2675+ padding-bottom: 5px;
2676+ border-bottom: 1px solid #eaeaea;
2677+ }
2678+
2679+ul#top-nav li {
2680+ display: inline;
2681+ font-weight: bold;
2682+ margin-right: 5px;
2683+ }
2684+
2685+ul#top-nav li a {
2686+ font-weight: normal;
2687+ }
2688+
2689+#search-box {
2690+ width: 595px;
2691+ margin: 0 auto;
2692+ margin-top: 63px;
2693+ }
2694+#search-box #ubuntu-branding {
2695+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2696+ background-position: 0px -251px;
2697+ background-color: #aea79f;
2698+ height: 40px;
2699+ -moz-border-radius: 0 0 5px 5px;
2700+ -webkit-border-radius: 0 0 5px 5px;
2701+}
2702+#search-box .top {
2703+ width: 593px;
2704+ height: 25px;
2705+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2706+ background-position: -10px -10px;
2707+ margin: 0;
2708+ padding: 0;
2709+ }
2710+
2711+#search-box .center {
2712+ width: 595px;
2713+ margin: 0;
2714+ padding: 0;
2715+ margin-right: -2px;
2716+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
2717+ }
2718+
2719+#search-box .center h1 {
2720+ margin: 0;
2721+ padding: 0;
2722+ }
2723+
2724+#search-box .center .padding {
2725+ padding-right: 44px;
2726+ padding-left: 44px;
2727+ }
2728+
2729+#search-box .center h1.logo a {
2730+ font-size: 1px;
2731+ display: block;
2732+ text-indent: -9999px;
2733+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2734+ background-position: -10px -605px;
2735+ margin: 0;
2736+ padding: 0;
2737+ height: 75px;
2738+ width: 180px;
2739+ margin-bottom: 15px;
2740+ position: relative;
2741+ }
2742+
2743+#search-box .center input {
2744+ width: 384px;
2745+ height: 25px;
2746+ font-size: 18px;
2747+ padding-left: 5px;
2748+ padding-right: 5px;
2749+ }
2750+
2751+#search-box .center button {
2752+ font-size: 18px;
2753+ padding: 2px;
2754+ }
2755+
2756+#search-box .bottom {
2757+ width: 593px;
2758+ height: 98px;
2759+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2760+ background-position: -10px -133px;
2761+ }
2762+#external-links {
2763+ overflow: auto;
2764+ width: 605px;
2765+ text-align: center;
2766+ padding-top: 20px;
2767+ padding-left: 10px;
2768+ padding-right: 10px;
2769+}
2770+.bottom-links {
2771+ height: 30px;
2772+ text-align: left;
2773+ padding-top: 8px;
2774+ display: inline-block;
2775+ background: blue;
2776+ margin-right: 20px;
2777+}
2778+.bottom-links a {
2779+ text-decoration: none;
2780+ color: gray;
2781+ padding: 10px 0 10px 40px;
2782+}
2783+.bottom-links a:hover {
2784+ color: #e24912;
2785+}
2786+#help-link {
2787+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2788+ background-position: -10px -450px;
2789+}
2790+#help-link:hover {
2791+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2792+ background-position: -10px -490px;
2793+}
2794+#shop-link {
2795+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2796+ background-position: -10px -365px;
2797+}
2798+#shop-link:hover {
2799+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2800+ background-position: -10px -407px;
2801+}
2802+#community-link {
2803+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2804+ background-position: -10px -530px;
2805+}
2806+#community-link:hover {
2807+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2808+ background-position: -10px -570px;
2809+}
2810+</style>
2811+</head>
2812+<body>
2813+ <div id="search-box">
2814+ <div id="ubuntu-branding"></div>
2815+ <div class="top"></div>
2816+ <div class="center">
2817+ <div class="padding">
2818+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
2819+ <form method="get" action="http://baidu.com/s" name="f">
2820+ <input type="hidden" name="cl" value="3" />
2821+ <input type="hidden" name="tn" value="ubuntuu_cb" />
2822+ <input name="wd" value="" id="kw" />
2823+ <button>Hae</button>
2824+ </form>
2825+ </div>
2826+ </div>
2827+ <div class="bottom"></div>
2828+ <div id="external-links">
2829+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Ubuntun ohjeita &gt;</a></div>
2830+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Ubuntu-kauppa &gt;</a></div>
2831+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Ubuntun yhteisö &gt;</a></div>
2832+ </div>
2833+ </div><!-- close search-box -->
2834+<script type="text/javascript">
2835+//<![CDATA[
2836+focus_search();
2837+//]]>
2838+</script>
2839+</body>
2840+</html>
2841
2842=== added file 'www/10.04/Baidu/index.html.fo'
2843--- www/10.04/Baidu/index.html.fo 1970-01-01 00:00:00 +0000
2844+++ www/10.04/Baidu/index.html.fo 2010-06-23 21:43:22 +0000
2845@@ -0,0 +1,197 @@
2846+<!DOCTYPE html>
2847+<html lang="fo" dir="ltr">
2848+<head>
2849+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
2850+<title>Ubuntu byrjanarsíða</title>
2851+<script type="text/javascript">
2852+//<![CDATA[
2853+function focus_search() {
2854+ sbi = document.getElementById('kw');
2855+ sbi.focus();
2856+ search_select(sbi);
2857+}
2858+function search_select(e) {
2859+ if(e.value.length > 0) {
2860+ e.select();
2861+ }
2862+ e.select();
2863+}
2864+//]]>
2865+</script>
2866+<style type="text/css">
2867+body {
2868+ background: white;
2869+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
2870+ font-size: 12px;
2871+ line-height: 14px;
2872+ margin: 0 auto;
2873+ }
2874+
2875+ul#top-nav {
2876+ margin-top: 5px;
2877+ padding-bottom: 5px;
2878+ border-bottom: 1px solid #eaeaea;
2879+ }
2880+
2881+ul#top-nav li {
2882+ display: inline;
2883+ font-weight: bold;
2884+ margin-right: 5px;
2885+ }
2886+
2887+ul#top-nav li a {
2888+ font-weight: normal;
2889+ }
2890+
2891+#search-box {
2892+ width: 595px;
2893+ margin: 0 auto;
2894+ margin-top: 63px;
2895+ }
2896+#search-box #ubuntu-branding {
2897+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2898+ background-position: 0px -251px;
2899+ background-color: #aea79f;
2900+ height: 40px;
2901+ -moz-border-radius: 0 0 5px 5px;
2902+ -webkit-border-radius: 0 0 5px 5px;
2903+}
2904+#search-box .top {
2905+ width: 593px;
2906+ height: 25px;
2907+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2908+ background-position: -10px -10px;
2909+ margin: 0;
2910+ padding: 0;
2911+ }
2912+
2913+#search-box .center {
2914+ width: 595px;
2915+ margin: 0;
2916+ padding: 0;
2917+ margin-right: -2px;
2918+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
2919+ }
2920+
2921+#search-box .center h1 {
2922+ margin: 0;
2923+ padding: 0;
2924+ }
2925+
2926+#search-box .center .padding {
2927+ padding-right: 44px;
2928+ padding-left: 44px;
2929+ }
2930+
2931+#search-box .center h1.logo a {
2932+ font-size: 1px;
2933+ display: block;
2934+ text-indent: -9999px;
2935+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2936+ background-position: -10px -605px;
2937+ margin: 0;
2938+ padding: 0;
2939+ height: 75px;
2940+ width: 180px;
2941+ margin-bottom: 15px;
2942+ position: relative;
2943+ }
2944+
2945+#search-box .center input {
2946+ width: 384px;
2947+ height: 25px;
2948+ font-size: 18px;
2949+ padding-left: 5px;
2950+ padding-right: 5px;
2951+ }
2952+
2953+#search-box .center button {
2954+ font-size: 18px;
2955+ padding: 2px;
2956+ }
2957+
2958+#search-box .bottom {
2959+ width: 593px;
2960+ height: 98px;
2961+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2962+ background-position: -10px -133px;
2963+ }
2964+#external-links {
2965+ overflow: auto;
2966+ width: 605px;
2967+ text-align: center;
2968+ padding-top: 20px;
2969+ padding-left: 10px;
2970+ padding-right: 10px;
2971+}
2972+.bottom-links {
2973+ height: 30px;
2974+ text-align: left;
2975+ padding-top: 8px;
2976+ display: inline-block;
2977+ background: blue;
2978+ margin-right: 20px;
2979+}
2980+.bottom-links a {
2981+ text-decoration: none;
2982+ color: gray;
2983+ padding: 10px 0 10px 40px;
2984+}
2985+.bottom-links a:hover {
2986+ color: #e24912;
2987+}
2988+#help-link {
2989+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2990+ background-position: -10px -450px;
2991+}
2992+#help-link:hover {
2993+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2994+ background-position: -10px -490px;
2995+}
2996+#shop-link {
2997+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
2998+ background-position: -10px -365px;
2999+}
3000+#shop-link:hover {
3001+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3002+ background-position: -10px -407px;
3003+}
3004+#community-link {
3005+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3006+ background-position: -10px -530px;
3007+}
3008+#community-link:hover {
3009+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3010+ background-position: -10px -570px;
3011+}
3012+</style>
3013+</head>
3014+<body>
3015+ <div id="search-box">
3016+ <div id="ubuntu-branding"></div>
3017+ <div class="top"></div>
3018+ <div class="center">
3019+ <div class="padding">
3020+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
3021+ <form method="get" action="http://baidu.com/s" name="f">
3022+ <input type="hidden" name="cl" value="3" />
3023+ <input type="hidden" name="tn" value="ubuntuu_cb" />
3024+ <input name="wd" value="" id="kw" />
3025+ <button>Leita</button>
3026+ </form>
3027+ </div>
3028+ </div>
3029+ <div class="bottom"></div>
3030+ <div id="external-links">
3031+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Ubuntu hjálp &gt;</a></div>
3032+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Ubuntu handil &gt;</a></div>
3033+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Ubuntu felagsskapur &gt;</a></div>
3034+ </div>
3035+ </div><!-- close search-box -->
3036+<script type="text/javascript">
3037+//<![CDATA[
3038+focus_search();
3039+//]]>
3040+</script>
3041+</body>
3042+</html>
3043
3044=== added file 'www/10.04/Baidu/index.html.fr'
3045--- www/10.04/Baidu/index.html.fr 1970-01-01 00:00:00 +0000
3046+++ www/10.04/Baidu/index.html.fr 2010-06-23 21:43:22 +0000
3047@@ -0,0 +1,197 @@
3048+<!DOCTYPE html>
3049+<html lang="fr" dir="ltr">
3050+<head>
3051+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
3052+<title>Page d'accueil d'Ubuntu</title>
3053+<script type="text/javascript">
3054+//<![CDATA[
3055+function focus_search() {
3056+ sbi = document.getElementById('kw');
3057+ sbi.focus();
3058+ search_select(sbi);
3059+}
3060+function search_select(e) {
3061+ if(e.value.length > 0) {
3062+ e.select();
3063+ }
3064+ e.select();
3065+}
3066+//]]>
3067+</script>
3068+<style type="text/css">
3069+body {
3070+ background: white;
3071+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
3072+ font-size: 12px;
3073+ line-height: 14px;
3074+ margin: 0 auto;
3075+ }
3076+
3077+ul#top-nav {
3078+ margin-top: 5px;
3079+ padding-bottom: 5px;
3080+ border-bottom: 1px solid #eaeaea;
3081+ }
3082+
3083+ul#top-nav li {
3084+ display: inline;
3085+ font-weight: bold;
3086+ margin-right: 5px;
3087+ }
3088+
3089+ul#top-nav li a {
3090+ font-weight: normal;
3091+ }
3092+
3093+#search-box {
3094+ width: 595px;
3095+ margin: 0 auto;
3096+ margin-top: 63px;
3097+ }
3098+#search-box #ubuntu-branding {
3099+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3100+ background-position: 0px -251px;
3101+ background-color: #aea79f;
3102+ height: 40px;
3103+ -moz-border-radius: 0 0 5px 5px;
3104+ -webkit-border-radius: 0 0 5px 5px;
3105+}
3106+#search-box .top {
3107+ width: 593px;
3108+ height: 25px;
3109+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3110+ background-position: -10px -10px;
3111+ margin: 0;
3112+ padding: 0;
3113+ }
3114+
3115+#search-box .center {
3116+ width: 595px;
3117+ margin: 0;
3118+ padding: 0;
3119+ margin-right: -2px;
3120+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
3121+ }
3122+
3123+#search-box .center h1 {
3124+ margin: 0;
3125+ padding: 0;
3126+ }
3127+
3128+#search-box .center .padding {
3129+ padding-right: 44px;
3130+ padding-left: 44px;
3131+ }
3132+
3133+#search-box .center h1.logo a {
3134+ font-size: 1px;
3135+ display: block;
3136+ text-indent: -9999px;
3137+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3138+ background-position: -10px -605px;
3139+ margin: 0;
3140+ padding: 0;
3141+ height: 75px;
3142+ width: 180px;
3143+ margin-bottom: 15px;
3144+ position: relative;
3145+ }
3146+
3147+#search-box .center input {
3148+ width: 384px;
3149+ height: 25px;
3150+ font-size: 18px;
3151+ padding-left: 5px;
3152+ padding-right: 5px;
3153+ }
3154+
3155+#search-box .center button {
3156+ font-size: 18px;
3157+ padding: 2px;
3158+ }
3159+
3160+#search-box .bottom {
3161+ width: 593px;
3162+ height: 98px;
3163+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3164+ background-position: -10px -133px;
3165+ }
3166+#external-links {
3167+ overflow: auto;
3168+ width: 605px;
3169+ text-align: center;
3170+ padding-top: 20px;
3171+ padding-left: 10px;
3172+ padding-right: 10px;
3173+}
3174+.bottom-links {
3175+ height: 30px;
3176+ text-align: left;
3177+ padding-top: 8px;
3178+ display: inline-block;
3179+ background: blue;
3180+ margin-right: 20px;
3181+}
3182+.bottom-links a {
3183+ text-decoration: none;
3184+ color: gray;
3185+ padding: 10px 0 10px 40px;
3186+}
3187+.bottom-links a:hover {
3188+ color: #e24912;
3189+}
3190+#help-link {
3191+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3192+ background-position: -10px -450px;
3193+}
3194+#help-link:hover {
3195+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3196+ background-position: -10px -490px;
3197+}
3198+#shop-link {
3199+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3200+ background-position: -10px -365px;
3201+}
3202+#shop-link:hover {
3203+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3204+ background-position: -10px -407px;
3205+}
3206+#community-link {
3207+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3208+ background-position: -10px -530px;
3209+}
3210+#community-link:hover {
3211+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3212+ background-position: -10px -570px;
3213+}
3214+</style>
3215+</head>
3216+<body>
3217+ <div id="search-box">
3218+ <div id="ubuntu-branding"></div>
3219+ <div class="top"></div>
3220+ <div class="center">
3221+ <div class="padding">
3222+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
3223+ <form method="get" action="http://baidu.com/s" name="f">
3224+ <input type="hidden" name="cl" value="3" />
3225+ <input type="hidden" name="tn" value="ubuntuu_cb" />
3226+ <input name="wd" value="" id="kw" />
3227+ <button>Rechercher</button>
3228+ </form>
3229+ </div>
3230+ </div>
3231+ <div class="bottom"></div>
3232+ <div id="external-links">
3233+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Documentation Ubuntu &gt;</a></div>
3234+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Boutique Ubuntu &gt;</a></div>
3235+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Communauté Ubuntu &gt;</a></div>
3236+ </div>
3237+ </div><!-- close search-box -->
3238+<script type="text/javascript">
3239+//<![CDATA[
3240+focus_search();
3241+//]]>
3242+</script>
3243+</body>
3244+</html>
3245
3246=== added file 'www/10.04/Baidu/index.html.gl'
3247--- www/10.04/Baidu/index.html.gl 1970-01-01 00:00:00 +0000
3248+++ www/10.04/Baidu/index.html.gl 2010-06-23 21:43:22 +0000
3249@@ -0,0 +1,197 @@
3250+<!DOCTYPE html>
3251+<html lang="gl" dir="ltr">
3252+<head>
3253+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
3254+<title>Páxina de inicio de Ubuntu</title>
3255+<script type="text/javascript">
3256+//<![CDATA[
3257+function focus_search() {
3258+ sbi = document.getElementById('kw');
3259+ sbi.focus();
3260+ search_select(sbi);
3261+}
3262+function search_select(e) {
3263+ if(e.value.length > 0) {
3264+ e.select();
3265+ }
3266+ e.select();
3267+}
3268+//]]>
3269+</script>
3270+<style type="text/css">
3271+body {
3272+ background: white;
3273+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
3274+ font-size: 12px;
3275+ line-height: 14px;
3276+ margin: 0 auto;
3277+ }
3278+
3279+ul#top-nav {
3280+ margin-top: 5px;
3281+ padding-bottom: 5px;
3282+ border-bottom: 1px solid #eaeaea;
3283+ }
3284+
3285+ul#top-nav li {
3286+ display: inline;
3287+ font-weight: bold;
3288+ margin-right: 5px;
3289+ }
3290+
3291+ul#top-nav li a {
3292+ font-weight: normal;
3293+ }
3294+
3295+#search-box {
3296+ width: 595px;
3297+ margin: 0 auto;
3298+ margin-top: 63px;
3299+ }
3300+#search-box #ubuntu-branding {
3301+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3302+ background-position: 0px -251px;
3303+ background-color: #aea79f;
3304+ height: 40px;
3305+ -moz-border-radius: 0 0 5px 5px;
3306+ -webkit-border-radius: 0 0 5px 5px;
3307+}
3308+#search-box .top {
3309+ width: 593px;
3310+ height: 25px;
3311+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3312+ background-position: -10px -10px;
3313+ margin: 0;
3314+ padding: 0;
3315+ }
3316+
3317+#search-box .center {
3318+ width: 595px;
3319+ margin: 0;
3320+ padding: 0;
3321+ margin-right: -2px;
3322+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
3323+ }
3324+
3325+#search-box .center h1 {
3326+ margin: 0;
3327+ padding: 0;
3328+ }
3329+
3330+#search-box .center .padding {
3331+ padding-right: 44px;
3332+ padding-left: 44px;
3333+ }
3334+
3335+#search-box .center h1.logo a {
3336+ font-size: 1px;
3337+ display: block;
3338+ text-indent: -9999px;
3339+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3340+ background-position: -10px -605px;
3341+ margin: 0;
3342+ padding: 0;
3343+ height: 75px;
3344+ width: 180px;
3345+ margin-bottom: 15px;
3346+ position: relative;
3347+ }
3348+
3349+#search-box .center input {
3350+ width: 384px;
3351+ height: 25px;
3352+ font-size: 18px;
3353+ padding-left: 5px;
3354+ padding-right: 5px;
3355+ }
3356+
3357+#search-box .center button {
3358+ font-size: 18px;
3359+ padding: 2px;
3360+ }
3361+
3362+#search-box .bottom {
3363+ width: 593px;
3364+ height: 98px;
3365+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3366+ background-position: -10px -133px;
3367+ }
3368+#external-links {
3369+ overflow: auto;
3370+ width: 605px;
3371+ text-align: center;
3372+ padding-top: 20px;
3373+ padding-left: 10px;
3374+ padding-right: 10px;
3375+}
3376+.bottom-links {
3377+ height: 30px;
3378+ text-align: left;
3379+ padding-top: 8px;
3380+ display: inline-block;
3381+ background: blue;
3382+ margin-right: 20px;
3383+}
3384+.bottom-links a {
3385+ text-decoration: none;
3386+ color: gray;
3387+ padding: 10px 0 10px 40px;
3388+}
3389+.bottom-links a:hover {
3390+ color: #e24912;
3391+}
3392+#help-link {
3393+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3394+ background-position: -10px -450px;
3395+}
3396+#help-link:hover {
3397+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3398+ background-position: -10px -490px;
3399+}
3400+#shop-link {
3401+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3402+ background-position: -10px -365px;
3403+}
3404+#shop-link:hover {
3405+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3406+ background-position: -10px -407px;
3407+}
3408+#community-link {
3409+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3410+ background-position: -10px -530px;
3411+}
3412+#community-link:hover {
3413+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3414+ background-position: -10px -570px;
3415+}
3416+</style>
3417+</head>
3418+<body>
3419+ <div id="search-box">
3420+ <div id="ubuntu-branding"></div>
3421+ <div class="top"></div>
3422+ <div class="center">
3423+ <div class="padding">
3424+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
3425+ <form method="get" action="http://baidu.com/s" name="f">
3426+ <input type="hidden" name="cl" value="3" />
3427+ <input type="hidden" name="tn" value="ubuntuu_cb" />
3428+ <input name="wd" value="" id="kw" />
3429+ <button>Buscar</button>
3430+ </form>
3431+ </div>
3432+ </div>
3433+ <div class="bottom"></div>
3434+ <div id="external-links">
3435+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Axuda de Ubuntu &gt;</a></div>
3436+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Tenda de Ubuntu &gt;</a></div>
3437+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Comunidade de Ubuntu &gt;</a></div>
3438+ </div>
3439+ </div><!-- close search-box -->
3440+<script type="text/javascript">
3441+//<![CDATA[
3442+focus_search();
3443+//]]>
3444+</script>
3445+</body>
3446+</html>
3447
3448=== added file 'www/10.04/Baidu/index.html.he'
3449--- www/10.04/Baidu/index.html.he 1970-01-01 00:00:00 +0000
3450+++ www/10.04/Baidu/index.html.he 2010-06-23 21:43:22 +0000
3451@@ -0,0 +1,197 @@
3452+<!DOCTYPE html>
3453+<html lang="he" dir="RTL">
3454+<head>
3455+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
3456+<title>עמוד הפתיחה של אובונטו</title>
3457+<script type="text/javascript">
3458+//<![CDATA[
3459+function focus_search() {
3460+ sbi = document.getElementById('kw');
3461+ sbi.focus();
3462+ search_select(sbi);
3463+}
3464+function search_select(e) {
3465+ if(e.value.length > 0) {
3466+ e.select();
3467+ }
3468+ e.select();
3469+}
3470+//]]>
3471+</script>
3472+<style type="text/css">
3473+body {
3474+ background: white;
3475+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
3476+ font-size: 12px;
3477+ line-height: 14px;
3478+ margin: 0 auto;
3479+ }
3480+
3481+ul#top-nav {
3482+ margin-top: 5px;
3483+ padding-bottom: 5px;
3484+ border-bottom: 1px solid #eaeaea;
3485+ }
3486+
3487+ul#top-nav li {
3488+ display: inline;
3489+ font-weight: bold;
3490+ margin-right: 5px;
3491+ }
3492+
3493+ul#top-nav li a {
3494+ font-weight: normal;
3495+ }
3496+
3497+#search-box {
3498+ width: 595px;
3499+ margin: 0 auto;
3500+ margin-top: 63px;
3501+ }
3502+#search-box #ubuntu-branding {
3503+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3504+ background-position: 0px -251px;
3505+ background-color: #aea79f;
3506+ height: 40px;
3507+ -moz-border-radius: 0 0 5px 5px;
3508+ -webkit-border-radius: 0 0 5px 5px;
3509+}
3510+#search-box .top {
3511+ width: 593px;
3512+ height: 25px;
3513+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3514+ background-position: -10px -10px;
3515+ margin: 0;
3516+ padding: 0;
3517+ }
3518+
3519+#search-box .center {
3520+ width: 595px;
3521+ margin: 0;
3522+ padding: 0;
3523+ margin-right: -2px;
3524+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
3525+ }
3526+
3527+#search-box .center h1 {
3528+ margin: 0;
3529+ padding: 0;
3530+ }
3531+
3532+#search-box .center .padding {
3533+ padding-right: 44px;
3534+ padding-left: 44px;
3535+ }
3536+
3537+#search-box .center h1.logo a {
3538+ font-size: 1px;
3539+ display: block;
3540+ text-indent: -9999px;
3541+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3542+ background-position: -10px -605px;
3543+ margin: 0;
3544+ padding: 0;
3545+ height: 75px;
3546+ width: 180px;
3547+ margin-bottom: 15px;
3548+ position: relative;
3549+ }
3550+
3551+#search-box .center input {
3552+ width: 384px;
3553+ height: 25px;
3554+ font-size: 18px;
3555+ padding-left: 5px;
3556+ padding-right: 5px;
3557+ }
3558+
3559+#search-box .center button {
3560+ font-size: 18px;
3561+ padding: 2px;
3562+ }
3563+
3564+#search-box .bottom {
3565+ width: 593px;
3566+ height: 98px;
3567+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3568+ background-position: -10px -133px;
3569+ }
3570+#external-links {
3571+ overflow: auto;
3572+ width: 605px;
3573+ text-align: center;
3574+ padding-top: 20px;
3575+ padding-left: 10px;
3576+ padding-right: 10px;
3577+}
3578+.bottom-links {
3579+ height: 30px;
3580+ text-align: left;
3581+ padding-top: 8px;
3582+ display: inline-block;
3583+ background: blue;
3584+ margin-right: 20px;
3585+}
3586+.bottom-links a {
3587+ text-decoration: none;
3588+ color: gray;
3589+ padding: 10px 0 10px 40px;
3590+}
3591+.bottom-links a:hover {
3592+ color: #e24912;
3593+}
3594+#help-link {
3595+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3596+ background-position: -10px -450px;
3597+}
3598+#help-link:hover {
3599+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3600+ background-position: -10px -490px;
3601+}
3602+#shop-link {
3603+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3604+ background-position: -10px -365px;
3605+}
3606+#shop-link:hover {
3607+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3608+ background-position: -10px -407px;
3609+}
3610+#community-link {
3611+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3612+ background-position: -10px -530px;
3613+}
3614+#community-link:hover {
3615+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3616+ background-position: -10px -570px;
3617+}
3618+</style>
3619+</head>
3620+<body>
3621+ <div id="search-box">
3622+ <div id="ubuntu-branding"></div>
3623+ <div class="top"></div>
3624+ <div class="center">
3625+ <div class="padding">
3626+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
3627+ <form method="get" action="http://baidu.com/s" name="f">
3628+ <input type="hidden" name="cl" value="3" />
3629+ <input type="hidden" name="tn" value="ubuntuu_cb" />
3630+ <input name="wd" value="" id="kw" />
3631+ <button>חיפוש</button>
3632+ </form>
3633+ </div>
3634+ </div>
3635+ <div class="bottom"></div>
3636+ <div id="external-links">
3637+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">עזרה עם אובונטו &gt;</a></div>
3638+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">החנות של אובונטו &gt;</a></div>
3639+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">קהילת אובונטו &gt;</a></div>
3640+ </div>
3641+ </div><!-- close search-box -->
3642+<script type="text/javascript">
3643+//<![CDATA[
3644+focus_search();
3645+//]]>
3646+</script>
3647+</body>
3648+</html>
3649
3650=== added file 'www/10.04/Baidu/index.html.hr'
3651--- www/10.04/Baidu/index.html.hr 1970-01-01 00:00:00 +0000
3652+++ www/10.04/Baidu/index.html.hr 2010-06-23 21:43:22 +0000
3653@@ -0,0 +1,197 @@
3654+<!DOCTYPE html>
3655+<html lang="hr" dir="ltr">
3656+<head>
3657+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
3658+<title>Ubuntu početna stranica</title>
3659+<script type="text/javascript">
3660+//<![CDATA[
3661+function focus_search() {
3662+ sbi = document.getElementById('kw');
3663+ sbi.focus();
3664+ search_select(sbi);
3665+}
3666+function search_select(e) {
3667+ if(e.value.length > 0) {
3668+ e.select();
3669+ }
3670+ e.select();
3671+}
3672+//]]>
3673+</script>
3674+<style type="text/css">
3675+body {
3676+ background: white;
3677+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
3678+ font-size: 12px;
3679+ line-height: 14px;
3680+ margin: 0 auto;
3681+ }
3682+
3683+ul#top-nav {
3684+ margin-top: 5px;
3685+ padding-bottom: 5px;
3686+ border-bottom: 1px solid #eaeaea;
3687+ }
3688+
3689+ul#top-nav li {
3690+ display: inline;
3691+ font-weight: bold;
3692+ margin-right: 5px;
3693+ }
3694+
3695+ul#top-nav li a {
3696+ font-weight: normal;
3697+ }
3698+
3699+#search-box {
3700+ width: 595px;
3701+ margin: 0 auto;
3702+ margin-top: 63px;
3703+ }
3704+#search-box #ubuntu-branding {
3705+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3706+ background-position: 0px -251px;
3707+ background-color: #aea79f;
3708+ height: 40px;
3709+ -moz-border-radius: 0 0 5px 5px;
3710+ -webkit-border-radius: 0 0 5px 5px;
3711+}
3712+#search-box .top {
3713+ width: 593px;
3714+ height: 25px;
3715+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3716+ background-position: -10px -10px;
3717+ margin: 0;
3718+ padding: 0;
3719+ }
3720+
3721+#search-box .center {
3722+ width: 595px;
3723+ margin: 0;
3724+ padding: 0;
3725+ margin-right: -2px;
3726+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
3727+ }
3728+
3729+#search-box .center h1 {
3730+ margin: 0;
3731+ padding: 0;
3732+ }
3733+
3734+#search-box .center .padding {
3735+ padding-right: 44px;
3736+ padding-left: 44px;
3737+ }
3738+
3739+#search-box .center h1.logo a {
3740+ font-size: 1px;
3741+ display: block;
3742+ text-indent: -9999px;
3743+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3744+ background-position: -10px -605px;
3745+ margin: 0;
3746+ padding: 0;
3747+ height: 75px;
3748+ width: 180px;
3749+ margin-bottom: 15px;
3750+ position: relative;
3751+ }
3752+
3753+#search-box .center input {
3754+ width: 384px;
3755+ height: 25px;
3756+ font-size: 18px;
3757+ padding-left: 5px;
3758+ padding-right: 5px;
3759+ }
3760+
3761+#search-box .center button {
3762+ font-size: 18px;
3763+ padding: 2px;
3764+ }
3765+
3766+#search-box .bottom {
3767+ width: 593px;
3768+ height: 98px;
3769+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3770+ background-position: -10px -133px;
3771+ }
3772+#external-links {
3773+ overflow: auto;
3774+ width: 605px;
3775+ text-align: center;
3776+ padding-top: 20px;
3777+ padding-left: 10px;
3778+ padding-right: 10px;
3779+}
3780+.bottom-links {
3781+ height: 30px;
3782+ text-align: left;
3783+ padding-top: 8px;
3784+ display: inline-block;
3785+ background: blue;
3786+ margin-right: 20px;
3787+}
3788+.bottom-links a {
3789+ text-decoration: none;
3790+ color: gray;
3791+ padding: 10px 0 10px 40px;
3792+}
3793+.bottom-links a:hover {
3794+ color: #e24912;
3795+}
3796+#help-link {
3797+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3798+ background-position: -10px -450px;
3799+}
3800+#help-link:hover {
3801+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3802+ background-position: -10px -490px;
3803+}
3804+#shop-link {
3805+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3806+ background-position: -10px -365px;
3807+}
3808+#shop-link:hover {
3809+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3810+ background-position: -10px -407px;
3811+}
3812+#community-link {
3813+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3814+ background-position: -10px -530px;
3815+}
3816+#community-link:hover {
3817+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3818+ background-position: -10px -570px;
3819+}
3820+</style>
3821+</head>
3822+<body>
3823+ <div id="search-box">
3824+ <div id="ubuntu-branding"></div>
3825+ <div class="top"></div>
3826+ <div class="center">
3827+ <div class="padding">
3828+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
3829+ <form method="get" action="http://baidu.com/s" name="f">
3830+ <input type="hidden" name="cl" value="3" />
3831+ <input type="hidden" name="tn" value="ubuntuu_cb" />
3832+ <input name="wd" value="" id="kw" />
3833+ <button>Traži</button>
3834+ </form>
3835+ </div>
3836+ </div>
3837+ <div class="bottom"></div>
3838+ <div id="external-links">
3839+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Ubuntu pomoć &gt;</a></div>
3840+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Ubuntu trgovina &gt;</a></div>
3841+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Ubuntu zajednica &gt;</a></div>
3842+ </div>
3843+ </div><!-- close search-box -->
3844+<script type="text/javascript">
3845+//<![CDATA[
3846+focus_search();
3847+//]]>
3848+</script>
3849+</body>
3850+</html>
3851
3852=== added file 'www/10.04/Baidu/index.html.hu'
3853--- www/10.04/Baidu/index.html.hu 1970-01-01 00:00:00 +0000
3854+++ www/10.04/Baidu/index.html.hu 2010-06-23 21:43:22 +0000
3855@@ -0,0 +1,197 @@
3856+<!DOCTYPE html>
3857+<html lang="hu" dir="ltr">
3858+<head>
3859+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
3860+<title>Ubuntu kezdőoldal</title>
3861+<script type="text/javascript">
3862+//<![CDATA[
3863+function focus_search() {
3864+ sbi = document.getElementById('kw');
3865+ sbi.focus();
3866+ search_select(sbi);
3867+}
3868+function search_select(e) {
3869+ if(e.value.length > 0) {
3870+ e.select();
3871+ }
3872+ e.select();
3873+}
3874+//]]>
3875+</script>
3876+<style type="text/css">
3877+body {
3878+ background: white;
3879+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
3880+ font-size: 12px;
3881+ line-height: 14px;
3882+ margin: 0 auto;
3883+ }
3884+
3885+ul#top-nav {
3886+ margin-top: 5px;
3887+ padding-bottom: 5px;
3888+ border-bottom: 1px solid #eaeaea;
3889+ }
3890+
3891+ul#top-nav li {
3892+ display: inline;
3893+ font-weight: bold;
3894+ margin-right: 5px;
3895+ }
3896+
3897+ul#top-nav li a {
3898+ font-weight: normal;
3899+ }
3900+
3901+#search-box {
3902+ width: 595px;
3903+ margin: 0 auto;
3904+ margin-top: 63px;
3905+ }
3906+#search-box #ubuntu-branding {
3907+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3908+ background-position: 0px -251px;
3909+ background-color: #aea79f;
3910+ height: 40px;
3911+ -moz-border-radius: 0 0 5px 5px;
3912+ -webkit-border-radius: 0 0 5px 5px;
3913+}
3914+#search-box .top {
3915+ width: 593px;
3916+ height: 25px;
3917+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3918+ background-position: -10px -10px;
3919+ margin: 0;
3920+ padding: 0;
3921+ }
3922+
3923+#search-box .center {
3924+ width: 595px;
3925+ margin: 0;
3926+ padding: 0;
3927+ margin-right: -2px;
3928+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
3929+ }
3930+
3931+#search-box .center h1 {
3932+ margin: 0;
3933+ padding: 0;
3934+ }
3935+
3936+#search-box .center .padding {
3937+ padding-right: 44px;
3938+ padding-left: 44px;
3939+ }
3940+
3941+#search-box .center h1.logo a {
3942+ font-size: 1px;
3943+ display: block;
3944+ text-indent: -9999px;
3945+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3946+ background-position: -10px -605px;
3947+ margin: 0;
3948+ padding: 0;
3949+ height: 75px;
3950+ width: 180px;
3951+ margin-bottom: 15px;
3952+ position: relative;
3953+ }
3954+
3955+#search-box .center input {
3956+ width: 384px;
3957+ height: 25px;
3958+ font-size: 18px;
3959+ padding-left: 5px;
3960+ padding-right: 5px;
3961+ }
3962+
3963+#search-box .center button {
3964+ font-size: 18px;
3965+ padding: 2px;
3966+ }
3967+
3968+#search-box .bottom {
3969+ width: 593px;
3970+ height: 98px;
3971+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
3972+ background-position: -10px -133px;
3973+ }
3974+#external-links {
3975+ overflow: auto;
3976+ width: 605px;
3977+ text-align: center;
3978+ padding-top: 20px;
3979+ padding-left: 10px;
3980+ padding-right: 10px;
3981+}
3982+.bottom-links {
3983+ height: 30px;
3984+ text-align: left;
3985+ padding-top: 8px;
3986+ display: inline-block;
3987+ background: blue;
3988+ margin-right: 20px;
3989+}
3990+.bottom-links a {
3991+ text-decoration: none;
3992+ color: gray;
3993+ padding: 10px 0 10px 40px;
3994+}
3995+.bottom-links a:hover {
3996+ color: #e24912;
3997+}
3998+#help-link {
3999+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4000+ background-position: -10px -450px;
4001+}
4002+#help-link:hover {
4003+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4004+ background-position: -10px -490px;
4005+}
4006+#shop-link {
4007+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4008+ background-position: -10px -365px;
4009+}
4010+#shop-link:hover {
4011+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4012+ background-position: -10px -407px;
4013+}
4014+#community-link {
4015+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4016+ background-position: -10px -530px;
4017+}
4018+#community-link:hover {
4019+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4020+ background-position: -10px -570px;
4021+}
4022+</style>
4023+</head>
4024+<body>
4025+ <div id="search-box">
4026+ <div id="ubuntu-branding"></div>
4027+ <div class="top"></div>
4028+ <div class="center">
4029+ <div class="padding">
4030+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
4031+ <form method="get" action="http://baidu.com/s" name="f">
4032+ <input type="hidden" name="cl" value="3" />
4033+ <input type="hidden" name="tn" value="ubuntuu_cb" />
4034+ <input name="wd" value="" id="kw" />
4035+ <button>Keresés</button>
4036+ </form>
4037+ </div>
4038+ </div>
4039+ <div class="bottom"></div>
4040+ <div id="external-links">
4041+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Ubuntu súgó &gt;</a></div>
4042+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Ubuntu áruház &gt;</a></div>
4043+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Ubuntu közösség &gt;</a></div>
4044+ </div>
4045+ </div><!-- close search-box -->
4046+<script type="text/javascript">
4047+//<![CDATA[
4048+focus_search();
4049+//]]>
4050+</script>
4051+</body>
4052+</html>
4053
4054=== added file 'www/10.04/Baidu/index.html.id'
4055--- www/10.04/Baidu/index.html.id 1970-01-01 00:00:00 +0000
4056+++ www/10.04/Baidu/index.html.id 2010-06-23 21:43:22 +0000
4057@@ -0,0 +1,197 @@
4058+<!DOCTYPE html>
4059+<html lang="id" dir="ltr">
4060+<head>
4061+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
4062+<title>Halaman Depan Ubuntu</title>
4063+<script type="text/javascript">
4064+//<![CDATA[
4065+function focus_search() {
4066+ sbi = document.getElementById('kw');
4067+ sbi.focus();
4068+ search_select(sbi);
4069+}
4070+function search_select(e) {
4071+ if(e.value.length > 0) {
4072+ e.select();
4073+ }
4074+ e.select();
4075+}
4076+//]]>
4077+</script>
4078+<style type="text/css">
4079+body {
4080+ background: white;
4081+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
4082+ font-size: 12px;
4083+ line-height: 14px;
4084+ margin: 0 auto;
4085+ }
4086+
4087+ul#top-nav {
4088+ margin-top: 5px;
4089+ padding-bottom: 5px;
4090+ border-bottom: 1px solid #eaeaea;
4091+ }
4092+
4093+ul#top-nav li {
4094+ display: inline;
4095+ font-weight: bold;
4096+ margin-right: 5px;
4097+ }
4098+
4099+ul#top-nav li a {
4100+ font-weight: normal;
4101+ }
4102+
4103+#search-box {
4104+ width: 595px;
4105+ margin: 0 auto;
4106+ margin-top: 63px;
4107+ }
4108+#search-box #ubuntu-branding {
4109+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4110+ background-position: 0px -251px;
4111+ background-color: #aea79f;
4112+ height: 40px;
4113+ -moz-border-radius: 0 0 5px 5px;
4114+ -webkit-border-radius: 0 0 5px 5px;
4115+}
4116+#search-box .top {
4117+ width: 593px;
4118+ height: 25px;
4119+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4120+ background-position: -10px -10px;
4121+ margin: 0;
4122+ padding: 0;
4123+ }
4124+
4125+#search-box .center {
4126+ width: 595px;
4127+ margin: 0;
4128+ padding: 0;
4129+ margin-right: -2px;
4130+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
4131+ }
4132+
4133+#search-box .center h1 {
4134+ margin: 0;
4135+ padding: 0;
4136+ }
4137+
4138+#search-box .center .padding {
4139+ padding-right: 44px;
4140+ padding-left: 44px;
4141+ }
4142+
4143+#search-box .center h1.logo a {
4144+ font-size: 1px;
4145+ display: block;
4146+ text-indent: -9999px;
4147+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4148+ background-position: -10px -605px;
4149+ margin: 0;
4150+ padding: 0;
4151+ height: 75px;
4152+ width: 180px;
4153+ margin-bottom: 15px;
4154+ position: relative;
4155+ }
4156+
4157+#search-box .center input {
4158+ width: 384px;
4159+ height: 25px;
4160+ font-size: 18px;
4161+ padding-left: 5px;
4162+ padding-right: 5px;
4163+ }
4164+
4165+#search-box .center button {
4166+ font-size: 18px;
4167+ padding: 2px;
4168+ }
4169+
4170+#search-box .bottom {
4171+ width: 593px;
4172+ height: 98px;
4173+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4174+ background-position: -10px -133px;
4175+ }
4176+#external-links {
4177+ overflow: auto;
4178+ width: 605px;
4179+ text-align: center;
4180+ padding-top: 20px;
4181+ padding-left: 10px;
4182+ padding-right: 10px;
4183+}
4184+.bottom-links {
4185+ height: 30px;
4186+ text-align: left;
4187+ padding-top: 8px;
4188+ display: inline-block;
4189+ background: blue;
4190+ margin-right: 20px;
4191+}
4192+.bottom-links a {
4193+ text-decoration: none;
4194+ color: gray;
4195+ padding: 10px 0 10px 40px;
4196+}
4197+.bottom-links a:hover {
4198+ color: #e24912;
4199+}
4200+#help-link {
4201+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4202+ background-position: -10px -450px;
4203+}
4204+#help-link:hover {
4205+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4206+ background-position: -10px -490px;
4207+}
4208+#shop-link {
4209+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4210+ background-position: -10px -365px;
4211+}
4212+#shop-link:hover {
4213+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4214+ background-position: -10px -407px;
4215+}
4216+#community-link {
4217+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4218+ background-position: -10px -530px;
4219+}
4220+#community-link:hover {
4221+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4222+ background-position: -10px -570px;
4223+}
4224+</style>
4225+</head>
4226+<body>
4227+ <div id="search-box">
4228+ <div id="ubuntu-branding"></div>
4229+ <div class="top"></div>
4230+ <div class="center">
4231+ <div class="padding">
4232+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
4233+ <form method="get" action="http://baidu.com/s" name="f">
4234+ <input type="hidden" name="cl" value="3" />
4235+ <input type="hidden" name="tn" value="ubuntuu_cb" />
4236+ <input name="wd" value="" id="kw" />
4237+ <button>Cari</button>
4238+ </form>
4239+ </div>
4240+ </div>
4241+ <div class="bottom"></div>
4242+ <div id="external-links">
4243+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Bantuan Ubuntu &gt;</a></div>
4244+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Toko Ubuntu &gt;</a></div>
4245+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Komunitas Ubuntu &gt;</a></div>
4246+ </div>
4247+ </div><!-- close search-box -->
4248+<script type="text/javascript">
4249+//<![CDATA[
4250+focus_search();
4251+//]]>
4252+</script>
4253+</body>
4254+</html>
4255
4256=== added file 'www/10.04/Baidu/index.html.io'
4257--- www/10.04/Baidu/index.html.io 1970-01-01 00:00:00 +0000
4258+++ www/10.04/Baidu/index.html.io 2010-06-23 21:43:22 +0000
4259@@ -0,0 +1,197 @@
4260+<!DOCTYPE html>
4261+<html lang="io" dir="ltr">
4262+<head>
4263+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
4264+<title>Ubuntu-Frontispico</title>
4265+<script type="text/javascript">
4266+//<![CDATA[
4267+function focus_search() {
4268+ sbi = document.getElementById('kw');
4269+ sbi.focus();
4270+ search_select(sbi);
4271+}
4272+function search_select(e) {
4273+ if(e.value.length > 0) {
4274+ e.select();
4275+ }
4276+ e.select();
4277+}
4278+//]]>
4279+</script>
4280+<style type="text/css">
4281+body {
4282+ background: white;
4283+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
4284+ font-size: 12px;
4285+ line-height: 14px;
4286+ margin: 0 auto;
4287+ }
4288+
4289+ul#top-nav {
4290+ margin-top: 5px;
4291+ padding-bottom: 5px;
4292+ border-bottom: 1px solid #eaeaea;
4293+ }
4294+
4295+ul#top-nav li {
4296+ display: inline;
4297+ font-weight: bold;
4298+ margin-right: 5px;
4299+ }
4300+
4301+ul#top-nav li a {
4302+ font-weight: normal;
4303+ }
4304+
4305+#search-box {
4306+ width: 595px;
4307+ margin: 0 auto;
4308+ margin-top: 63px;
4309+ }
4310+#search-box #ubuntu-branding {
4311+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4312+ background-position: 0px -251px;
4313+ background-color: #aea79f;
4314+ height: 40px;
4315+ -moz-border-radius: 0 0 5px 5px;
4316+ -webkit-border-radius: 0 0 5px 5px;
4317+}
4318+#search-box .top {
4319+ width: 593px;
4320+ height: 25px;
4321+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4322+ background-position: -10px -10px;
4323+ margin: 0;
4324+ padding: 0;
4325+ }
4326+
4327+#search-box .center {
4328+ width: 595px;
4329+ margin: 0;
4330+ padding: 0;
4331+ margin-right: -2px;
4332+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
4333+ }
4334+
4335+#search-box .center h1 {
4336+ margin: 0;
4337+ padding: 0;
4338+ }
4339+
4340+#search-box .center .padding {
4341+ padding-right: 44px;
4342+ padding-left: 44px;
4343+ }
4344+
4345+#search-box .center h1.logo a {
4346+ font-size: 1px;
4347+ display: block;
4348+ text-indent: -9999px;
4349+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4350+ background-position: -10px -605px;
4351+ margin: 0;
4352+ padding: 0;
4353+ height: 75px;
4354+ width: 180px;
4355+ margin-bottom: 15px;
4356+ position: relative;
4357+ }
4358+
4359+#search-box .center input {
4360+ width: 384px;
4361+ height: 25px;
4362+ font-size: 18px;
4363+ padding-left: 5px;
4364+ padding-right: 5px;
4365+ }
4366+
4367+#search-box .center button {
4368+ font-size: 18px;
4369+ padding: 2px;
4370+ }
4371+
4372+#search-box .bottom {
4373+ width: 593px;
4374+ height: 98px;
4375+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4376+ background-position: -10px -133px;
4377+ }
4378+#external-links {
4379+ overflow: auto;
4380+ width: 605px;
4381+ text-align: center;
4382+ padding-top: 20px;
4383+ padding-left: 10px;
4384+ padding-right: 10px;
4385+}
4386+.bottom-links {
4387+ height: 30px;
4388+ text-align: left;
4389+ padding-top: 8px;
4390+ display: inline-block;
4391+ background: blue;
4392+ margin-right: 20px;
4393+}
4394+.bottom-links a {
4395+ text-decoration: none;
4396+ color: gray;
4397+ padding: 10px 0 10px 40px;
4398+}
4399+.bottom-links a:hover {
4400+ color: #e24912;
4401+}
4402+#help-link {
4403+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4404+ background-position: -10px -450px;
4405+}
4406+#help-link:hover {
4407+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4408+ background-position: -10px -490px;
4409+}
4410+#shop-link {
4411+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4412+ background-position: -10px -365px;
4413+}
4414+#shop-link:hover {
4415+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4416+ background-position: -10px -407px;
4417+}
4418+#community-link {
4419+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4420+ background-position: -10px -530px;
4421+}
4422+#community-link:hover {
4423+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4424+ background-position: -10px -570px;
4425+}
4426+</style>
4427+</head>
4428+<body>
4429+ <div id="search-box">
4430+ <div id="ubuntu-branding"></div>
4431+ <div class="top"></div>
4432+ <div class="center">
4433+ <div class="padding">
4434+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
4435+ <form method="get" action="http://baidu.com/s" name="f">
4436+ <input type="hidden" name="cl" value="3" />
4437+ <input type="hidden" name="tn" value="ubuntuu_cb" />
4438+ <input name="wd" value="" id="kw" />
4439+ <button>Serchar</button>
4440+ </form>
4441+ </div>
4442+ </div>
4443+ <div class="bottom"></div>
4444+ <div id="external-links">
4445+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Ubuntu-helpo &gt;</a></div>
4446+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Ubuntu-butiko &gt;</a></div>
4447+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Ubuntu-komuneso &gt;</a></div>
4448+ </div>
4449+ </div><!-- close search-box -->
4450+<script type="text/javascript">
4451+//<![CDATA[
4452+focus_search();
4453+//]]>
4454+</script>
4455+</body>
4456+</html>
4457
4458=== added file 'www/10.04/Baidu/index.html.is'
4459--- www/10.04/Baidu/index.html.is 1970-01-01 00:00:00 +0000
4460+++ www/10.04/Baidu/index.html.is 2010-06-23 21:43:22 +0000
4461@@ -0,0 +1,197 @@
4462+<!DOCTYPE html>
4463+<html lang="is" dir="ltr">
4464+<head>
4465+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
4466+<title>Ubuntu upphafssíðan</title>
4467+<script type="text/javascript">
4468+//<![CDATA[
4469+function focus_search() {
4470+ sbi = document.getElementById('kw');
4471+ sbi.focus();
4472+ search_select(sbi);
4473+}
4474+function search_select(e) {
4475+ if(e.value.length > 0) {
4476+ e.select();
4477+ }
4478+ e.select();
4479+}
4480+//]]>
4481+</script>
4482+<style type="text/css">
4483+body {
4484+ background: white;
4485+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
4486+ font-size: 12px;
4487+ line-height: 14px;
4488+ margin: 0 auto;
4489+ }
4490+
4491+ul#top-nav {
4492+ margin-top: 5px;
4493+ padding-bottom: 5px;
4494+ border-bottom: 1px solid #eaeaea;
4495+ }
4496+
4497+ul#top-nav li {
4498+ display: inline;
4499+ font-weight: bold;
4500+ margin-right: 5px;
4501+ }
4502+
4503+ul#top-nav li a {
4504+ font-weight: normal;
4505+ }
4506+
4507+#search-box {
4508+ width: 595px;
4509+ margin: 0 auto;
4510+ margin-top: 63px;
4511+ }
4512+#search-box #ubuntu-branding {
4513+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4514+ background-position: 0px -251px;
4515+ background-color: #aea79f;
4516+ height: 40px;
4517+ -moz-border-radius: 0 0 5px 5px;
4518+ -webkit-border-radius: 0 0 5px 5px;
4519+}
4520+#search-box .top {
4521+ width: 593px;
4522+ height: 25px;
4523+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4524+ background-position: -10px -10px;
4525+ margin: 0;
4526+ padding: 0;
4527+ }
4528+
4529+#search-box .center {
4530+ width: 595px;
4531+ margin: 0;
4532+ padding: 0;
4533+ margin-right: -2px;
4534+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
4535+ }
4536+
4537+#search-box .center h1 {
4538+ margin: 0;
4539+ padding: 0;
4540+ }
4541+
4542+#search-box .center .padding {
4543+ padding-right: 44px;
4544+ padding-left: 44px;
4545+ }
4546+
4547+#search-box .center h1.logo a {
4548+ font-size: 1px;
4549+ display: block;
4550+ text-indent: -9999px;
4551+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4552+ background-position: -10px -605px;
4553+ margin: 0;
4554+ padding: 0;
4555+ height: 75px;
4556+ width: 180px;
4557+ margin-bottom: 15px;
4558+ position: relative;
4559+ }
4560+
4561+#search-box .center input {
4562+ width: 384px;
4563+ height: 25px;
4564+ font-size: 18px;
4565+ padding-left: 5px;
4566+ padding-right: 5px;
4567+ }
4568+
4569+#search-box .center button {
4570+ font-size: 18px;
4571+ padding: 2px;
4572+ }
4573+
4574+#search-box .bottom {
4575+ width: 593px;
4576+ height: 98px;
4577+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4578+ background-position: -10px -133px;
4579+ }
4580+#external-links {
4581+ overflow: auto;
4582+ width: 605px;
4583+ text-align: center;
4584+ padding-top: 20px;
4585+ padding-left: 10px;
4586+ padding-right: 10px;
4587+}
4588+.bottom-links {
4589+ height: 30px;
4590+ text-align: left;
4591+ padding-top: 8px;
4592+ display: inline-block;
4593+ background: blue;
4594+ margin-right: 20px;
4595+}
4596+.bottom-links a {
4597+ text-decoration: none;
4598+ color: gray;
4599+ padding: 10px 0 10px 40px;
4600+}
4601+.bottom-links a:hover {
4602+ color: #e24912;
4603+}
4604+#help-link {
4605+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4606+ background-position: -10px -450px;
4607+}
4608+#help-link:hover {
4609+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4610+ background-position: -10px -490px;
4611+}
4612+#shop-link {
4613+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4614+ background-position: -10px -365px;
4615+}
4616+#shop-link:hover {
4617+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4618+ background-position: -10px -407px;
4619+}
4620+#community-link {
4621+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4622+ background-position: -10px -530px;
4623+}
4624+#community-link:hover {
4625+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4626+ background-position: -10px -570px;
4627+}
4628+</style>
4629+</head>
4630+<body>
4631+ <div id="search-box">
4632+ <div id="ubuntu-branding"></div>
4633+ <div class="top"></div>
4634+ <div class="center">
4635+ <div class="padding">
4636+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
4637+ <form method="get" action="http://baidu.com/s" name="f">
4638+ <input type="hidden" name="cl" value="3" />
4639+ <input type="hidden" name="tn" value="ubuntuu_cb" />
4640+ <input name="wd" value="" id="kw" />
4641+ <button>Leita</button>
4642+ </form>
4643+ </div>
4644+ </div>
4645+ <div class="bottom"></div>
4646+ <div id="external-links">
4647+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Ubuntu hjálpin &gt;</a></div>
4648+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Versla hjá Ubuntu &gt;</a></div>
4649+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Ubuntu samfélagið &gt;</a></div>
4650+ </div>
4651+ </div><!-- close search-box -->
4652+<script type="text/javascript">
4653+//<![CDATA[
4654+focus_search();
4655+//]]>
4656+</script>
4657+</body>
4658+</html>
4659
4660=== added file 'www/10.04/Baidu/index.html.it'
4661--- www/10.04/Baidu/index.html.it 1970-01-01 00:00:00 +0000
4662+++ www/10.04/Baidu/index.html.it 2010-06-23 21:43:22 +0000
4663@@ -0,0 +1,197 @@
4664+<!DOCTYPE html>
4665+<html lang="it" dir="ltr">
4666+<head>
4667+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
4668+<title>Pagina iniziale di Ubuntu</title>
4669+<script type="text/javascript">
4670+//<![CDATA[
4671+function focus_search() {
4672+ sbi = document.getElementById('kw');
4673+ sbi.focus();
4674+ search_select(sbi);
4675+}
4676+function search_select(e) {
4677+ if(e.value.length > 0) {
4678+ e.select();
4679+ }
4680+ e.select();
4681+}
4682+//]]>
4683+</script>
4684+<style type="text/css">
4685+body {
4686+ background: white;
4687+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
4688+ font-size: 12px;
4689+ line-height: 14px;
4690+ margin: 0 auto;
4691+ }
4692+
4693+ul#top-nav {
4694+ margin-top: 5px;
4695+ padding-bottom: 5px;
4696+ border-bottom: 1px solid #eaeaea;
4697+ }
4698+
4699+ul#top-nav li {
4700+ display: inline;
4701+ font-weight: bold;
4702+ margin-right: 5px;
4703+ }
4704+
4705+ul#top-nav li a {
4706+ font-weight: normal;
4707+ }
4708+
4709+#search-box {
4710+ width: 595px;
4711+ margin: 0 auto;
4712+ margin-top: 63px;
4713+ }
4714+#search-box #ubuntu-branding {
4715+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4716+ background-position: 0px -251px;
4717+ background-color: #aea79f;
4718+ height: 40px;
4719+ -moz-border-radius: 0 0 5px 5px;
4720+ -webkit-border-radius: 0 0 5px 5px;
4721+}
4722+#search-box .top {
4723+ width: 593px;
4724+ height: 25px;
4725+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4726+ background-position: -10px -10px;
4727+ margin: 0;
4728+ padding: 0;
4729+ }
4730+
4731+#search-box .center {
4732+ width: 595px;
4733+ margin: 0;
4734+ padding: 0;
4735+ margin-right: -2px;
4736+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
4737+ }
4738+
4739+#search-box .center h1 {
4740+ margin: 0;
4741+ padding: 0;
4742+ }
4743+
4744+#search-box .center .padding {
4745+ padding-right: 44px;
4746+ padding-left: 44px;
4747+ }
4748+
4749+#search-box .center h1.logo a {
4750+ font-size: 1px;
4751+ display: block;
4752+ text-indent: -9999px;
4753+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4754+ background-position: -10px -605px;
4755+ margin: 0;
4756+ padding: 0;
4757+ height: 75px;
4758+ width: 180px;
4759+ margin-bottom: 15px;
4760+ position: relative;
4761+ }
4762+
4763+#search-box .center input {
4764+ width: 384px;
4765+ height: 25px;
4766+ font-size: 18px;
4767+ padding-left: 5px;
4768+ padding-right: 5px;
4769+ }
4770+
4771+#search-box .center button {
4772+ font-size: 18px;
4773+ padding: 2px;
4774+ }
4775+
4776+#search-box .bottom {
4777+ width: 593px;
4778+ height: 98px;
4779+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4780+ background-position: -10px -133px;
4781+ }
4782+#external-links {
4783+ overflow: auto;
4784+ width: 605px;
4785+ text-align: center;
4786+ padding-top: 20px;
4787+ padding-left: 10px;
4788+ padding-right: 10px;
4789+}
4790+.bottom-links {
4791+ height: 30px;
4792+ text-align: left;
4793+ padding-top: 8px;
4794+ display: inline-block;
4795+ background: blue;
4796+ margin-right: 20px;
4797+}
4798+.bottom-links a {
4799+ text-decoration: none;
4800+ color: gray;
4801+ padding: 10px 0 10px 40px;
4802+}
4803+.bottom-links a:hover {
4804+ color: #e24912;
4805+}
4806+#help-link {
4807+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4808+ background-position: -10px -450px;
4809+}
4810+#help-link:hover {
4811+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4812+ background-position: -10px -490px;
4813+}
4814+#shop-link {
4815+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4816+ background-position: -10px -365px;
4817+}
4818+#shop-link:hover {
4819+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4820+ background-position: -10px -407px;
4821+}
4822+#community-link {
4823+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4824+ background-position: -10px -530px;
4825+}
4826+#community-link:hover {
4827+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4828+ background-position: -10px -570px;
4829+}
4830+</style>
4831+</head>
4832+<body>
4833+ <div id="search-box">
4834+ <div id="ubuntu-branding"></div>
4835+ <div class="top"></div>
4836+ <div class="center">
4837+ <div class="padding">
4838+ <h1 class="logo"><a href="http://www.baidu.com">&nbsp;</a></h1>
4839+ <form method="get" action="http://baidu.com/s" name="f">
4840+ <input type="hidden" name="cl" value="3" />
4841+ <input type="hidden" name="tn" value="ubuntuu_cb" />
4842+ <input name="wd" value="" id="kw" />
4843+ <button>Cerca</button>
4844+ </form>
4845+ </div>
4846+ </div>
4847+ <div class="bottom"></div>
4848+ <div id="external-links">
4849+ <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">Supporto a Ubuntu &gt;</a></div>
4850+ <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">Negozio Ubuntu &gt;</a></div>
4851+ <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Comunità Ubuntu &gt;</a></div>
4852+ </div>
4853+ </div><!-- close search-box -->
4854+<script type="text/javascript">
4855+//<![CDATA[
4856+focus_search();
4857+//]]>
4858+</script>
4859+</body>
4860+</html>
4861
4862=== added file 'www/10.04/Baidu/index.html.ja'
4863--- www/10.04/Baidu/index.html.ja 1970-01-01 00:00:00 +0000
4864+++ www/10.04/Baidu/index.html.ja 2010-06-23 21:43:22 +0000
4865@@ -0,0 +1,197 @@
4866+<!DOCTYPE html>
4867+<html lang="ja" dir="ltr">
4868+<head>
4869+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
4870+<title>Ubuntuスタートページ</title>
4871+<script type="text/javascript">
4872+//<![CDATA[
4873+function focus_search() {
4874+ sbi = document.getElementById('kw');
4875+ sbi.focus();
4876+ search_select(sbi);
4877+}
4878+function search_select(e) {
4879+ if(e.value.length > 0) {
4880+ e.select();
4881+ }
4882+ e.select();
4883+}
4884+//]]>
4885+</script>
4886+<style type="text/css">
4887+body {
4888+ background: white;
4889+ font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
4890+ font-size: 12px;
4891+ line-height: 14px;
4892+ margin: 0 auto;
4893+ }
4894+
4895+ul#top-nav {
4896+ margin-top: 5px;
4897+ padding-bottom: 5px;
4898+ border-bottom: 1px solid #eaeaea;
4899+ }
4900+
4901+ul#top-nav li {
4902+ display: inline;
4903+ font-weight: bold;
4904+ margin-right: 5px;
4905+ }
4906+
4907+ul#top-nav li a {
4908+ font-weight: normal;
4909+ }
4910+
4911+#search-box {
4912+ width: 595px;
4913+ margin: 0 auto;
4914+ margin-top: 63px;
4915+ }
4916+#search-box #ubuntu-branding {
4917+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4918+ background-position: 0px -251px;
4919+ background-color: #aea79f;
4920+ height: 40px;
4921+ -moz-border-radius: 0 0 5px 5px;
4922+ -webkit-border-radius: 0 0 5px 5px;
4923+}
4924+#search-box .top {
4925+ width: 593px;
4926+ height: 25px;
4927+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4928+ background-position: -10px -10px;
4929+ margin: 0;
4930+ padding: 0;
4931+ }
4932+
4933+#search-box .center {
4934+ width: 595px;
4935+ margin: 0;
4936+ padding: 0;
4937+ margin-right: -2px;
4938+ background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
4939+ }
4940+
4941+#search-box .center h1 {
4942+ margin: 0;
4943+ padding: 0;
4944+ }
4945+
4946+#search-box .center .padding {
4947+ padding-right: 44px;
4948+ padding-left: 44px;
4949+ }
4950+
4951+#search-box .center h1.logo a {
4952+ font-size: 1px;
4953+ display: block;
4954+ text-indent: -9999px;
4955+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4956+ background-position: -10px -605px;
4957+ margin: 0;
4958+ padding: 0;
4959+ height: 75px;
4960+ width: 180px;
4961+ margin-bottom: 15px;
4962+ position: relative;
4963+ }
4964+
4965+#search-box .center input {
4966+ width: 384px;
4967+ height: 25px;
4968+ font-size: 18px;
4969+ padding-left: 5px;
4970+ padding-right: 5px;
4971+ }
4972+
4973+#search-box .center button {
4974+ font-size: 18px;
4975+ padding: 2px;
4976+ }
4977+
4978+#search-box .bottom {
4979+ width: 593px;
4980+ height: 98px;
4981+ background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
4982+ background-position: -10px -133px;
4983+ }
4984+#external-links {
4985+ overflow: auto;
4986+ width: 605px;
4987+ text-align: center;
4988+ padding-top: 20px;
4989+ padding-left: 10px;
4990+ padding-right: 10px;
4991+}
4992+.bottom-links {
4993+ height: 30px;
4994+ text-align: left;
4995+ padding-top: 8px;
4996+ display: inline-block;
4997+ background: blue;
4998+ margin-right: 20px;
4999+}
5000+.bottom-links a {
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches