~adiroiban/ubuntu-start-page/9.04-and-9.10-translations

« back to all changes in this revision

Viewing changes to www/10.04/Yahoo/index.html.zh_CN

  • Committer: Adi Roiban
  • Date: 2010-04-27 19:47:21 UTC
  • Revision ID: adi@roiban.ro-20100427194721-2xigbhj9z82u1jgi
Update translations. Add translation script for 10.04.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 
5
5
<title>Ubuntu 起始页</title>
 
6
<script type="text/javascript">
 
7
//<![CDATA[
 
8
function focus_search() {
 
9
    sbi = document.getElementById('sbi');
 
10
    sbi.focus();
 
11
    search_select(sbi);
 
12
}
 
13
function search_select(e) {
 
14
    if(e.value.length > 0) {
 
15
        e.select();
 
16
    }
 
17
    e.select();
 
18
}
 
19
//]]>
 
20
</script>
 
21
 
6
22
<style type="text/css">
7
23
body {
8
24
    background: white;
103
119
    }
104
120
#external-links {
105
121
    overflow: auto;
106
 
    width: 555px;
 
122
    width: 605px;
107
123
    text-align: center;
108
124
    padding-top: 20px;
109
 
    padding-left: 20px;
110
 
    padding-right: 20px;
 
125
    padding-left: 10px;
 
126
    padding-right: 10px;
111
127
}
112
128
.bottom-links {
113
129
    height: 30px;
159
175
            <div class="padding">
160
176
                <h1 class="logo"><a href="http://www.yahoo.com">Yahoo! Search</a></h1>
161
177
                <form method="get" action="http://search.yahoo.com/search" name="search">
162
 
                <input name="p" value="" />
 
178
                <input name="p" value="" id="sbi"/>
163
179
                <input type="hidden" name="fr" value="ubuntu" />
164
180
                <input type="hidden" name="ei" value="UTF-8" />
165
181
                <button>搜索</button>
173
189
            <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Ubuntu 社区 &gt;</a></div>
174
190
        </div>
175
191
    </div><!-- close search-box -->
 
192
<script type="text/javascript">
 
193
//<![CDATA[
 
194
focus_search();
 
195
//]]>
 
196
</script>
 
197
 
176
198
</body>
177
199
</html>