~muffinresearch/ubuntu-start-page/add-rtl-script

« back to all changes in this revision

Viewing changes to www/10.04/index.html.id

  • 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>Halaman Depan 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>
6
21
<style type="text/css">
7
22
body {
8
23
    background: white;
103
118
    }
104
119
#external-links {
105
120
    overflow: auto;
106
 
    width: 555px;
 
121
    width: 605px;
107
122
    text-align: center;
108
123
    padding-top: 20px;
109
 
    padding-left: 20px;
110
 
    padding-right: 20px;
 
124
    padding-left: 10px;
 
125
    padding-right: 10px;
111
126
}
112
127
.bottom-links {
113
128
    height: 30px;
151
166
}
152
167
</style>
153
168
</head>
154
 
<body OnLoad="document.search.q.focus();">
 
169
<body>
155
170
    <div id="search-box">
156
171
        <div id="ubuntu-branding"></div>
157
172
        <div class="top"></div>
162
177
                <input type="hidden" name="cx" value="partner-pub-9300639326172081:d9bbzbtli15" />
163
178
                <input type="hidden" name="ie" value="UTF-8" />
164
179
                <input type="hidden" name="sa" value="Search" />
165
 
                <input name="q" value="" />
 
180
                <input name="q" value="" id="sbi" />
166
181
                <button>Cari</button>
167
182
                </form>
168
183
            </div>
174
189
            <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">Komunitas Ubuntu &gt;</a></div>
175
190
        </div>
176
191
    </div><!-- close search-box -->
 
192
<script type="text/javascript">
 
193
//<![CDATA[
 
194
focus_search();
 
195
//]]>
 
196
</script>
177
197
</body>
178
198
</html>