kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.0 KiB
42 lines
1.0 KiB
17 years ago
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
17 years ago
|
body {
|
||
|
font-family: Verdana, sans-serif;
|
||
|
font-size: 0.8em;
|
||
|
color:#484848;
|
||
|
}
|
||
16 years ago
|
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
|
||
|
h1 { font-size: 1.2em; }
|
||
|
h2, h3 { font-size: 1.1em; }
|
||
|
a, a:link, a:visited { color: #2A5685;}
|
||
|
a:hover, a:active { color: #c61a1a; }
|
||
|
a.wiki-anchor { display: none; }
|
||
17 years ago
|
hr {
|
||
|
width: 100%;
|
||
|
height: 1px;
|
||
|
background: #ccc;
|
||
|
border: 0;
|
||
|
}
|
||
14 years ago
|
blockquote {
|
||
|
border-left: 3px solid #E0E0E0;
|
||
|
font-style: italic;
|
||
|
margin-left: 2.4em;
|
||
|
padding-left: 0.6em;
|
||
|
}
|
||
17 years ago
|
.footer {
|
||
|
font-size: 0.8em;
|
||
|
font-style: italic;
|
||
|
}
|
||
17 years ago
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
12 years ago
|
<span class="header"><%=raw Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.localized_emails_header) %></span>
|
||
14 years ago
|
<%= call_hook(:view_layouts_mailer_html_before_content, self.assigns) %>
|
||
17 years ago
|
<%= yield %>
|
||
14 years ago
|
<%= call_hook(:view_layouts_mailer_html_after_content, self.assigns) %>
|
||
17 years ago
|
<hr />
|
||
12 years ago
|
<span class="footer"><%=raw Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.localized_emails_footer) %></span>
|
||
17 years ago
|
</body>
|
||
|
</html>
|