Remove bottom search on all kbase articles

This commit is contained in:
dginovker 2020-11-19 22:36:14 -05:00
parent d543a39a1d
commit 3e96d16fd5
69 changed files with 72 additions and 6094 deletions

View File

@ -1,14 +1,10 @@
let fs = require('fs');
files = fs.readdirSync(__dirname + '/guid/');
let replaceMenubox = `Feel free to join our Discord for further help:
<ul class="further">
<li><a href="https://discord.gg/43YPGND">Discord</a></li>
</ul>
`
let replaceMenubox = ``
files.forEach(function (file) {
var contents = fs.readFileSync(__dirname + '/guid/' + file, 'utf8');
const regex = / <div class="brown_box">[\s\S]*? <\/div>/i;
const regex = /<div class="brown_box"><div class="inner_brown_box">[\s\S]*?<\/div><\/div>/i;
fs.writeFileSync(__dirname + "/guid/" + file, contents.replace(regex, replaceMenubox));
})

View File

@ -257,95 +257,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -287,95 +287,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -584,95 +584,7 @@ onclick="try{pageTracker._trackPageview('../../img/main/kbase/downloads_and_wall
<div class="archive_link">
<a href="wallpapers_archive.html#rules">Click here to view the full wallpaper archive</a>
</div>
</div> </div> <div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div> </div>
</div>
</div>
</div>

View File

@ -235,95 +235,7 @@ Read the words spoken by RuneScape gods in times past. The gods no longer have t
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -285,95 +285,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -332,95 +332,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -238,95 +238,7 @@ Islands, forests and other strange realms await.
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -304,95 +304,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -532,95 +532,7 @@ Home of the Fairy Kingdom.
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -293,95 +293,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -591,113 +591,8 @@ English
</div>
</div>
</div>
<div class="brown_box">
<div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60"
style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query"
id="search_query" size="29" maxlength="300"
value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox"
name="title_chk" value="1"
checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox"
name="keywords_chk" value="1"
checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio"
name="and_rad" value="1"
checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox"
name="description_chk" value="1"
checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox"
name="body_chk" value="1"
checked="checked">
Body
</td>
<td>
<input class="widget" type="radio"
name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer"
onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat"
id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display = "inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p
style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">
For help on searching, see our <a
href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value=""
alt="Search"></p>
</form>
</div>
</div>

View File

@ -341,95 +341,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -304,95 +304,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -297,95 +297,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -287,95 +287,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -329,95 +329,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -584,95 +584,7 @@ onclick="try{pageTracker._trackPageview('../../img/main/kbase/downloads_and_wall
<div class="archive_link">
<a href="wallpapers_archive.html#rules">Click here to view the full wallpaper archive</a>
</div>
</div> </div> <div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div> </div>
</div>
</div>
</div>

View File

@ -379,95 +379,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -238,95 +238,7 @@ Bows and clothing.
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -392,95 +392,7 @@ Seat of the Dagannoth Kings.
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -383,95 +383,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -276,95 +276,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -363,113 +363,8 @@ English
</div>
</div>
</div>
<div class="brown_box">
<div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60"
style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query"
id="search_query" size="29" maxlength="300"
value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox"
name="title_chk" value="1"
checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox"
name="keywords_chk" value="1"
checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio"
name="and_rad" value="1"
checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox"
name="description_chk" value="1"
checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox"
name="body_chk" value="1"
checked="checked">
Body
</td>
<td>
<input class="widget" type="radio"
name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer"
onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat"
id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display = "inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p
style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">
For help on searching, see our <a
href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value=""
alt="Search"></p>
</form>
</div>
</div>

View File

