<div id="bd">
<div id="yui-main" class="content">
<div class="yui-b first contentbox">
<b class="btop"><b></b></b>
<div class="yui-gf resulthead">
{include file="Admin/menu.tpl"}
<div class="yui-u">
<h1>Protected Words Configuration</h1>
{include file="Admin/savestatus.tpl"}
<p>
The Protected Words are a list of words that will prevent VuFind from using word stemming on.
</p>
<form method="post">
<textarea name="protwords" rows="20" cols="20">{$protwords|escape}</textarea><br>
<input type="submit" name="submit" value="Save">
</form>
</div>
</div>
<b class="bbot"><b></b></b>
</div>
</div>
</div>