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

« back to all changes in this revision

Viewing changes to www/8.04/index.html.bg

  • Committer: Martin Albisetti
  • Date: 2012-04-25 22:06:15 UTC
  • Revision ID: martin.albisetti@canonical.com-20120425220615-g1gg5nctazuwsdey
Re-add old releases with their old design

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
3
 
 
4
<html xmlns="http://www.w3.org/1999/xhtml" lang="bg">
 
5
<head>
 
6
  <title>Welcome to Ubuntu 8.04 LTS!</title>
 
7
  <link rel="stylesheet" href="http://start.ubuntu.com/8.04/style.css" type="text/css" />
 
8
  <link rel="shortcut icon" href="http://start.ubuntu.com/favicon.ico" type="image/x-icon" />
 
9
  <script type="text/javascript">//<![CDATA[
 
10
  function focus_search() {
 
11
        sbi = document.getElementById('sbi');
 
12
        sbi.focus();
 
13
        search_select(sbi);
 
14
  }
 
15
  function search_select(e) {
 
16
        if(e.value.length > 0) {
 
17
                e.select();
 
18
        }
 
19
        e.select();
 
20
  }
 
21
  function show_tabs() {
 
22
        tabs = document.getElementById('tabs');
 
23
        u = tabs.getElementsByTagName('ul');
 
24
        if(u[0].style.display && u[0].style.display == 'block')
 
25
                u[0].style.display = 'none';
 
26
        else
 
27
                u[0].style.display = 'block';
 
28
  }
 
29
  //]]></script>
 
30
</head>
 
31
 
 
32
<body onload="focus_search()">
 
33
<div id="round"><div id="container">
 
34
        <div id="header">
 
35
                <h1 class="column span-1">Ubuntu</h1>
 
36
                <div id="tabs" class="column span-19">
 
37
                        <ul>
 
38
                                <li><a href="http://www.ubuntu.com/support">Support</a></li>
 
39
                                <li><a href="https://shop.canonical.com/">Merchandise</a></li>
 
40
                                <li><a href="http://www.ubuntu.com/community">Get Involved</a></li>
 
41
                                <li><a href="https://wiki.ubuntu.com/UbuntuWeeklyNewsletter">Newsletter</a></li>
 
42
                                <li><a href="http://brainstorm.ubuntu.com/">Brainstorm</a></li>
 
43
                        </ul><br /><span>&nbsp;</span>
 
44
                </div>
 
45
                <div id="heron" class="column span-4 last">
 
46
                        <img src="http://start.ubuntu.com/8.04/images/heron.png" width="104" height="118" alt="Hardy Heron" />
 
47
                </div>
 
48
        </div>
 
49
  <div id="content" class="column span-14">
 
50
  <div id="searchbox"><!-- Search Google -->
 
51
        <form method="get" action="http://www.google.com/cse">
 
52
                <a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" alt="Google" align="middle" /></a>
 
53
                <label for="sbi" style="display: none">Enter your search terms</label>
 
54
                <input type="text" name="q" size="41" maxlength="255" value="" id="sbi" />
 
55
                <label for="sbb" style="display: none">Submit search form</label>
 
56
                <input type="submit" name="sa" value="Search" id="sbb" />
 
57
                <input name="cx" value="partner-pub-9300639326172081:n71jpcz0370" type="hidden" />
 
58
                <input name="ie" value="UTF-8" type="hidden" />
 
59
        </form>
 
60
        <!-- Search Google -->
 
61
  </div>
 
62
 
 
63
        
 
64
 
 
65
  <h1 class="title"><a id="art-about-ubuntu" name=
 
66
  "art-about-ubuntu"></a>Welcome to Ubuntu 8.04 LTS!</h1>
 
67
 
 
68
  <p>The Ubuntu project is built on the ideas enshrined in the
 
69
  <a href="http://www.ubuntu.com/ubuntu/philosophy">Ubuntu philosophy</a>: that software should be available
 
70
  free of charge, that software tools should be usable by people in
 
71
  their local language, and that people should have the freedom to
 
72
  customize and alter their software in whatever way they need.</p>
 
73
 
 
74
  <h2 class="title" style="clear: both">Getting Help with
 
75
  Ubuntu:</h2>
 
76
 
 
77
  <p>There are many ways to get help with Ubuntu.</p>
 
78
  <p>Access Ubuntu's guides and documentation by
 
79
  selecting "Help" from your System menu. You can also find help from the <a href=
 
80
  "http://help.ubuntu.com">official Ubuntu
 
81
  documentation website</a> and the <a href=
 
82
  "http://help.ubuntu.com/community">community contributed documentation</a>.</p>
 
83
  <p>If you prefer some human contact, you can use the <a href=
 
84
  "http://lists.ubuntu.com">mailing lists</a>,
 
85
  <a href="http://www.ubuntu.com/community/forums">web forums</a>, or chat with the community on Freenode IRC
 
86
  Channel: #ubuntu.</p>
 
87
  <p>You can also obtain
 
