mirror of
https://github.com/2009scape/2009scape.github.io.git
synced 2025-02-01 13:11:39 +01:00
Remove bottom search on all kbase articles
This commit is contained in:
parent
d543a39a1d
commit
3e96d16fd5
@ -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));
|
||||
})
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user