<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html;charset=utf-8"&gt;
&lt;meta name="robots" content="index,nofollow"&gt;


&lt;title&gt;plone.css - Ubuntu&lt;/title&gt;

&lt;script type="text/javascript"&gt;
&lt;!--// common functions

// We keep here the state of the search box
searchIsDisabled = false;

function searchChange(e) {
    // Update search buttons status according to search box content.
    // Ignore empty or whitespace search term.
    var value = e.value.replace(/\s+/, '');
    if (value == '' || searchIsDisabled) { 
        searchSetDisabled(true);
    } else {
        searchSetDisabled(false);
    }
}

function searchSetDisabled(flag) {
    // Enable or disable search
    document.getElementById('fullsearch').disabled = flag;
    document.getElementById('titlesearch').disabled = flag;
}

function searchFocus(e) {
    // Update search input content on focus
    if (e.value == 'Search') {
        e.value = '';
        e.style.color = 'black';
        searchIsDisabled = false;
    }
}

function searchBlur(e) {
    // Update search input content on blur
    if (e.value == '') {
        e.value = 'Search';
        e.style.color = 'gray';
        searchIsDisabled = true;
    }
}

function actionsMenuInit(title) {
    // Initiliaze action menu
    for (i = 0; i &lt; document.forms.length; i++) {
        var form = document.forms[i];
        if (form.className == 'actionsmenu') {
            // Check if this form needs update
            var div = form.getElementsByTagName('div')[0];
            var label = div.getElementsByTagName('label')[0];
            if (label) {
                // This is the first time: remove label and do buton.
                div.removeChild(label);
                var dobutton = div.getElementsByTagName('input')[0];
                div.removeChild(dobutton);
                // and add menu title
                var select = div.getElementsByTagName('select')[0];
                var item = document.createElement('option');
                item.appendChild(document.createTextNode(title));
                item.value = 'show';
                select.insertBefore(item, select.options[0]);
                select.selectedIndex = 0;
            }
        }
    }
}
//--&gt;
&lt;/script&gt;

&lt;link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="/htdocs/ubuntuwebsite/css/common.css"&gt;
&lt;link rel="stylesheet" type="text/css" charset="utf-8" media="screen" href="/htdocs/ubuntuwebsite/css/screen.css"&gt;
&lt;link rel="stylesheet" type="text/css" charset="utf-8" media="print" href="/htdocs/ubuntuwebsite/css/print.css"&gt;
&lt;link rel="stylesheet" type="text/css" charset="utf-8" media="projection" href="/htdocs/ubuntuwebsite/css/projection.css"&gt;

&lt;link rel="Start" href="/Welcome"&gt;
&lt;link rel="Alternate" title="Wiki Markup" href="/plone%2ecss?action=raw"&gt;
&lt;link rel="Alternate" media="print" title="Print View" href="/plone%2ecss?action=print"&gt;
&lt;link rel="Search" href="/FindPage"&gt;
&lt;link rel="Index" href="/TitleIndex"&gt;
&lt;link rel="Glossary" href="/WordIndex"&gt;
&lt;link rel="Help" href="/HelpOnFormatting"&gt;
&lt;/head&gt;

&lt;body  lang="en" dir="ltr"&gt;

&lt;div id="header"&gt;
&lt;div id="mastwrap"&gt;&lt;div id="masthead"&gt;

&lt;form id="searchform" method="get" action=""&gt;
&lt;div&gt;
&lt;input type="hidden" name="action" value="fullsearch"&gt;
&lt;input type="hidden" name="context" value="180"&gt;
&lt;label for="searchinput"&gt;Search:&lt;/label&gt;
&lt;input id="searchinput" type="text" name="value" value="" size="20"
    onfocus="searchFocus(this)" onblur="searchBlur(this)"
    onkeyup="searchChange(this)" onchange="searchChange(this)" alt="Search"&gt;
&lt;input id="fullsearch" name="fullsearch" type="submit"
    value="Search" alt="Search Full Text"&gt;
&lt;/div&gt;
&lt;/form&gt;
&lt;script type="text/javascript"&gt;
&lt;!--// Initialize search form
var f = document.getElementById('searchform');
f.getElementsByTagName('label')[0].style.display = 'none';
var e = document.getElementById('searchinput');
searchChange(e);
searchBlur(e);
//--&gt;
&lt;/script&gt;

  &lt;div id="sisternav"&gt;
      &lt;ul&gt;
        &lt;li id="current"&gt;
            &lt;a href="/Welcome" accesskey="t"&gt;Ubuntu&lt;/a&gt;
        &lt;/li&gt;
        &lt;li id="plain"&gt;
            &lt;a href="/developers" accesskey="t"&gt;Developers&lt;/a&gt;
        &lt;/li&gt;
        &lt;li id="plain"&gt;
            &lt;a href="/community" accesskey="t"&gt;Community&lt;/a&gt;
        &lt;/li&gt;
        &lt;li id="plain"&gt;
            &lt;a href="/support" accesskey="t"&gt;Support&lt;/a&gt;
        &lt;/li&gt;
        &lt;li id="plain"&gt;
            &lt;a href="/partners" accesskey="t"&gt;Partners&lt;/a&gt;
        &lt;/li&gt;
        &lt;li id="plain"&gt;
            &lt;a href="http://wiki.ubuntu.com/" accesskey="t"&gt;Wiki&lt;/a&gt;
        &lt;/li&gt;
      &lt;/ul&gt;
  &lt;/div&gt;

