... | in reply.naml |
364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381
|
<macro name="ban_error_page">
<n.html>
<head>
<META NAME="robots" CONTENT="noindex,nofollow"/>
<n.title.><t>Unable to Post</t></n.title.>
</head>
<body>
<div style="font-size:140%;margin:.5em 0 1em">
<t>Unable to Post</t>
</div>
<t>Sorry, but the administrators have banned you.</t>
<t>You can't post a message here, but you can post in other places.</t>
<br/><br/>
<t>Please contact Nabble Support if you need help.</t>
</body>
</n.html>
<n.exit/>
</macro>
|