Subversion Repositories wimsdev

Rev

Rev 14374 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !if $wims_class=
  2.   !read adm/language lang/names.phtml
  3. !else
  4.   !read adm/class/classlang names.phtml
  5.   !set modu_lang=$moduclass_lang
  6. !endif
  7. !if $cf_title$mb_title=
  8.   !if $(module_title_$modu_lang)!=
  9.     !set module_title=$(module_title_$modu_lang)
  10.   !endif
  11. !else
  12.   !if $cf_title!=
  13.     !set module_title_$modu_lang=$cf_title
  14.   !else
  15.     !set module_title_$modu_lang=$mb_title
  16.   !endif
  17. !endif
  18. !read lang/names.phtml.$modu_lang
  19.  
  20. !read adm/css.phtml
  21. !if $job=compose
  22.   !read js/external/tinymce.phtml .iEdit
  23. !endif
  24. !if $job notwordof read list config
  25.   !!set nextline= $(n_$job)
  26. !else
  27.   !reset nextline
  28. !endif
  29.  
  30. !header1
  31. !read adm/title.phtml 1\
  32. $wims_classname - $wims_institutionname\
  33. $(module_title_$modu_lang)\
  34. $nextline
  35.  
  36. !if $error!=$empty
  37.   <div class="wims_msg alert">
  38.     !read lang/msg.phtml.$modu_lang
  39.   </div>
  40.   <hr>
  41.   !if $fatal=yes
  42.     <div class="wimscenter">
  43.       !href module=adm/forum/forum $n_listforum
  44.     </div>
  45.     !tail
  46.     !exit
  47.   !endif
  48. !endif
  49.  
  50. <div class="wims_content">
  51.   !read $job.phtml
  52. </div>
  53.  
  54. !tail
  55.