pkg://ja-tdiary-2.0.2_1.tbz:1900500/
share/
examples/
tdiary/
skel/plugin_error.rhtml
downloads
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="generator" content="<%= TDIARY_VERSION %>">
<title>Plugin Error</title>
</head>
<body>
<h1>Plugin Error</h1>
<%
if self.kind_of?( TDiary::TDiaryAdmin ) and @date then
update = %Q[<a href="#{@conf.update}?edit=true;#{@date.strftime( 'year=%Y;month=%m;day=%d' )}">Edit(#{@date.strftime( '%Y-%m-%d' )})</a>]
else
update = %Q[<a href="#{@conf.update}">Update</a>]
end
%>
<p style="font-size: large;"><strong>
Errors in plugins?
Retry to <%= update %> or <a href="<%= @conf.update %>?conf=default">Configure</a>.
</strong></p>
<blockquote>
<strong><%= CGI::escapeHTML( $!.class.to_s ) %></strong><br>
<code><%= CGI::escapeHTML( $!.to_s ).gsub( / /, ' ' ).gsub( /\n/, "<br>\n" ) %></code>
</blockquote>
</body>
</html>