mirror of
https://github.com/boostorg/website.git
synced 2026-01-23 06:02:18 +00:00
22 lines
965 B
PHP
22 lines
965 B
PHP
<?php
|
|
# phpWebNotes - a php based note addition system
|
|
# Copyright (C) 2000-2002 Webnotes Team - webnotes-devel@sourceforge.net
|
|
# This program is distributed under the terms and conditions of the GPL
|
|
# See the files README and LICENSE for details
|
|
|
|
# --------------------------------------------------------
|
|
# $Id$
|
|
# --------------------------------------------------------
|
|
?>
|
|
<div class="center">
|
|
<div class="medium-width">
|
|
<div class="note">
|
|
<p class="title">NOTE</p>
|
|
<p>You can contribute your insights to this document via your web browser!</p>
|
|
<p>Just add your comment and (optional) email address in the form below. If you do specify your real email, anti-spam measures are encouraged (eg. yourname@NOSPAMyourdomain.com).</p>
|
|
<p>No HTML tags are allowed. Line breaks are preserved.</p>
|
|
<p>After you add your note it will be queued for approval by a moderator. Your note may be edited for spelling, grammar, and content.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|