Subversion Repositories wimsdev

Rev

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

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