Ejemplo n.º 1
0
function no_division_found($plural)
{
    $title = "Division{$plural} not found";
    pw_header();
    print "<p>Public Whip does not have this/these divisions.  Perhaps it\n    \t\t  doesn't exist, or it hasn't been added to The Public Whip yet.\n\t\t      New divisions are added one or two working days after they happen.</p>\n\t\t     <p><a href=\"divisions.php\">Browse for a division</a> </p>";
    pw_footer();
    exit;
}
Ejemplo n.º 2
0
        echo html_scrub($name);
        ?>
" SIZE="40" MAXLENGTH="50">
        <P>
        <B>Someone who believes that...</B><BR>
        <textarea name="description" rows="6" cols="80"><?php 
        echo html_scrub($description);
        ?>
</textarea></p>

        <p><span class="ptitle">Privacy notes:</span>
        By creating a policy you are making your user name
        <b><?php 
        echo user_getname();
        ?>
</b> and the policy's voting record public.

        <p><INPUT TYPE="SUBMIT" NAME="submit" VALUE="Make Policy">
        </FORM>

        <p>If you like you can <a href="/forum/viewforum.php?f=1">discuss policies on our forum</a>.

    <?php 
    }
    pw_footer();
} else {
    login_screen();
}
?>