<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”> <html xmlns:fb=“ogp.me/ns/fb#”> <!–
DO NOT MODIFY THIS FILE DIRECTORY!
This file is automatically generated from a text file by juli(1).
Thanks! –> <%#
Required methods¶ ↑
juli(1) template must have following methods:
- title
-
title string
- prototype
-
prototype url
- javascript
-
javascript url
- stylesheet
-
stylesheet url
- body
-
generate html
Optional methods¶ ↑
Following helper methods are optional:
- contents
-
draw contents of page
%> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title><%= title %></title> <script src="<%= prototype %>" type="text/javascript"></script> <script src="<%= javascript %>" type="text/javascript"></script> <link href="<%= stylesheet %>" rel="stylesheet" type="text/css" />
</head> <body> <div id=“fb-root”></div> <!– YOUR_APPID below is a uniq ID for your site. This SHOULD be replaced with your actual digits taken from Facebook developer site application registration page fo –> <script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/ja_JP/all.js#xfbml=1&appId=YOUR_APPID"; fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk')); </script>
<h1>
<%= title %>
</h1> <br/><br/>
<table width='100%'> <tr>
<td> <%= contents %> </td> <td align=right valign=top> <table> <tr><td align=left valign=top> <div class=sitemap> <a href="<%= sitemap %>">Sitemap</a> </div> <br/> <!--#include virtual="recent_update.shtml" --> </td></tr> </table> </td>
</tr> </table> <br/><br/> <%= body %> <br/><br/> <%= fb_like %> <%= fb_comments %> <hr/> Generated by <a href='
Generated by RDoc 6.3.2.
Based on Darkfish by Michael Granger.