From 5ccb76770646d8eb13ea379f5042670a8376d21e Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 31 Jan 2009 23:14:54 +0100 Subject: added everything needed to render a page --- app/views/content/render_page.html.erb | 3 +- app/views/layouts/application.html.erb | 199 +++++++++++++++++++++++++++++++++ 2 files changed, 200 insertions(+), 2 deletions(-) (limited to 'app/views') diff --git a/app/views/content/render_page.html.erb b/app/views/content/render_page.html.erb index af7ef88..2c65a6c 100644 --- a/app/views/content/render_page.html.erb +++ b/app/views/content/render_page.html.erb @@ -1,2 +1 @@ -

Content#render_page

-

Find me in app/views/content/render_page.html.erb

+<%= @page.body %> \ No newline at end of file diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index e69de29..f9f7faa 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -0,0 +1,199 @@ + + + + + CCC Template + + <%= stylesheet_link_tag 'styled' %> + <%= stylesheet_link_tag 'safari' %> + <%= stylesheet_link_tag 'ie' %> + + + + + + + + +
+
+
+

Precontent

+

+ Rhabarber, brable, bra..., bla, bla... (fasel) +

+
+ +
+
+
+
+

<%= @page.title %>

+

<%= @page.published_at.to_s(:db) %>, gregoa

+
+ <%= @page.body %> +
+
+ + + +
+
+
    +
  • + Congress +
  • +
  • + www.chinesewall.ccc.de +
  • +
  • + Fingerabrdrücke +
  • +
+

+ +
+
+

Sponsoren

+
    +
  • + snafu: So geht man ins Netz +
  • +
+
+
+ + + + +
+ + + +
+
+ + + \ No newline at end of file -- cgit v1.3