~chrisccoulson/ubuntu-start-page/bug755028

« back to all changes in this revision

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

  • Committer: Martin Albisetti
  • Date: 2010-07-20 18:56:36 UTC
  • Revision ID: martin.albisetti@canonical.com-20100720185636-d3w1n6ynaj3f6ri8
Updated languages

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<html lang="ml" dir="ltr">
 
3
<head>
 
4
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 
 
5
<title>ഉബുന്റുവിലേക്ക് സ്വാകതം</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
<style type="text/css">
 
22
body {
 
23
    background: white;
 
24
    font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
 
25
    font-size: 12px;
 
26
    line-height: 14px;
 
27
    margin: 0 auto;
 
28
    }
 
29
 
 
30
ul#top-nav {
 
31
    margin-top: 5px;
 
32
    padding-bottom: 5px;
 
33
    border-bottom: 1px solid #eaeaea;
 
34
    }
 
35
 
 
36
ul#top-nav li {
 
37
    display: inline;
 
38
    font-weight: bold;
 
39
    margin-right: 5px;
 
40
    }
 
41
 
 
42
ul#top-nav li a {
 
43
    font-weight: normal;
 
44
    }
 
45
 
 
46
#search-box {
 
47
    width: 595px;
 
48
    margin: 0 auto;
 
49
    margin-top: 63px;
 
50
    }
 
51
#search-box #ubuntu-branding {
 
52
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
 
53
    background-position: 0px -251px;
 
54
    background-color: #aea79f;
 
55
    height: 40px;
 
56
    -moz-border-radius: 0 0 5px 5px;
 
57
    -webkit-border-radius: 0 0 5px 5px;
 
58
}
 
59
#search-box .top {
 
60
    width: 593px;
 
61
    height: 65px;
 
62
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
 
63
    background-position: -10px -10px;
 
64
    margin: 0;
 
65
    padding: 0;
 
66
    }
 
67
 
 
68
#search-box .center {
 
69
    width: 595px;
 
70
    margin: 0;
 
71
    padding: 0;
 
72
    margin-right: -2px;
 
73
    background: url(http://start.ubuntu.com/10.04/middle.png) repeat-y;
 
74
    }
 
75
 
 
76
#search-box .center h1 {
 
77
    margin: 0;
 
78
    padding: 0;
 
79
    }
 
80
 
 
81
#search-box .center .padding {
 
82
    padding-right: 44px;
 
83
    padding-left: 44px;
 
84
    }
 
85
 
 
86
#search-box .center h1.logo a {
 
87
    font-size: 1px;
 
88
    display: block;
 
89
    text-indent: -9999px;
 
90
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
 
91
    background-position: -10px -310px;
 
92
    margin: 0;
 
93
    padding: 0;
 
94
    height: 37px;
 
95
    width: 101px;
 
96
    margin-bottom: 15px;
 
97
    position: relative;
 
98
    }
 
99
 
 
100
#search-box .center input {
 
101
    width: 384px;
 
102
    height: 25px;
 
103
    font-size: 18px;
 
104
    padding-left: 5px;
 
105
    padding-right: 5px;
 
106
    }
 
107
 
 
108
#search-box .center button {
 
109
    font-size: 18px;
 
110
    padding: 2px;
 
111
    }
 
112
 
 
113
#search-box .bottom {
 
114
    width: 593px;
 
115
    height: 98px;
 
116
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
 
117
    background-position: -10px -133px;
 
118
    }
 
119
#external-links {
 
120
    overflow: auto;
 
121
    width: 605px;
 
122
    text-align: center;
 
123
    padding-top: 20px;
 
124
    padding-left: 10px;
 
125
    padding-right: 10px;
 
126
}
 
127
.bottom-links {
 
128
    height: 30px;
 
129
    text-align: left;
 
130
    padding-top: 8px;
 
131
    display: inline-block;
 
132
    background: blue;
 
133
    margin-right: 20px;
 
134
}
 
135
.bottom-links a {
 
136
    text-decoration: none;
 
137
    color: gray;
 
138
    padding: 10px 0 10px 40px;
 
139
}
 
140
.bottom-links a:hover {
 
141
    color: #e24912;
 
142
}
 
143
#help-link {
 
144
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
 
145
    background-position: -10px -450px;
 
146
}
 
147
#help-link:hover {
 
148
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
 
149
    background-position: -10px -490px;
 
150
}
 
151
#shop-link {
 
152
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
 
153
    background-position: -10px -365px;
 
154
}
 
155
#shop-link:hover {
 
156
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
 
157
    background-position: -10px -407px;
 
158
}
 
159
#community-link {
 
160
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
 
161
    background-position: -10px -530px;
 
162
}
 
163
#community-link:hover {
 
164
    background: url(http://start.ubuntu.com/10.04/sprite.png) no-repeat;
 
165
    background-position: -10px -570px;
 
166
}
 
167
</style>
 
168
</head>
 
169
<body>
 
170
    <div id="search-box">
 
171
        <div id="ubuntu-branding"></div>
 
172
        <div class="top"></div>
 
173
        <div class="center">
 
174
            <div class="padding">
 
175
                <h1 class="logo"><a href="http://www.google.com">&nbsp;</a></h1>
 
176
                <form method="get" action="http://www.google.com/cse" name="search">
 
177
                <input type="hidden" name="cx" value="partner-pub-9300639326172081:d9bbzbtli15" />
 
178
                <input type="hidden" name="ie" value="UTF-8" />
 
179
                <input type="hidden" name="sa" value="Search" />
 
180
                <input name="q" value="" id="sbi" />
 
181
                <input type="hidden" name="hl" value="ml" />
 
182
                <button>തിരയല്‍</button>
 
183
                </form>
 
184
            </div>
 
185
        </div>
 
186
        <div class="bottom"></div>
 
187
        <div id="external-links">
 
188
            <div id="help-link" class="bottom-links"><a href="https://help.ubuntu.com">ഉബുണ്ടു സഹായം &gt;</a></div>
 
189
            <div id="shop-link" class="bottom-links"><a href="http://shop.ubuntu.com">ഉബുണ്ടു കട &gt;</a></div>
 
190
            <div id="community-link" class="bottom-links"><a href="http://www.ubuntu.com/community">ഉബുണ്ടു സമൂഹം &gt;</a></div>
 
191
        </div>
 
192
    </div><!-- close search-box -->
 
193
<script type="text/javascript">
 
194
//<![CDATA[
 
195
focus_search();
 
196
//]]>
 
197
</script>
 
198
</body>
 
199
</html>