@ -269,95 +269,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -283,95 +283,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -338,95 +338,7 @@ Issue 27 - Saradomin Enlightens
</ul>
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -259,95 +259,7 @@ Common questions about the God Wars Dungeon.
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -239,95 +239,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -283,95 +283,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -329,95 +329,7 @@ An eclectic Easter.
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -241,95 +241,7 @@ Are any worlds set aside for a specific purpose?</div>
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -329,95 +329,7 @@ Frequently asked questions about Hunter.
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -459,95 +459,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -304,95 +304,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -293,95 +293,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -319,95 +319,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -283,95 +283,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -259,95 +259,7 @@ Other armour and weaponry.
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -259,95 +259,7 @@ Mithril armour and weaponry.
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -273,95 +273,7 @@ Malleable armour for multiple uses.
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -290,95 +290,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -409,95 +409,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -415,95 +415,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -311,95 +311,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -378,95 +378,7 @@ Home to many magical mysteries.
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -229,95 +229,7 @@ Words beginning with N-Z are found in here.</div>
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -235,95 +235,7 @@ Read the words spoken by RuneScape gods in times past. The gods no longer have t
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -269,95 +269,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -402,95 +402,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -635,95 +635,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -491,95 +491,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -293,95 +293,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -283,95 +283,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -276,95 +276,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -358,95 +358,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -263,95 +263,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -381,95 +381,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -318,95 +318,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -318,95 +318,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -235,95 +235,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -297,95 +297,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -262,95 +262,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -252,95 +252,7 @@ Pay homage to Death in his temple.
<div class="container" style="clear:both;"></div>
</div>
<div class="container" style="clear:both;"></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -283,95 +283,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -283,95 +283,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -665,95 +665,7 @@ onclick="try{pageTracker._trackPageview('../../img/main/kbase/downloads_and_wall
<div class="archive_link">
<a href="downloads_and_wallpapers-2.html#wallpapers">Click here to view the recent wallpapers only</a>
</div>
</div> </div> <div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div> </div>
</div>
</div>
</div>

View File

@ -179,95 +179,7 @@ Windows Client Troubleshooting
If you are having problems, please visit our <a href="../../../services.runescape.com/m%3dforum/sl%3d6/forums.html?25,26">technical forums</a> for troubleshooting tips.
</div>
</div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>

View File

@ -262,95 +262,7 @@ Feel free to join our Discord for further help:
</div>
</div></div>
<div class="brown_box"><div class="inner_brown_box">
<div class="searchtextcategory">
<form method="get" action="http://www.runescape.com/kbase/search.ws">
<table class="bottomsearch">
<tr>
<td class="searchtitles" width="60" style="text-align: right">
Search for:
</td>
<td>
<input class="textinput" name="search_query" id="search_query" size="29" maxlength="300" value="">
</td>
<td rowspan="3">
<table>
<tr>
<td>
<label class="bold">Criteria:</label>
</td>
<td></td>
<td><label class="bold">Find:</label></td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="title_chk" value="1" checked="checked">
Title
</td>
<td>
<input class="widget" type="checkbox" name="keywords_chk" value="1" checked="checked">
Keywords
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="1" checked="checked">
All
</td>
</tr>
<tr>
<td>
<input class="widget" type="checkbox" name="description_chk" value="1" checked="checked">
Description
</td>
<td>
<input class="widget" type="checkbox" name="body_chk" value="1" checked="checked">
Body
</td>
<td>
<input class="widget" type="radio" name="and_rad" value="0">
Any
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="searchtitles">
Category:
</td>
<td>
<select name="category" id="search_cat_select_footer" onchange="update_cats('_footer')">
<option value="null"> - ALL - </option>
<option value="4">Player Submissions</option>
<option value="775">Game Guide</option>
<option value="20">Development Diaries</option>
<option value="9">Customer Support</option>
<option value="3">Lores and Histories</option>
</select></td>
<td></td>
</tr>
<tr>
<td class="searchtitles">
Subcategory:
</td>
<td>
<div id="search_subcat_footer" style="display: none;">
<select name="subcat" id="search_subcat_select_footer">
<option value="null"> - ALL - </option>
</select>
</div>
<script type="text/javascript">
document.getElementById("search_subcat_footer").style.display="inline";
update_cats('_footer');
</script>
</td>
<td></td>
</tr>
</table>
<p style="text-align: center;font-size:11px;font-weight:bold; margin-bottom: 0px;">For help on searching, see our <a href="../searchtips.html">Search Tips</a> page.
<input type="submit" name="submit" class="searchbutton" value="" alt="Search"></p>
</form>
</div>
</div></div>
</div>
</div>
</div>