Subversion Repositories wimsdev

Rev

Rev 5917 | Rev 5951 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !!!### language independant
  2. !set wims_form_method=file
  3. !form reply
  4. <input type="hidden" name="up_job" value="present"/>
  5.  
  6. $table_header
  7. $table_tr<td align="right">$name_logo
  8. &nbsp;
  9. !set wims_ref_class=wims_button_help
  10. !href cmd=help&special_parm=config&special_parm2=logo $wims_name_help
  11.  
  12. </td><td><input size="35" name="pr_logo" value="$class_logo"/>
  13. </td><td align="right">$name_position_logo
  14. &nbsp;
  15. !set wims_ref_class=wims_button_help
  16. !href cmd=help&special_parm=config&special_parm2=logo $wims_name_help
  17. </td><td>
  18. !set pr_logoside=$class_logoside
  19. !formselect pr_logoside list left,right prompt $name_logo_side
  20. </td></tr>
  21. $table_tr<td align="right">$wims_name_class_home
  22. &nbsp;
  23. !set wims_ref_class=wims_button_help
  24. !href cmd=help&special_parm=config&special_parm2=homepage $wims_name_help
  25. </td><td colspan="3"><input size="35" name="pr_homepage" value="$class_homepage"/>
  26. </td></tr>
  27. $table_tr<td align="right">$name_background_color
  28. &nbsp;
  29. !set wims_ref_class=wims_button_help
  30. !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help
  31. </td><td><input size="10" name="pr_bgcolor" value="$class_bgcolor"/>
  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.  
  37. </td><td><input size="35" name="pr_bgimg" value="$class_bgimg"/>
  38. </td></tr>
  39. $table_tr<td align="right">$name_menu_color
  40. &nbsp;
  41. !set wims_ref_class=wims_button_help
  42. !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help
  43. </td><td><input size="10" name="pr_refcolor" value="$class_refcolor"/>
  44. </td><td align="right">$name_refmenu_color
  45. &nbsp;
  46. !set wims_ref_class=wims_button_help
  47. !href cmd=help&special_parm=config&special_parm2=bgcolor $wims_name_help
  48. </td><td><input size="10" name="pr_ref_menucolor" value="$class_ref_menucolor"/>
  49. </td></tr>
  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
  55. </td><td><input size="10" name="pr_ref_button_bgcolor" value="$class_ref_button_bgcolor"/>
  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
  60. </td><td><input size="10" name="pr_ref_button_color" value="$class_ref_button_color"/>
  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
  67. </td><td><input size="10" name="pr_ref_button_help_bgcolor" value="$class_ref_button_help_bgcolor"/>
  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
  72. </td><td><input size="10" name="pr_ref_button_help_color" value="$class_ref_button_help_color"/>
  73. </td></tr>
  74.  
  75.  
  76. $table_tr
  77.  <td align="right">$name_colorscore</td>
  78.  <td colspan="3">
  79.   !for col=1 to 11
  80.    &nbsp; <input size="5" name="pr_sccolor$col" value="$(class_scorecolor[$col])"/>
  81.   !next col
  82.  </td>
  83. </tr>
  84.  
  85. $table_tr<td align="right">$name_theme
  86. &nbsp;
  87. !set wims_ref_class=wims_button_help
  88. !href cmd=help&special_parm=config&special_parm2=theme $wims_name_help
  89. </td><td>
  90. !set pr_theme=$class_theme
  91. !formselect pr_theme list $themelist
  92. </td><td align="right">$name_theme_icon
  93. &nbsp;
  94. !set wims_ref_class=wims_button_help
  95. !href cmd=help&special_parm=config&special_parm2=icon $wims_name_help
  96.  
  97. </td><td>
  98. !set pr_theme_icon=$class_theme_icon
  99. !formselect pr_theme_icon list $iconlist
  100. </td></tr>
  101. $table_tr<td align="right">$name_css (css)
  102. &nbsp;
  103. !set wims_ref_class=wims_button_help
  104. !href cmd=help&special_parm=config&special_parm2=css $wims_name_help
  105.  
  106. </td><td>
  107. !set pr_css=$class_css
  108. !formselect pr_css list $csslist
  109.  
  110. </td><td colspan="2">$table_header
  111. <tr>
  112. <td>$name_css_transfer ($name_content_style)</td>
  113. <td><input type="file" name="wims_deposit"/>
  114. </td></tr>
  115. <tr>
  116. <td> $name_content_style2
  117. </td><td><textarea rows="6" cols="45" name="pr_cssfile">
  118. $cssfile
  119. </textarea>
  120. </td></tr>
  121. </table></td></tr>
  122.  
  123. $table_hdtr<td align="center" colspan="4">
  124. <input type="submit" name="save" value="$wims_name_tosave"/>
  125. &nbsp;
  126. <input type="submit" name="abandon" value="$wims_name_giveup"/>
  127. </td></tr>
  128. $table_end
  129.  
  130. !formend
  131.  
  132.  
  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
  136.  
  137.