File: header.rhtml

package info (click to toggle)
tdiary 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,088 kB
  • sloc: ruby: 23,031; javascript: 1,029; xml: 325; makefile: 26; sh: 4
file content (10 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
<%%=doctype%>
<html lang="<%%=h @conf.html_lang%>">
<head>
<%%=header_proc%>
</head>
<body<%%= /form|edit|preview/ =~ @mode ? ' class="update"' : ''%>>
<div class="whole-content">
<% if @error then %><p class="message">Security Error?<br>
<%=h @error[0].to_s %><br><%=h @error[1][0] %>
</p><% end %>