Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library-customization/library_homepage.tmpl
blob: fb2a8a7e88d2c7db3e6cf2e84e6413e2e91f764c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{% extends 'layout.tmpl'  %}

{% block content %}
<style><!--

body,td,a,p,.h{font-family:arial,sans-serif}
.h{font-size:20px}
.h{color:#3366cc}
.q{color:#00c}
img{border:0}

td.pylabel{
padding-left: 15px;
font-size:30px;
}

img.logo {
padding-top: 8px;
padding-bottom: 6px;
}

--></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>

<body class="links" onload="sf()">
<div align="center"><a href="http://www.paraguayeduca.org"><img src="/usr/share/library-common/img/pyeduca.jpg" width="159" height="114" class="logo" /></a></div>

<center>
<script defer><!--
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>

<table border=0 cellspacing=0 cellpadding=4 width="700px">
<form action="http://google.com.py/search" name="f" target="_top">
<tr>
<td width="130px" align="center"><img src="/usr/share/library-common/img/google-logo.gif" width="100px"/></td>
<td width="250px" align="center" nowrap><input name=hl type=hidden value=en>
<input maxlength=2048 name=q size=30 title="Buscar en la Red" value="" height=40 style="background:#ffffdd;"></td>
<td align="left" nowrap><input name=btnG type=submit value="Buscar en la Red" height=40></td>
</tr>
</form>
</table>
</center>

<br/>

<div align="center">
<table cellpadding="6">
<tr>
<td>
<a href="http://schoolserver/"><img src="/usr/share/library-common/img/escuela.png" width="100" height="100" /></a>
</td>
<td class="pylabel">
<a href="http://schoolserver/">Mi escuela</a> (<a href="http://schoolserver/archivos/">archivos</a>)
</td>
</tr>

<tr>
<td>
<a href="http://activities.sugarlabs.org/"><img src="/usr/share/library-common/img/resources.png" width="100" height="100" /></a>
</td>
<td class="pylabel">
<a href="http://activities.sugarlabs.org/">Actividades</a>
</td>
</tr>

<tr>
<td>
<a href="http://wiki.paraguayeduca.org/"><img src="/usr/share/library-common/img/techsupport.png" width="100" height="100" /></a>
</td>
<td class="pylabel">
<a href="http://wiki.paraguayeduca.org/">Paraguay Educa Wiki</a>
</td>
</tr>
</table>
</div>

{% endblock %}