/[SQLSession]/trunk/share/web/templates/_elements/header
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/share/web/templates/_elements/header

Parent Directory Parent Directory | Revision Log Revision Log


Revision 79 - (show annotations)
Mon Jan 29 20:46:20 2007 UTC (17 years, 3 months ago) by dpavlin
File size: 678 byte(s)
added RSS feeds, enable Jifty::Plugin::EditInPlace
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5 <meta name="robots" content="all" />
6
7 <title><% _($title) %></title>
8
9 <% Jifty->web->include_css %>
10 <% Jifty->web->include_javascript %>
11
12 <link rel="alternate" type="application/rss+xml" title="RSS" href="/feed/rss" />
13 <!--
14 <link rel="alternate" type="application/atom+xml" title="Atom" href="/feed/atom" />
15 -->
16
17 </head>
18 <%args>
19 $title => ""
20 </%args>
21 <%init>
22 $r->content_type('text/html; charset=utf-8');
23 </%init>

  ViewVC Help
Powered by ViewVC 1.1.26