Rev 17195 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14499 | guerimand | 1 | !if $success=$empty |
14504 | bpr | 2 | !form reply |
17180 | bpr | 3 | <input type="hidden" name="job" value="$job"> |
4 | <input type="hidden" name="job value="sendbug"> |
||
14499 | guerimand | 5 | <div class="field box"> |
14507 | obado | 6 | <label for="source">$name_content</label> |
14508 | obado | 7 | <textarea rows="10" name="source" id="source" required="required" maxlength="1000">$source</textarea> |
14507 | obado | 8 | </div> |
9 | <div class="wimscenter"> |
||
17180 | bpr | 10 | <input type="submit" name="save" value="$wims_name_send"> |
17195 | guerimand | 11 | !if _ isin $wims_session |
12 | <input type="button" class="wims_button wims_secondary_button" onclick="window.close();" value="$wims_name_back2"> |
||
13 | !else |
||
14 | !let wims_ref_class=wims_button wims_secondary_button |
||
15 | !href $cmd_caller $wims_name_back2 |
||
16 | !endif |
||
14507 | obado | 17 | </div> |
18 | <div class="field box"> |
||
17648 | bpr | 19 | <strong>$name_info</strong> $name_to $listaddr: |
14499 | guerimand | 20 | !let nb=!linecnt $data |
14507 | obado | 21 | <div class="tt"> |
22 | <ul> |
||
23 | !for k=1 to $nb |
||
24 | !if $(data[$k;])!=$empty |
||
25 | <li>$(data[$k;])</li> |
||
26 | !endif |
||
27 | !next k |
||
17180 | bpr | 28 | <li>$name_rapportbug |
16270 | guerimand | 29 | !replace internal $\ |
17180 | bpr | 30 | $ by <br> in $vardata |
16270 | guerimand | 31 | </li> |
32 | </li> |
||
14507 | obado | 33 | </ul> |
34 | </div> |
||
35 | </div> |
||
14504 | bpr | 36 | !formend |
17195 | guerimand | 37 | !else |
38 | !if _ notin $wims_session and $cmd_caller!=$empty |
||
39 | !let wims_menu_items=!append line back2,1,$cmd_caller to $wims_menu_items |
||
40 | !endif |
||
14499 | guerimand | 41 | !endif |