Rev 5953 | Rev 7489 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1972 | bpr | 1 | !!!### language independant |
565 | bpr | 2 | !set wims_form_method=file |
23 | reyssat | 3 | !form reply |
6235 | bpr | 4 | <input type="hidden" name="up_job" value="present" /> |
5951 | bpr | 5 | !reset table_center |
5917 | bpr | 6 | $table_header |
5951 | bpr | 7 | $table_tr<td>$name_logo |
3064 | bpr | 8 | |
9 | !set wims_ref_class=wims_button_help |
||
1307 | bpr | 10 | !href cmd=help&special_parm=config&special_parm2=logo $wims_name_help |
3064 | bpr | 11 | |
6235 | bpr | 12 | </td><td><input size="35" name="pr_logo" value="$class_logo" /> |
5951 | bpr | 13 | </td><td>$name_position_logo |
3064 | bpr | 14 | |
15 | !set wims_ref_class=wims_button_help |
||
1307 | bpr | 16 | !href cmd=help&special_parm=config&special_parm2=logo $wims_name_help |
265 | bpr | 17 | </td><td> |
23 | reyssat | 18 | !set pr_logoside=$class_logoside |
1972 | bpr | 19 | !formselect pr_logoside list left,right prompt $name_logo_side |
265 | bpr | 20 | </td></tr> |
5951 | bpr | 21 | $table_tr<td>$wims_name_class_home |
3064 | bpr | 22 | |
23 | !set wims_ref_class=wims_button_help |
||
1307 | bpr | 24 | !href cmd=help&special_parm=config&special_parm2=homepage $wims_name_help |
6235 | bpr | 25 | </td><td colspan="3"><input size="35" name="pr_homepage" value="$class_homepage" /> |
3978 | bpr | 26 | </td></tr> |
5951 | bpr | 27 | $table_tr<td>$name_background_color |
3064 | bpr | 28 | |
29 | !set wims_ref_class=wims_button_help |
||
1307 | bpr | 30 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
6235 | bpr | 31 | </td><td><input size="10" name="pr_bgcolor" value="$class_bgcolor" /> |
5951 | bpr | 32 | </td><td>$name_image |
3064 | bpr | 33 | |
34 | !set wims_ref_class=wims_button_help |
||
35 | !href cmd=help&special_parm=config&special_parm2=bgimg $wims_name_help |
||
36 | |||
6235 | bpr | 37 | </td><td><input size="35" name="pr_bgimg" value="$class_bgimg" /> |
265 | bpr | 38 | </td></tr> |
5951 | bpr | 39 | $table_tr<td>$name_menu_color |
3064 | bpr | 40 | |
41 | !set wims_ref_class=wims_button_help |
||
1307 | bpr | 42 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
6235 | bpr | 43 | </td><td><input size="10" name="pr_refcolor" value="$class_refcolor" /> |
5951 | bpr | 44 | </td><td>$name_refmenu_color |
3064 | bpr | 45 | |
46 | !set wims_ref_class=wims_button_help |
||
2069 | bpr | 47 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
6235 | bpr | 48 | </td><td><input size="10" name="pr_ref_menucolor" value="$class_ref_menucolor" /> |
2069 | bpr | 49 | </td></tr> |
3064 | bpr | 50 | |
5951 | bpr | 51 | $table_tr<td>$name_button_bgcolor |
3064 | bpr | 52 | |
53 | !set wims_ref_class=wims_button_help |
||
54 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
||
6235 | bpr | 55 | </td><td><input size="10" name="pr_ref_button_bgcolor" value="$class_ref_button_bgcolor" /> |
5951 | bpr | 56 | </td><td>$name_button_color |
3064 | bpr | 57 | |
58 | !set wims_ref_class=wims_button_help |
||
59 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
||
6235 | bpr | 60 | </td><td><input size="10" name="pr_ref_button_color" value="$class_ref_button_color" /> |
3064 | bpr | 61 | </td></tr> |
62 | |||
5951 | bpr | 63 | $table_tr<td>$name_button_help_bgcolor |
3064 | bpr | 64 | |
65 | !set wims_ref_class=wims_button_help |
||
66 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
||
6235 | bpr | 67 | </td><td><input size="10" name="pr_ref_button_help_bgcolor" value="$class_ref_button_help_bgcolor" /> |
5951 | bpr | 68 | </td><td>$name_button_help_color |
3064 | bpr | 69 | |
70 | !set wims_ref_class=wims_button_help |
||
71 | !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help |
||
6235 | bpr | 72 | </td><td><input size="10" name="pr_ref_button_help_color" value="$class_ref_button_help_color" /> |
3064 | bpr | 73 | </td></tr> |
74 | |||
75 | |||
1322 | guerimand | 76 | $table_tr |
5951 | bpr | 77 | <td>$name_colorscore</td> |
3064 | bpr | 78 | <td colspan="3"> |
1322 | guerimand | 79 | !for col=1 to 11 |
6235 | bpr | 80 | <input size="5" name="pr_sccolor$col" value="$(class_scorecolor[$col])" /> |
1322 | guerimand | 81 | !next col |
82 | </td> |
||
83 | </tr> |
||
3064 | bpr | 84 | |
5951 | bpr | 85 | $table_tr<td>$name_theme |
3064 | bpr | 86 | |
87 | !set wims_ref_class=wims_button_help |
||
1307 | bpr | 88 | !href cmd=help&special_parm=config&special_parm2=theme $wims_name_help |
265 | bpr | 89 | </td><td> |
23 | reyssat | 90 | !set pr_theme=$class_theme |
91 | !formselect pr_theme list $themelist |
||
5951 | bpr | 92 | </td><td>$name_theme_icon |
3064 | bpr | 93 | |
94 | !set wims_ref_class=wims_button_help |
||
1364 | bpr | 95 | !href cmd=help&special_parm=config&special_parm2=icon $wims_name_help |
3064 | bpr | 96 | |
1364 | bpr | 97 | </td><td> |
98 | !set pr_theme_icon=$class_theme_icon |
||
99 | !formselect pr_theme_icon list $iconlist |
||
100 | </td></tr> |
||
5951 | bpr | 101 | $table_tr<td>$name_css (css) |
3064 | bpr | 102 | |
103 | !set wims_ref_class=wims_button_help |
||
1307 | bpr | 104 | !href cmd=help&special_parm=config&special_parm2=css $wims_name_help |
3064 | bpr | 105 | |
265 | bpr | 106 | </td><td> |
23 | reyssat | 107 | !set pr_css=$class_css |
108 | !formselect pr_css list $csslist |
||
3064 | bpr | 109 | |
4314 | bpr | 110 | </td><td colspan="2">$table_header |
111 | <tr> |
||
112 | <td>$name_css_transfer ($name_content_style)</td> |
||
6235 | bpr | 113 | <td><input type="file" name="wims_deposit" /> |
4314 | bpr | 114 | </td></tr> |
115 | <tr> |
||
116 | <td> $name_content_style2 |
||
117 | </td><td><textarea rows="6" cols="45" name="pr_cssfile"> |
||
710 | bpr | 118 | $cssfile |
119 | </textarea> |
||
265 | bpr | 120 | </td></tr> |
4314 | bpr | 121 | </table></td></tr> |
122 | |||
5953 | bpr | 123 | $table_end |
124 | <div class="wimscenter wimsform"> |
||
6235 | bpr | 125 | <input type="submit" name="save" value="$wims_name_tosave" /> |
23 | reyssat | 126 | |
6235 | bpr | 127 | <input type="submit" name="abandon" value="$wims_name_giveup" /> |
5953 | bpr | 128 | </div> |
23 | reyssat | 129 | |
5926 | bpr | 130 | !formend |
23 | reyssat | 131 | |
5926 | bpr | 132 | |
3064 | bpr | 133 | !reset pr_logo, pr_logoside, pr_bgcolor,pr_refcolor, pr_ref_menucolor,\ |
134 | pr_ref_button_color,pr_ref_button_bgcolor,pr_ref_button_help_color,pr_ref_button_help_bgcolor, \ |
||
135 | pr_bgimg, pr_theme, pr_css, pr_theme_icon, pr_homepage, pr_cssfile |
||
23 | reyssat | 136 |