Subversion Repositories wimsdev

Rev

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

  1.  
  2. !if $title=$empty
  3.  $name_error1 <tt><b>$addr</b></tt>.
  4.  !href cmd=reply&job2=first $wims_name_back2
  5. .
  6.  !exit
  7. !endif
  8.  
  9. !if $muauto iswordof update install
  10.  !if $output!=ok
  11.   $name_error2 <tt><b>$addr</b></tt>.
  12.  !else
  13.   $name_install <tt><b>$addr</b></tt>: $name_successful.
  14.   !href target=wims_test module=$addr $name_test
  15. .
  16.   $name_need
  17.   !href cmd=reply&job=mkindex $name_rebuild
  18. .
  19.  !endif
  20.  !href cmd=reply&job2=first $wims_name_sitegestion
  21. .
  22.  !reset muauto
  23.  !exit
  24. !endif
  25.  
  26. $table_header
  27. <caption>
  28. !if $vtest=$empty
  29.  $name_newmodule <tt><b>$addr</b></tt> <br>
  30.  !href cmd=reply&job2=one&muauto=install $name_Install
  31. !else
  32.  $name_version <tt><b>$addr</b></tt> <br>
  33.  !href cmd=reply&job2=one&muauto=update $name_Update
  34. !endif
  35. &nbsp;&nbsp;&nbsp;
  36. !href cmd=reply&job2=first $wims_name_giveup
  37. </caption>
  38. $table_tr<th align="right">$wims_name_publish_center</td><td>$mu_name</td>
  39. $table_tr<th align="right">$wims_name_title<td>$title
  40. $table_tr<th align="right">$wims_name_Description<td>$description
  41. $table_tr<th align="right">$wims_name_Type<td>$category
  42. $table_tr<th align="right">$wims_name_Version<td>$version
  43. !if $vtest!=$empty
  44.  ($name_versus $vtest)
  45. !endif
  46. $table_tr<th align="right">$wims_name_Language<td>$language
  47. $table_tr<th align="right">$wims_name_Author<td>
  48.   <a href="mailto:$address">$author</a>
  49. !if $translator!=$empty
  50.  $table_tr<th align="right">$wims_name_Translator<td>
  51.   <a href="mailto:$translator_address">$translator</a>
  52.  
  53. !endif
  54. $table_tr<th align="right">$wims_name_require<td>$require
  55. !if $news!=$empty
  56.  $table_tr<th align="right">$name_Changes<td>
  57.  <small><pre>$news</pre></small>
  58. !endif
  59. $table_end <p>
  60.  
  61.