Subversion Repositories wimsdev

Rev

Rev 5734 | Rev 5926 | 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
5734 bpr 4
<input type="hidden" name="up_job" value="present"/>
5917 bpr 5
 
6
$table_header
3049 bpr 7
$table_tr<td align="right">$name_logo
3064 bpr 8
&nbsp;
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
 
5734 bpr 12
</td><td><input size="35" name="pr_logo" value="$class_logo"/>
3064 bpr 13
</td><td align="right">$name_position_logo
14
&nbsp;
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>
3049 bpr 21
$table_tr<td align="right">$wims_name_class_home
3064 bpr 22
&nbsp;
23
!set wims_ref_class=wims_button_help
1307 bpr 24
!href cmd=help&special_parm=config&special_parm2=homepage $wims_name_help
5734 bpr 25
</td><td colspan="3"><input size="35" name="pr_homepage" value="$class_homepage"/>
3978 bpr 26
</td></tr>
27
$table_tr<td align="right">$name_background_color
3064 bpr 28
&nbsp;
29
!set wims_ref_class=wims_button_help
1307 bpr 30
!href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help
5734 bpr 31
</td><td><input size="10" name="pr_bgcolor" value="$class_bgcolor"/>
3064 bpr 32
</td><td align="right">$name_image
33
&nbsp;
34
!set wims_ref_class=wims_button_help
35
!href cmd=help&special_parm=config&special_parm2=bgimg $wims_name_help
36
 
5734 bpr 37
</td><td><input size="35" name="pr_bgimg" value="$class_bgimg"/>
265 bpr 38
</td></tr>
3049 bpr 39
$table_tr<td align="right">$name_menu_color
3064 bpr 40
&nbsp;
41
!set wims_ref_class=wims_button_help
1307 bpr 42
!href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help
5734 bpr 43
</td><td><input size="10" name="pr_refcolor" value="$class_refcolor"/>
3064 bpr 44
</td><td align="right">$name_refmenu_color
45
&nbsp;
46
!set wims_ref_class=wims_button_help
2069 bpr 47
!href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help
5734 bpr 48
</td><td><input size="10" name="pr_ref_menucolor" value="$class_ref_menucolor"/>
2069 bpr 49
</td></tr>
3064 bpr 50
 
51
$table_tr<td align="right">$name_button_bgcolor
52
&nbsp;
53
!set wims_ref_class=wims_button_help
54
!href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help
5734 bpr 55
</td><td><input size="10" name="pr_ref_button_bgcolor" value="$class_ref_button_bgcolor"/>
3064 bpr 56
</td><td align="right">$name_button_color
57
&nbsp;
58
!set wims_ref_class=wims_button_help
59
!href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help
5734 bpr 60
</td><td><input size="10" name="pr_ref_button_color" value="$class_ref_button_color"/>
3064 bpr 61
</td></tr>
62
 
63
$table_tr<td align="right">$name_button_help_bgcolor
64
&nbsp;
65
!set wims_ref_class=wims_button_help
66
!href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help
5734 bpr 67
</td><td><input size="10" name="pr_ref_button_help_bgcolor" value="$class_ref_button_help_bgcolor"/>
3064 bpr 68
</td><td align="right">$name_button_help_color
69
&nbsp;
70
!set wims_ref_class=wims_button_help
71
!href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help
5734 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
3049 bpr 77
 <td align="right">$name_colorscore</td>
3064 bpr 78
 <td colspan="3">
1322 guerimand 79
  !for col=1 to 11
5734 bpr 80
   &nbsp; <input size="5" name="pr_sccolor$col" value="$(class_scorecolor[$col])"/>
1322 guerimand 81
  !next col
82
 </td>
83
</tr>
3064 bpr 84
 
3049 bpr 85
$table_tr<td align="right">$name_theme
3064 bpr 86
&nbsp;
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
3064 bpr 92
</td><td align="right">$name_theme_icon
93
&nbsp;
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>
3049 bpr 101
$table_tr<td align="right">$name_css (css)
3064 bpr 102
&nbsp;
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>
5734 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
 
3064 bpr 123
$table_hdtr<td align="center" colspan="4">
5734 bpr 124
<input type="submit" name="save" value="$wims_name_tosave"/>
23 reyssat 125
&nbsp;
5734 bpr 126
<input type="submit" name="abandon" value="$wims_name_giveup"/>
265 bpr 127
</td></tr>
23 reyssat 128
$table_end <p>
129
</form>
130
 
131
 
3064 bpr 132
!reset pr_logo, pr_logoside, pr_bgcolor,pr_refcolor, pr_ref_menucolor,\
133
  pr_ref_button_color,pr_ref_button_bgcolor,pr_ref_button_help_color,pr_ref_button_help_bgcolor, \
134
  pr_bgimg, pr_theme, pr_css, pr_theme_icon, pr_homepage, pr_cssfile
23 reyssat 135