diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-06-29 21:14:16 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-06-30 19:21:02 +0200 |
| commit | 3e81d3fabc663aafb942b3cac0a4cbfb5853e58b (patch) | |
| tree | 0a9b0e5cc315f1e6120fcd2c98be41a6022302e2 /app | |
| parent | 98bfc2c01cb802a6857252568876a7af64edbe8f (diff) | |
Remove obsolete view
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/layouts/old_application.html.erb | 156 |
1 files changed, 0 insertions, 156 deletions
diff --git a/app/views/layouts/old_application.html.erb b/app/views/layouts/old_application.html.erb deleted file mode 100644 index b1b1d7c..0000000 --- a/app/views/layouts/old_application.html.erb +++ /dev/null | |||
| @@ -1,156 +0,0 @@ | |||
| 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"> | ||
| 3 | <head> | ||
| 4 | <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" /> | ||
| 5 | <title><%= page_title %></title> | ||
| 6 | <link rel="shortcut icon" href="/images/chaosknot.ico" type="image/ico" /> | ||
| 7 | <%= stylesheet_link_tag 'styled' %> | ||
| 8 | <%= stylesheet_link_tag 'safari' %> | ||
| 9 | <%= stylesheet_link_tag 'ie' %> | ||
| 10 | <!--[if lt IE 7]> | ||
| 11 | <style type="text/css">@import url(css/ie.css);</style> | ||
| 12 | <![endif]--> | ||
| 13 | </head> | ||
| 14 | <body> | ||
| 15 | <%= render :partial => 'nodes/preview' if params[:action] == "show" %> | ||
| 16 | <div id="logo"> | ||
| 17 | <a href="index.html" title="Startseite"><img src="/images/chaosknot.gif" alt="Chaosknoten" /></a> | ||
| 18 | </div> | ||
| 19 | <!-- HEAD --> | ||
| 20 | <div id="header"> | ||
| 21 | <div id="yellow"> | ||
| 22 | </div> | ||
| 23 | <div id="title"> | ||
| 24 | <h1><a href="/">Chaos Computer Club</a></h1> | ||
| 25 | </div> | ||
| 26 | <div id="topnav"> | ||
| 27 | <ul id="navlist"> | ||
| 28 | <li> | ||
| 29 | <%= link_to_path "Kennenlernen", "club" %> | ||
| 30 | </li> | ||
| 31 | <li> | ||
| 32 | • | ||
| 33 | </li> | ||
| 34 | <li> | ||
| 35 | <%= link_to_path "Unterstützen", "support" %> | ||
| 36 | </li> | ||
| 37 | <li> | ||
| 38 | • | ||
| 39 | </li> | ||
| 40 | <li> | ||
| 41 | <%= link_to_path "Erreichen", "contact" %> | ||
| 42 | </li> | ||
| 43 | <% if current_user %> | ||
| 44 | <li> | ||
| 45 | • | ||
| 46 | </li> | ||
| 47 | <li> | ||
| 48 | <%= link_to 'Edit', edit_node_path(@page.node) %> | ||
| 49 | </li> | ||
| 50 | <% end %> | ||
| 51 | </ul> | ||
| 52 | </div> | ||
| 53 | </div> | ||
| 54 | <!-- HEAD END --> | ||
| 55 | <!-- CONTENT --> | ||
| 56 | <div id="main"> | ||
| 57 | <div id="content"> | ||
| 58 | <%= yield %> | ||
| 59 | </div> | ||
| 60 | |||
| 61 | <!-- CONTENT END --> | ||
| 62 | <!-- TEASERBAR --> | ||
| 63 | <div id="teaserbar"> | ||
| 64 | <div class="teaserimg"> | ||
| 65 | <ul class="teaserimg"> | ||
| 66 | <li> | ||
| 67 | <a href="#" title="ChaosCommunicationsCongress"><img src="/images/t_congress.png" alt="Congress" /></a> | ||
| 68 | </li> | ||
| 69 | <li> | ||
| 70 | <a href="#" title="Chinesewall.ccc.de"><img src="/images/t_chinese_wall.png" alt="www.chinesewall.ccc.de" /></a> | ||
| 71 | </li> | ||
| 72 | <li> | ||
| 73 | <a href="#" title="Fingerabdrücke"><img src="/images/t_fingers.png" alt="Fingerabrdrücke" /></a> | ||
| 74 | </li> | ||
| 75 | </ul> | ||
| 76 | </div><hr/> | ||
| 77 | <div class="teasertext"> | ||
| 78 | <h2>Termine / News</h2> | ||
| 79 | <ul class="teasertext"> | ||
| 80 | <% Occurrence.find_in_range(Time.now, (Time.now+14.days)).each do |occurrence| %> | ||
| 81 | <li> | ||
| 82 | <div><%= l occurrence.start_time.to_date, :format => :default %></div> | ||
| 83 | <%= link_to_path occurrence.node.head.title, occurrence.node.unique_path %></a> | ||
| 84 | </li> | ||
| 85 | <% end %> | ||
| 86 | </ul> | ||
| 87 | </div> | ||
| 88 | <hr/> | ||
| 89 | <div id="foerderer"> | ||
| 90 | <h2>Sponsoren</h2> | ||
| 91 | <ul id="sponsorlist"> | ||
| 92 | <li> | ||
| 93 | <a href="http://www.snafu.de/"><img src="/images/snafu_sm.png" alt="snafu: So geht man ins Netz" /></a> | ||
| 94 | </li> | ||
| 95 | </ul> | ||
| 96 | </div> | ||
| 97 | </div> | ||
| 98 | <!-- TEASERBAR END --> | ||
| 99 | <!-- NAVBAR --> | ||
| 100 | <div id="navbar"> | ||
| 101 | <form method="get" action="/cgi-bin/search.pl"> | ||
| 102 | <p> | ||
| 103 | <label> | ||
| 104 | Finden | ||
| 105 | </label> | ||
| 106 | <br/> | ||
| 107 | <input type="text" name="query" /> | ||
| 108 | </p> | ||
| 109 | </form> | ||
| 110 | <div class="navbarruler"> | ||
| 111 | <hr/> | ||
| 112 | </div> | ||
| 113 | <div class="firstnavbar"> | ||
| 114 | |||
| 115 | </div> | ||
| 116 | <div id="secondnavbar"> | ||
| 117 | <h2>Topics</h2> | ||
| 118 | <ul id="secnavbar"> | ||
| 119 | <li> | ||
| 120 | <a href="#">Wahlcomputer</a> | ||
| 121 | </li> | ||
| 122 | <li> | ||
| 123 | <a href="#">ePass</a> | ||
| 124 | </li> | ||
| 125 | <li> | ||
| 126 | <a href="#">Rechtekontrolle</a> | ||
| 127 | </li> | ||
| 128 | <li> | ||
| 129 | <a href="#">Plastikgeld</a> | ||
| 130 | </li> | ||
| 131 | <li> | ||
| 132 | <a href="#">Hackerethik</a> | ||
| 133 | </li> | ||
| 134 | <li> | ||
| 135 | <a href="#">Netzzensur</a> | ||
| 136 | </li> | ||
| 137 | </ul> | ||
| 138 | </div> | ||
| 139 | </div> | ||
| 140 | <!-- NAVBAR END --> | ||
| 141 | </div> | ||
| 142 | <!-- MAIN END --> | ||
| 143 | <!-- FOOTER --> | ||
| 144 | <div id="footer"> | ||
| 145 | <div id="footer_left"> | ||
| 146 | Kabelsalat ist gesund | ||
| 147 | </div> | ||
| 148 | <div id="footer_rest"> | ||
| 149 | <a href="#">Impressum</a> | ||
| 150 | </div> | ||
| 151 | </div> | ||
| 152 | <div id="fnord"> | ||
| 153 | </div> | ||
| 154 | <!-- FOOTER --> | ||
| 155 | </body> | ||
| 156 | </html> \ No newline at end of file | ||
