Changeset 24175
- Timestamp:
- 11/19/08 00:15:42 (5 years ago)
- Location:
- lang/perl/MENTA/trunk/app/controller
- Files:
-
- 1 added
- 1 modified
-
index.mt (modified) (3 diffs)
-
modules.mt (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/MENTA/trunk/app/controller/index.mt
r24171 r24175 1 ? my $title = config()->{application}->{title}2 1 ?=r render_partial('header.mt') 3 2 <script type="text/javascript" src="<?= docroot ?>static/jquery.js"></script> … … 24 23 </ul> 25 24 26 <p><a href="<?= uri_for('tutorial') ?>">取り扱い説明書</a></p> 25 <h2>マニュアル</h2> 26 <ul> 27 <ul><a href="<?= uri_for('tutorial') ?>">取り扱い説明書</a></ul> 28 <ul><a href="<?= uri_for('modules') ?>">添付モジュールについて</a></ul> 29 </ul> 27 30 28 31 <h2>デモ</h2> … … 42 45 <p>MENTA は Perl License のもとで配布されます。具体的にいうと、なんでも好きなようにしてよい、ということです。</p> 43 46 47 <h2>開発者</h2> 48 <ol><?=r join "\n", map { '<li>' . escape_html($_) . '</li>' } split /\n/, read_file('AUTHORS') ?></ol> 49 44 50 ?=r render_partial('footer.mt')
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)