Add wiki support for PlMailer and use it on emails/send and %grp/mail
[platal.git] / templates / skin / openweb.tpl
index 593d7f8..1b1b3b3 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 {*  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA               *}
 {*                                                                        *}
 {**************************************************************************}
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <base href="{#globals.baseurl#}/" />
-    <link rel="stylesheet" type="text/css" href="css/openweb.css" media="screen" />
+
+{include file=skin/common.doctype.tpl}
+    <link rel="stylesheet" type="text/css" href="css/openweb.css" media="all" />
     {include file=skin/common.header.tpl}
     {include file=skin/common.bandeau.head.tpl}
   </head>
     <table id="body" cellpadding="0" cellspacing="0">
       <tr>
         <td id="body-logo">
-          <a href="events"><img src="images/sk_default_headlogo.jpg" alt="[ LOGO ]" /></a>
+          <a href=""><img src="images/skins/default_headlogo.jpg" alt="[ LOGO ]" /></a>
         </td>
         <td id="body-top">
-          <a href="events"><img src="images/sk_default_ban.jpg" alt="[ Polytechnique.org ]" /></a>
+          <a href=""><img src="images/skins/default_ban.jpg" alt="[ Polytechnique.org ]" /></a>
           {include file="skin/common.title.header.tpl"}
         </td>
       </tr>
@@ -66,7 +63,7 @@
         <td id="body-menu">
         {include file=skin/common.menu.tpl}
         </td>
-        <td>
+        <td style="vertical-align: top">
           <div id="content">
           {include file="skin/common.content.tpl"}
           </div>
@@ -81,4 +78,4 @@
   {/if}
   </body>
 </html>
-{* vim:set et sw=2 sts=2 sws=2: *}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}