Sha256: 0d7263a1bc7d8f3e76a5e4bcd0e4ad3304621ceb4c74f4e1f8607c10b735af53

Contents?: true

Size: 1.9 KB

Versions: 6

Compression:

Stored size: 1.9 KB

Contents

<html>
<%#
This template is only for juli project's sourceforge document.
%>
<!--

                    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

= CSS

You can change sitemap specific stylesheet defined here, of course.

= FILES

sitemap.html::  sitemap template (alphabetical order)
%>
<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" />
  <style>
    table.sitemap {
      border-collapse:  collapse;
      border-spacing:   0px;
      border:           1px solid #000;
    }
    table.sitemap tr th, table.sitemap tr td {
      margin: 1px;
      border: 1px ridge #888;
      padding:          2px 5px 2px 5px;
    }
    table.sitemap tr th {
      background-color: #cfc;
    }
    table.sitemap tr td.num {
      text-align: right;
    }
  </style>
</head>
<body>
<h1>
  <%= title %>
</h1>
<br/><br/>

<table class=sitemap>
  <tr>
    <th><%= I18n.t('num') %></th>
    <th><a href='sitemap.shtml'><%= I18n.t('name') %></a></th>
    <th><%= I18n.t('last_modified_at') %> ▼</a></th>
  </tr>
  <%= body %>
</table>
<hr/>
<a href="http://sourceforge.net/projects/jjjuli"
  ><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=390715&amp;type=8"
      width="80" height="15"
      alt="Get jj_juli at SourceForge.net. Fast, secure and Free Open Source software downloads"
    /></a> | Generated by <a href='http://jjjuli.sourceforge.net/'>juli <%= Juli::VERSION %></a>
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
juli-2.1.0 lib/juli/template/sitemap_order_by_mtime_DESC.html
juli-2.0.4 lib/juli/template/sitemap_order_by_mtime_DESC.html
juli-2.0.3 lib/juli/template/sitemap_order_by_mtime_DESC.html
juli-2.0.2 lib/juli/template/sitemap_order_by_mtime_DESC.html
juli-2.0.1 lib/juli/template/sitemap_order_by_mtime_DESC.html
juli-2.0.0 lib/juli/template/sitemap_order_by_mtime_DESC.html