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 / options4.tmpl < prev    next >
Text File  |  2009-11-06  |  5KB  |  76 lines

  1. # FILE: options4.tmpl
  2. # DESCRIPTION: Options Manager Screen - For advanced mode, menu=3
  3. # Copyright (c) 2002, DiscusWare, LLC, all rights reserved
  4. # -------------------------------------------------------------------------------------------
  5.  
  6. <!--BEGIN-->
  7. <div class="surround">
  8.     {#if $browser->{ieX}#}<p class="blbar">Icons by Posts</p>{#else#}<table width=100% bgcolor=#000000><tr><td>$fs<font color=#ffff00>Icons by Posts</font></font></td></tr></table>{#endif#}
  9.     <input type=checkbox name=message_icons value=1{#if $GLOBAL_OPTIONS{message_icons}#} checked{#endif#}> Place pre-defined icons next to post<br>
  10.     <input type=hidden name="a" value="message_icons">
  11.     <ul>
  12.         Enter the icon file names to use for each function.  These files must be in your
  13.         "icons" directory.  To disable the display of any icon, leave the file name box blank.
  14.         <p>
  15.         <table cellspacing=4>
  16.         <tr>
  17.         <td class="normal"><b>Description</b></td>
  18.         <td class="normal"><b>File Name</b></td>
  19.         <td class="normal"><b>ALT text</b></td>
  20.         </tr>
  21.         <tr>
  22.         <td class="normal">"Top" icon:</td>
  23.         <td><input type=text name="message_icon_top" value="{#if $GLOBAL_OPTIONS{message_icon_top} ne "0"#}$GLOBAL_OPTIONS{message_icon_top}{#endif#}" size=20></td>
  24.         <td><input type=text name="message_icon_top_alt" value="{#if $GLOBAL_OPTIONS{message_icon_top_alt} eq ""#}$L{MESSAGE_ICON_TOP}{#else#}$GLOBAL_OPTIONS{message_icon_top_alt}{#endif#}" size=20></td>
  25.         </tr>
  26.         <tr>
  27.         <td class="normal">"Up" icon:</td>
  28.         <td><input type=text name="message_icon_up" value="{#if $GLOBAL_OPTIONS{message_icon_up} ne "0"#}$GLOBAL_OPTIONS{message_icon_up}{#endif#}" size=20></td>
  29.         <td><input type=text name="message_icon_up_alt" value="{#if $GLOBAL_OPTIONS{message_icon_up_alt} eq ""#}$L{MESSAGE_ICON_UP}{#else#}$GLOBAL_OPTIONS{message_icon_up_alt}{#endif#}" size=20></td>
  30.         </tr>
  31.         <tr>
  32.         <td class="normal">"Down" icon:</td>
  33.         <td><input type=text name="message_icon_down" value="{#if $GLOBAL_OPTIONS{message_icon_down} ne "0"#}$GLOBAL_OPTIONS{message_icon_down}{#endif#}" size=20></td>
  34.         <td><input type=text name="message_icon_down_alt" value="{#if $GLOBAL_OPTIONS{message_icon_down_alt} eq ""#}$L{MESSAGE_ICON_DOWN}{#else#}$GLOBAL_OPTIONS{message_icon_down_alt}{#endif#}" size=20></td>
  35.         </tr>
  36.         <tr>
  37.         <td class="normal">"Bottom" icon:</td>
  38.         <td><input type=text name="message_icon_bottom" value="{#if $GLOBAL_OPTIONS{message_icon_bottom} ne "0"#}$GLOBAL_OPTIONS{message_icon_bottom}{#endif#}" size=20></td>
  39.         <td><input type=text name="message_icon_bottom_alt" value="{#if $GLOBAL_OPTIONS{message_icon_bottom_alt} eq ""#}$L{MESSAGE_ICON_BOTTOM}{#else#}$GLOBAL_OPTIONS{message_icon_bottom_alt}{#endif#}" size=20></td>
  40.         </tr>
  41.         <tr>
  42.         <td class="normal">"Link to" icon:</td>
  43.         <td><input type=text name="message_icon_link" value="{#if $GLOBAL_OPTIONS{message_icon_link} ne "0"#}$GLOBAL_OPTIONS{message_icon_link}{#endif#}" size=20></td>
  44.         <td><input type=text name="message_icon_link_alt" value="{#if $GLOBAL_OPTIONS{message_icon_link_alt} eq ""#}$L{MESSAGE_ICON_LINK}{#else#}$GLOBAL_OPTIONS{message_icon_link_alt}{#endif#}" size=20></td>
  45.         </tr>
  46.         </table>
  47.         <input type=hidden name="b" value="message_icon_top,message_icon_top_alt,message_icon_up_alt,message_icon_up,message_icon_down,message_icon_down_alt,message_icon_bottom,message_icon_bottom_alt,message_icon_link,message_icon_link_alt">
  48.     </ul>
  49. </div>
  50. <br><br>
  51. <div class="surround">
  52.     {#if $browser->{ieX}#}<p class="blbar">Icons for Subtopics</p>{#else#}<table width=100% bgcolor=#000000><tr><td>$fs<font color=#ffff00>Icons for Subtopics</font></font></td></tr></table>{#endif#}
  53.     <p>
  54.     <input type=checkbox name=cookie_for_new value=1{#if $GLOBAL_OPTIONS{cookie_for_new}#} checked{#endif#}> Cookie-based "NEW" icons<br>
  55.     </p>
  56.     <ul>
  57.         <p>
  58.         Choose icon to indicate new activity:
  59.         </p>
  60.         <input type=radio name="new_icon_choice" value="$html_url/clipart/new.gif"{#if $GLOBAL_OPTIONS->{new_icon_choice} eq "$html_url/clipart/new.gif" || $GLOBAL_OPTIONS->{new_icon_choice} eq ""#} checked{#endif#}>\
  61.         <img src="$html_url/clipart/new.gif" height=11 width=28><br>
  62.         <input type=radio name="new_icon_choice" value="$icon_url/new01.gif"{#if $GLOBAL_OPTIONS->{new_icon_choice} eq "$icon_url/new01.gif"#} checked{#endif#}>\
  63.         <img src="$icon_url/new01.gif" height=11 width=28><br>
  64.         <input type=radio name="new_icon_choice" value="$icon_url/new02.gif"{#if $GLOBAL_OPTIONS->{new_icon_choice} eq "$icon_url/new02.gif"#} checked{#endif#}>\
  65.         <img src="$icon_url/new02.gif" height=11 width=28><br>
  66.     </ul>
  67.     <p>
  68.     <input type=checkbox name=subtopic_icons value=1{#if $GLOBAL_OPTIONS{subtopic_icons}#} checked{#endif#}> Enable emoticons for subtopics<br>
  69.     <input type=checkbox name=subtopic_icons_user_choose value=1{#if $GLOBAL_OPTIONS{subtopic_icons_user_choose}#} checked{#endif#}> Users can choose emoticons when starting new threads<br>
  70.     <input type=hidden name="a" value="subtopic_icons_user_choose,subtopic_icons,cookie_for_new">
  71.     </p>
  72.     <input type=hidden name="b" value="new_icon_choice">
  73. </div>
  74. <br><br>
  75. <!--END-->
  76.