Rev 6235 | Rev 8054 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6235 | Rev 6685 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | 2 | ||
3 | !if $error!=$empty |
3 | !if $error!=$empty |
4 | <div class="wims_alertmsg"> |
4 | <div class="wims_alertmsg"> |
5 | !read docu/$modu_lang/msg.phtml |
5 | !read docu/$modu_lang/msg.phtml |
6 | </div> |
6 | </div> |
7 | <hr /> |
7 | |
8 | !endif |
8 | !endif |
9 | 9 | ||
10 | !if $edtype=file |
10 | !if $edtype=file |
11 | !set wims_form_method=file |
11 | !set wims_form_method=file |
12 | !else |
12 | !else |
Line 18... | Line 18... | ||
18 | 18 | ||
19 | !if $titb=$empty |
19 | !if $titb=$empty |
20 | $name_blockcreation |
20 | $name_blockcreation |
21 | !else |
21 | !else |
22 | $name_blockedition |
22 | $name_blockedition |
23 | !endif |
23 | !endif |
24 | 24 | ||
25 | !if $edtype=file |
25 | !if $edtype=file |
26 | !href cmd=reply&edtype=textarea [$name_compose] |
26 | !href cmd=reply&edtype=textarea [$name_compose] |
27 | !else |
27 | !else |
28 | !href cmd=reply&edtype=file [$name_file] |
28 | !href cmd=reply&edtype=file [$name_file] |
29 | !endif |
29 | !endif |
Line 42... | Line 42... | ||
42 | <br /> |
42 | <br /> |
43 | !else |
43 | !else |
44 | <a id="textarea"></a> |
44 | <a id="textarea"></a> |
45 | <div id="textDiv"> |
45 | <div id="textDiv"> |
46 | !mexec scripts/textarea.sh |
46 | !mexec scripts/textarea.sh |
47 | !! <div id="handleBottom" style="width: |
47 | !! <div id="handleBottom" style="width:100%; top:222px;"></div> |
48 | </div> |
48 | </div> |
49 | <script type="text/javascript"> |
49 | <script type="text/javascript"> |
50 | markdown_toolbar = new Control.TextArea.ToolBar.Markdown('wims_deposit_id'); |
50 | markdown_toolbar = new Control.TextArea.ToolBar.Markdown('wims_deposit_id'); |
51 | markdown_toolbar.toolbar.container.id = 'markdown_toolbar'; |
51 | markdown_toolbar.toolbar.container.id = 'markdown_toolbar'; |
52 | </script> |
52 | </script> |
Line 68... | Line 68... | ||
68 | <input size="8" name="Dat2" value="$dat2" /> |
68 | <input size="8" name="Dat2" value="$dat2" /> |
69 | 69 | ||
70 | !formend |
70 | !formend |
71 | 71 | ||
72 | <hr /> |
72 | <hr /> |
73 | - |