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 / adm1pass.tmpl < prev    next >
Text File  |  2009-11-06  |  3KB  |  59 lines

  1. # FILE: adm1pass.tmpl
  2. # DESCRIPTION: Administration set initial password screen
  3. # Copyright (c) 2002, DiscusWare, LLC, all rights reserved
  4. # -------------------------------------------------------------------------------------------
  5.  
  6. <!--BEGIN-->
  7. <html><head>
  8. <title>Set Administrator's Password</title>
  9. <style>
  10. p { margin-left: 2pt; }
  11. p.blbar {margin-left: 0pt; font: 11pt verdana,arial,helvetica; color: #ffff00; background-color: #000000; width: 100% }
  12. .surround {border: thin black inset; width: 100%; font: 10pt verdana,arial,helvetica }
  13. .normal {font: 10pt verdana,arial,helvetica}
  14. .comment {font: 9pt verdana,arial,helvetica; margin-left: 20pt; }
  15. td {font: bold 9pt verdana,arial,helvetica; }
  16. </style>
  17. </head>
  18. <body bgcolor="#ffffff" text="#000000" link="#0000FF" vlink="#0000FF" onLoad="document.pwform.pass1.focus()">
  19. $fs<font size=3><center><b>Welcome to Discus<#if pro#> Pro<#endif#>!</b></center></font>
  20. <hr>
  21. <form action="$cgiurl" method=post name=pwform>
  22. <div class="surround">
  23.     {#if $browser->{ieX}#}<p class="blbar">Set Administrator's Password</p>{#else#}<table width=100% bgcolor=#000000><tr><td>$fs<font color=#ffff00>Set Administrator's Password</font></font></td></tr></table>{#endif#}
  24.     <#if $general->{firstreg} == 1#>
  25.         <p>
  26.         Thank you for installing Discus<#if pro#> Pro<#endif#>, and welcome to your
  27.         discussion board!  Please set up the administrator's password using this form.
  28.         </p>
  29.         <p>
  30.         <b>Privacy Note:</b>  Your e-mail address and full name in the form below will
  31.         become part of your discussion board profile and will <u>not</u> be
  32.         transmitted to DiscusWare.  Therefore, you are encouraged to supply
  33.         accurate information, as you wish for these settings to appear in your profile.
  34.         </p>
  35.     <#else#>
  36.         <p>
  37.         Choose your new administration password below.
  38.         <input type=hidden name=skipreg value="1">
  39.         </p>
  40.     <#endif#>
  41.     <ul>
  42.         <table>
  43.         <tr><td>Choose Password:</td><td><input type=password size=15 name="pass1"></td></tr>
  44.         <tr><td>Verify Password:</td><td><input type=password size=15 name="pass2"></td></tr>
  45.         <#if $general->{firstreg} == 1#>
  46.             <tr><td>Your E-mail:</td><td><input type=text size=40 name="email" value="$sugg->{email}"></td></tr>
  47.             <tr><td>Your Name:</td><td><input type=text size=40 name="fullname" value="$sugg->{fullname}"></td></tr>
  48.         <#endif#>
  49.         </table>
  50.         <br>
  51.         <input type=submit value="Save Information">
  52.         <input type=hidden name=username value="$general->{username}">
  53.         <input type=hidden name=action value="firstpass">
  54.     </ul>
  55. </div>
  56. </form>
  57. </body></html>
  58. <!--END-->
  59.