Subversion Repositories wimsdev

Rev

Rev 13306 | Rev 13749 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13306 Rev 13748
Line 14... Line 14...
14
!endif
14
!endif
15
!form reply
15
!form reply
16
<input type="hidden" name="doc" value="$doc" />
16
<input type="hidden" name="doc" value="$doc" />
17
<input type="hidden" name="block" value="$block" />
17
<input type="hidden" name="block" value="$block" />
18
 
18
 
-
 
19
<fieldset class="property_fields">
-
 
20
<legend>
19
!if $titb=$empty
21
  !if $titb=$empty
20
  $name_blockcreation
22
    $name_blockcreation
21
!else
23
  !else
22
  $name_blockedition
24
    $name_blockedition
23
!endif
25
  !endif
-
 
26
</legend>
-
 
27
<div class="field box">
-
 
28
  !set titb=!reinput $titb
-
 
29
  <label for="Titb">$wims_name_title</label>
-
 
30
  <input type="text" id="Titb" name="Titb" value="$titb" />
24
 
31
</div>
-
 
32
<div id="textDiv" class="field box">
25
!if $edtype=file
33
  !if $edtype=file
-
 
34
    <div class="float_right">
26
  !href cmd=reply&edtype=textarea [$name_compose]
35
      !href cmd=reply&edtype=textarea $name_compose
-
 
36
    </div>
-
 
37
    <label for="wims_deposit">$name_file</label><br/>
-
 
38
    <input type="file" name="wims_deposit" id="wims_deposit" />
-
 
39
    !if $titb!=$empty
27
!else
40
      <p>
28
  !href cmd=reply&edtype=file [$name_file]
41
        <label for="addtype">$name_prompt0</label>
-
 
42
        !formselect addtype list replace,append,prepend prompt\
-
 
43
         $name_prompt
-
 
44
        $name_prompt1.
-
 
45
      </p>
29
!endif
46
    !endif
30
<br />
47
  !else
31
 
-
 
32
!set titb=!reinput $titb
48
    <div class="float_right">
33
$wims_name_title: <input size="50" name="Titb" value="$titb" /> <br />
49
      !href cmd=reply&edtype=file $name_file
34
!if $edtype=file
50
    </div>
-
 
51
    <label for="doc_content">$n_content</label>
-
 
52
    !mexec scripts/textarea.sh
35
  $name_file: <input type="file" size="35" name="wims_deposit" />
53
    !!  <div id="handleBottom" style="width:100%; top:222px;"></div>
36
  !if $titb!=$empty
54
    <script>
37
    <br />$name_prompt0
55
    /*<![CDATA[*/
-
 
56
      markdown_toolbar = new Control.TextArea.ToolBar.Markdown('doc_content');
38
    !formselect addtype list replace,append,prepend prompt\
57
      markdown_toolbar.toolbar.container.id = 'markdown_toolbar';
39
         $name_prompt
58
    /*]]>*/
40
    $name_prompt1.
59
    </script>
41
  !endif
60
  !endif
42
  <br />
-
 
43
!else
-
 
44
  <a id="textarea"></a>
-
 
45
   <div id="textDiv">
-
 
46
  !mexec scripts/textarea.sh
-
 
47
  !!  <div id="handleBottom" style="width:100%; top:222px;"></div>
-
 
48
   </div>
-
 
49
  <script>
-
 
50
  /*<![CDATA[*/
-
 
51
    markdown_toolbar = new Control.TextArea.ToolBar.Markdown('wims_deposit_id');
-
 
52
    markdown_toolbar.toolbar.container.id = 'markdown_toolbar';
-
 
53
  /*]]>*/
-
 
54
  </script>
-
 
55
!endif
-
 
56
<div class="wimscenter">
-
 
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" />
-
 
60
</div>
61
</div>
-
 
62
 
-
 
63
<div class="field box">
-
 
64
  $name_dates :
-
 
65
  <label for="Dat1">$name_from</label>
-
 
66
  <input size="8" name="Dat1" id="Dat1" value="$dat1" />
-
 
67
  <label for="Dat2">$name_to</label>
-
 
68
  <input size="8" name="Dat2" id="Dat2" value="$dat2" />
-
 
69
  <div class="formHelp"><span class="tt small">(aaaammjj)</span></div>
-
 
70
</div>
-
 
71
 
61
!! $wims_name_Keywords : <input size="50" name="Keyw" value="$keyw" /> <br />
72
!! $wims_name_Keywords : <input size="50" name="Keyw" value="$keyw" /> <br />
62
!if $block!=main
73
!if $block!=main
-
 
74
  <div class="field box">
63
  $name_prev <input size="12" name="Prev" value="$prev" />
75
    <label for="Prev">$name_prev</label> <input size="12" name="Prev" id="Prev" value="$prev" />
64
  $name_next <input size="12" name="Next" value="$next" />
76
    <label for="Next">$name_next</label> <input size="12" name="Next" id="Next" value="$next" />
65
  $name_up <input size="12" name="Upbl" value="$upbl" />
77
    <label for="Upbl">$name_up</label> <input size="12" name="Upbl" id="Upbl" value="$upbl" />
66
  <br />
78
  </div>
67
!endif
79
!endif
-
 
80
 
-
 
81
</fieldset>
-
 
82
 
68
$name_dates <span class="tt small">aaaammjj</span> : $name_from
83
<div class="wimscenter">
69
<input size="8" name="Dat1" value="$dat1" /> $name_to
84
  <input type="submit" name="preview" value="$n_preview" />
70
<input size="8" name="Dat2" value="$dat2" />
85
  <input type="submit" name="rEg" value="$wims_name_tosave" />
-
 
86
  <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button" />
-
 
87
</div>
71
 
88
 
72
!formend
89
!formend
73
 
-
 
74
<hr />
-