This repository has been archived by the owner on Jun 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.de.html
79 lines (68 loc) · 3.08 KB
/
index.de.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
layout: default
title:
priority: "1.0"
changefreq: daily
---
<!--NOPANDORA#include virtual="<%=r "inc/nopandora.html.#{page.lang}" %>" -->
<form action="<%=p 'search' %>" class="search_form search_query" id="query_form" method="get">
<table>
<tr>
<td><input id="v[]" name="v[]" size="30" type="text" /></td>
<td><input type="submit" name="commit" value="<%=t 'Search', 'Suche' %>" class="float-right" /></td>
</tr>
</table>
<div class="clear-float"></div>
</form>
<h2 class="header-line"><%=t 'Welcome to', 'Herzlich Willkommen bei' %> <span class="prometheus">prometheus</span></h2>
<div id="tags-map">
<img src="<%=r "files/images/tags.#{page.lang}.png" %>" width="238" height="186" usemap="#tags" />
<map name="tags">
<area shape="rect" coords="<%=t '20,17,223,50', '19,15,171,51' %>" alt="<%= n = t('Searching', 'Suchen') %>" title="<%= n %>" href="<%=r 'prometheus#searching' %>" />
<area shape="rect" coords="<%=t '33,50,205,79', '57,51,220,80' %>" alt="<%= n = t('Collecting', 'Sammeln') %>" title="<%= n %>" href="<%=r 'prometheus#collecting' %>" />
<area shape="rect" coords="<%=t '26,79,167,103', '26,80,194,104' %>" alt="<%= n = t('Presenting', 'Präsentieren') %>" title="<%= n %>" href="<%=r 'prometheus#presenting' %>" />
<area shape="rect" coords="<%=t '49,103,221,132', '48,104,233,132' %>" alt="<%= n = t('Publishing', 'Publizieren') %>" title="<%= n %>" href="<%=r 'prometheus#publishing' %>" />
<area shape="rect" coords="<%=t '67,132,225,156', '66,132,187,157' %>" alt="<%= n = t('Researching', 'Forschen') %>" title="<%= n %>" href="<%=r 'prometheus#researching' %>" />
</map>
</div>
<div id="greeting">
<%= include_file "greeting.#{page.lang}.html" %>
<div id="links">
<ul>
<li>
<% link = %Q{<a href="#{r 'prometheus'}">%s</a>} %><%=
link % %Q{<img src="#{r 'files/icons/info.gif'}" alt="Info" />}
%><%=
link % t('Learn more about us', 'Erfahren Sie mehr über uns')
%>
</li>
<li>
<% link = %Q{<a href="#{p 'signup'}">%s</a>} %><%=
link % %Q{<img src="#{r 'files/icons/signup.gif'}" alt="Signup" />}
%><%=
link % t('Sign up for prometheus', 'Melden Sie sich bei prometheus an')
%>
</li>
</ul>
</div>
<div id="sticker">
<img src="<%=r "files/icons/sticker_1week.#{page.lang}.png" %>" alt="<%= title = t('One week free trial!', 'Eine Woche kostenlos testen!') %>" />
</div>
</div>
<br class="clear-float" />
<% unless (posts = news_posts).empty? -%>
<div id="section-news">
<h3 class="section-title"><%=t 'Recent news', 'Neuigkeiten' %></h3>
<div class="section-item">
<% posts.each_with_index do |post, index| -%>
<%= '<span class="pale">+++</span>' if index > 0 %>
<a href="<%=r post.url %>" title="<%= "#{date_to_string(post.date)}: #{post.title}" %>"><%= post.title %></a>
<% end -%>
</div>
</div>
<br class="clear-float" />
<% end -%>
<div id="series-front">
<!--#include virtual="${current_series}/teaser.html.<%= page.lang %>" -->
</div>
<br class="clear-float" />