home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / FAQ / cgi-bin / discus4_00 / source / chbrdclr.tmpl < prev    next >
Text File  |  2009-11-06  |  2KB  |  46 lines

  1. # FILE: chbrdclr.tmpl
  2. # DESCRIPTION: Appearance Manager - Change Board Colors Screen
  3. # Copyright (c) 2002, DiscusWare, LLC, all rights reserved
  4. # -------------------------------------------------------------------------------------------
  5.  
  6. <!--BEGIN-->
  7. <html><head><title>Appearance Manager - Change Board Colors</title>
  8. </head>
  9. <body bgcolor="$color->{bgcolor}" text="$color->{text}" link="$color->{link}" vlink="$color->{vlink}" alink="$color->{alink}"{#if $color->{image} ne ""#} background="$color->{image}"{#endif#}>
  10. <basefont size="$color->{size}">
  11. <font face="$color->{face}">
  12. <center><b><font size=3>Change Board Colors</font></b></center>
  13. <hr>
  14. This screen is a preview of the new color scheme you have selected for your discussion
  15. board.  You can expect that pages on your board will have a very similar appearance to
  16. this preview screen.  Thus, you should ensure that you can read this screen easily.
  17. <p>
  18. <font color="$color->{link}"><u>Here is an unvisited link</u></font>
  19. <br>
  20. <font color="$color->{vlink}"><u>Here is a visited link</u></font>
  21. <br>
  22. <font color="$color->{alink}"><u>Here is an active link</u></font>
  23. <p>
  24. <b>Here is some bold text.</b>
  25. <br>
  26. <i>Here is some italicized text.</b>
  27. <p>
  28. <hr>
  29. <form action="$cgiurl" method="post">
  30. <input type=hidden name="username" value="$general->{username}">
  31. <input type=hidden name="action" value="appear_savecolors">
  32. <#form variables(alink,vlink,bgcolor,link,face,image,text,size)#>
  33. <center>
  34. <table bgcolor=#ffffff width=80% border=1>
  35. <tr><td>$fs<font color="#000000">
  36. <center>
  37. Do you want to save your new color scheme?
  38. <p>
  39. <input type=submit value="Yes">
  40. <input type=button value="No" onClick="self.location = '$cgiurl?username=$general->{username}&action=appear_mgr&menu=1';">
  41. </center>
  42. </font></font></td></tr></table>
  43. </form>
  44. </font></body></html>
  45. <!--END-->
  46.