User:Felice/children.html.template: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (Reverted edits by 85.25.139.130 (Talk); changed back to last version by Xavi)
(FIELD_OTHER)
Line 1: Line 1:
FIELD_MESSAGE_trcnabotadar
{{OLPC}}
<pre>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="$gettext{'lang'}" xml:lang="$gettext{'lang'}">

<head>
<title>$gettext{'olpc'}, $gettext{'childrentitle'}</title>
<meta name="Description" content="$gettext{'childrendescription'}" />
<meta name="keywords" content="$gettext{'childrenkeywords'}" />
<!--#include virtual="../includes/meta.html" -->
<!--#include virtual="../includes/icon.html" -->
<!--#include virtual="../includes/css.html" -->
<!--#include virtual="../includes/javascript.html" -->
</head>

<body class="root children" lang="$gettext{'lang'}">
<!--#include virtual="../includes/logo.html" -->
<!--#include virtual="../includes/header.html" -->

<div id="main-body" class="section clearfix">
<h1>$gettext{'childrentitle'}</h1>
<div class="sections clearfix">

<div class="section">
<h2>$gettext{'exploring'}</h2>
<img src="../img/exploring.jpg" width="200" height="98" alt="$gettext{'exploring'}" />
<p>$gettext{'childrenp1'}
</p>
</div>
<div class="section">
<h2>$gettext{'expressing'}</h2>
<img src="../img/expressing.jpg" width="200" height="98" alt="$gettext{'expressing'}" />
<p>$gettext{'childrenp2'}
</p>
</div>
<div class="section">
<h2>$gettext{'learning'}</h2>
<img src="../img/learning.jpg" width="200" height="98" alt="$gettext{'learning'}" />
<p>$gettext{'childrenp3'}
<a href="learning/" class="read-more">$gettext{'readmore'}</a></p>
</div>
<div class="section last">
<h2>$gettext{'resources'}</h2>
<img src="../img/resources.jpg" width="200" height="98" alt="$gettext{'resources'}" />
<p>$gettext{'childrenp4'}
</p>
</div>
</div>
</div> <!-- /main-body -->

<!--#include virtual="../includes/footer.html" -->
</body>
</html>
</pre>
[[Category:Laptop.org]]

Revision as of 16:18, 16 December 2008

FIELD_MESSAGE_trcnabotadar