Subversion Repositories wimsdev

Rev

Rev 12490 | Rev 13748 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1185 bpr 1
<h1 class="wims_docu_title">$tit</h1>
23 reyssat 2
 
3
!if $error!=$empty
12490 bpr 4
  <div class="wims_msg alert">
5
  !read docu/$modu_lang/msg.phtml
6
  </div>
6685 bpr 7
 
23 reyssat 8
!endif
9
 
10
!if $edtype=file
12490 bpr 11
  !set wims_form_method=file
23 reyssat 12
!else
12490 bpr 13
  !set wims_form_method=post
23 reyssat 14
!endif
15
!form reply
6235 bpr 16
<input type="hidden" name="doc" value="$doc" />
17
<input type="hidden" name="block" value="$block" />
23 reyssat 18
 
19
!if $titb=$empty
12490 bpr 20
  $name_blockcreation
23 reyssat 21
!else
12490 bpr 22
  $name_blockedition
23 reyssat 23
!endif
1692 bpr 24
 
23 reyssat 25
!if $edtype=file
12490 bpr 26
  !href cmd=reply&edtype=textarea [$name_compose]
23 reyssat 27
!else
12490 bpr 28
  !href cmd=reply&edtype=file [$name_file]
23 reyssat 29
!endif
6235 bpr 30
<br />
23 reyssat 31
 
32
!set titb=!reinput $titb
6235 bpr 33
$wims_name_title: <input size="50" name="Titb" value="$titb" /> <br />
23 reyssat 34
!if $edtype=file
12490 bpr 35
  $name_file: <input type="file" size="35" name="wims_deposit" />
36
  !if $titb!=$empty
37
    <br />$name_prompt0
38
    !formselect addtype list replace,append,prepend prompt\
39
         $name_prompt
40
    $name_prompt1.
41
  !endif
42
  <br />
23 reyssat 43
!else
12490 bpr 44
  <a id="textarea"></a>
45
   <div id="textDiv">
3619 bpr 46
  !mexec scripts/textarea.sh
12490 bpr 47
  !!  <div id="handleBottom" style="width:100%; top:222px;"></div>
48
   </div>
13306 obado 49
  <script>
12490 bpr 50
  /*<![CDATA[*/
51
    markdown_toolbar = new Control.TextArea.ToolBar.Markdown('wims_deposit_id');
52
    markdown_toolbar.toolbar.container.id = 'markdown_toolbar';
53
  /*]]>*/
54
  </script>
23 reyssat 55
!endif
5894 bpr 56
<div class="wimscenter">
8056 obado 57
        <input type="submit" name="preview" value="$n_preview" />
58
        <input type="submit" name="rEg" value="$wims_name_tosave" />
59
        <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button" />
5894 bpr 60
</div>
6235 bpr 61
!! $wims_name_Keywords : <input size="50" name="Keyw" value="$keyw" /> <br />
23 reyssat 62
!if $block!=main
12490 bpr 63
  $name_prev <input size="12" name="Prev" value="$prev" />
64
  $name_next <input size="12" name="Next" value="$next" />
65
  $name_up <input size="12" name="Upbl" value="$upbl" />
66
  <br />
23 reyssat 67
!endif
5976 bpr 68
$name_dates <span class="tt small">aaaammjj</span> : $name_from
6235 bpr 69
<input size="8" name="Dat1" value="$dat1" /> $name_to
70
<input size="8" name="Dat2" value="$dat2" />
2259 bpr 71
 
5927 bpr 72
!formend
73
 
6235 bpr 74
<hr />