<mef:set title="Report News" js="mockup-box" />		

<mef:members_only>
	<mef:if expr="posted">
	<mef:true>
		Thank you for reporting news! If it is deemed appropriate by an administrator, it will be added
		to the front page.<br /><br />
	</mef:true>
	<mef:false>
		<div class="instructions">
			Before posting news, please read the guidelines. In a nutshell any allegro related or otherwise
			interesting news items will be accepted - although there will be a slight delay until an 
			administrator can review it.
		</div>
		<form name="newsform" action="/news/report" method="post">
		<div class="form">
			<div class="label">Caption:</div>
			<div class="field"><input name="subject" size="50" /></div>
			<mef:include file="mockup-box" name="body" />
			<input type="submit" value="Add News Item" class="button" />
		</div>
		</form>
			
		News Guidelines<br />
		<ul>
			<li>Try to post news that would interest most people</li>
			<li>Remember to post a link to your project, your home page, etc.</li>
			<li>Do not post the same message twice - if it never appears, it was not accepted</li>
		</ul>
	</mef:false>
	</mef:if>
</mef:members_only>
			


<hr size='1' />
<a href="/">Back to News Index</a>