Subversion Repositories wimsdev

Rev

Rev 14719 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3704 bpr 1
<h1 class="wims_docu_title">$wims_name_doch_transfer: $tit ($doc)</h1>
3706 bpr 2
!if $transfer=fail
3
  $name_transfer_fail
4
  !if $transferable=yes
12490 bpr 5
    !set wims_menu_items=!append line doch_transfer,1,cmd=reply&job=transfer\
6
      to $wims_menu_items
7
  !endif
3706 bpr 8
  !reset transfer
9
  !exit
10
!endif
3704 bpr 11
 
12
!if $transfer=$empty
12490 bpr 13
  !if $list_mod_doc!=$empty
14719 obado 14
    <p>$name_transfer_modtool <span class="tt">$wims_developer</span>$wims_punct_colon
6147 bpr 15
 
12490 bpr 16
    !form reply
14719 obado 17
    <div class="wimscenter">
18
      <p>
19
        <label for="catmodule">Module</label>
20
        !formselect catmodule list $list_mod_doc
21
      </p>
22
      <div class="actions">
17180 bpr 23
        <input type="submit" value="OK">
14719 obado 24
        !set wims_ref_class=wims_button wims_secondary_button
25
        !href cmd=reply&job=prop $wims_name_giveup
26
      </div>
12490 bpr 27
    </div>
17180 bpr 28
    <input type="hidden" name="transfer" value="yes">
5927 bpr 29
 
12490 bpr 30
    !formend
31
  !else
32
    $name_list_mod_doc_empty :
33
    !set wims_ref_class=wims_button
34
    <div class="wimscenter" style="padding:30px;">
35
     !href module=adm/modtool $wims_name_modtool
36
     </div>
37
  !endif
3704 bpr 38
!endif
39
 
40
!if $transfer=done
5901 bpr 41
  $name_transfer_done <span class="tt wims_fname">$wims_developer/$catmodule</span>.
3704 bpr 42
  !set wims_ref_class=wims_button
3706 bpr 43
  <div style="text-align:center; padding:30px;">
3704 bpr 44
  !href module=adm/modtool $wims_name_modtool
3706 bpr 45
  </div>
3704 bpr 46
  !reset transfer
47
!endif
48
 
3706 bpr 49
:end
50
 
10205 bpr 51
!set wims_menu_items=!append line doch_main,1,cmd=reply&job=read&block=main\
3704 bpr 52
to $wims_menu_items