Subversion Repositories wimsdev

Rev

Rev 8056 | Rev 11464 | 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
10228 bpr 4
 <div class="wims_msg alert">
2286 bpr 5
 !read docu/$modu_lang/msg.phtml
5972 bpr 6
 </div>
6685 bpr 7
 
23 reyssat 8
!endif
9
 
10
!if $edtype=file
11
 !set wims_form_method=file
12
!else
13
 !set wims_form_method=post
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
1692 bpr 20
$name_blockcreation
23 reyssat 21
!else
1692 bpr 22
$name_blockedition
23 reyssat 23
!endif
1692 bpr 24
 
23 reyssat 25
!if $edtype=file
1692 bpr 26
 !href cmd=reply&edtype=textarea [$name_compose]
23 reyssat 27
!else
1692 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
6235 bpr 35
 $name_file: <input type="file" size="35" name="wims_deposit" />
23 reyssat 36
 !if $titb!=$empty
6235 bpr 37
  <br />$name_prompt0
23 reyssat 38
  !formselect addtype list replace,append,prepend prompt\
2259 bpr 39
        $name_prompt
40
  $name_prompt1.
23 reyssat 41
 !endif
6235 bpr 42
 <br />
23 reyssat 43
!else
5894 bpr 44
<a id="textarea"></a>
3619 bpr 45
 <div id="textDiv">
46
  !mexec scripts/textarea.sh
6685 bpr 47
!!  <div id="handleBottom" style="width:100%; top:222px;"></div>
3619 bpr 48
 </div>
6099 bpr 49
<script type="text/javascript">
3619 bpr 50
  markdown_toolbar = new Control.TextArea.ToolBar.Markdown('wims_deposit_id');
51
  markdown_toolbar.toolbar.container.id = 'markdown_toolbar';
52
</script>
23 reyssat 53
!endif
5894 bpr 54
<div class="wimscenter">
8056 obado 55
        <input type="submit" name="preview" value="$n_preview" />
56
        <input type="submit" name="rEg" value="$wims_name_tosave" />
57
        <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button" />
5894 bpr 58
</div>
6235 bpr 59
!! $wims_name_Keywords : <input size="50" name="Keyw" value="$keyw" /> <br />
23 reyssat 60
!if $block!=main
6235 bpr 61
 $name_prev <input size="12" name="Prev" value="$prev" />
62
 $name_next <input size="12" name="Next" value="$next" />
63
 $name_up <input size="12" name="Upbl" value="$upbl" />
64
 <br />
23 reyssat 65
!endif
5976 bpr 66
$name_dates <span class="tt small">aaaammjj</span> : $name_from
6235 bpr 67
<input size="8" name="Dat1" value="$dat1" /> $name_to
68
<input size="8" name="Dat2" value="$dat2" />
2259 bpr 69
 
5927 bpr 70
!formend
71
 
6235 bpr 72
<hr />