Subversion Repositories wimsdev

Rev

Rev 5970 | Rev 6685 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !!##language independant
  2.  
  3. $table_header
  4. <caption>$wims_name_doc <b>$doc</b></caption>
  5. $table_tr<th>$wims_name_title</th><td>$tit</td>
  6. $table_tr<th>$wims_name_Author</th><td>$author</td></tr>
  7. !if @ isin $email
  8.  <tr><th>$wims_name_email</th><td>
  9.  !mailurl $email
  10.  </td></tr>
  11. !endif
  12. !if class != $doctype
  13. $table_tr<th>$wims_name_Copyright</th><td>
  14.  !if $copyright iswordof gnu opl
  15.   !if $copyright=gnu
  16.    <a href="fdl.txt">GNU Free Documentation License</a>
  17.   !endif
  18.   !if $copyright=opl
  19.    <a href="opl.html">Open Publication License</a>
  20.   !endif
  21.  !else
  22.   $n_copyright2
  23.  !endif
  24.  </td></tr>
  25. !endif
  26. $table_end
  27. </div>
  28.