Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 13
- Log:
Initial import of Typo 2.6.0 sources from a downloaded Tarball.
Typo is a Ruby On Rails based blog engine.
- Author:
- adh
- Date:
- Sat Jul 22 22:25:02 +0100 2006
- Size:
- 677 Bytes
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | <html xmlns="http://www.w3.org/1999/xhtml"> |
4 | <head> |
5 | <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
6 | <title>Typo Administration: <%= controller.controller_name %></title> |
7 | <meta http-equiv="imagetoolbar" content="no" /> |
8 | <%= stylesheet_link_tag "administration.css" %> |
9 | <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls", "typo" %> |
10 | </head> |
11 | |
12 | <body> |
13 | <div id="container"> |
14 | |
15 | <div id="content"> |
16 | <h2><%= @page_heading %></h2> |
17 | <%= @content_for_layout %> |
18 | </div> |
19 | </div> |
20 | </body> |
21 | </html> |
22 |