88
  <a href="http://www.ubuntu.com/support/supportoptions/paidsupport">commercial support</a>.</p>
 
89
 
 
90
  <h2 class="title" style="clear: both">Participate in Ubuntu:</h2>
 
91
 
 
92
  <p>The Ubuntu community is made up of software developers,
 
93
  documentation writers, translators, graphic artists, and most
 
94
  importantly, the people who are using Ubuntu in their everyday
 
95
  lives. We invite you to join this community and help shape Ubuntu
 
96
  into an operating system that better meets your needs.</p>
 
97
 
 
98
  <p>To find out how to participate, visit <a href=
 
99
  "http://www.ubuntu.com/community/participate/">Ubuntu's community participation page</a>!</p>
 
100
 
 
101
  
 
102
 
 
103
  </div>
 
104
  <div id="gadgets" class="column span-10 last">
 
105
        <div class="gbox">
 
106
                <div class="gimage"><a target="_top" href="http://www.ubuntu.com/support"><img src="http://start.ubuntu.com/gadgets/images/sixlinks/icon-users.png" alt="" width="48" height="48" border="0" /></a></div>
 
107
                <div class="gtext"><strong><a target="_top" href="http://www.ubuntu.com/support">Get Ubuntu Support</a></strong><br />
 
108
                                Stumped by a problem? Find out how to get help.</div>
 
109
        </div>
 
110
        <div class="gbox">
 
111
                <div class="gimage"><a target="_top" href="https://shop.canonical.com/"><img src="http://start.ubuntu.com/gadgets/images/sixlinks/mug.png" alt="" width="48" height="48" border="0" /></a></div>
 
112
                <div class="gtext"><strong><a target="_top" href="https://shop.canonical.com">Ubuntu Merchandise</a></strong><br />
 
113
                        Make your friends jealous! Show off the latest Ubuntu gear.</div>
 
114
        </div>
 
115
        <div class="gbox">
 
116
                <div class="gimage"><a target="_top" href="http://www.ubuntu.com/community/participate"><img src="http://start.ubuntu.com/gadgets/images/sixlinks/icon-getinvolved.png" alt="" width="48" height="48" border="0" /></a></div>
 
117
                <div class="gtext"><strong><a target="_top" href="http://www.ubuntu.com/community/">Get Involved with Ubuntu</a></strong><br />
 
118
                        Ubuntu is also a community with limitless opportunities to join in.</div>
 
119
        </div>
 
120
        <div class="gbox">
 
121
                <div class="gimage"><a target="_top" href="http://forums.ubuntu.com"><img src="http://start.ubuntu.com/gadgets/images/sixlinks/news.png" alt="" width="48" height="48" border="0" /></a></div>
 
122
                <div class="gtext"><strong><a target="_top" href="http://forums.ubuntu.com/">Ubuntu Forums</a></strong><br />
 
123
                        Get help, learn what's new and join the discussions</div>
 
124
        </div>
 
125
        
 
126
   <!--  removed for now
 
127
   <script src="http://gmodules.com/ig/ifr?url=http%3A%2F%2Fstart.ubuntu.com%2Fgadgets%2Fsixlinks_gadget.xml&amp;w=310&amp;h=200&amp;title=Ubuntu Links&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script>
 
128
   <script src="http://gmodules.com/ig/ifr?url=http%3A%2F%2Fstart.ubuntu.com%2Fgadgets%2Fbbc.xml&amp;up_extrafeed=http%3A%2F%2Fnewsrss.bbc.co.uk%2Frss%2Fnewsonline_uk_edition%2Ftechnology%2Frss.xml&amp;up_extratitle=Tech&amp;up_subject=BBC%20World%29News&amp;up_entries=6&amp;up_summaries=100&amp;up_selectedTab=&amp;synd=open&amp;w=310&amp;h=200&amp;title=BBC+News&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script>
 
129
   <script src="http://gmodules.com/ig/ifr?url=http://digg.com/goog/ig.xml&amp;up_user=&amp;up_thumbnail=1&amp;up_filter=0&amp;up_num=5&amp;up_type=popular&amp;up_refresh=0&amp;up_tab=0&amp;up_1001=true&amp;up_1002=true&amp;up_1005=true&amp;up_1006=true&amp;up_1022=true&amp;up_1003=true&amp;up_1007=true&amp;up_1023=true&amp;synd=open&amp;w=310&amp;h=200&amp;title=Digg&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script>
 
130
    -->
 
131
   <!--  <a href="#" onclick="show_tabs(); return false">tabs</a> -->
 
132
  </div>
 
133
        <div id="footer" class="column span-24 last clear">
 
134
                &nbsp; <!-- just in case we ever need a footer -->
 
135
        </div>
 
136
  <span class="clear">&nbsp;</span>
 
137
        <div id="bottomcap">
 
138
                <img src="http://start.ubuntu.com/8.04/images/cap-bottom.png" alt=""/>
 
139
        </div>
 
140
</div></div><!-- end container and round -->
 
141
</body>
 
142
</html>