58 lines
1.8 KiB
HTML
58 lines
1.8 KiB
HTML
<HTML><HEAD>
|
|
<script src="../../js/basepath.js" type="text/javascript"></script>
|
|
<script src="./js/nav.js" type="text/javascript"></script>
|
|
<script src="./js/MainHeader.js" type="text/javascript"></script>
|
|
<script src="./study/isbe/isbe.js" type="text/javascript"></script>
|
|
<script src="./study/isbe/author.js" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
var authorID;
|
|
Title = new String(window.location);
|
|
Title = unescape(Title);
|
|
Title = Title.split("?")[1];
|
|
if(Title) {
|
|
tLength = Title.split("&").length;
|
|
for(tItem=0;tItem<tLength;tItem++) {
|
|
tempItem = Title.split("&")[tItem].split("=");
|
|
switch(tempItem[0]) {
|
|
case "authorID":
|
|
authorID = tempItem[1];
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
if(!authorID) authorID = 1;
|
|
</script>
|
|
|
|
<DIV CLASS="head">
|
|
International Standard Bible Encyclopaedia
|
|
</DIV>
|
|
<DIV CLASS="subhead">
|
|
<A id="toc"></A>Articles Written by <script type="text/javascript">document.write(Authors[authorID]);</script>
|
|
</DIV>
|
|
<DIV CLASS="main-just">
|
|
<DIV CLASS="pad30">
|
|
Select an entry from the list to view that entry.
|
|
<ul class="blue1">
|
|
<script type="text/javascript">
|
|
var item;
|
|
if (authorID != 1)
|
|
for(item in isbe) {
|
|
toc = isbe[item].split('`')[0];
|
|
authID = isbe[item].split('`')[1];
|
|
if(authID == authorID) {
|
|
isbeFile = parseInt((toc-1)/100, 10)+'00';
|
|
document.write('<li><a href="./study/isbe/'+isbeFile+'.html?toc='+toc+'">'+item+'</a></li>');
|
|
}
|
|
} else {
|
|
document.write('<br>AuthrID 1 is reserved for "No Stated Author" entries!');
|
|
}
|
|
</script>
|
|
</ul>
|
|
</DIV>
|
|
</DIV>
|
|
<DIV CLASS="return">
|
|
<A HREF="./study/isbe/index.html">Table of Contents</A>
|
|
</DIV>
|
|
<script src="./js/MainFooter.js" type="text/javascript"></script>
|