Library front page: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
The following html generates a makeshift front page for the XO library or browser -- '''a version of this page is available [http://www.people.fas.harvard.edu/~paur/libraryfrontpage.html here]'''.
The following html generates a makeshift front page for the XO library or browser -- '''a version of this page is available [http://www.people.fas.harvard.edu/~paur/walterindex.html here]'''.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
The following html generates a makeshift front page for the XO library or browser -- '''a version of this page is available [http://www.people.fas.harvard.edu/~paur/libraryfrontpage.html here]'''.
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>


<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<html xmlns="http://www.w3.org/1999/xhtml">
<title>OLPC</title>

<head>


<style><!--
<title>OLPC Library Frontpage</title>
body,td,a,p,.h{font-family:arial,sans-serif}
.h{font-size:20px}
.h{color:#3366cc}
.q{color:#00c}
--></style>


<script>
<!--
function sf(){document.f.q.focus();}
window.rwt=function(b,d,f,j,k,g,l){var a=window.encodeURIComponent?encodeURIComponent:escape,h="",i="",c=b.href.split("#"),e="";if(d
){h="&oi="+a(d)}if(f){i="&cad="+a(f)}if(g){e="&usg="+g}b.href="/url?sa=t"+h+i+"&ct="+a(j)+"&cd="+a(k)+"&url="+a(c[0]).replace(/\+/g,
"%2B")+"&ei=BkUMRpOuHJuwavSw3aYD"+e+l+(c[1]?"#"+c[1]:"");b.onmousedown="";return true};// -->
</script>
</head>
</head>


<body class="links" bgcolor=#ffffff text=#000000 link=#0000cc vlink=#551a8b alink=#ff0000 topmargin=3 marginheight=3>
<body>


<ul>
<br/>
<br/>
<li><a href="http://www.google.com">Google</a></li>
<center>
<li><a href="http://wiki.laptop.org/go/Main_Page">OLPC Wiki</a></li>
<a target="_top" href="http://wiki.laptop.org"><img border="0" src="olpc.png" alt="OLPC wiki"></a>
<li><a href="file:///home/olpc/Library/index.html">XO Local Library</a></li>
</ul>


<br/>
The latest build is <a
<br/>
href="http://olpc.download.redhat.com/olpc/streams/development/LATEST">here</a>. The
<center>
latest stable build is
<a target="_top" href="http://fedoraproject.org/wiki/OLPC"><img border="0" src="redhat.png" alt="Fedora OLPC wiki"></a>
<a href="http://olpc.download.redhat.com/olpc/streams/development/LATEST-STABLE-BUILD">here</a>.


</body>
<br/>
<br/>
<a target="_top" href="http://www.google.com"><img border="0" src="google.png" alt="google"></a>


<form action="http://www.google.com/search" name=f><script defer><!--
</html>
function qs(el){if(window.RegExp&&window.encodeURIComponent){var ue=el.href,qe=encodeURIComponent(document.f.q.value);if(ue.indexOf(
"q=")!=-1){el.href=ue.replace(new RegExp("q=[^&$]*"),"q="+qe);}else{el.href=ue+"&q="+qe;}}return 1;}
function togDisp(e){stopB(e);var elems=document.getElementsByName('more');for(var i=0;i<elems.length;i++){var obj=elems[i],dp="";if(
obj.style.display==""){dp="none";}obj.style.display=dp;}return false;}
function stopB(e){if(!e)e=window.event;e.cancelBubble=true;}
document.onclick=function(event){var elems=document.getElementsByName('more');if(elems[0].style.display==""){togDisp(event);}}
//-->
</script>
<input name=hl type=hidden value=en><input maxlength=2048 name=q size=35 title="Google" value=""><input name=btnG type=submit value=
"Google">
</form>
</body></html>

Latest revision as of 22:54, 1 August 2007

The following html generates a makeshift front page for the XO library or browser -- a version of this page is available here.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"

 "http://www.w3.org/TR/html4/strict.dtd">

<html> <head>

 <meta http-equiv="Content-type" content="text/html; charset=utf-8">
 <title>OLPC</title>

<style></style>

<script> </script> </head>

<body class="links" bgcolor=#ffffff text=#000000 link=#0000cc vlink=#551a8b alink=#ff0000 topmargin=3 marginheight=3>



<a target="_top" href="http://wiki.laptop.org"><img border="0" src="olpc.png" alt="OLPC wiki"></a>



<a target="_top" href="http://fedoraproject.org/wiki/OLPC"><img border="0" src="redhat.png" alt="Fedora OLPC wiki"></a>



<a target="_top" href="http://www.google.com"><img border="0" src="google.png" alt="google"></a>

<form action="http://www.google.com/search" name=f><script defer> </script> <input name=hl type=hidden value=en><input maxlength=2048 name=q size=35 title="Google" value=""><input name=btnG type=submit value= "Google"> </form> </body></html>