# User-edited skin # Thu Sep 5 18:39:08 2002 # http://development.discusware.com <#part "page"#> <#define $pagetitle = "$head->{me_name}"#> #**************************************************# # \/ DO NOT EDIT ANYTHING BETWEEN THESE MARKERS \/ # #**************************************************# <#if $general->{skip_headers} == 0#> $pginfo->{headers_asstring} $title: $head->{me_name} <#define $onLoadJS = "initpage()"#> <#insert part ($head->{topic_number}) "dynamic_top"#> <#endif#> #**************************************************# # /\ DO NOT EDIT ANYTHING BETWEEN THESE MARKERS /\ # #**************************************************# #--------------------------------------------------# # Navigation Bar # #--------------------------------------------------# <#if $general->{skip_nav_bar} == 0#> <#insert part ($head->{topic_number}) "navbar"#> $head->{me_name} <#endif#> #--------------------------------------------------# # Announcement Message # #--------------------------------------------------# <#if $head->{param} =~ match(Announce)#>
$pginfo->{announcement} <#endif#> #--------------------------------------------------# # List of Subtopics # #--------------------------------------------------# <#if $head->{param} =~ match(Sublist)#>
<#endif#> #--------------------------------------------------# # Create New Conversation # #--------------------------------------------------# <#if $head->{param} =~ match(Create)#>
<#endif#> #--------------------------------------------------# # About Message # #--------------------------------------------------# <#if $head->{param} =~ match(About)#>
$pginfo->{about} <#endif#> #--------------------------------------------------# # Posted Messages # #--------------------------------------------------# <#if $head->{param} =~ match(Messages)#> <#if $general->{messages_raw} == 1#> $pginfo->{messages_raw} <#else#> <#if $#messages == 0#>
<#foreach $message (@messages)#> <#insert part ($head->{topic_number}) "individual_message"#> <#endloop#> <#endif#> <#endif#> #--------------------------------------------------# # Add a Message Form # #--------------------------------------------------# <#if $head->{param} =~ match(Add)#>
<#if $addmessage->{public} == 1#>

$L{ADDMSG_ADD_A_MESSAGE_RETRO}

<#insert part ($head->{topic_number}) "addmessage-public"#> <#else#> <#if $addmessage->{disabled} == 1#> <#insert part ($head->{topic_number}) "addmessage-disabled"#> <#else#>


$L{ADDMSG_ADD_A_MESSAGE_RETRO}

<#insert part ($head->{topic_number}) "addmessage-private"#> <#endif#> <#endif#>

<#endif#> <#if $general->{skip_bottom} == 0#> <#insert part ($head->{topic_number}) "dynamic_bottom"#> <#endif#> <#/part#> <#part "addmessage-public"#>

<#if $addmessage->{anonymous_posting} == 1#> <#endif#>
$L{ADDMSG_PUBLIC}
$L{PROFILE_USERNAME}  
$L{PROFILE_PASSWORD}
$L{ADDMSG_EMAIL}
{anonymous} == 1#} checked{#endif#}>$L{POST_AS_ANONYMOUS}

<#if $GLOBAL_OPTIONS->{html} == 1#> <#endif#> <#if $GLOBAL_OPTIONS->{active_links} == 1#> <#endif#> <#/part#> <#part "addmessage-private"#>

<#if $addmessage->{anonymous_posting} == 1#> <#endif#>
$L{ADDMSG_PRIVATE}
$L{PROFILE_USERNAME}  
$L{PROFILE_PASSWORD}
{anonymous} == 1#} checked{#endif#}>$L{POST_AS_ANONYMOUS}

<#if $GLOBAL_OPTIONS->{html} == 1#> <#endif#> <#if $GLOBAL_OPTIONS->{active_links} == 1#> <#endif#> <#/part#> <#part "addmessage-disabled"#> <#define $l = "$L{BPPOSTINGDISABLEDDESCR}"#> <#replace "%aopen" with "" in $l#> <#replace "%aclose" with "" in $l#>


