Subversion Repositories wimsdev

Rev

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