7th_handle / src /messages.html
Adoption's picture
feat: implement sermon message processing and RAG pipeline with Streamlit dashboard and data ingestion tools
0004cda
Raw
History Blame Contribute Delete
10 kB
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<meta name="keywords"
content="Message Hub, translated messages, Jesus Christ, Jesus, prophet, pillar of fire, fire, branham, william, william branham, william marrion branham, elijah, malachi, sermons, translations">
<meta name="description" content="Message Hub - Translated sermons from the ministry of William Marrion Branham">
<title>Message Hub</title>
<link rel="shortcut icon" href="/images/template/bbw_logo.ico"/>
<link href="/include/style.css" rel="stylesheet" type="text/css"/>
<link href="/include/messagehub.css?1" rel="stylesheet" type="text/css"/>
<link href="/include/bidi-left.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="/include/jquery-1.4.3.min.js"></script>
<script type="text/javascript" src="/include/querystring.js"></script>
<script type="text/javascript" src="/include/WsMenu.js"></script>
<script type="text/javascript" src="/include/functions.js?1"></script>
<script type="text/javascript" src="/include/messagehub.js"></script>
<link type="text/css" href="/include/jquery-ui-1.8.5.custom/css/excite-bike/jquery-ui-1.8.5.custom.css"
rel="stylesheet"/>
<script type="text/javascript" src="/include/jquery-ui-1.8.5.custom/js/jquery-ui-1.8.5.custom.min.js"></script>
</head>
<body class="messageHub" onload="//windowOnLoad()">
<div id="pageHeader" style="">
<a href="https://portal.messagehub.info" style="cursor: pointer" target="_blank" title="New MessageHub Website">
<img src="/images/template/messagehub_banner_narrow2.png" width="1200" height="220" border="0">
</a>
</div>
<div id="hubToolbar">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<table class="toolbar" cellpadding="0" cellspacing="0" border="0">
<tr class="" onclick="window.location='/home.do'">
<td class="icon" style="background-image:url(/images/toolbar/tb_home.png);"></td>
<td class="label">Home
</td>
</tr>
</table>
</td>
<td>
<table class="toolbar" cellpadding="0" cellspacing="0" border="0">
<tr class="selected" onclick="window.location='messages.do'">
<td class="icon" style="background-image:url(/images/icons/search-icon.png);"></td>
<td class="label">Message Search
</td>
</tr>
</table>
</td>
<td>
<table class="toolbar" cellpadding="0" cellspacing="0" border="0">
<tr onclick="window.location='message_index.do'">
<td class="icon" style="background-image:url(/images/icons/index-icon.png);"></td>
<td class="label">Message Index
</td>
</tr>
</table>
</td>
<td>
<table class="toolbar" cellpadding="0" cellspacing="0" border="0">
<tr onclick="window.location='contact.do'">
<td class="icon" style="background-image:url(/images/icons/contact-icon.png);"></td>
<td class="label">Contact Us
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<!--</table>-->
<div class="pageBody">
<script type="text/javascript">
var formatsAvailable = [];
</script>
<h1 class="headerBar">English Messages
</h1>
<div class="pageBody" style="margin:0;padding:0px; ">
<div class="tabStrip">
<table cellpadding="0" cellspacing="0" border="0" align="left">
<tr class="tabRow" onclick="setListFormat('Book')">
<td id="tabIconBook" class="tabIcon tabIconOn"><img
src="/images/icons/printer-icon.png"
alt="Printed Books" title="Printed Books">
</td>
<td id="tabCaptionBook" class="tabCaption tabCaptionOn">Printed Books
</td>
</tr>
</table>
<script type="text/javascript">
formatsAvailable[formatsAvailable.length] = "Book";
</script>
<table cellpadding="0" cellspacing="0" border="0">
<tr class="tabRow" onclick="setListFormat('Audio')">
<td id="tabIconAudio" class="tabIcon tabIconOff"><img
src="/images/icons/speaker-icon.png"
alt="Audio" title="Audio">
</td>
<td id="tabCaptionAudio" class="tabCaption tabCaptionOff">Audio
</td>
</tr>
</table>
<script type="text/javascript">
formatsAvailable[formatsAvailable.length] = "Audio";
</script>
</div>
<div class="tabbedContent">
<div class="search">
<form id="messageListForm" action="/en/message_list_records.do"
onsubmit="return false;">
<input type="hidden" name="tableCode" value="TranslatedMessages"><input type="hidden" name="sortColumn" value=""><input type="hidden" name="sortDirection" value=""><input type="hidden" name="page" value=""><input type="hidden" name="filterParameters" value=""><input type="hidden" name="languageId" value=""><input type="hidden" name="show_en" value=""><input type="hidden" name="format" value="">
Search for a message by typing its reference number, title and/or location:
<br/>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="middle"><input name="filterText" class="editField" type="text"
maxlength="100" size="100"
onkeyup="onKeyupMessageFilter(this);"></td>
<td>&nbsp;</td>
<td style="vertical-align:middle;"><button style="font-size:8pt;margin:0;padding:0"
onclick="clearMessageFilter(document.getElementsByName('filterText')[0])">
Clear
</button>
</td>
</tr>
</table>
</form>
</div>
<div id="pageContents" style="overflow:hidden">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td width="70%" class="messageList">
<div id="messageListRecords" style="overflow:hidden;"></div>
</td>
<td class="messageArtifacts">
<h2 class="headerBar">Available Formats
</h2>
<div id="artifactList" style="position:relative;overflow-x:hidden;overflow-y:scroll">
<div id="messageRecordDetails" style="">
<div class="artifactList" style="padding:5px">To select a Message for downloading, click its reference number from the list.
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
<script type="text/javascript">
var field = document.getElementsByName("languageId")[0];
field.value = "53";
if (formatsAvailable.length > 0)
{
setListFormat(formatsAvailable[0]);
// setListFormat("Book");
}
var contentHeight = $(window).height() - $("#artifactList").offset().top - 6;
$("#artifactList").height(contentHeight);
$(window).resize(function()
{
var container, contentHeight;
container = $("#messageList");
if (container.offset() != null)
{
contentHeight = $(window).height() - container.offset().top - 6;
container.height(contentHeight);
}
container = $("#artifactList");
if (container.offset() != null)
{
contentHeight = $(window).height() - container.offset().top - 6;
container.height(contentHeight);
}
});
</script>
</div>
<map name="bbw_logo" id="bbw_logo">
<area shape="rect" coords="35,5,160,130" href="/" alt="Message Hub Home Page"
title="Message Hub Home Page"/>
</map>
<div style="display:none">
<form id="donateForm" action="https://www.pushpay.com/pay/biblebelievers" method="get" target="_blank">
</form>
</div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0C0V4K6064"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0C0V4K6064');
</script>
</body>
</html>