1 rizwank 1.1 %TMPL:INCLUDE{"attach"}%
2
3
4
5 %TMPL:DEF{"headerhelp"}% %TMPL:END%
6
7
8
9 %TMPL:DEF{"webaction"}% Attach file to topic <b>%TOPIC%</b> %TMPL:END%
10
11
12
13 %TMPL:DEF{"previousdetails"}%
14 ---++ Attach new file%TMPL:END%
15
16
17
18 %TMPL:DEF{"action"}%Attach new file%TMPL:END%
19
20
21
22 rizwank 1.1 %TMPL:DEF{"topicaction"}%<div class="twikiTopicAction">
23 <table>
24 <tr>
25 <td class="twikiCancelCol">[[%WEB%.%TOPIC%][Cancel]]</td>
26 <td class="twikiSubmitCol"><input type="submit" class="twikiSubmit" value="Upload file" /></td>
27 <td class="twikiAddCol"> </td>
28 </tr>
29 </table>
30 </div>%TMPL:END%
31
32
33
34 %TMPL:P{"attach"}%
|