Changeset 632 for trunk/idldoc/src/templates/overview.tt
- Timestamp:
- 02/26/10 13:14:41 (2 years ago)
- Files:
-
- 1 modified
-
trunk/idldoc/src/templates/overview.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/idldoc/src/templates/overview.tt
r606 r632 54 54 [% END %] 55 55 56 [% IF has_author_info %] 57 <h2>Author information</h2> 58 59 <dl class="attribute small" summary="Library author information"> 60 [% IF has_author %] 61 <dt>Author:</dt> 62 <dd>[% author %]</dd> 63 [% END %] 64 65 [% IF has_copyright %] 66 <dt>Copyright:</dt> 67 <dd>[% copyright %]</dd> 68 [% END %] 69 70 [% IF has_history %] 71 <dt>History:</dt> 72 <dd>[% history %]</dd> 73 [% END %] 74 75 [% IF has_version %] 76 <dt>Version:</dt> 77 <dd>[% version %]</dd> 78 [% END %] 79 </dl> 80 [% END %] 81 82 56 83 <h2 id="statistics">Project statistics</h2> 57 84
