scene.org File Archive

File download

<root>­/­mirrors­/­artpacks­/­www­/­mirrors­/­hirez­/­discus_admin_90939126/newpage.txt

File size:
2 724 bytes (2.66K)
File date:
2004-04-19 23:06:29
Download count:
all-time: 650

Preview

Default page creation template for Discus board:



You can change this page to reflect the 'Style' of your board

Note that this template will apply only to new pages (old pages

will not be changed).



ATTENTION!  ANY CHANGES YOU MAKE TO THIS FILE ARE MADE AT YOUR OWN

RISK.  Be aware that the program reads <!-Pseudo comment tags-!> and

<!-- Actual comment tags --> in order to operate.  If you remove or

change any of those, the program probably won't work yet.  Also there

are some $variables that are interpreted by the script so don't

change those.



We do not guarantee technical support to anyone who messes up their

board by modifying this file.



<!--Start-->

<!-- WARNING!  DO NOT EDIT THIS FILE BY HAND OR USING AN HTML EDITOR! -->

$head

<HTML>

<HEAD>

<TITLE>$title</TITLE>

<META HTTP-EQUIV="Pragma" CONTENT="no-cache">

<SCRIPT LANGUAGE="JavaScript">

<!-- ;

function setStatus(msg) {

  window.status = msg;

  return true;

}

function initpage () {

  window.defaultStatus = "$str"

  if (document.userpass) {

    if (document.userpass.username) {

      document.userpass.username.value = readcookie("user")

    }

    if (document.userpass.passwd) {

      document.userpass.passwd.value = readcookie("rpwd")

    }

  }

}

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 ""

}

// end hide -->

</SCRIPT>

</HEAD>



<BODY BGCOLOR="$bgcolor" TEXT="$text" LINK="$link" VLINK="$vlink" ALINK="$alink" BACKGROUND="$image" onLoad="initpage()">

<BASEFONT SIZE="$size"><FONT FACE="$face">

<A NAME="$timestr">



<!--Bigtitle-->

<FONT SIZE=+1><CENTER><B>$pagetitle</B></CENTER></FONT><HR>

<!--/Bigtitle-->



<!--Navbar-->

<B>



</B>

<!--/Navbar-->



<!--Sublist-->

<HR>

<UL>

$subtopic_variable

<!-EndSub-!>

</UL>

<!--/Sublist-->



<!--Create-->

<HR>

<FORM ACTION="$script_url/board-post-form.$cgi_extension" METHOD=POST>

<CENTER><INPUT NAME=SUBMIT VALUE="Create New Conversation" TYPE=SUBMIT></CENTER>

</FORM>

<!--/Create-->



<!--About-->

<HR>

$about_variable

<!--Source:

$about_source_variable

-->

<!--/About-->



<!--Messages-->

$message_variable

<!-End-!>

<!--/Messages-->



<!--Add-->

[Read addmessage.txt]

<!--/Add-->



<!--Message Source

$message_source_variable

-->

</FONT>

<BR>

<BR>

</BODY>

</HTML>