2010-06-05 03:22:57 +02:00
<!DOCTYPE html>
< html xmlns = "http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/" py:strip="">
< py:match path = "head" once = "true" >
2021-02-09 21:05:41 +01:00
< head py:attrs = "select('@*')" >
2010-06-05 03:22:57 +02:00
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / >
< title > ${title}< / title >
< link rel = "stylesheet" href = "${css_url}" type = "text/css" / >
< link rel = "shortcut icon" href = "${favicon_url}" type = "image/vnd.microsoft.icon" / >
< link rel = "icon" href = "${favicon_url}" type = "image/vnd.microsoft.icon" / >
< / head >
< / py:match >
< py:match path = "body" once = "true" >
< body py:attrs = "select('@*')" >
< div id = "header" >
< table border = "0" >
< tr > < td >
2016-01-07 02:49:18 +01:00
< a href = "/" > < img src = "/logo.png" alt = "sl-logo" style = "border:none" / > < / a >
2010-06-05 03:22:57 +02:00
< / td >
2016-01-07 02:49:18 +01:00
< td > < h1 > < a href = "/" > systemausfall.org< / a > < / h1 > < / td >
2010-06-05 03:22:57 +02:00
< / tr >
< / table >
< / div >
< div id = "content" > ${select('*|text()')}< / div >
< div id = "footer" >
< table width = "100%" >
< tr > < td style = "width:70%" > < div class = "text" >
" A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away." -- Antoine de Saint-Exupé ry
< / div > < / td >
< td style = "width:10%" > < div class = "link" >
2016-01-07 02:49:18 +01:00
2010-06-05 03:22:57 +02:00
< / div > < / td >
< / tr >
< / table >
< / div >
< / body >
< / py:match >
< / html >