Subversion Repositories wimsdev

Rev

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

  1.  
  2. !if $datacnt<1
  3.   $name_warning_update
  4.   !exit
  5. !endif
  6. !reset table_center
  7. $table_header
  8. <caption>$name_updatemodule
  9. <a href="$w_/rss/modif.xml"><img src="gifs/rss.png" alt="rss" /></a></caption>
  10. $table_hdtr<th>$wims_name_date</th><th>$wims_name_Language</th><th>$wims_name_title</th><th>$wims_name_Description</th>
  11. <th>$name_new</th>
  12. </tr>
  13. !for i=1 to $datacnt
  14.   !set l=!line $i of $data
  15.   !distribute words $l into d_,a_,v_
  16.   !set la=!module language $a_
  17.   !set tit=!module title_$lang $a_
  18.   !set desc=!module description_$lang $a_
  19.   !if $tit=
  20.     !set tit=!module title $a_
  21.   !endif
  22.   !if $desc=
  23.     !set desc=!module description $a_
  24.   !endif
  25.   $table_tr
  26.   <td class="wimscenter small">
  27.   !char 1 to 8 of $d_
  28.   </td><td class="wimscenter">$la
  29.   !module translation_language $a_
  30.   </td><td>
  31.   !href target=wims_test module=$a_ $tit
  32.   </td><td>
  33.   $desc
  34.   </td><td class="wimscenter">$v_</td>
  35.   </tr>
  36.   !reset desc tit
  37. !next i
  38. $table_end
  39.