Where do I place script in this template, it does not look like ther rest. Here is the coppa file.
<p>To print out a new permissions form, please click the button below:</p>
<form action="member.php" method="post">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="coppaform">
<input type="hidden" name="username" value="$username">
<input type="hidden" name="password" value="$password">
<input type="submit" class="bginput" value="Display permissions form" accesskey="s">
</form>
<p>When you make changes to this profile, you Parent/Guardian will be notified by email.
If you are over the age of 13, you should not be seeing this message.
Please contact the <a href="mailto:$webmasteremail">administrator</a> with your username,
and your account will be changed.</p>
Here is the code that needs to be included,
<TR bgcolor="{firstaltcolor}">
<td><normalfont><b>Automatic refresh</b></normalfont><br><smallfont>Automatic refresh of the main forum page in minutes. If you don't want this feature, select off.</smallfont></TD>
<TD valign=top><select name="autorefresh">
<option value="-1" $autorefreshdefaultselected>Off</option>
<option value="60" $autorefresh60selected>1 minute</option>
<option value="120" $autorefresh120selected>2 minutes</option>
<option value="180" $autorefresh180selected>3 minutes</option>
<option value="240" $autorefresh240selected>4 minutes</option>
<option value="300" $autorefresh300selected>5 minutes</option>
<option value="600" $autorefresh600selected>10 minutes</option>
</select> </TD>
</tr>
|