$l <#/part#> <#part "individual_message"#> ## DO NOT CHANGE!!! \ ## DO NOT CHANGE!!! <#if $skip_hr_in_message == 0#>
\ <#define $l = "$L{POSTBY}"#> <#if $GLOBAL_OPTIONS{message_icons} == 1 && $general->{no_icons_shown} == 0#> <#if $GLOBAL_OPTIONS{message_icon_top} ne "0" && $GLOBAL_OPTIONS{message_icon_top} ne ""#> $GLOBAL_OPTIONS{message_icon_top_alt}\ <#endif#> <#if $GLOBAL_OPTIONS{message_icon_up} ne "0" && $GLOBAL_OPTIONS{message_icon_up} ne ""#> <#if $message->{_is_first_element}#><#else#><#endif#>\ $GLOBAL_OPTIONS{message_icon_up_alt}\ <#endif#> <#if $GLOBAL_OPTIONS{message_icon_down} ne "0" && $GLOBAL_OPTIONS{message_icon_down} ne ""#> <#if $message->{_is_last_element}#><#else#><#endif#>\ $GLOBAL_OPTIONS{message_icon_down_alt}\ <#endif#> <#if $GLOBAL_OPTIONS{message_icon_bottom} ne "0" && $GLOBAL_OPTIONS{message_icon_bottom} ne ""#> $GLOBAL_OPTIONS{message_icon_bottom_alt}\ <#endif#> <#if $GLOBAL_OPTIONS{message_icon_link} ne "0" && $GLOBAL_OPTIONS{message_icon_link} ne ""#>  $GLOBAL_OPTIONS{message_icon_link_alt}\ <#endif#>   \ <#endif#> <#if $message->{email} ne ""#> <#replace "%name" with "$message->{author}" in $l#> <#else#> <#replace "%name" with "$message->{author}" in $l#> <#endif#> <#replace "%date" with "<#date $message->{time} format "$L{LONGDATE}"#>" in $l#> $l

$message->{text} \ <#reference array @fields from $message->{fields}#> <#foreach $field (@fields)#> <#if $field->{value} ne ""#> \ <#endif#> <#endloop#>

<#/part#> <#part "topics"#> Topics - $title <#insert part () "dynamic_top"#> $titlemsg->{text} <#if $titlemsg->{hr} == 1#>


<#foreach $topic (@topics)#> <#if $topic->{type} == 1#> ## ----- \/ Do not change \/ ----- ## ----- /\ Do not change /\ ----- <#if $topic->{hidden} == 1#> <#skip iteration#> <#else#>   $topic->{name}  <#date $topic->{lastmod} format "$L{SHORTDATE}"#> <#if $topic->{descr} ne ""#>

$topic->{descr}
<#endif#>

<#endif#> ## ----- \/ Do not change \/ ----- ## ----- /\ Do not change /\ ----- <#else#> <#skip iteration#> ## ----- \/ Do not change \/ ----- ## ----- /\ Do not change /\ -----   \ $topic->{text} \ <#if $topic->{descr} ne ""#>

$topic->{descr}
\ <#endif#>

## ----- \/ Do not change \/ ----- ## ----- /\ Do not change /\ ----- <#endif#> <#endloop#> <#if $mainmsg->{hr} == 1#>


$mainmsg->{text} <#insert part () "dynamic_bottom"#> <#/part#> <#part "newconv"#> #**************************************************# # \/ DO NOT EDIT ANYTHING BETWEEN THESE MARKERS \/ # #**************************************************# $L{START_NEW_THREAD} <#define $onLoadJS = "initpage()"#> <#define $pagetitle = "$L{START_NEW_THREAD}"#> <#insert part ($head->{topic_number}) "dynamic_top"#> #**************************************************# # /\ DO NOT EDIT ANYTHING BETWEEN THESE MARKERS /\ # #**************************************************# <#insert part ($head->{topic_number}) "navbar"#> <#if $general->{secure} == 1#> $head->{me_name}: <#else#> $head->{me_name}: <#endif#> $L{START_NEW_THREAD}
$L{BPFSUBJECT}


<#if $addmessage->{public} == 1#>


$L{ADDMSG_ADD_A_MESSAGE_RETRO}

<#insert part ($head->{topic_number}) "addmessage-public"#> <#else#> <#if $addmessage->{disabled} == 1#> <#insert part ($head->{topic_number}) "addmessage-disabled"#> <#else#>


$L{ADDMSG_ADD_A_MESSAGE_RETRO}

<#insert part ($head->{topic_number}) "addmessage-private"#> <#endif#> <#endif#>

