degal/templates/master.html
changeset 74 3bf1adf13fdf
parent 73 8897352630a5
child 75 18b3b1926720
--- a/degal/templates/master.html	Fri Jun 05 23:06:06 2009 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!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" xml:lang="en">
-  <head>
-    <title>${title}</title>
-    <link rel="Stylesheet" type="text/css" href="${stylesheet_url}" />
-  </head>
-  <body>
-    <div id="breadcrumb">
-% for (( bc_url, bc_title), is_first) in h.iter_is_first(breadcrumb) :
-%   if not is_first :
-        &raquo;
-%   endif
-        <a href="${bc_url}">${bc_title}</a>
-% endfor
-    </div>
-    ${next.body()}
-    <p id="about"><a href="http://projects.qmsk.net/degal">DeGAL</a> ${version}</p>
-  </body>
-</html>