&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div id="pagebox"&gt;
&lt;div id="sidepanel"&gt;
&lt;div class="sidenavmenu"&gt;
	&lt;ul&gt;
	&lt;li class="active"&gt;&lt;a href="/Welcome"&gt;Welcome to Ubuntu&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="/ubuntu"&gt;About Ubuntu&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="/screenshots"&gt;Screenshots&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="/download"&gt;Download&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://shipit.ubuntu.com/"&gt;Shipit - Free CDs&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="/Donations"&gt;Donations&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://www.cafepress.com/ubuntushop/"&gt;Ubuntu Shop&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://lists.ubuntu.com/archives/ubuntu-security-announce/"&gt;Security notices&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
&lt;/div&gt;

&lt;h3&gt;Related Projects&lt;/h3&gt;
&lt;div class="sidestuff"&gt;
         &lt;ul&gt;
           &lt;li&gt;&lt;a href="http://www.kubuntu.org/"&gt;&lt;img src="http://www.ubuntu.com/include/kubuntulogo2.png" width="170px" title="Kubuntu - KDE Desktop that Just Works!"&gt;&lt;/a&gt;&lt;/li&gt;
          &lt;li&gt;&lt;a href="http://www.edubuntu.org"&gt;&lt;img src="http://www.ubuntu.com/include/edubuntu_logo2.png" width="170px" title="Edubuntu - Free Software Platform for Schools"&gt;&lt;/a&gt;&lt;/li&gt;
         &lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id="page" lang="en" dir="ltr"&gt;&lt;!-- start page --&gt;
&lt;div lang="en" id="content" dir="ltr"&gt;
&lt;a id="top"&gt;&lt;/a&gt;
&lt;div lang="en" id="content" dir="ltr"&gt;
&lt;a id="top"&gt;&lt;/a&gt;
&lt;p&gt;&lt;strong&gt;Sorry. The page you have requested does not exist.  Try one of the following pages with similar names or see the &lt;a href="/TitleIndex"&gt;full title index&lt;/a&gt;.&lt;/strong&gt; &lt;/p&gt;

&lt;h5 id="head-bcacd1813fe3dd525255e4a1987481e4a9a57410"&gt;Existing pages with similar names&lt;/h5&gt;

&lt;ul&gt;
&lt;li style="list-style-type:none"&gt;(none)&lt;p&gt;  &lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id="head-438ab149da19a1fa437de1f5efdb6c531459ebdd"&gt;Page title search&lt;/h5&gt;

&lt;ul&gt;
&lt;li style="list-style-type:none"&gt;&lt;form method="get" action=""&gt;
&lt;div&gt;
&lt;input type="hidden" name="action" value="fullsearch"&gt;
&lt;input type="hidden" name="titlesearch" value="1"&gt;
&lt;input name="value" size="30" value=""&gt;
&lt;input type="submit" value="Search Titles"&gt;

&lt;/div&gt;
&lt;/form&gt;&lt;p&gt; &lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id="head-5521c2f992b982f6bdbd781a487e2e08a005d78e"&gt;Full text search&lt;/h5&gt;

&lt;ul&gt;
&lt;li style="list-style-type:none"&gt;&lt;form method="get" action=""&gt;
&lt;div&gt;
&lt;input type="hidden" name="action" value="fullsearch"&gt;
&lt;input type="hidden" name="titlesearch" value="0"&gt;
&lt;input name="value" size="30" value=""&gt;
&lt;input type="submit" value="Search Text"&gt;
&lt;br&gt;
&lt;input type="checkbox" name="context" value="160" checked="checked"&gt;
Display context of search results
&lt;br&gt;
&lt;input type="checkbox" name="case" value="1"&gt;
Case-sensitive searching
&lt;/div&gt;
&lt;/form&gt;&lt;p&gt; &lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;a id="bottom"&gt;&lt;/a&gt;

&lt;/div&gt;
&lt;a id="bottom"&gt;&lt;/a&gt;

&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt; &lt;!-- end page --&gt;


&lt;div id="footer"&gt;
&lt;div id="footbox"&gt;
     &amp;copy; 2005 &lt;a href="http://www.canonical.com"&gt;Canonical Ltd&lt;/a&gt;. Ubuntu, Kubuntu, Edubuntu and Canonical are registered trademarks of Canonical Ltd.&lt;br /&gt;
     Powered by &lt;a href="http://moinmoin.wikiwikiweb.de/"&gt;Moin&lt;/a&gt; on Ubuntu &amp;mdash; 
     &lt;a href="/feedback"&gt;Feedback&lt;/a&gt; &amp;mdash; 
     &lt;a href="/legal"&gt;Legal&lt;/a&gt; &amp;mdash; 
     &lt;a href="/TitleIndex"&gt;Site Map&lt;/a&gt; &amp;mdash; 
     &lt;a href="/UserPreferences"&gt;Admin&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/body&gt;
&lt;/html&gt;

</pre></body></html>