<#insert part ($head->{topic_number}) "dynamic_bottom"#> <#/part#> <#part "navbar"#> <#if $general->{secure} == 1#> <#if $GLOBAL_OPTIONS{alternate_topic_navbar} == 1#> <#if $GLOBAL_OPTIONS{alternate_topic_navbar_url} ne ""#> $title: <#endif#> <#else#> $title: <#endif#> <#if $head->{me_number} != $head->{topic_number}#> $head->{topic_name}: <#endif#> <#foreach $level (@levels)#> <#if $level->{level_number} > 0#> <#if $level->{level_number} != $head->{me_number}#> $level->{level_name}: <#endif#> <#endif#> <#endloop#> <#else#> <#if $GLOBAL_OPTIONS{alternate_topic_navbar} == 1#> <#if $GLOBAL_OPTIONS{alternate_topic_navbar_url} ne ""#> $title: <#endif#> <#else#> $title: <#endif#> <#if $head->{me_number} != $head->{topic_number}#> $head->{topic_name}: <#endif#> <#foreach $level (@levels)#> <#if $level->{level_number} > 0#> <#if $level->{level_number} != $head->{me_number}#> $level->{level_name}: <#endif#> <#endif#> <#endloop#> <#endif#> <#/part#> <#part "dynamic_top"#> <#if $GLOBAL_OPTIONS->{charset} ne "" && $GLOBAL_OPTIONS->{charset} ne "0"#> <#endif#> {background} ne ""#} background="$color->{background}"\ {#if $onLoadJS ne ""#} onLoad="$onLoadJS"{#endif#}> <#if $pagetitle ne ""#>
$pagetitle

<#endif#> <#/part#> <#part "dynamic_bottom"#> <#insert part ($head->{topic_number}) "no_frames_buttons"#>
<#/part#> <#part "no_frames_buttons"#> <#if $skip_nav_bar == 0 && $general->{skip_no_frames_buttons} == 0#> <#if $GLOBAL_OPTIONS{use_no_frames} == 1#>
Topics Last Day Last Week Tree View    Getting Started Formatting Troubleshooting Program Credits    New Messages Keyword Search Contact Moderators Edit Profile <#if $general->{showadminfromhere} == 1#> Administration <#else#> Administration <#endif#>
<#endif#> <#endif#> <#/part#> <#part "preview"#> <#if $general->{create_new_conversation} == 1#> <#define $pagetitle = "$L{START_NEW_THREAD}"#> <#else#> <#define $pagetitle = "$L{BPNORMALTITLE}"#> <#endif#> $pagetitle <#if $GLOBAL_OPTIONS->{noload_warning} == 1#> <#endif#> <#insert part ($head->{topic_number}) "dynamic_top"#> <#insert part ($head->{topic_number}) "navbar"#> <#if $general->{secure} == 1#> $head->{me_name}: <#else#> $head->{me_name}: <#endif#> <#if $general->{create_new_conversation} == 1#> $L{NEW_THREAD} <#else#> $L{BPNORMALDISPLAY} <#endif#>
{noload_warning} == 1#} onSubmit="return checkloaded();"{#endif#}> <#if $general->{admin_screen} == 1#> <#if $message->{misspelled_words}#>

<#if $L{SPELLCHECKER_FLAG_BEGIN} eq ""#> \ <#else#> $L{SPELLCHECKER_FLAG_BEGIN}\ <#endif#> $L{POSSIBLE_SPELLING_ERRORS_UNDERLINED}\ <#if $L{SPELLCHECKER_FLAG_END} eq ""#> \ <#else#> $L{SPELLCHECKER_FLAG_END}\ <#endif#>

<#endif#> <#if $preview->{error} == 0#> <#define $skip_hr_in_message = "1"#>
{size}> <#if $general->{create_new_conversation} == 1#> $L{BPSUBJECTTAG} $preview->{subject}
<#endif#> <#insert part ($head->{topic_number}) "individual_message"#>
<#else#>

$L{POST_MESSAGE_ERROR}

$preview->{errormsg}

<#endif#>


<#if $preview->{error} == 0#> <#else#> window.location='\ <#if $general->{secure} == 1#>$authorize_reader?file=/$head->{topic_number}/$head->{me_number}.$ext';"> <#if $general->{secure} == 0#>$message_url/$head->{topic_number}/$head->{me_number}.$ext';"> <#endif#>

<#if $general->{create_new_conversation} == 1#>

$L{BPREVISESUBJECT}

