User:Felice/maps.html.template: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
<head> |
<head> |
||
<title>$gettext{'olpc'}, $gettext{'progresstitle'}</title> |
<title>$gettext{'olpc'}, $gettext{'progresstitle'}</title> |
||
<meta name="Description" content="$gettext{' |
<meta name="Description" content="$gettext{'progressdescription'}" /> |
||
<meta name="keywords" content="$gettext{' |
<meta name="keywords" content="$gettext{'progresskeywords'}" /> |
||
<!--#include virtual="../../includes/meta.html" --> |
<!--#include virtual="../../includes/meta.html" --> |
||
<!--#include virtual="../../includes/icon.html" --> |
<!--#include virtual="../../includes/icon.html" --> |
Latest revision as of 23:12, 21 March 2007
This page is monitored by the OLPC team.
<!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{'progresstitle'}</title> <meta name="Description" content="$gettext{'progressdescription'}" /> <meta name="keywords" content="$gettext{'progresskeywords'}" /> <!--#include virtual="../../includes/meta.html" --> <!--#include virtual="../../includes/icon.html" --> <!--#include virtual="../../includes/css.html" --> <!--#include virtual="../../includes/javascript.html" --> </head> <body id="progress" class="vision" lang="$gettext{'lang'}"> <!--#include virtual="../../includes/logo.html" --> <!--#include virtual="../../includes/header.html" --> <div id="main-body" class="section clearfix"> <h1>$gettext{'progresstitle'}</h1> <div id="main-content" class="clearfix"> <div id="tools"> </div> <!-- /tools --> <div id="content"> <h2>$gettext{'map'}</h2> <p><a href="../../img/olpcmap.jpg" target="_blank" class="more"><img src="../../img/olpcmap_small.jpg" width="440" height="206" alt="$gettext{'map'}" /></a></p> <p><img src="../../img/UI/green.gif" width="35" height="15" alt="$gettext{'green'}" /> $gettext{'mapp1'}</p> <p><img src="../../img/UI/red.gif" width="35" height="15" alt="$gettext{'red'}" /> $gettext{'mapp2'}</p> <p><img src="../../img/UI/orange.gif" width="35" height="15" alt="$gettext{'orange'}" /> $gettext{'mapp3'}</p> <p><img src="../../img/UI/yellow.gif" width="35" height="15" alt="$gettext{'yellow'}" /> $gettext{'mapp4'}</p> </div> <!-- /content --> <div id="sub-content"> </div> <!-- /sub-content --> </div> <!-- /main-content --> </div> <!-- /main-body --> <!--#include virtual="../../includes/footer.html" --> </body> </html>gree