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 / options1.tmpl < prev    next >
Text File  |  2009-11-06  |  4KB  |  85 lines

  1. # FILE: options1.tmpl
  2. # DESCRIPTION: Options Manager Screen - For advanced mode, menu=0
  3. # Copyright (c) 2002, DiscusWare, LLC, all rights reserved
  4. # -------------------------------------------------------------------------------------------
  5.  
  6. <!--BEGIN-->
  7. <div class="surround">
  8.     {#if $browser->{ieX}#}<p class="blbar">Activation of Scripts</p>{#else#}<table width=100% bgcolor=#000000><tr><td>$fs<font color=#ffff00>Activation of Scripts</font></font></td></tr></table>{#endif#}
  9.     <p>
  10.     <input type=checkbox name=admin value=1{#if $GLOBAL_OPTIONS{admin}#} checked{#endif#}> Administration enabled<br>
  11.     <input type=hidden name="a" value="admin">
  12.     <input type=checkbox name=maintenance value=1{#if $GLOBAL_OPTIONS{maintenance}#} checked{#endif#}> Maintenance mode<br>
  13.     <input type=hidden name="a" value="maintenance">
  14.     <input type=checkbox name=posting value=1{#if $GLOBAL_OPTIONS{posting}#} checked{#endif#}> Posting enabled<br>
  15.     </p>
  16.     <input type=hidden name="a" value="posting">
  17. </div>
  18. <br><br>
  19. <div class="surround">
  20.     {#if $browser->{ieX}#}<p class="blbar">Date Format Options</p>{#else#}<table width=100% bgcolor=#000000><tr><td>$fs<font color=#ffff00>Date Format Options</font></font></td></tr></table>{#endif#}
  21.     <p>
  22.     Check to include a "leading zero" to each of the following:
  23.     </p>
  24.     <ul>
  25.         <input type=checkbox name=dates_zero value=1{#if $GLOBAL_OPTIONS{dates_zero} == 1#} checked{#endif#}> Day of month<br>
  26.         <input type=hidden name="a" value="dates_zero">
  27.         <input type=checkbox name=dates_hour_zero value=1{#if $GLOBAL_OPTIONS{dates_hour_zero} == 1#} checked{#endif#}> Hour<br>
  28.         <input type=hidden name="a" value="dates_hour_zero">
  29.         <input type=checkbox name=dates_month_zero value=1{#if $GLOBAL_OPTIONS{dates_month_zero} == 1#} checked{#endif#}> Number of month<br>
  30.     </ul>
  31.     <input type=hidden name="a" value="dates_month_zero">
  32. </div>
  33. <br><br>
  34. <div class="surround">
  35.     {#if $browser->{ieX}#}<p class="blbar">International Character Set</p>{#else#}<table width=100% bgcolor=#000000><tr><td>$fs<font color=#ffff00>International Character Set</font></font></td></tr></table>{#endif#}
  36.     <p>
  37.     If you need to specify a special international character set on all of the pages
  38.     generated by the Discus Program, you can enter that information here.  If you leave
  39.     this blank, no character set information will be written onto the page.  For example,
  40.     to use the "us-en" character set, you would type <b>us-en</b> into the
  41.     blank below.
  42.     </p>
  43.     <ul>
  44.         <table>
  45.         <tr>
  46.         <td class="normal">International Character Set:</td>
  47.         <td><input type=text name=charset value="{#if $GLOBAL_OPTIONS{charset} ne "0"#}$GLOBAL_OPTIONS{charset}{#endif#}" size=5></td>
  48.         <input type=hidden name="b" value="charset">
  49.         </tr>
  50.         </table>
  51.     </ul>
  52. </div>
  53. <br><br>
  54. <div class="surround">
  55.     {#if $browser->{ieX}#}<p class="blbar">Time Zone</p>{#else#}<table width=100% bgcolor=#000000><tr><td>$fs<font color=#ffff00>Time Zone</font></font></td></tr></table>{#endif#}
  56.     <p>
  57.     If your server is in a different time zone from that of most of your users, you may
  58.     choose to have the program add or subtract a certain number of hours from all times
  59.     presented by the server.  The server's current time is:
  60.     </p>
  61.     <ul>
  62.     <#date $general->{server_time} format "%month %day, %year - %24hour:%minute"#>
  63.     </ul>
  64.     <p>
  65.     To add 3 hours to this time, you would enter "3" in the blank; to
  66.     subtract 2 hours from this time, you would enter "-2" in the blank.
  67.     </p>
  68.     <ul>
  69.     <table>
  70.     <tr>
  71.     <td class="normal">Add/Subtract Hours:</td>
  72.     <td><input type=text name=timezone value="{#if $GLOBAL_OPTIONS{timezone} ne "0"#}$GLOBAL_OPTIONS{timezone}{#else#}0{#endif#}" size=3></td>
  73.     </tr></table>
  74.     </ul>
  75.     <p>
  76.     If desired, all date/time computations can be made relative to GMT time:
  77.     </p>
  78.     <ul>
  79.     <input type=hidden name="a" value="timezone">
  80.     <input type=checkbox name=usegmtime value=1{#if $GLOBAL_OPTIONS{usegmtime}#} checked{#endif#}> Use GMT time in computations<br>
  81.     </ul>
  82.     <input type=hidden name="a" value="usegmtime">
  83. </div>
  84. <!--END-->
  85.