<#if $addmessage->{disabled} == 0#> $L{BPFSUBJECT}

{subject}"#>">


<#endif#> <#endif#>

$L{BPREVISEMESSAGE}

<#if $addmessage->{public} == 1#> <#insert part ($head->{topic_number}) "addmessage-public"#> <#else#> <#if $addmessage->{disabled} == 1#> <#insert part ($head->{topic_number}) "addmessage-disabled"#> <#else#> <#insert part ($head->{topic_number}) "addmessage-private"#> <#endif#> <#endif#>
<#insert part ($head->{topic_number}) "dynamic_bottom"#> <#/part#> <#part "options_screen"#> (There are no options for this skin) <#/part#> <#part "info"#> Name Discus Classic Author DiscusWare, LLC Copyright Copyright © 2001, DiscusWare, LLC, all rights reserved 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. *COLOR_bgcolor #ffffff *COLOR_text #000000 *COLOR_link #0000ff *COLOR_vlink #800080 *COLOR_alink #ff0000 *COLOR_face Verdana,Arial,Helvetica *COLOR_size 2 *COLOR_image *alt_color_1 #2f2f4f _alt_color_1 Header table backgrounds *alt_color_2 #ffff00 _alt_color_2 Header table texts *alt_color_3 #f7f7f7 _alt_color_3 Various table backgrounds *alt_color_4 #cccccc _alt_color_4 Various table backgrounds *alt_color_5 #f7f7f7 _alt_color_5 Various table backgrounds *alt_color_6 #cccccc _alt_color_6 Various table backgrounds *alt_color_7 #f7f7f7 _alt_color_7 Various table backgrounds *alt_color_8 #cccccc _alt_color_8 Various table backgrounds *alt_color_9 #f7f7f7 _alt_color_9 Color on various screens *alt_color_10 #cccccc _alt_color_10 Color on various screens <#/part#> <#part "cookie_icons_offset"#> <#/part#> <#part "cookie_icons"#> <#/part#> <#part "readcookie"#> function readcookie(name) { var i = 0; var lookfor = name + "=" while (i < document.cookie.length) { var j = i + lookfor.length if (document.cookie.substring(i,j) == lookfor) { var endstr = document.cookie.indexOf(";", j) if (endstr == -1) { endstr = document.cookie.length } return unescape(document.cookie.substring(j, endstr)) } i = document.cookie.indexOf(" ", i) + 1 if (i == 0) { break } } return "" } <#/part#> <#part "INIT"#> <#define array @statuses (_index, text)#> 1 $L{USER_STATUS_1} 2 <#if $GLOBAL_OPTIONS{status2} eq ""#>$L{USER_STATUS_2}<#else#>$GLOBAL_OPTIONS{status2}<#endif#> 3 <#if $GLOBAL_OPTIONS{status3} eq ""#>$L{USER_STATUS_3}<#else#>$GLOBAL_OPTIONS{status3}<#endif#> 4 <#if $GLOBAL_OPTIONS{status4} eq ""#>$L{USER_STATUS_4}<#else#>$GLOBAL_OPTIONS{status4}<#endif#> 5 <#if $GLOBAL_OPTIONS{status5} eq ""#>$L{USER_STATUS_5}<#else#>$GLOBAL_OPTIONS{status5}<#endif#> 6 <#if $GLOBAL_OPTIONS{status6} eq ""#>$L{USER_STATUS_6}<#else#>$GLOBAL_OPTIONS{status6}<#endif#> 7 <#if $GLOBAL_OPTIONS{status7} eq ""#>$L{USER_STATUS_7}<#else#>$GLOBAL_OPTIONS{status7}<#endif#> 8 <#if $GLOBAL_OPTIONS{status8} eq ""#>$L{USER_STATUS_8}<#else#>$GLOBAL_OPTIONS{status8}<#endif#> 9 <#if $GLOBAL_OPTIONS{status9} eq ""#>$L{USER_STATUS_9}<#else#>$GLOBAL_OPTIONS{status9}<#endif#> 10 <#if $GLOBAL_OPTIONS{status10} eq ""#>$L{USER_STATUS_10}<#else#>$GLOBAL_OPTIONS{status10}<#endif#> 11 $L{USER_STATUS_1} <#/define#> <#define array @subtopic_icons (name, url, height, width)#> <#/define#> <#/part#>