home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / FAQ / discus_admin_1357211388 / skins / classic.tmpl < prev    next >
Text File  |  2009-11-06  |  28KB  |  683 lines

  1. # User-edited skin
  2. # Thu Sep  5 18:39:08 2002
  3. # http://development.discusware.com
  4. <#part "page"#>
  5. <#define $pagetitle = "$head->{me_name}"#>
  6. #**************************************************#
  7. # \/ DO NOT EDIT ANYTHING BETWEEN THESE MARKERS \/ #
  8. #**************************************************#
  9. <#if $general->{skip_headers} == 0#>
  10.     <html>
  11.     $pginfo->{headers_asstring}
  12.     <head>
  13.     <title>$title: $head->{me_name}</title>
  14.     <meta http-equiv="pragma" content="no-cache">
  15.     <meta name="description" content="$pginfo->{meta_description}">
  16.     <meta name="keywords" content="$pginfo->{meta_keywords}">
  17.     <meta name="robots" content="$pginfo->{meta_robots}">
  18.     <script language="javascript">
  19.     <!-- ;
  20.         function initpage () {
  21.           if (document.userpass) {
  22.             if (document.userpass.username) {
  23.               if (document.userpass.username.value == "") {
  24.                 document.userpass.username.value = readcookie("user$COOKIE_ID")
  25.               }
  26.             }
  27.             if (document.userpass.passwd) {
  28.               if (document.userpass.passwd.value == "") {
  29.                 document.userpass.passwd.value = readcookie("rpwd$COOKIE_ID")
  30.               }
  31.             }
  32.           }
  33.         }
  34.         <#insert part ($head->{topic_number}) "readcookie"#>
  35.     // end hide -->
  36.     </script>
  37.     <#define $onLoadJS = "initpage()"#>
  38.     <#insert part ($head->{topic_number}) "dynamic_top"#>
  39.     <a name="MT"></a>
  40. <#endif#>
  41. #**************************************************#
  42. # /\ DO NOT EDIT ANYTHING BETWEEN THESE MARKERS /\ #
  43. #**************************************************#
  44. #--------------------------------------------------#
  45. # Navigation Bar                                   #
  46. #--------------------------------------------------#
  47. <#if $general->{skip_nav_bar} == 0#>
  48.     <strong>
  49.     <#insert part ($head->{topic_number}) "navbar"#>
  50.     $head->{me_name}
  51.     </strong>
  52. <#endif#>
  53. #--------------------------------------------------#
  54. # Announcement Message                             #
  55. #--------------------------------------------------#
  56. <#if $head->{param} =~ match(Announce)#>
  57.     <hr>
  58.     <!--Announcement-->
  59.     $pginfo->{announcement}
  60.     <!--/Announcement-->
  61. <#endif#>
  62. #--------------------------------------------------#
  63. # List of Subtopics                                #
  64. #--------------------------------------------------#
  65. <#if $head->{param} =~ match(Sublist)#>
  66.     <hr>
  67.     <ul>
  68.     <#if $general->{subtopic_raw} == 1#>
  69.         $pginfo->{sublist_raw}
  70.     <#else#>
  71.         <#foreach $subtopic (@subtopics)#>
  72.             <#if $subtopic->{type} == 0#>
  73.                 ## ----- \/ Do not change \/ -----
  74.                 <!--Top: $subtopic->{number}-->
  75.                 ## ----- /\ Do not change /\ -----
  76.                 <li>\
  77.                 <#if $noqm == 0#>
  78.                     <a href="<#if $general->{secure}#>$authorize_reader?lm=$subtopic->{lastmod}&file=/$head->{topic_number}/$subtopic->{number}.$ext<#else#>$message_url/$head->{topic_number}/$subtopic->{number}.$ext?$subtopic->{lastmod}<#endif#>">$subtopic->{name}</a>\
  79.                 <#else#>
  80.                     <a href="<#if $general->{secure}#>$authorize_reader?file=<#else#>$message_url<#endif#>/$head->{topic_number}/$subtopic->{number}.$ext">$subtopic->{name}</a>\
  81.                 <#endif#>
  82.                  <font size="-1"><#date $subtopic->{lastmod} format "$L{SHORTDATE}"#></font>\
  83.                 <#if $subtopic->{descr} ne ""#>
  84.                     <blockquote style="margin-top: 0pt"><font size="-1"><!--Descr-->$subtopic->{descr}<!--/Descr--></font></blockquote>\
  85.                 <#endif#>
  86.                 <p>
  87.                 ## ----- \/ Do not change \/ -----
  88.                 <!--/Top-->
  89.                 ## ----- /\ Do not change /\ -----
  90.             <#else#>
  91.                 ## ----- \/ Do not change \/ -----
  92.                 <!--URL: $subtopic->{number}-->\
  93.                 <!--Data: <#escape "$subtopic->{url}"#>-<#escape "$subtopic->{target}"#>-<#escape "$subtopic->{properties}"#> -->
  94.                 ## ----- /\ Do not change /\ -----
  95.                 <li>\
  96.                 <a href="$subtopic->{url}"{#if $subtopic->{target} ne ""#} target="$subtopic->{target}"{#endif#}><!--Name-->$subtopic->{name}<!--/Name--></a> \
  97.                 <#if $subtopic->{descr} ne ""#>
  98.                     <blockquote style="margin-top: 0pt"><font size="-1"><!--Descr-->$subtopic->{descr}<!--/Descr--></font></blockquote>\
  99.                 <#endif#>
  100.                 <p>
  101.                 ## ----- \/ Do not change \/ -----
  102.                 <!--/URL-->
  103.                 ## ----- /\ Do not change /\ -----
  104.             <#endif#>
  105.         <#endloop#>
  106.     <#endif#>
  107.     </ul>
  108. <#endif#>
  109. #--------------------------------------------------#
  110. # Create New Conversation                          #
  111. #--------------------------------------------------#
  112. <#if $head->{param} =~ match(Create)#>
  113.     <hr>
  114.     <form action="$script_url/board-post.$cgi_extension" method="post">
  115.     <input type="hidden" name="HTTP_REFERER" value="/$head->{topic_number}/$head->{me_number}.$ext">
  116.     <input type="hidden" name="action" value="form">
  117.     <center><input type=submit value="$L{START_NEW_THREAD}"></center>
  118.     </form>
  119. <#endif#>    
  120. #--------------------------------------------------#
  121. # About Message                                    #
  122. #--------------------------------------------------#
  123. <#if $head->{param} =~ match(About)#>
  124.     <HR>
  125.     <!--About-->
  126.     $pginfo->{about}
  127.     <!--/About-->
  128. <#endif#>
  129. #--------------------------------------------------#
  130. # Posted Messages                                  #
  131. #--------------------------------------------------#
  132. <#if $head->{param} =~ match(Messages)#>
  133.     <#if $general->{messages_raw} == 1#>
  134.         $pginfo->{messages_raw}
  135.     <#else#>
  136.         <#if $#messages == 0#><HR>
  137.         <#foreach $message (@messages)#>
  138.             <#insert part ($head->{topic_number}) "individual_message"#>
  139.         <#endloop#>
  140.     <#endif#>
  141. <#endif#>
  142. <a name="MB"></a>
  143. #--------------------------------------------------#
  144. # Add a Message Form                               #
  145. #--------------------------------------------------#
  146. <#if $head->{param} =~ match(Add)#>
  147.     <form action="$script_url/board-post.$cgi_extension" method="post" name="userpass">
  148.     <input type=hidden name="HTTP_REFERER" value="$head->{topic_number}/$head->{me_number}">
  149.     <input type=hidden name="preview" value="1">
  150.     <#if $addmessage->{public} == 1#>
  151.         <HR>
  152.         <H3>$L{ADDMSG_ADD_A_MESSAGE_RETRO}</H3><P>
  153.         <#insert part ($head->{topic_number}) "addmessage-public"#>
  154.     <#else#>
  155.         <#if $addmessage->{disabled} == 1#>
  156.             <#insert part ($head->{topic_number}) "addmessage-disabled"#>
  157.         <#else#>
  158.             <HR>
  159.             <H3>$L{ADDMSG_ADD_A_MESSAGE_RETRO}</H3><P>
  160.             <#insert part ($head->{topic_number}) "addmessage-private"#>
  161.         <#endif#>
  162.     <#endif#>
  163.     </form>
  164. <#endif#>
  165. <#if $general->{skip_bottom} == 0#>
  166.     <#insert part ($head->{topic_number}) "dynamic_bottom"#>
  167. <#endif#>
  168. <#/part#>
  169. <#part "addmessage-public"#>
  170.     <TABLE><TR><TD><TEXTAREA NAME="message" COLS=50 ROWS=11 WRAP=VIRTUAL><#form escape "$preview->{source}"#></TEXTAREA></TD></TR></TABLE>
  171.     <BR>
  172.     <TABLE>
  173.     <TR>
  174.     <TD></TD><TD></TD><TD></TD>
  175.     <TD VALIGN=CENTER ROWSPAN=3 WIDTH=250><FONT FACE="$color->{face}" SIZE="-1">$L{ADDMSG_PUBLIC}</FONT></TD>
  176.     </TR>
  177.     <TR>
  178.     <TD><FONT FACE="$color->{face}" size="-1">$L{PROFILE_USERNAME}</FONT></TD>
  179.     <TD><INPUT TYPE="Text" NAME="username" VALUE="$preview->{username}" SIZE=12></TD><TD WIDTH=20> </TD>
  180.     </TR>
  181.     <TR>
  182.     <TD><FONT FACE="$color->{face}" size="-1">$L{PROFILE_PASSWORD}</FONT></TD>
  183.     <TD><INPUT TYPE="Password" NAME="passwd" VALUE="$preview->{password}" SIZE=12></TD><TD></TD><TD></TD>
  184.     </TR>
  185.     <TR>
  186.     <TD><FONT FACE="$color->{face}" size="-1">$L{ADDMSG_EMAIL}</FONT></TD>
  187.     <TD COLSPAN=3 VALIGN=TOP><INPUT TYPE="Text" NAME="email" VALUE="$preview->{email}" SIZE=40></TD><TD></TD><TD></TD>
  188.     </TR>
  189.     <#if $addmessage->{anonymous_posting} == 1#>
  190.         <TR><TD COLSPAN=2><FONT FACE="$color->{face}"><INPUT TYPE=CHECKBOX NAME="Anon" VALUE="on"{#if $preview->{anonymous} == 1#} checked{#endif#}><FONT SIZE="-1">$L{POST_AS_ANONYMOUS}</FONT></FONT></TD><TD></TD></TR>
  191.     <#endif#>
  192.     </TABLE>
  193.     <P>
  194.     <INPUT TYPE=SUBMIT NAME=submit VALUE="$L{BPPREVIEWPOST}" onClick="document.userpass.preview.value = '1';">
  195.     <#if $GLOBAL_OPTIONS->{html} == 1#>
  196.         <input type=hidden name="html" value=1>
  197.         <input type=hidden name="html_a" value=1>
  198.     <#endif#>
  199.     <#if $GLOBAL_OPTIONS->{active_links} == 1#>
  200.         <input type=hidden name="active_links" value=1>
  201.         <input type=hidden name="active_links_a" value=1>
  202.     <#endif#>
  203. <#/part#>
  204. <#part "addmessage-private"#>
  205.     <TABLE><TR><TD><TEXTAREA NAME="message" COLS=50 ROWS=11 WRAP=VIRTUAL><#form escape "$preview->{source}"#></TEXTAREA></TD></TR></TABLE>
  206.     <BR>
  207.     <TABLE>
  208.     <TR>
  209.     <TD></TD><TD></TD><TD></TD>
  210.     <TD VALIGN=CENTER ROWSPAN=3 WIDTH=250><FONT FACE="$color->{face}" SIZE="-1">$L{ADDMSG_PRIVATE}</FONT></TD>
  211.     </TR>
  212.     <TR>
  213.     <TD><FONT FACE="$color->{face}" size="-1">$L{PROFILE_USERNAME}</FONT></TD>
  214.     <TD><INPUT TYPE="Text" NAME="username" VALUE="$preview->{username}" SIZE=12></TD><TD WIDTH=20> </TD>
  215.     </TR>
  216.     <TR>
  217.     <TD><FONT FACE="$color->{face}" size="-1">$L{PROFILE_PASSWORD}</FONT></TD>
  218.     <TD><INPUT TYPE="Password" NAME="passwd" VALUE="$preview->{password}" SIZE=12></TD><TD></TD><TD></TD>
  219.     </TR>
  220.     <#if $addmessage->{anonymous_posting} == 1#>
  221.         <TR><TD COLSPAN=2><FONT FACE="$color->{face}"><INPUT TYPE=CHECKBOX NAME="Anon" VALUE="on"{#if $preview->{anonymous} == 1#} checked{#endif#}><FONT SIZE="-1">$L{POST_AS_ANONYMOUS}</FONT></FONT></TD><TD></TD></TR>
  222.     <#endif#>
  223.     </TABLE>
  224.     <P>
  225.     <INPUT TYPE=SUBMIT NAME=submit VALUE="$L{BPPREVIEWPOST}" onClick="document.userpass.preview.value = '1';">
  226.     <#if $GLOBAL_OPTIONS->{html} == 1#>
  227.         <input type=hidden name="html" value=1>
  228.         <input type=hidden name="html_a" value=1>
  229.     <#endif#>
  230.     <#if $GLOBAL_OPTIONS->{active_links} == 1#>
  231.         <input type=hidden name="active_links" value=1>
  232.         <input type=hidden name="active_links_a" value=1>
  233.     <#endif#>
  234. <#/part#>
  235. <#part "addmessage-disabled"#>
  236.     <#define $l = "$L{BPPOSTINGDISABLEDDESCR}"#>
  237.     <#replace "%aopen" with "<a href='$script_url/board-contact.$cgi_extension'>" in $l#>
  238.     <#replace "%aclose" with "</a>" in $l#>
  239.     <HR>$l
  240. <#/part#>
  241. <#part "individual_message"#>
  242.     <!--Post: $message->{number}--><!--Time: $message->{time}--> ## DO NOT CHANGE!!!
  243.     <a name="POST$message->{number}"><!--p:$message->{property}--></a>\ ## DO NOT CHANGE!!!
  244.     <#if $skip_hr_in_message == 0#><hr> \
  245.     <#define $l = "$L{POSTBY}"#>
  246.     <#if $GLOBAL_OPTIONS{message_icons} == 1 && $general->{no_icons_shown} == 0#>
  247.         <#if $GLOBAL_OPTIONS{message_icon_top} ne "0" && $GLOBAL_OPTIONS{message_icon_top} ne ""#>
  248.             <a href="#MT"><img src="$icon_url/$GLOBAL_OPTIONS{message_icon_top}" height=12 width=12 border=0 alt="$GLOBAL_OPTIONS{message_icon_top_alt}"></a>\
  249.         <#endif#>
  250.         <#if $GLOBAL_OPTIONS{message_icon_up} ne "0" && $GLOBAL_OPTIONS{message_icon_up} ne ""#>
  251.             <#if $message->{_is_first_element}#><a href="#MT"><#else#><a href="#POST$message->{_previous_element}->{number}"><#endif#>\
  252.             <img src="$icon_url/$GLOBAL_OPTIONS{message_icon_up}" height=12 width=12 border=0 alt="$GLOBAL_OPTIONS{message_icon_up_alt}"></a>\
  253.         <#endif#>
  254.         <#if $GLOBAL_OPTIONS{message_icon_down} ne "0" && $GLOBAL_OPTIONS{message_icon_down} ne ""#>
  255.             <#if $message->{_is_last_element}#><a href="#MB"><#else#><a href="#POST$message->{_next_element}->{number}"><#endif#>\
  256.             <img src="$icon_url/$GLOBAL_OPTIONS{message_icon_down}" height=12 width=12 border=0 alt="$GLOBAL_OPTIONS{message_icon_down_alt}"></a>\
  257.         <#endif#>
  258.         <#if $GLOBAL_OPTIONS{message_icon_bottom} ne "0" && $GLOBAL_OPTIONS{message_icon_bottom} ne ""#>
  259.             <a href="#MB"><img src="$icon_url/$GLOBAL_OPTIONS{message_icon_bottom}" height=12 width=12 border=0 alt="$GLOBAL_OPTIONS{message_icon_bottom_alt}"></a>\
  260.         <#endif#>
  261.         <#if $GLOBAL_OPTIONS{message_icon_link} ne "0" && $GLOBAL_OPTIONS{message_icon_link} ne ""#>
  262.              <a href="$script_url/show.$cgi_extension?tpc=$head->{topic_number}&post=$message->{number}#POST$message->{number}" onClick="alert('$L{POST_LINK_DO_NOT_CLICK_ME}'); return false;"><img src="$icon_url/$GLOBAL_OPTIONS{message_icon_link}" height=12 width=12 border=0 alt="$GLOBAL_OPTIONS{message_icon_link_alt}"></a>\
  263.         <#endif#>
  264.           \
  265.     <#endif#>
  266.     <#if $message->{email} ne ""#>
  267.         <#replace "%name" with "<!--email--><a href="$message->{email}" target="_blank"><!--/email--><!--name-->$message->{author}<!--/name--></a>" in $l#>
  268.     <#else#>
  269.         <#replace "%name" with "<!--name-->$message->{author}<!--/name-->" in $l#>
  270.     <#endif#>
  271.     <#replace "%date" with "<#date $message->{time} format "$L{LONGDATE}"#>" in $l#>
  272.     $l<p><!--text-->$message->{text}<!--/text--> \
  273.     <#reference array @fields from $message->{fields}#>
  274.     <#foreach $field (@fields)#>
  275.         <#if $field->{value} ne ""#>
  276.             <!--f/$field->{name}:<#escape "$field->{value}"#>--> \
  277.         <#endif#>
  278.     <#endloop#>
  279.     <p>
  280.     <!--/Post: $message->{number}-->
  281. <#/part#>
  282. <#part "topics"#>
  283. <html>
  284. <head>
  285. <title>Topics - $title</title>
  286. <#insert part () "dynamic_top"#>
  287. <!--Title Message-->
  288. $titlemsg->{text}
  289. <#if $titlemsg->{hr} == 1#><hr>
  290. <!--/Title Message-->
  291. <P>
  292. <#foreach $topic (@topics)#>
  293.     <#if $topic->{type} == 1#>
  294.         ## ----- \/ Do not change \/ -----
  295.         <!--Top: $topic->{number}-->
  296.         ## ----- /\ Do not change /\ -----
  297.         <#if $topic->{hidden} == 1#>
  298.             <!-- Topic Hidden -->
  299.             <#skip iteration#>
  300.         <#else#>
  301.             <img src="$icon_url/$topic->{icon}.gif" height=16 width=20>  <B><a href="$topic->{url}">$topic->{name}</a></B> 
  302.             <font size="-1"><#date $topic->{lastmod} format "$L{SHORTDATE}"#></font>
  303.             <#if $topic->{descr} ne ""#>
  304.                 <blockquote style="margin-top: 0pt"><font size="-1"><!--Descr-->$topic->{descr}<!--/Descr--></font></blockquote>
  305.             <#endif#>
  306.             <P>
  307.         <#endif#>
  308.         ## ----- \/ Do not change \/ -----
  309.         <!--/Top-->
  310.         ## ----- /\ Do not change /\ -----
  311.     <#else#>
  312.         <#skip iteration#>
  313.         ## ----- \/ Do not change \/ -----
  314.         <!--Category: $topic->{number}--><!--bgcolor:$topic->{bgcolor}-->
  315.         ## ----- /\ Do not change /\ -----
  316.         <img src="$icon_url/tree_j.gif" height=16 width=20>  <B>\
  317.         <!--Text-->$topic->{text}<!--/Text--></b> \
  318.         <#if $topic->{descr} ne ""#>
  319.             <blockquote style="margin-top: 0pt"><font size="-1"><!--Descr-->$topic->{descr}<!--/Descr--></font></blockquote> \
  320.         <#endif#>
  321.         <P>
  322.         ## ----- \/ Do not change \/ -----
  323.         <!--/Category-->
  324.         ## ----- /\ Do not change /\ -----
  325.     <#endif#>
  326. <#endloop#>
  327. <!--End Topics-->
  328. <!--Message-->
  329. <#if $mainmsg->{hr} == 1#><hr>
  330. $mainmsg->{text}
  331. <!--/Message-->
  332. <#insert part () "dynamic_bottom"#>
  333. <#/part#>
  334. <#part "newconv"#>
  335.     #**************************************************#
  336.     # \/ DO NOT EDIT ANYTHING BETWEEN THESE MARKERS \/ #
  337.     #**************************************************#
  338.     <html><head><title>$L{START_NEW_THREAD}</title>
  339.     <script language="JavaScript">
  340.     <!--
  341.     // Initial Load
  342.     function initpage() {
  343.         <#if $addmessage->{disabled} == 0#>document.userpass.subject.focus();
  344.           if (document.userpass) {
  345.             if (document.userpass.username) {
  346.               if (document.userpass.username.value == "") {
  347.                 document.userpass.username.value = readcookie("user$COOKIE_ID")
  348.               }
  349.             }
  350.             if (document.userpass.passwd) {
  351.               if (document.userpass.passwd.value == "") {
  352.                 document.userpass.passwd.value = readcookie("rpwd$COOKIE_ID")
  353.               }
  354.             }
  355.           }
  356.         }
  357.         <#insert part ($head->{topic_number}) "readcookie"#>
  358.     // -->
  359.     </script>
  360.     <#define $onLoadJS = "initpage()"#>
  361.     <#define $pagetitle = "$L{START_NEW_THREAD}"#>
  362.     <#insert part ($head->{topic_number}) "dynamic_top"#>
  363.     #**************************************************#
  364.     # /\ DO NOT EDIT ANYTHING BETWEEN THESE MARKERS /\ #
  365.     #**************************************************#
  366.     <strong>
  367.     <#insert part ($head->{topic_number}) "navbar"#>
  368.     <#if $general->{secure} == 1#>
  369.         <a href="$authorize_reader?file=/$head->{topic_number}/$head->{me_number}.$ext">$head->{me_name}</a>:
  370.     <#else#>
  371.         <a href="$message_url/$head->{topic_number}/$head->{me_number}.$ext">$head->{me_name}</a>:
  372.     <#endif#>
  373.     $L{START_NEW_THREAD}
  374.     </strong>
  375.     <hr>
  376.     <form action="$script_url/board-post.$cgi_extension" method="post" name="userpass">
  377.     <input type=hidden name="action" value="">
  378.     <input type=hidden name="preview" value="1">
  379.     <input type=hidden name="HTTP_REFERER" value="$head->{topic_number}/$head->{me_number}">
  380.     <INPUT type=hidden name="new_conversation" value="1">
  381.     $L{BPFSUBJECT}
  382.     <P>
  383.     <TABLE><TR><TD>
  384.     <Input Type="Text" Name="subject" Size=53>
  385.     </TD></TR></TABLE><BR>
  386.     <P>
  387.     <#if $addmessage->{public} == 1#>
  388.         <HR>
  389.         <H3>$L{ADDMSG_ADD_A_MESSAGE_RETRO}</H3><P>
  390.         <#insert part ($head->{topic_number}) "addmessage-public"#>
  391.     <#else#>
  392.         <#if $addmessage->{disabled} == 1#>
  393.             <#insert part ($head->{topic_number}) "addmessage-disabled"#>
  394.         <#else#>
  395.             <HR>
  396.             <H3>$L{ADDMSG_ADD_A_MESSAGE_RETRO}</H3><P>
  397.             <#insert part ($head->{topic_number}) "addmessage-private"#>
  398.         <#endif#>
  399.     <#endif#>
  400.     </form>
  401.     <#insert part ($head->{topic_number}) "dynamic_bottom"#>
  402. <#/part#>
  403. <#part "navbar"#>
  404. <#if $general->{secure} == 1#>
  405.     <#if $GLOBAL_OPTIONS{alternate_topic_navbar} == 1#>
  406.       <#if $GLOBAL_OPTIONS{alternate_topic_navbar_url} ne ""#>
  407.         <a href="$GLOBAL_OPTIONS{alternate_topic_navbar_url}">$title</a>:
  408.       <#endif#>
  409.     <#else#>
  410.       <a href="$topic_file_url">$title</a>:
  411.     <#endif#>
  412.     <#if $head->{me_number} != $head->{topic_number}#>
  413.       <a href="$authorize_reader?file=/$head->{topic_number}/$head->{topic_number}.$ext">$head->{topic_name}</a>:
  414.     <#endif#>
  415.     <#foreach $level (@levels)#>
  416.       <#if $level->{level_number} > 0#>
  417.         <#if $level->{level_number} != $head->{me_number}#>
  418.             <a href="$authorize_reader?file=/$head->{topic_number}/$level->{level_number}.$ext">$level->{level_name}</a>:
  419.         <#endif#>
  420.       <#endif#>
  421.     <#endloop#>
  422. <#else#>
  423.     <#if $GLOBAL_OPTIONS{alternate_topic_navbar} == 1#>
  424.       <#if $GLOBAL_OPTIONS{alternate_topic_navbar_url} ne ""#>
  425.         <a href="$GLOBAL_OPTIONS{alternate_topic_navbar_url}">$title</a>:
  426.       <#endif#>
  427.     <#else#>
  428.       <a href="$topic_file_url">$title</a>:
  429.     <#endif#>
  430.     <#if $head->{me_number} != $head->{topic_number}#>
  431.       <a href="$message_url/$head->{topic_number}/$head->{topic_number}.$ext">$head->{topic_name}</a>:
  432.     <#endif#>
  433.     <#foreach $level (@levels)#>
  434.       <#if $level->{level_number} > 0#>
  435.         <#if $level->{level_number} != $head->{me_number}#>
  436.             <a href="$message_url/$head->{topic_number}/$level->{level_number}.$ext">$level->{level_name}</a>:
  437.         <#endif#>
  438.       <#endif#>
  439.     <#endloop#>
  440. <#endif#>
  441. <#/part#>
  442. <#part "dynamic_top"#>
  443.     <#if $GLOBAL_OPTIONS->{charset} ne "" && $GLOBAL_OPTIONS->{charset} ne "0"#>
  444.         <meta http-equiv="content-type" content="text/html; charset=$GLOBAL_OPTIONS->{charset}">
  445.     <#endif#>
  446.     </head>
  447.     <body bgcolor="$color->{bgcolor}" text="$color->{text}" link="$color->{link}" vlink="$color->{vlink}" alink="$color->{alink}"\
  448.         {#if $color->{background} ne ""#} background="$color->{background}"\
  449.         {#if $onLoadJS ne ""#} onLoad="$onLoadJS"{#endif#}>
  450.     <basefont size="$color->{size}"><font face="$color->{face}" size="$color->{size}">
  451.     <a name=MT></a>
  452.     <#if $pagetitle ne ""#>
  453.         <FONT SIZE=+1><CENTER><B>$pagetitle</B></CENTER></FONT><HR>
  454.     <#endif#>
  455. <#/part#>
  456. <#part "dynamic_bottom"#>
  457.     <#insert part ($head->{topic_number}) "no_frames_buttons"#>
  458.     </font></body></html>
  459. <#/part#>
  460. <#part "no_frames_buttons"#>
  461.     <#if $skip_nav_bar == 0 && $general->{skip_no_frames_buttons} == 0#>
  462.         <#if $GLOBAL_OPTIONS{use_no_frames} == 1#>
  463.             <CENTER><TABLE BORDER=5><TR><TD ALIGN=CENTER>
  464.             <A HREF="$topic_file_url"><IMG SRC="$icon_url/noframes/topics.gif" HEIGHT=50 WIDTH=36 BORDER=0 ALT="Topics"></A>
  465.             <A HREF="$script_url/board-newmessages.$cgi_extension?method=last&number=1&units=1440&tree=ON&where=all"><IMG SRC="$icon_url/noframes/lastday.gif" HEIGHT=50 WIDTH=36 BORDER=0 ALT="Last Day"></A>
  466.             <A HREF="$script_url/board-newmessages.$cgi_extension?method=last&number=7&units=1440&tree=ON&where=all"><IMG SRC="$icon_url/noframes/lastweek.gif" HEIGHT=50 WIDTH=36 BORDER=0 ALT="Last Week"></A>
  467.             <A HREF="$script_url/board-viewtree.$cgi_extension"><IMG SRC="$icon_url/noframes/treeview.gif" HEIGHT=50 WIDTH=36 BORDER=0 ALT="Tree View"></A>
  468.               
  469.             <A HREF="$script_url/discus.$cgi_extension?pg=instructions"><IMG SRC="$icon_url/noframes/gettingstarted.gif" HEIGHT=50 WIDTH=40 BORDER=0 ALT="Getting Started"></A>
  470.             <A HREF="$script_url/discus.$cgi_extension?pg=formatting"><IMG SRC="$icon_url/noframes/formatting.gif" HEIGHT=50 WIDTH=48 BORDER=0 ALT="Formatting"></A>
  471.             <A HREF="$script_url/discus.$cgi_extension?pg=troubleshooting"><IMG SRC="$icon_url/noframes/troubleshooting.gif" HEIGHT=50 WIDTH=40 BORDER=0 ALT="Troubleshooting"></A>
  472.             <A HREF="$script_url/discus.$cgi_extension?pg=credits"><IMG SRC="$icon_url/noframes/credits.gif" HEIGHT=50 WIDTH=48 BORDER=0 ALT="Program Credits"></A>
  473.               
  474.             <A HREF="$script_url/board-newmessages.$cgi_extension"><IMG SRC="$icon_url/noframes/newmessages.gif" HEIGHT=50 WIDTH=44 BORDER=0 ALT="New Messages"></A>
  475.             <A HREF="$script_url/board-search.$cgi_extension"><IMG SRC="$icon_url/noframes/keyword.gif" HEIGHT=50 WIDTH=44 BORDER=0 ALT="Keyword Search"></A>
  476.             <A HREF="$script_url/board-contact.$cgi_extension"><IMG SRC="$icon_url/noframes/contact.gif" HEIGHT=50 WIDTH=44 BORDER=0 ALT="Contact Moderators"></A>
  477.             <A HREF="$script_url/board-profile.$cgi_extension"><IMG SRC="$icon_url/noframes/profile.gif" HEIGHT=50 WIDTH=44 BORDER=0 ALT="Edit Profile"></A>
  478.             <#if $general->{showadminfromhere} == 1#>
  479.                 <a href="$script_url/board-admin-menuonly.$cgi_extension?cmd=start&startfrom=$head->{topic_number}/$head->{me_number}" target="_blank"><IMG SRC="$icon_url/noframes/admin.gif" HEIGHT=50 WIDTH=65 BORDER=0 ALT="Administration"></A>
  480.             <#else#>
  481.                 <a href="$script_url/discus.$cgi_extension?pg=admin" target=_top><IMG SRC="$icon_url/noframes/admin.gif" HEIGHT=50 WIDTH=65 BORDER=0 ALT="Administration"></A>
  482.             <#endif#>
  483.             </TD></TR></TABLE>
  484.             </CENTER>
  485.         <#endif#>
  486.     <#endif#>
  487. <#/part#>
  488. <#part "preview"#>
  489. <#if $general->{create_new_conversation} == 1#>
  490.     <#define $pagetitle = "$L{START_NEW_THREAD}"#>
  491. <#else#>
  492.     <#define $pagetitle = "$L{BPNORMALTITLE}"#>
  493. <#endif#>
  494. <html>
  495. <head>
  496. <title>$pagetitle</title>
  497. <#if $GLOBAL_OPTIONS->{noload_warning} == 1#>
  498.     <script language="JavaScript">
  499.     <!--
  500.         function checkloaded() {
  501.             if (typeof document.userpass.loaded == 'undefined') {
  502.                 var J = "$L{PREVIEW_PAGE_NOT_LOADED_1}";
  503.                 J = J + "\n\n";
  504.                 J = J + "$L{PREVIEW_PAGE_NOT_LOADED_2}";
  505.                 var m = confirm(J);
  506.                 return m;
  507.             }
  508.             return true;
  509.         }
  510.     // -->
  511.     </script>
  512. <#endif#>
  513. <#insert part ($head->{topic_number}) "dynamic_top"#>
  514. <strong>
  515. <#insert part ($head->{topic_number}) "navbar"#>
  516. <#if $general->{secure} == 1#>
  517.     <a href="$authorize_reader?file=/$head->{topic_number}/$head->{me_number}.$ext">$head->{me_name}</a>:
  518. <#else#>
  519.     <a href="$message_url/$head->{topic_number}/$head->{me_number}.$ext">$head->{me_name}</a>:
  520. <#endif#>
  521. <#if $general->{create_new_conversation} == 1#>
  522.     $L{NEW_THREAD}
  523. <#else#>
  524.     $L{BPNORMALDISPLAY}
  525. <#endif#>
  526. </strong>
  527. <hr>
  528. <form action="$script_url/board-post.$cgi_extension" method="post" name="userpass"{#if $GLOBAL_OPTIONS->{noload_warning} == 1#} onSubmit="return checkloaded();"{#endif#}>
  529. <#if $general->{admin_screen} == 1#><input type=hidden name="ADMIN_SCREEN" value="1">
  530. <input type=hidden name="action" value="">
  531. <input type=hidden name="HTTP_REFERER" value="$head->{topic_number}/$head->{me_number}">
  532. <input type=hidden name="preview" value="0">
  533. <#if $message->{misspelled_words}#>
  534.     <p>
  535.     <#if $L{SPELLCHECKER_FLAG_BEGIN} eq ""#>
  536.         <font size=1 face="$color->{face}" color="#ff0000"><u>\
  537.     <#else#>
  538.         <font size=1>$L{SPELLCHECKER_FLAG_BEGIN}\
  539.     <#endif#>
  540.     $L{POSSIBLE_SPELLING_ERRORS_UNDERLINED}\
  541.     <#if $L{SPELLCHECKER_FLAG_END} eq ""#>
  542.         </u></font>\
  543.     <#else#>
  544.         $L{SPELLCHECKER_FLAG_END}</font>\
  545.     <#endif#>
  546.     </p>
  547. <#endif#>
  548. <#if $preview->{error} == 0#>
  549.     <#define $skip_hr_in_message = "1"#>
  550.     <TABLE BORDER=1 WIDTH=97% HEIGHT=40%><TR><TD VALIGN=TOP>
  551.     <BASEFONT SIZE=$color->{size}>
  552.     <FONT FACE="$color->{face}" SIZE="$color->{size}" COLOR="$color->{text}">
  553.     <#if $general->{create_new_conversation} == 1#>
  554.         <B>$L{BPSUBJECTTAG}</B> $preview->{subject}
  555.         <HR>
  556.     <#endif#>
  557.     <#insert part ($head->{topic_number}) "individual_message"#>
  558.     </FONT>
  559.     </td></tr></table>
  560. <#else#>
  561.     <font face="$color->{face}" size="$color->{size}">
  562.     <h4>$L{POST_MESSAGE_ERROR}</h4>
  563.     <p>$preview->{errormsg}</p>
  564.     </font>
  565. <#endif#>
  566. <p>
  567.     <HR>
  568.     <CENTER>
  569.     <#if $preview->{error} == 0#><input type=submit value="$L{BPPOSTTHISMESSAGE}">
  570.     <input type="button" value="$L{BPCANCELPOST}" onClick="\
  571.     <#if $general->{admin_screen} == 1#>
  572.         self.close();">
  573.     <#else#>
  574.         window.location='\
  575.         <#if $general->{secure} == 1#>$authorize_reader?file=/$head->{topic_number}/$head->{me_number}.$ext';">
  576.         <#if $general->{secure} == 0#>$message_url/$head->{topic_number}/$head->{me_number}.$ext';">
  577.     <#endif#>
  578.     </CENTER>
  579.     <HR>
  580. </center>
  581. <#if $general->{create_new_conversation} == 1#>
  582.     <H3>$L{BPREVISESUBJECT}</H3>
  583.     <#if $addmessage->{disabled} == 0#>
  584.         $L{BPFSUBJECT}
  585.         <p>
  586.         <input type="text" name="subject" size=51 value="<#form escape "$preview->{subject}"#>">
  587.         <hr>
  588.     <#endif#>
  589. <#endif#>
  590. <H3>$L{BPREVISEMESSAGE}</H3>
  591. <#if $addmessage->{public} == 1#>
  592.     <#insert part ($head->{topic_number}) "addmessage-public"#>
  593. <#else#>
  594.     <#if $addmessage->{disabled} == 1#>
  595.         <#insert part ($head->{topic_number}) "addmessage-disabled"#>
  596.     <#else#>
  597.         <#insert part ($head->{topic_number}) "addmessage-private"#>
  598.     <#endif#>
  599. <#endif#>
  600. <input type=hidden name="new_conversation" value="$general->{create_new_conversation}">
  601. <input type=hidden name="loaded" value="">
  602. </form>
  603. <#insert part ($head->{topic_number}) "dynamic_bottom"#>
  604. <#/part#>
  605. <#part "options_screen"#>
  606.     (There are no options for this skin)
  607. <#/part#>
  608. <#part "info"#>
  609. Name            Discus Classic
  610. Author            DiscusWare, LLC
  611. Copyright        Copyright © 2001, DiscusWare, LLC, all rights reserved
  612. Description        With this skin applied, your board will look very much like the old version 3.01.  This is a no-frills, bandwidth-friendly skin.
  613. *COLOR_bgcolor    #ffffff
  614. *COLOR_text        #000000
  615. *COLOR_link        #0000ff
  616. *COLOR_vlink    #800080
  617. *COLOR_alink    #ff0000
  618. *COLOR_face        Verdana,Arial,Helvetica
  619. *COLOR_size        2
  620. *COLOR_image
  621. *alt_color_1    #2f2f4f
  622. _alt_color_1    Header table backgrounds
  623. *alt_color_2    #ffff00
  624. _alt_color_2    Header table texts
  625. *alt_color_3    #f7f7f7
  626. _alt_color_3    Various table backgrounds
  627. *alt_color_4    #cccccc
  628. _alt_color_4    Various table backgrounds
  629. *alt_color_5    #f7f7f7
  630. _alt_color_5    Various table backgrounds
  631. *alt_color_6    #cccccc
  632. _alt_color_6    Various table backgrounds
  633. *alt_color_7    #f7f7f7
  634. _alt_color_7    Various table backgrounds
  635. *alt_color_8    #cccccc
  636. _alt_color_8    Various table backgrounds
  637. *alt_color_9    #f7f7f7
  638. _alt_color_9    Color on various screens
  639. *alt_color_10    #cccccc
  640. _alt_color_10    Color on various screens
  641. <#/part#>
  642. <#part "cookie_icons_offset"#>
  643. <#/part#>
  644. <#part "cookie_icons"#>
  645. <#/part#>
  646. <#part "readcookie"#>
  647.     function readcookie(name) {
  648.         var i = 0; var lookfor = name + "="
  649.         while (i < document.cookie.length) {
  650.             var j = i + lookfor.length
  651.             if (document.cookie.substring(i,j) == lookfor) {
  652.                 var endstr = document.cookie.indexOf(";", j)
  653.                 if (endstr == -1) {
  654.                     endstr = document.cookie.length
  655.                 }
  656.                 return unescape(document.cookie.substring(j, endstr))
  657.             }
  658.             i = document.cookie.indexOf(" ", i) + 1
  659.             if (i == 0) {
  660.                 break
  661.             }
  662.         }
  663.         return ""
  664.     }
  665. <#/part#>
  666. <#part "INIT"#>
  667. <#define array @statuses (_index, text)#>
  668. 1    $L{USER_STATUS_1}
  669. 2    <#if $GLOBAL_OPTIONS{status2} eq ""#>$L{USER_STATUS_2}<#else#>$GLOBAL_OPTIONS{status2}<#endif#>
  670. 3    <#if $GLOBAL_OPTIONS{status3} eq ""#>$L{USER_STATUS_3}<#else#>$GLOBAL_OPTIONS{status3}<#endif#>
  671. 4    <#if $GLOBAL_OPTIONS{status4} eq ""#>$L{USER_STATUS_4}<#else#>$GLOBAL_OPTIONS{status4}<#endif#>
  672. 5    <#if $GLOBAL_OPTIONS{status5} eq ""#>$L{USER_STATUS_5}<#else#>$GLOBAL_OPTIONS{status5}<#endif#>
  673. 6    <#if $GLOBAL_OPTIONS{status6} eq ""#>$L{USER_STATUS_6}<#else#>$GLOBAL_OPTIONS{status6}<#endif#>
  674. 7    <#if $GLOBAL_OPTIONS{status7} eq ""#>$L{USER_STATUS_7}<#else#>$GLOBAL_OPTIONS{status7}<#endif#>
  675. 8    <#if $GLOBAL_OPTIONS{status8} eq ""#>$L{USER_STATUS_8}<#else#>$GLOBAL_OPTIONS{status8}<#endif#>
  676. 9    <#if $GLOBAL_OPTIONS{status9} eq ""#>$L{USER_STATUS_9}<#else#>$GLOBAL_OPTIONS{status9}<#endif#>
  677. 10    <#if $GLOBAL_OPTIONS{status10} eq ""#>$L{USER_STATUS_10}<#else#>$GLOBAL_OPTIONS{status10}<#endif#>
  678. 11    $L{USER_STATUS_1}
  679. <#/define#>
  680. <#define array @subtopic_icons (name, url, height, width)#>
  681. <#/define#>
  682. <#/part#>
  683.