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

From OLPC
Jump to navigation Jump to search
No edit summary
 
m (added languages path)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:


<div id="logo">
<div id="logo">
<a href="/index.shtml" title="$gettext{'logo'}"><img src="/img/UI/logoOLPC.gif" width="78" height="107" alt="$gettext{'olpc'}" lang="$gettext{'lang'}" /></a>
<a href="/$gettext{'lang'}/index.shtml" title="$gettext{'logo'}"><img src="/img/UI/logoOLPC.gif" width="78" height="107" alt="$gettext{'altlogo'}" lang="$gettext{'lang'}" /></a>
</div>
</div>
</pre>
</pre>

Latest revision as of 01:35, 2 April 2007

  This page is monitored by the OLPC team.
<p id="skipLink"><a href="#main-body">$gettext{'skiplink'}</a></p>

<div id="logo">
	<a href="/$gettext{'lang'}/index.shtml" title="$gettext{'logo'}"><img src="/img/UI/logoOLPC.gif" width="78" height="107" alt="$gettext{'altlogo'}" lang="$gettext{'lang'}" /></a>
</div>