Add javascript for ukcaving thread

This commit is contained in:
Wookey 2017-12-31 03:45:51 +00:00
parent c900c871b6
commit 2eac0ae342
4 changed files with 1838 additions and 91 deletions

View File

@ -1,15 +1,15 @@
S<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" type="text/css" href="index.css" /> <link rel="stylesheet" type="text/css" href="index.css" />
<link rel="stylesheet" type="text/css" href="font-awesome.min.css" /> <link rel="stylesheet" type="text/css" href="font-awesome.min.css" />
<script type="text/javascript" src="http://ukcaving.com/board/Themes/default/scripts/script.js?fin20"></script> <script type="text/javascript" src="scripts/script.js?fin20"></script>
<script type="text/javascript" src="http://ukcaving.com/board/Themes/default/scripts/theme.js?fin20"></script> <script type="text/javascript" src="scripts/theme.js?fin20"></script>
<script type="text/javascript"><!-- // --><![CDATA[ <script type="text/javascript"><!-- // --><![CDATA[
var smf_theme_url = "/board/Themes/default"; var smf_theme_url = "/board/Themes/default";
var smf_default_theme_url = "/board/Themes/default"; var smf_default_theme_url = "/board/Themes/default";
var smf_images_url = "/board/Themes/default/images"; var smf_images_url = "/board/Themes/default/images";
var smf_scripturl = "http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;"; var smf_scripturl = "http://ukcaving.com/board/index.php";
var smf_iso_case_folding = false; var smf_iso_case_folding = false;
var smf_charset = "UTF-8"; var smf_charset = "UTF-8";
var ajax_notification_text = "Loading..."; var ajax_notification_text = "Loading...";
@ -48,13 +48,13 @@ bb2_addLoadEvent(function() {
// --></script> // --></script>
<link rel="canonical" href="index.php%3Ftopic=22020.0.html" /> <link rel="canonical" href="index.php%3Ftopic=22020.0.html" />
<link rel="help" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=help" /> <link rel="help" href="http://ukcaving.com/board/index.php?action=help" />
<link rel="search" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=search" /> <link rel="search" href="http://ukcaving.com/board/index.php?action=search" />
<link rel="contents" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;" /> <link rel="contents" href="http://ukcaving.com/board/index.php?" />
<link rel="alternate" type="application/rss+xml" title="ukCaving.com - RSS" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;type=rss;action=.xml" /> <link rel="alternate" type="application/rss+xml" title="ukCaving.com - RSS" href="http://ukcaving.com/board/index.php?action=.xml" />
<link rel="prev" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.0;prev_next=prev" /> <link rel="prev" href="http://ukcaving.com/board/index.php?topic=22020.0;prev_next=prev" />
<link rel="next" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.0;prev_next=next" /> <link rel="next" href="http://ukcaving.com/board/index.php?topic=22020.0;prev_next=next" />
<link rel="index" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;board=16.0" /> <link rel="index" href="http://ukcaving.com/board/index.php?board=16.0" />
<!-- App Indexing for Google Search --> <!-- App Indexing for Google Search -->
<link href="android-app://com.quoord.tapatalkpro.activity/tapatalk/ukcaving.com/board/?location=topic&amp;fid=16&amp;tid=22020&amp;perpage=25&amp;page=1&amp;channel=google-indexing" rel="alternate" /> <link href="android-app://com.quoord.tapatalkpro.activity/tapatalk/ukcaving.com/board/?location=topic&amp;fid=16&amp;tid=22020&amp;perpage=25&amp;page=1&amp;channel=google-indexing" rel="alternate" />
<link href="ios-app://307880732/tapatalk/ukcaving.com/board/?location=topic&amp;fid=16&amp;tid=22020&amp;perpage=25&amp;page=1&amp;channel=google-indexing" rel="alternate" /> <link href="ios-app://307880732/tapatalk/ukcaving.com/board/?location=topic&amp;fid=16&amp;tid=22020&amp;perpage=25&amp;page=1&amp;channel=google-indexing" rel="alternate" />
@ -82,7 +82,7 @@ bb2_addLoadEvent(function() {
<!-- twitter app card --> <!-- twitter app card -->
<link rel="stylesheet" type="text/css" id="portal_css" href="portal.css" /> <link rel="stylesheet" type="text/css" id="portal_css" href="portal.css" />
<script type="text/javascript" src="http://ukcaving.com/board/Themes/default/scripts/portal.js?235"></script> <script type="text/javascript" src="scripts/portal.js"></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[ <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var sp_images_url = "/board/Themes/default/images/sp"; var sp_images_url = "/board/Themes/default/images/sp";
function sp_collapseBlock(id) function sp_collapseBlock(id)
@ -132,7 +132,7 @@ bb2_addLoadEvent(function() {
<div id="header"><div class="frame"> <div id="header"><div class="frame">
<div id="top_section"> <div id="top_section">
<h1 class="forumtitle"> <h1 class="forumtitle">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;">ukCaving.com</a> <a href="http://ukcaving.com/board/index.php">ukCaving.com</a>
</h1> </h1>
<img id="upshrink" src="upshrink.png" alt="*" title="Shrink or expand the header." style="display: none;" /> <img id="upshrink" src="upshrink.png" alt="*" title="Shrink or expand the header." style="display: none;" />
<div id="siteslogan" class="floatright"> </div> <div id="siteslogan" class="floatright"> </div>
@ -140,8 +140,8 @@ bb2_addLoadEvent(function() {
<div id="upper_section" class="middletext"> <div id="upper_section" class="middletext">
<div class="user"> <div class="user">
<script type="text/javascript" src="http://ukcaving.com/board/Themes/default/scripts/sha1.js"></script> <script type="text/javascript" src="http://ukcaving.com/board/Themes/default/scripts/sha1.js"></script>
<form id="guest_form" action="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=login2" method="post" accept-charset="UTF-8" onsubmit="hashLoginPassword(this, 'dc99b239ecc6bcdad03e80760aa2d094');"> <form id="guest_form" action="http://ukcaving.com/board/index.php?action=login2" method="post" accept-charset="UTF-8" onsubmit="hashLoginPassword(this, 'dc99b239ecc6bcdad03e80760aa2d094');">
<div class="info">Welcome, <strong>Guest</strong>. Please <a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=login">login</a> or <a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=register">register</a>.<br />Did you miss your <a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=activate">activation email</a>?</div> <div class="info">Welcome, <strong>Guest</strong>. Please <a href="http://ukcaving.com/board/index.php?action=login">login</a> or <a href="http://ukcaving.com/board/index.php?action=register">register</a>.<br />Did you miss your <a href="http://ukcaving.com/board/index.php?action=activate">activation email</a>?</div>
<input type="text" name="user" size="10" class="input_text" /> <input type="text" name="user" size="10" class="input_text" />
<input type="password" name="passwrd" size="10" class="input_password" /> <input type="password" name="passwrd" size="10" class="input_password" />
<select name="cookielength"> <select name="cookielength">
@ -158,7 +158,7 @@ bb2_addLoadEvent(function() {
</form> </form>
</div> </div>
<div class="news normaltext"> <div class="news normaltext">
<form id="search_form" action="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=search2" method="post" accept-charset="UTF-8"> <form id="search_form" action="http://ukcaving.com/board/index.php?action=search2" method="post" accept-charset="UTF-8">
<input type="text" name="search" value="" class="input_text" />&nbsp; <input type="text" name="search" value="" class="input_text" />&nbsp;
<input type="hidden" name="custom" value="Google" /> <input type="hidden" name="custom" value="Google" />
<input type="submit" name="submit" value="Search" class="button_submit" /> <input type="submit" name="submit" value="Search" class="button_submit" />
@ -208,27 +208,27 @@ bb2_addLoadEvent(function() {
</a> </a>
</li> </li>
<li id="button_help"> <li id="button_help">
<a class="firstlevel" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=help"> <a class="firstlevel" href="http://ukcaving.com/board/index.php?action=help">
<span class="firstlevel">Help</span> <span class="firstlevel">Help</span>
</a> </a>
</li> </li>
<li id="button_search"> <li id="button_search">
<a class="firstlevel" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=search"> <a class="firstlevel" href="http://ukcaving.com/board/index.php?action=search">
<span class="firstlevel">Search</span> <span class="firstlevel">Search</span>
</a> </a>
</li> </li>
<li id="button_calendar"> <li id="button_calendar">
<a class="firstlevel" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=calendar"> <a class="firstlevel" href="http://ukcaving.com/board/index.php?action=calendar">
<span class="firstlevel">Calendar</span> <span class="firstlevel">Calendar</span>
</a> </a>
</li> </li>
<li id="button_login"> <li id="button_login">
<a class="firstlevel" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=login"> <a class="firstlevel" href="http://ukcaving.com/board/index.php?action=login">
<span class="firstlevel">Login</span> <span class="firstlevel">Login</span>
</a> </a>
</li> </li>
<li id="button_register"> <li id="button_register">
<a class="firstlevel" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=register"> <a class="firstlevel" href="http://ukcaving.com/board/index.php?action=register">
<span class="last firstlevel">Register</span> <span class="last firstlevel">Register</span>
</a> </a>
</li> </li>
@ -243,16 +243,16 @@ bb2_addLoadEvent(function() {
<div class="navigate_section"> <div class="navigate_section">
<ul> <ul>
<li> <li>
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=forum"><span>ukCaving.com</span></a> &#187; <a href="http://ukcaving.com/board/index.php?action=forum"><span>ukCaving.com</span></a> &#187;
</li> </li>
<li> <li>
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=forum#c16"><span>TRIP REPORTS - what have you been down to?</span></a> &#187; <a href="http://ukcaving.com/board/index.php?action=forum#c16"><span>TRIP REPORTS - what have you been down to?</span></a> &#187;
</li> </li>
<li> <li>
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;board=16.0"><span>Expeditions &amp; Trips Abroad</span></a> &#187; <a href="http://ukcaving.com/board/index.php?board=16.0"><span>Expeditions &amp; Trips Abroad</span></a> &#187;
</li> </li>
<li class="last"> <li class="last">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.0"><span>Rope Sponsor Entry - CUCC, Austria</span></a> <a href="http://ukcaving.com/board/index.php?topic=22020.0"><span>Rope Sponsor Entry - CUCC, Austria</span></a>
</li> </li>
</ul> </ul>
</div><div class="adverts-double"> </div><div class="adverts-double">
@ -269,10 +269,10 @@ bb2_addLoadEvent(function() {
<a id="top"></a> <a id="top"></a>
<a id="msg279195"></a> <a id="msg279195"></a>
<div class="pagesection"> <div class="pagesection">
<div class="nextlinks"><a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.0;prev_next=prev#new">&laquo; previous</a> <a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.0;prev_next=next#new">next &raquo;</a></div> <div class="nextlinks"><a href="http://ukcaving.com/board/index.php?topic=22020.0;prev_next=prev#new">&laquo; previous</a> <a href="http://ukcaving.com/board/index.php?topic=22020.0;prev_next=next#new">next &raquo;</a></div>
<div class="buttonlist floatright"> <div class="buttonlist floatright">
<ul> <ul>
<li><a class="button_strip_print" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=printpage;topic=22020.0" rel="new_win nofollow"><span>Print</span></a></li><li><a class="social-icon facebook" title="Share on Facebook" target="_blank" href="sharer.php%3Fu=http%253A%252F%252Fukcaving.com%252Fboard%252Findex.php%253Ftopic%253D22020.0.html"><i class="fa fa-share" aria-hidden="true"></i> <i class="fa fa-facebook" aria-hidden="true"></i><span>Facebook</span></a></li><li><a class="social-icon twitter" title="Share on Twitter" target="_blank" href="home%3Fstatus=http%253A%252F%252Fukcaving.com%252Fboard%252Findex.php%253Ftopic%253D22020.0.html"><i class="fa fa-share" aria-hidden="true"></i> <i class="fa fa-twitter" aria-hidden="true"></i><span>Twitter</span></a></li> <li><a class="button_strip_print" href="http://ukcaving.com/board/index.php?action=printpage;topic=22020.0" rel="new_win nofollow"><span>Print</span></a></li><li><a class="social-icon facebook" title="Share on Facebook" target="_blank" href="sharer.php%3Fu=http%253A%252F%252Fukcaving.com%252Fboard%252Findex.php%253Ftopic%253D22020.0.html"><i class="fa fa-share" aria-hidden="true"></i> <i class="fa fa-facebook" aria-hidden="true"></i><span>Facebook</span></a></li><li><a class="social-icon twitter" title="Share on Twitter" target="_blank" href="home%3Fstatus=http%253A%252F%252Fukcaving.com%252Fboard%252Findex.php%253Ftopic%253D22020.0.html"><i class="fa fa-share" aria-hidden="true"></i> <i class="fa fa-twitter" aria-hidden="true"></i><span>Twitter</span></a></li>
</ul> </ul>
</div> </div>
<div class="pagelinks floatleft">Pages: [<strong>1</strong>] &nbsp;&nbsp;<a href="index.php%3Ftopic=22020.0.html#lastPost"><strong>Go Down</strong></a></div> <div class="pagelinks floatleft">Pages: [<strong>1</strong>] &nbsp;&nbsp;<a href="index.php%3Ftopic=22020.0.html#lastPost"><strong>Go Down</strong></a></div>
@ -285,21 +285,21 @@ bb2_addLoadEvent(function() {
Topic: Rope Sponsor Entry - CUCC, Austria &nbsp;(Read 2066 times) Topic: Rope Sponsor Entry - CUCC, Austria &nbsp;(Read 2066 times)
</h3> </h3>
</div> </div>
<form action="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=quickmod2;topic=22020.0" method="post" accept-charset="UTF-8" name="quickModForm" id="quickModForm" style="margin: 0;" onsubmit="return oQuickModify.bInEditMode ? oQuickModify.modifySave('dc99b239ecc6bcdad03e80760aa2d094', 'c2f53908') : false"> <form action="http://ukcaving.com/board/index.php?action=quickmod2;topic=22020.0" method="post" accept-charset="UTF-8" name="quickModForm" id="quickModForm" style="margin: 0;" onsubmit="return oQuickModify.bInEditMode ? oQuickModify.modifySave('dc99b239ecc6bcdad03e80760aa2d094', 'c2f53908') : false">
<div class="windowbg"> <div class="windowbg">
<span class="topslice"><span></span></span> <span class="topslice"><span></span></span>
<div class="post_wrapper"> <div class="post_wrapper">
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useron.gif" alt="Online" /> <img src="useron.gif" alt="Online" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=13868" title="View the profile of nobrotson">nobrotson</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=13868" title="View the profile of nobrotson">nobrotson</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_279195_extra_info"> <ul class="reset smalltext" id="msg_279195_extra_info">
<li class="title">Wob Rotson, ULSA</li> <li class="title">Wob Rotson, ULSA</li>
<li class="postgroup">regular</li> <li class="postgroup">regular</li>
<li class="stars"><img src="star.gif" alt="*" /></li> <li class="stars"><img src="star.gif" alt="*" /></li>
<li class="avatar"> <li class="avatar">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=13868"> <a href="http://ukcaving.com/board/index.php?action=profile;u=13868">
<img class="avatar" src="avatars/U2.jpg" alt="" /> <img class="avatar" src="avatars/U2.jpg" alt="" />
</a> </a>
</li> </li>
@ -318,7 +318,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_279195"> <h5 id="subject_279195">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg279195#msg279195" rel="nofollow">Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg279195#msg279195" rel="nofollow">Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong> on:</strong> May 23, 2017, 04:21:14 pm &#187;</div> <div class="smalltext">&#171; <strong> on:</strong> May 23, 2017, 04:21:14 pm &#187;</div>
<div id="msg_279195_quick_mod"></div> <div id="msg_279195_quick_mod"></div>
@ -349,7 +349,7 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useroff.gif" alt="Offline" /> <img src="useroff.gif" alt="Offline" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=2762" title="View the profile of Badlad">Badlad</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=2762" title="View the profile of Badlad">Badlad</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_279693_extra_info"> <ul class="reset smalltext" id="msg_279693_extra_info">
<li class="membergroup">Administrator</li> <li class="membergroup">Administrator</li>
@ -369,7 +369,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_279693"> <h5 id="subject_279693">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg279693#msg279693" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg279693#msg279693" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #1 on:</strong> June 06, 2017, 10:47:59 am &#187;</div> <div class="smalltext">&#171; <strong>Reply #1 on:</strong> June 06, 2017, 10:47:59 am &#187;</div>
<div id="msg_279693_quick_mod"></div> <div id="msg_279693_quick_mod"></div>
@ -398,13 +398,13 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useroff.gif" alt="Offline" /> <img src="useroff.gif" alt="Offline" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=15619" title="View the profile of CavingPig">CavingPig</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=15619" title="View the profile of CavingPig">CavingPig</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_281119_extra_info"> <ul class="reset smalltext" id="msg_281119_extra_info">
<li class="postgroup">regular</li> <li class="postgroup">regular</li>
<li class="stars"><img src="star.gif" alt="*" /></li> <li class="stars"><img src="star.gif" alt="*" /></li>
<li class="avatar"> <li class="avatar">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=15619"> <a href="http://ukcaving.com/board/index.php?action=profile;u=15619">
<img class="avatar" src="avatars/avatar_15619_1425155328.png" alt="" /> <img class="avatar" src="avatars/avatar_15619_1425155328.png" alt="" />
</a> </a>
</li> </li>
@ -422,7 +422,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_281119"> <h5 id="subject_281119">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg281119#msg281119" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg281119#msg281119" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #2 on:</strong> July 11, 2017, 12:10:12 am &#187;</div> <div class="smalltext">&#171; <strong>Reply #2 on:</strong> July 11, 2017, 12:10:12 am &#187;</div>
<div id="msg_281119_quick_mod"></div> <div id="msg_281119_quick_mod"></div>
@ -451,14 +451,14 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useron.gif" alt="Online" /> <img src="useron.gif" alt="Online" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=13868" title="View the profile of nobrotson">nobrotson</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=13868" title="View the profile of nobrotson">nobrotson</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_281307_extra_info"> <ul class="reset smalltext" id="msg_281307_extra_info">
<li class="title">Wob Rotson, ULSA</li> <li class="title">Wob Rotson, ULSA</li>
<li class="postgroup">regular</li> <li class="postgroup">regular</li>
<li class="stars"><img src="star.gif" alt="*" /></li> <li class="stars"><img src="star.gif" alt="*" /></li>
<li class="avatar"> <li class="avatar">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=13868"> <a href="http://ukcaving.com/board/index.php?action=profile;u=13868">
<img class="avatar" src="avatars/U2.jpg" alt="" /> <img class="avatar" src="avatars/U2.jpg" alt="" />
</a> </a>
</li> </li>
@ -477,7 +477,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_281307"> <h5 id="subject_281307">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg281307#msg281307" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg281307#msg281307" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #3 on:</strong> July 15, 2017, 02:39:21 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #3 on:</strong> July 15, 2017, 02:39:21 pm &#187;</div>
<div id="msg_281307_quick_mod"></div> <div id="msg_281307_quick_mod"></div>
@ -508,13 +508,13 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useroff.gif" alt="Offline" /> <img src="useroff.gif" alt="Offline" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=15619" title="View the profile of CavingPig">CavingPig</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=15619" title="View the profile of CavingPig">CavingPig</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_281394_extra_info"> <ul class="reset smalltext" id="msg_281394_extra_info">
<li class="postgroup">regular</li> <li class="postgroup">regular</li>
<li class="stars"><img src="star.gif" alt="*" /></li> <li class="stars"><img src="star.gif" alt="*" /></li>
<li class="avatar"> <li class="avatar">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=15619"> <a href="http://ukcaving.com/board/index.php?action=profile;u=15619">
<img class="avatar" src="avatars/avatar_15619_1425155328.png" alt="" /> <img class="avatar" src="avatars/avatar_15619_1425155328.png" alt="" />
</a> </a>
</li> </li>
@ -532,7 +532,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_281394"> <h5 id="subject_281394">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg281394#msg281394" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg281394#msg281394" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #4 on:</strong> July 18, 2017, 02:54:01 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #4 on:</strong> July 18, 2017, 02:54:01 pm &#187;</div>
<div id="msg_281394_quick_mod"></div> <div id="msg_281394_quick_mod"></div>
@ -561,7 +561,7 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useroff.gif" alt="Offline" /> <img src="useroff.gif" alt="Offline" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=13274" title="View the profile of MJenkinson">MJenkinson</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=13274" title="View the profile of MJenkinson">MJenkinson</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_281395_extra_info"> <ul class="reset smalltext" id="msg_281395_extra_info">
<li class="postgroup">obsessive maniac</li> <li class="postgroup">obsessive maniac</li>
@ -580,7 +580,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_281395"> <h5 id="subject_281395">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg281395#msg281395" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg281395#msg281395" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #5 on:</strong> July 18, 2017, 03:38:33 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #5 on:</strong> July 18, 2017, 03:38:33 pm &#187;</div>
<div id="msg_281395_quick_mod"></div> <div id="msg_281395_quick_mod"></div>
@ -609,14 +609,14 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useroff.gif" alt="Offline" /> <img src="useroff.gif" alt="Offline" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=16883" title="View the profile of blhall195">blhall195</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=16883" title="View the profile of blhall195">blhall195</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_281524_extra_info"> <ul class="reset smalltext" id="msg_281524_extra_info">
<li class="title">Brendan Hall</li> <li class="title">Brendan Hall</li>
<li class="postgroup">regular</li> <li class="postgroup">regular</li>
<li class="stars"><img src="star.gif" alt="*" /></li> <li class="stars"><img src="star.gif" alt="*" /></li>
<li class="avatar"> <li class="avatar">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=16883"> <a href="http://ukcaving.com/board/index.php?action=profile;u=16883">
<img class="avatar" src="avatars/Bruce_Willis.jpg" alt="" /> <img class="avatar" src="avatars/Bruce_Willis.jpg" alt="" />
</a> </a>
</li> </li>
@ -634,7 +634,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_281524"> <h5 id="subject_281524">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg281524#msg281524" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg281524#msg281524" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #6 on:</strong> July 20, 2017, 01:24:11 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #6 on:</strong> July 20, 2017, 01:24:11 pm &#187;</div>
<div id="msg_281524_quick_mod"></div> <div id="msg_281524_quick_mod"></div>
@ -664,13 +664,13 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useroff.gif" alt="Offline" /> <img src="useroff.gif" alt="Offline" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=17591" title="View the profile of kbender">kbender</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=17591" title="View the profile of kbender">kbender</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_281597_extra_info"> <ul class="reset smalltext" id="msg_281597_extra_info">
<li class="postgroup">Newbie</li> <li class="postgroup">Newbie</li>
<li class="stars"><img src="star.gif" alt="*" /></li> <li class="stars"><img src="star.gif" alt="*" /></li>
<li class="avatar"> <li class="avatar">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=17591"> <a href="http://ukcaving.com/board/index.php?action=profile;u=17591">
<img class="avatar" src="avatars/avatar_17591_1449074525.png" alt="" /> <img class="avatar" src="avatars/avatar_17591_1449074525.png" alt="" />
</a> </a>
</li> </li>
@ -689,7 +689,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_281597"> <h5 id="subject_281597">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg281597#msg281597" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg281597#msg281597" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #7 on:</strong> July 22, 2017, 07:58:33 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #7 on:</strong> July 22, 2017, 07:58:33 pm &#187;</div>
<div id="msg_281597_quick_mod"></div> <div id="msg_281597_quick_mod"></div>
@ -718,14 +718,14 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useroff.gif" alt="Offline" /> <img src="useroff.gif" alt="Offline" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=16883" title="View the profile of blhall195">blhall195</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=16883" title="View the profile of blhall195">blhall195</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_281636_extra_info"> <ul class="reset smalltext" id="msg_281636_extra_info">
<li class="title">Brendan Hall</li> <li class="title">Brendan Hall</li>
<li class="postgroup">regular</li> <li class="postgroup">regular</li>
<li class="stars"><img src="star.gif" alt="*" /></li> <li class="stars"><img src="star.gif" alt="*" /></li>
<li class="avatar"> <li class="avatar">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=16883"> <a href="http://ukcaving.com/board/index.php?action=profile;u=16883">
<img class="avatar" src="avatars/Bruce_Willis.jpg" alt="" /> <img class="avatar" src="avatars/Bruce_Willis.jpg" alt="" />
</a> </a>
</li> </li>
@ -743,7 +743,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_281636"> <h5 id="subject_281636">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg281636#msg281636" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg281636#msg281636" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #8 on:</strong> July 24, 2017, 01:28:57 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #8 on:</strong> July 24, 2017, 01:28:57 pm &#187;</div>
<div id="msg_281636_quick_mod"></div> <div id="msg_281636_quick_mod"></div>
@ -772,7 +772,7 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useroff.gif" alt="Offline" /> <img src="useroff.gif" alt="Offline" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=22012" title="View the profile of flakey">flakey</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=22012" title="View the profile of flakey">flakey</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_281854_extra_info"> <ul class="reset smalltext" id="msg_281854_extra_info">
<li class="postgroup">Newbie</li> <li class="postgroup">Newbie</li>
@ -791,7 +791,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_281854"> <h5 id="subject_281854">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg281854#msg281854" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg281854#msg281854" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #9 on:</strong> July 30, 2017, 03:13:08 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #9 on:</strong> July 30, 2017, 03:13:08 pm &#187;</div>
<div id="msg_281854_quick_mod"></div> <div id="msg_281854_quick_mod"></div>
@ -820,14 +820,14 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useron.gif" alt="Online" /> <img src="useron.gif" alt="Online" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=13868" title="View the profile of nobrotson">nobrotson</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=13868" title="View the profile of nobrotson">nobrotson</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_282055_extra_info"> <ul class="reset smalltext" id="msg_282055_extra_info">
<li class="title">Wob Rotson, ULSA</li> <li class="title">Wob Rotson, ULSA</li>
<li class="postgroup">regular</li> <li class="postgroup">regular</li>
<li class="stars"><img src="star.gif" alt="*" /></li> <li class="stars"><img src="star.gif" alt="*" /></li>
<li class="avatar"> <li class="avatar">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=13868"> <a href="http://ukcaving.com/board/index.php?action=profile;u=13868">
<img class="avatar" src="avatars/U2.jpg" alt="" /> <img class="avatar" src="avatars/U2.jpg" alt="" />
</a> </a>
</li> </li>
@ -846,7 +846,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_282055"> <h5 id="subject_282055">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg282055#msg282055" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg282055#msg282055" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #10 on:</strong> August 02, 2017, 06:31:26 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #10 on:</strong> August 02, 2017, 06:31:26 pm &#187;</div>
<div id="msg_282055_quick_mod"></div> <div id="msg_282055_quick_mod"></div>
@ -876,13 +876,13 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useroff.gif" alt="Offline" /> <img src="useroff.gif" alt="Offline" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=9523" title="View the profile of currywuss">currywuss</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=9523" title="View the profile of currywuss">currywuss</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_282106_extra_info"> <ul class="reset smalltext" id="msg_282106_extra_info">
<li class="postgroup">Newbie</li> <li class="postgroup">Newbie</li>
<li class="stars"><img src="star.gif" alt="*" /></li> <li class="stars"><img src="star.gif" alt="*" /></li>
<li class="avatar"> <li class="avatar">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=9523"> <a href="http://ukcaving.com/board/index.php?action=profile;u=9523">
<img class="avatar" src="avatars/avatar_9523_1501776699.png" alt="" /> <img class="avatar" src="avatars/avatar_9523_1501776699.png" alt="" />
</a> </a>
</li> </li>
@ -900,14 +900,14 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_282106"> <h5 id="subject_282106">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg282106#msg282106" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg282106#msg282106" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #11 on:</strong> August 03, 2017, 05:09:31 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #11 on:</strong> August 03, 2017, 05:09:31 pm &#187;</div>
<div id="msg_282106_quick_mod"></div> <div id="msg_282106_quick_mod"></div>
</div> </div>
</div> </div>
<div class="post"> <div class="post">
<div class="inner" id="msg_282106"><div class="quoteheader"><div class="topslice_quote"><a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg281524#msg281524">Quote from: blhall195 on July 20, 2017, 01:24:11 pm</a></div></div><blockquote class="bbc_standard_quote"><br />Julia and Antony even made a cake to commemorate the event&nbsp; &nbsp;<img src="http://ukcaving.com/board/Smileys/ukbCustomSmall/beer2.gif" alt="&#58;beer2&#58;" title="beer 2" class="smiley" /><br /><br /><img src="35233497043_1d86fd9dd6_z_d.jpg" alt="" class="bbc_img" /><br /><br />Just for the record, that&#039;s a trifle&nbsp; <img src="http://ukcaving.com/board/Smileys/ukbCustomSmall/grin.gif" alt=";D" title="Grin" class="smiley" /> An excuse to get rid of THE WRONG CUSTARD (and some very alcoholic cherries, at least for trifle #1) and boast about the length of the system in one sugary package. I forget if that was trifle #2 or #3, but we definitely did one to celebrate the year the 100km mark was reached&nbsp; <img src="http://ukcaving.com/board/Smileys/ukbCustomSmall/beer2.gif" alt="&#58;beer2&#58;" title="beer 2" class="smiley" /> </blockquote><div class="quotefooter"><div class="botslice_quote"></div></div></div> <div class="inner" id="msg_282106"><div class="quoteheader"><div class="topslice_quote"><a href="http://ukcaving.com/board/index.php?topic=22020.msg281524#msg281524">Quote from: blhall195 on July 20, 2017, 01:24:11 pm</a></div></div><blockquote class="bbc_standard_quote"><br />Julia and Antony even made a cake to commemorate the event&nbsp; &nbsp;<img src="http://ukcaving.com/board/Smileys/ukbCustomSmall/beer2.gif" alt="&#58;beer2&#58;" title="beer 2" class="smiley" /><br /><br /><img src="35233497043_1d86fd9dd6_z_d.jpg" alt="" class="bbc_img" /><br /><br />Just for the record, that&#039;s a trifle&nbsp; <img src="http://ukcaving.com/board/Smileys/ukbCustomSmall/grin.gif" alt=";D" title="Grin" class="smiley" /> An excuse to get rid of THE WRONG CUSTARD (and some very alcoholic cherries, at least for trifle #1) and boast about the length of the system in one sugary package. I forget if that was trifle #2 or #3, but we definitely did one to celebrate the year the 100km mark was reached&nbsp; <img src="http://ukcaving.com/board/Smileys/ukbCustomSmall/beer2.gif" alt="&#58;beer2&#58;" title="beer 2" class="smiley" /> </blockquote><div class="quotefooter"><div class="botslice_quote"></div></div></div>
</div> </div>
</div> </div>
<div class="moderatorbar"> <div class="moderatorbar">
@ -929,7 +929,7 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useroff.gif" alt="Offline" /> <img src="useroff.gif" alt="Offline" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=1570" title="View the profile of wookey">wookey</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=1570" title="View the profile of wookey">wookey</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_282119_extra_info"> <ul class="reset smalltext" id="msg_282119_extra_info">
<li class="postgroup">player</li> <li class="postgroup">player</li>
@ -948,7 +948,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_282119"> <h5 id="subject_282119">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg282119#msg282119" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg282119#msg282119" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #12 on:</strong> August 04, 2017, 12:11:21 am &#187;</div> <div class="smalltext">&#171; <strong>Reply #12 on:</strong> August 04, 2017, 12:11:21 am &#187;</div>
<div id="msg_282119_quick_mod"></div> <div id="msg_282119_quick_mod"></div>
@ -977,14 +977,14 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useron.gif" alt="Online" /> <img src="useron.gif" alt="Online" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=13868" title="View the profile of nobrotson">nobrotson</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=13868" title="View the profile of nobrotson">nobrotson</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_282132_extra_info"> <ul class="reset smalltext" id="msg_282132_extra_info">
<li class="title">Wob Rotson, ULSA</li> <li class="title">Wob Rotson, ULSA</li>
<li class="postgroup">regular</li> <li class="postgroup">regular</li>
<li class="stars"><img src="star.gif" alt="*" /></li> <li class="stars"><img src="star.gif" alt="*" /></li>
<li class="avatar"> <li class="avatar">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=13868"> <a href="http://ukcaving.com/board/index.php?action=profile;u=13868">
<img class="avatar" src="avatars/U2.jpg" alt="" /> <img class="avatar" src="avatars/U2.jpg" alt="" />
</a> </a>
</li> </li>
@ -1003,7 +1003,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_282132"> <h5 id="subject_282132">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg282132#msg282132" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg282132#msg282132" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #13 on:</strong> August 04, 2017, 12:09:27 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #13 on:</strong> August 04, 2017, 12:09:27 pm &#187;</div>
<div id="msg_282132_quick_mod"></div> <div id="msg_282132_quick_mod"></div>
@ -1034,14 +1034,14 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useroff.gif" alt="Offline" /> <img src="useroff.gif" alt="Offline" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=22367" title="View the profile of PhilipSargent">PhilipSargent</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=22367" title="View the profile of PhilipSargent">PhilipSargent</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_282608_extra_info"> <ul class="reset smalltext" id="msg_282608_extra_info">
<li class="title">CUCC since 1980</li> <li class="title">CUCC since 1980</li>
<li class="postgroup">Newbie</li> <li class="postgroup">Newbie</li>
<li class="stars"><img src="star.gif" alt="*" /></li> <li class="stars"><img src="star.gif" alt="*" /></li>
<li class="avatar"> <li class="avatar">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=22367"> <a href="http://ukcaving.com/board/index.php?action=profile;u=22367">
<img class="avatar" src="avatars/avatar_22367_1502972862.png" alt="" /> <img class="avatar" src="avatars/avatar_22367_1502972862.png" alt="" />
</a> </a>
</li> </li>
@ -1059,7 +1059,7 @@ bb2_addLoadEvent(function() {
<img src="clip.gif" alt="" /> <img src="clip.gif" alt="" />
</div> </div>
<h5 id="subject_282608"> <h5 id="subject_282608">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg282608#msg282608" rel="nofollow">Notes from an old lag: 1982, 1983 &amp; 2017.</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg282608#msg282608" rel="nofollow">Notes from an old lag: 1982, 1983 &amp; 2017.</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #14 on:</strong> August 17, 2017, 12:49:19 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #14 on:</strong> August 17, 2017, 12:49:19 pm &#187;</div>
<div id="msg_282608_quick_mod"></div> <div id="msg_282608_quick_mod"></div>
@ -1088,7 +1088,7 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useron.gif" alt="Online" /> <img src="useron.gif" alt="Online" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=21380" title="View the profile of Ian Ball">Ian Ball</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=21380" title="View the profile of Ian Ball">Ian Ball</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_282612_extra_info"> <ul class="reset smalltext" id="msg_282612_extra_info">
<li class="postgroup">player</li> <li class="postgroup">player</li>
@ -1107,7 +1107,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_282612"> <h5 id="subject_282612">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg282612#msg282612" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg282612#msg282612" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #15 on:</strong> August 17, 2017, 03:28:21 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #15 on:</strong> August 17, 2017, 03:28:21 pm &#187;</div>
<div id="msg_282612_quick_mod"></div> <div id="msg_282612_quick_mod"></div>
@ -1136,7 +1136,7 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useroff.gif" alt="Offline" /> <img src="useroff.gif" alt="Offline" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=3692" title="View the profile of Becka">Becka</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=3692" title="View the profile of Becka">Becka</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_282761_extra_info"> <ul class="reset smalltext" id="msg_282761_extra_info">
<li class="postgroup">Newbie</li> <li class="postgroup">Newbie</li>
@ -1155,7 +1155,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_282761"> <h5 id="subject_282761">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg282761#msg282761" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg282761#msg282761" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #16 on:</strong> <strong>Yesterday</strong> at 04:14:14 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #16 on:</strong> <strong>Yesterday</strong> at 04:14:14 pm &#187;</div>
<div id="msg_282761_quick_mod"></div> <div id="msg_282761_quick_mod"></div>
@ -1184,7 +1184,7 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useroff.gif" alt="Offline" /> <img src="useroff.gif" alt="Offline" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=3692" title="View the profile of Becka">Becka</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=3692" title="View the profile of Becka">Becka</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_282762_extra_info"> <ul class="reset smalltext" id="msg_282762_extra_info">
<li class="postgroup">Newbie</li> <li class="postgroup">Newbie</li>
@ -1203,7 +1203,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_282762"> <h5 id="subject_282762">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg282762#msg282762" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg282762#msg282762" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #17 on:</strong> <strong>Yesterday</strong> at 04:35:26 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #17 on:</strong> <strong>Yesterday</strong> at 04:35:26 pm &#187;</div>
<div id="msg_282762_quick_mod"></div> <div id="msg_282762_quick_mod"></div>
@ -1232,13 +1232,13 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useroff.gif" alt="Offline" /> <img src="useroff.gif" alt="Offline" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=2831" title="View the profile of David Rose">David Rose</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=2831" title="View the profile of David Rose">David Rose</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_282763_extra_info"> <ul class="reset smalltext" id="msg_282763_extra_info">
<li class="postgroup">obsessive maniac</li> <li class="postgroup">obsessive maniac</li>
<li class="stars"><img src="star.gif" alt="*" /><img src="star.gif" alt="*" /><img src="star.gif" alt="*" /></li> <li class="stars"><img src="star.gif" alt="*" /><img src="star.gif" alt="*" /><img src="star.gif" alt="*" /></li>
<li class="avatar"> <li class="avatar">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=2831"> <a href="http://ukcaving.com/board/index.php?action=profile;u=2831">
<img class="avatar" src="avatars/avatar_2831_1502957084.png" alt="" /> <img class="avatar" src="avatars/avatar_2831_1502957084.png" alt="" />
</a> </a>
</li> </li>
@ -1256,7 +1256,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_282763"> <h5 id="subject_282763">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg282763#msg282763" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg282763#msg282763" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #18 on:</strong> <strong>Yesterday</strong> at 04:56:32 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #18 on:</strong> <strong>Yesterday</strong> at 04:56:32 pm &#187;</div>
<div id="msg_282763_quick_mod"></div> <div id="msg_282763_quick_mod"></div>
@ -1285,7 +1285,7 @@ bb2_addLoadEvent(function() {
<div class="poster"> <div class="poster">
<h4> <h4>
<img src="useroff.gif" alt="Offline" /> <img src="useroff.gif" alt="Offline" />
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=profile;u=3692" title="View the profile of Becka">Becka</a> <a href="http://ukcaving.com/board/index.php?action=profile;u=3692" title="View the profile of Becka">Becka</a>
</h4> </h4>
<ul class="reset smalltext" id="msg_282764_extra_info"> <ul class="reset smalltext" id="msg_282764_extra_info">
<li class="postgroup">Newbie</li> <li class="postgroup">Newbie</li>
@ -1304,7 +1304,7 @@ bb2_addLoadEvent(function() {
<img src="xx.gif" alt="" /> <img src="xx.gif" alt="" />
</div> </div>
<h5 id="subject_282764"> <h5 id="subject_282764">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.msg282764#msg282764" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a> <a href="http://ukcaving.com/board/index.php?topic=22020.msg282764#msg282764" rel="nofollow">Re: Rope Sponsor Entry - CUCC, Austria</a>
</h5> </h5>
<div class="smalltext">&#171; <strong>Reply #19 on:</strong> <strong>Yesterday</strong> at 05:13:30 pm &#187;</div> <div class="smalltext">&#171; <strong>Reply #19 on:</strong> <strong>Yesterday</strong> at 05:13:30 pm &#187;</div>
<div id="msg_282764_quick_mod"></div> <div id="msg_282764_quick_mod"></div>
@ -1333,25 +1333,25 @@ bb2_addLoadEvent(function() {
<div class="buttonlist floatright"> <div class="buttonlist floatright">
<ul> <ul>
<li><a class="button_strip_print" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=printpage;topic=22020.0" rel="new_win nofollow"><span>Print</span></a></li><li><a class="social-icon facebook" title="Share on Facebook" target="_blank" href="sharer.php%3Fu=http%253A%252F%252Fukcaving.com%252Fboard%252Findex.php%253Ftopic%253D22020.0.html"><i class="fa fa-share" aria-hidden="true"></i> <i class="fa fa-facebook" aria-hidden="true"></i><span>Facebook</span></a></li><li><a class="social-icon twitter" title="Share on Twitter" target="_blank" href="home%3Fstatus=http%253A%252F%252Fukcaving.com%252Fboard%252Findex.php%253Ftopic%253D22020.0.html"><i class="fa fa-share" aria-hidden="true"></i> <i class="fa fa-twitter" aria-hidden="true"></i><span>Twitter</span></a></li> <li><a class="button_strip_print" href="http://ukcaving.com/board/index.php?action=printpage;topic=22020.0" rel="new_win nofollow"><span>Print</span></a></li><li><a class="social-icon facebook" title="Share on Facebook" target="_blank" href="sharer.php%3Fu=http%253A%252F%252Fukcaving.com%252Fboard%252Findex.php%253Ftopic%253D22020.0.html"><i class="fa fa-share" aria-hidden="true"></i> <i class="fa fa-facebook" aria-hidden="true"></i><span>Facebook</span></a></li><li><a class="social-icon twitter" title="Share on Twitter" target="_blank" href="home%3Fstatus=http%253A%252F%252Fukcaving.com%252Fboard%252Findex.php%253Ftopic%253D22020.0.html"><i class="fa fa-share" aria-hidden="true"></i> <i class="fa fa-twitter" aria-hidden="true"></i><span>Twitter</span></a></li>
</ul> </ul>
</div> </div>
<div class="pagelinks floatleft">Pages: [<strong>1</strong>] &nbsp;&nbsp;<a href="index.php%3Ftopic=22020.0.html#top"><strong>Go Up</strong></a></div> <div class="pagelinks floatleft">Pages: [<strong>1</strong>] &nbsp;&nbsp;<a href="index.php%3Ftopic=22020.0.html#top"><strong>Go Up</strong></a></div>
<div class="nextlinks_bottom"><a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.0;prev_next=prev#new">&laquo; previous</a> <a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.0;prev_next=next#new">next &raquo;</a></div> <div class="nextlinks_bottom"><a href="http://ukcaving.com/board/index.php?topic=22020.0;prev_next=prev#new">&laquo; previous</a> <a href="http://ukcaving.com/board/index.php?topic=22020.0;prev_next=next#new">next &raquo;</a></div>
</div> </div>
<div class="navigate_section"> <div class="navigate_section">
<ul> <ul>
<li> <li>
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=forum"><span>ukCaving.com</span></a> &#187; <a href="http://ukcaving.com/board/index.php?action=forum"><span>ukCaving.com</span></a> &#187;
</li> </li>
<li> <li>
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=forum#c16"><span>TRIP REPORTS - what have you been down to?</span></a> &#187; <a href="http://ukcaving.com/board/index.php?action=forum#c16"><span>TRIP REPORTS - what have you been down to?</span></a> &#187;
</li> </li>
<li> <li>
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;board=16.0"><span>Expeditions &amp; Trips Abroad</span></a> &#187; <a href="http://ukcaving.com/board/index.php?board=16.0"><span>Expeditions &amp; Trips Abroad</span></a> &#187;
</li> </li>
<li class="last"> <li class="last">
<a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;topic=22020.0"><span>Rope Sponsor Entry - CUCC, Austria</span></a> <a href="http://ukcaving.com/board/index.php?topic=22020.0"><span>Rope Sponsor Entry - CUCC, Austria</span></a>
</li> </li>
</ul> </ul>
</div> </div>
@ -1373,7 +1373,7 @@ bb2_addLoadEvent(function() {
sTemplateBodyEdit: '\n\t\t\t\t\t\t\t\t<div id="quick_edit_body_container" style="width: 90%">\n\t\t\t\t\t\t\t\t\t<div id="error_box" style="padding: 4px;" class="error"><' + '/div>\n\t\t\t\t\t\t\t\t\t<textarea class="editor" name="message" rows="12" style="width: 100%; margin-bottom: 10px;" tabindex="1">%body%<' + '/textarea><br />\n\t\t\t\t\t\t\t\t\t<input type="hidden" name="c2f53908" value="dc99b239ecc6bcdad03e80760aa2d094" />\n\t\t\t\t\t\t\t\t\t<input type="hidden" name="topic" value="22020" />\n\t\t\t\t\t\t\t\t\t<input type="hidden" name="msg" value="%msg_id%" />\n\t\t\t\t\t\t\t\t\t<div class="righttext">\n\t\t\t\t\t\t\t\t\t\t<input type="submit" name="post" value="Save" tabindex="2" onclick="return oQuickModify.modifySave(\'dc99b239ecc6bcdad03e80760aa2d094\', \'c2f53908\');" accesskey="s" class="button_submit" />&nbsp;&nbsp;<input type="submit" name="cancel" value="Cancel" tabindex="3" onclick="return oQuickModify.modifyCancel();" class="button_submit" />\n\t\t\t\t\t\t\t\t\t<' + '/div>\n\t\t\t\t\t\t\t\t<' + '/div>', sTemplateBodyEdit: '\n\t\t\t\t\t\t\t\t<div id="quick_edit_body_container" style="width: 90%">\n\t\t\t\t\t\t\t\t\t<div id="error_box" style="padding: 4px;" class="error"><' + '/div>\n\t\t\t\t\t\t\t\t\t<textarea class="editor" name="message" rows="12" style="width: 100%; margin-bottom: 10px;" tabindex="1">%body%<' + '/textarea><br />\n\t\t\t\t\t\t\t\t\t<input type="hidden" name="c2f53908" value="dc99b239ecc6bcdad03e80760aa2d094" />\n\t\t\t\t\t\t\t\t\t<input type="hidden" name="topic" value="22020" />\n\t\t\t\t\t\t\t\t\t<input type="hidden" name="msg" value="%msg_id%" />\n\t\t\t\t\t\t\t\t\t<div class="righttext">\n\t\t\t\t\t\t\t\t\t\t<input type="submit" name="post" value="Save" tabindex="2" onclick="return oQuickModify.modifySave(\'dc99b239ecc6bcdad03e80760aa2d094\', \'c2f53908\');" accesskey="s" class="button_submit" />&nbsp;&nbsp;<input type="submit" name="cancel" value="Cancel" tabindex="3" onclick="return oQuickModify.modifyCancel();" class="button_submit" />\n\t\t\t\t\t\t\t\t\t<' + '/div>\n\t\t\t\t\t\t\t\t<' + '/div>',
sTemplateSubjectEdit: '<input type="text" style="width: 90%;" name="subject" value="%subject%" size="80" maxlength="80" tabindex="4" class="input_text" />', sTemplateSubjectEdit: '<input type="text" style="width: 90%;" name="subject" value="%subject%" size="80" maxlength="80" tabindex="4" class="input_text" />',
sTemplateBodyNormal: '%body%', sTemplateBodyNormal: '%body%',
sTemplateSubjectNormal: '<a hr'+'ef="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;'+'?topic=22020.msg%msg_id%#msg%msg_id%" rel="nofollow">%subject%<' + '/a>', sTemplateSubjectNormal: '<a hr'+'ef="http://ukcaving.com/board/index.php?'+'?topic=22020.msg%msg_id%#msg%msg_id%" rel="nofollow">%subject%<' + '/a>',
sTemplateTopSubject: 'Topic: %subject% &nbsp;(Read 2066 times)', sTemplateTopSubject: 'Topic: %subject% &nbsp;(Read 2066 times)',
sErrorBorderStyle: '1px solid red' sErrorBorderStyle: '1px solid red'
}); });
@ -1425,12 +1425,12 @@ bb2_addLoadEvent(function() {
<div id="footer_section"><div class="frame"> <div id="footer_section"><div class="frame">
<ul class="reset"> <ul class="reset">
<li class="copyright" style="line-height: 1.5em;"> <li class="copyright" style="line-height: 1.5em;">
<span class="smalltext" style="display: inline; visibility: visible; font-family: Verdana, Arial, sans-serif;"><a href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=credits" title="Simple Machines Forum" target="_blank" class="new_win">SMF 2.0.13</a> | <span class="smalltext" style="display: inline; visibility: visible; font-family: Verdana, Arial, sans-serif;"><a href="http://ukcaving.com/board/index.php?action=credits" title="Simple Machines Forum" target="_blank" class="new_win">SMF 2.0.13</a> |
<a href="license.php.html" title="License" target="_blank" class="new_win">SMF &copy; 2013</a>, <a href="index.html.2.1.html" title="Simple Machines" target="_blank" class="new_win">Simple Machines</a><br /><a href="index.html.2.2.html" target="_blank" class="new_win">SimplePortal 2.3.5 &copy; 2008-2012, SimplePortal</a><br /><span class="smalltext"><a href="index.html.2.3.html" target="_blank">SMFAds</a> for <a href="index.html.2.4.html" title="Forum Hosting">Free Forums</a></span> <a href="license.php.html" title="License" target="_blank" class="new_win">SMF &copy; 2013</a>, <a href="index.html.2.1.html" title="Simple Machines" target="_blank" class="new_win">Simple Machines</a><br /><a href="index.html.2.2.html" target="_blank" class="new_win">SimplePortal 2.3.5 &copy; 2008-2012, SimplePortal</a><br /><span class="smalltext"><a href="index.html.2.3.html" target="_blank">SMFAds</a> for <a href="index.html.2.4.html" title="Forum Hosting">Free Forums</a></span>
</span></li> </span></li>
<li><a id="button_xhtml" href="http://validator.w3.org/check?uri=referer" target="_blank" class="new_win" title="Valid XHTML 1.0!"><span>XHTML</span></a></li> <li><a id="button_xhtml" href="http://validator.w3.org/check?uri=referer" target="_blank" class="new_win" title="Valid XHTML 1.0!"><span>XHTML</span></a></li>
<li><a id="button_rss" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;action=.xml;type=rss" class="new_win"><span>RSS</span></a></li> <li><a id="button_rss" href="http://ukcaving.com/board/index.php?action=.xml;type=rss" class="new_win"><span>RSS</span></a></li>
<li class="last"><a id="button_wap2" href="http://ukcaving.com/board/index.php?PHPSESSID=2cd275017f7374c533e25a4ecbd16398&amp;wap2" class="new_win"><span>WAP2</span></a></li> <li class="last"><a id="button_wap2" href="http://ukcaving.com/board/index.php?wap2" class="new_win"><span>WAP2</span></a></li>
</ul><p><a href="index.html.2.5.html">Bad Behavior</a> has blocked <strong>3114</strong> access attempts in the last 7 days.</p> </ul><p><a href="index.html.2.5.html">Bad Behavior</a> has blocked <strong>3114</strong> access attempts in the last 7 days.</p>
</div></div> </div></div>
</div> </div>

View File

@ -0,0 +1,239 @@
// Version 2.3.5; portal.js
// Define the version of SMF that we are using.
if (typeof(smf_editorArray) == "undefined")
portal_smf_version = 1.1;
else
portal_smf_version = 2;
function sp_collapse_object(id, has_image)
{
mode = document.getElementById("sp_object_" + id).style.display == '' ? 0 : 1;
document.getElementById("sp_object_" + id).style.display = mode ? '' : 'none';
if (typeof(has_image) == "undefined" || has_image == true)
document.getElementById("sp_collapse_" + id).src = smf_images_url + (mode ? '/collapse.gif' : '/expand.gif');
}
function sp_image_resize()
{
var possible_images = document.getElementsByTagName("img");
for (var i = 0; i < possible_images.length; i++)
{
if (possible_images[i].className != (portal_smf_version == 1.1 ? "sp_article" : "bbc_img sp_article"))
continue;
var temp_image = new Image();
temp_image.src = possible_images[i].src;
if (temp_image.width > 300)
{
possible_images[i].height = (300 * temp_image.height) / temp_image.width;
possible_images[i].width = 300;
}
else
{
possible_images[i].width = temp_image.width;
possible_images[i].height = temp_image.height;
}
}
if (typeof(window_oldSPImageOnload) != "undefined" && window_oldSPImageOnload)
{
window_oldSPImageOnload();
window_oldSPImageOnload = null;
}
}
function sp_submit_shout(shoutbox_id, sSessionVar, sSessionId)
{
if (window.XMLHttpRequest)
{
shoutbox_indicator(shoutbox_id, true);
var shout_body = "";
if (portal_smf_version == 1.1)
shout_body = escape(textToEntities(document.getElementById('new_shout_' + shoutbox_id).value.replace(/&#/g, "&#38;#"))).replace(/\+/g, "%2B");
else
shout_body = escape(document.getElementById('new_shout_' + shoutbox_id).value.replace(/&#/g, "&#").php_to8bit()).replace(/\+/g, "%2B");
sendXMLDocument(smf_prepareScriptUrl(smf_scripturl) + 'action=portal;sa=shoutbox;xml', 'shoutbox_id=' + shoutbox_id + '&shout=' + shout_body + '&' + sSessionVar + '=' + sSessionId, onShoutReceived);
document.getElementById('new_shout_' + shoutbox_id).value = '';
return false;
}
}
function sp_delete_shout(shoutbox_id, shout_id, sSessionVar, sSessionId)
{
if (window.XMLHttpRequest)
{
shoutbox_indicator(shoutbox_id, true);
sendXMLDocument(smf_prepareScriptUrl(smf_scripturl) + 'action=portal;sa=shoutbox;xml', 'shoutbox_id=' + shoutbox_id + '&delete=' + shout_id + '&' + sSessionVar + '=' + sSessionId, onShoutReceived);
return false;
}
}
function sp_refresh_shout(shoutbox_id, last_refresh)
{
if (window.XMLHttpRequest)
{
shoutbox_indicator(shoutbox_id, true);
getXMLDocument(smf_prepareScriptUrl(smf_scripturl) + 'action=portal;sa=shoutbox;shoutbox_id=' + shoutbox_id + ';time=' + last_refresh + ';xml', onShoutReceived);
return false;
}
}
// Function to handle the receiving of new shout data from the xml request.
function onShoutReceived(XMLDoc)
{
var shouts = XMLDoc.getElementsByTagName("smf")[0].getElementsByTagName("shout");
var shoutbox_id, updated, error, warning, reverse, shout, id, author, time, timeclean, delete_link, content, is_me, new_body = '';
shoutbox_id = XMLDoc.getElementsByTagName("smf")[0].getElementsByTagName("shoutbox")[0].childNodes[0].nodeValue;
updated = XMLDoc.getElementsByTagName("smf")[0].getElementsByTagName("updated")[0].childNodes[0].nodeValue;
if (updated == 1)
{
error = XMLDoc.getElementsByTagName("smf")[0].getElementsByTagName("error")[0].childNodes[0].nodeValue;
warning = XMLDoc.getElementsByTagName("smf")[0].getElementsByTagName("warning")[0].childNodes[0].nodeValue;
reverse = XMLDoc.getElementsByTagName("smf")[0].getElementsByTagName("reverse")[0].childNodes[0].nodeValue;
if (warning != 0)
new_body += '<li class="shoutbox_warning smalltext">' + warning + '</li>';
if (error != 0)
setInnerHTML(document.getElementById('shouts_' + shoutbox_id), new_body + '<li class="smalltext">' + error + '</li>');
else
{
for (var i = 0; i < shouts.length; i++)
{
shout = XMLDoc.getElementsByTagName("smf")[0].getElementsByTagName("shout")[i];
id = shout.getElementsByTagName("id")[0].childNodes[0].nodeValue;
author = shout.getElementsByTagName("author")[0].childNodes[0].nodeValue;
time = shout.getElementsByTagName("time")[0].childNodes[0].nodeValue;
timeclean = shout.getElementsByTagName("timeclean")[0].childNodes[0].nodeValue;
delete_link = shout.getElementsByTagName("delete")[0].childNodes[0].nodeValue;
content = shout.getElementsByTagName("content")[0].childNodes[0].nodeValue;
is_me = shout.getElementsByTagName("is_me")[0].childNodes[0].nodeValue;
new_body += '<li class="smalltext">' + (is_me == 0 ? '<strong>' + author + ':</strong> ' : '') + content + '<br />' + (delete_link != 0 ? ('<span class="shoutbox_delete">' + delete_link + '</span>') : '') + '<span class="smalltext shoutbox_time">' + time + '</span></li>';
}
setInnerHTML(document.getElementById('shouts_' + shoutbox_id), new_body);
if (reverse != 0)
document.getElementById('shouts_' + shoutbox_id).scrollTop = document.getElementById('shouts_' + shoutbox_id).scrollHeight;
else
document.getElementById('shouts_' + shoutbox_id).scrollTop = 0;
var sp_date = new Date;
eval("last_refresh_" + shoutbox_id + " = " + Math.round(sp_date.getTime() / 1000, 0) + ";");
}
}
shoutbox_indicator(shoutbox_id, false);
return false;
}
function shoutbox_indicator(shoutbox_id, turn_on)
{
document.getElementById('shoutbox_load_' + shoutbox_id).style.display = turn_on ? '' : 'none';
}
function sp_catch_enter(key)
{
var keycode;
if (window.event)
keycode = window.event.keyCode;
else if (key)
keycode = key.which;
if (keycode == 13)
return true;
}
function sp_show_ignored_shout(shout_id)
{
document.getElementById('ignored_shout_' + shout_id).style.display = '';
document.getElementById('ignored_shout_link_' + shout_id).style.display = 'none';
}
function sp_show_history_ignored_shout(shout_id)
{
document.getElementById('history_ignored_shout_' + shout_id).style.display = '';
document.getElementById('history_ignored_shout_link_' + shout_id).style.display = 'none';
}
function style_highlight(something, mode)
{
something.style.backgroundImage = 'url(' + smf_images_url + (mode ? '/bbc/bbc_hoverbg.gif)' : '/bbc/bbc_bg.gif)');
}
function smf_prepareScriptUrl(sUrl)
{
return sUrl.indexOf('?') == -1 ? sUrl + '?' : sUrl + (sUrl.charAt(sUrl.length - 1) == '?' || sUrl.charAt(sUrl.length - 1) == '&' || sUrl.charAt(sUrl.length - 1) == ';' ? '' : ';');
}
// This function is for SMF 1.1.x as well as SMF 2RC1.2 and below.
function sp_compat_showMoreSmileys(postbox, sTitleText, sPickText, sCloseText, smf_theme_url, smf_smileys_url)
{
if (this.oSmileyPopupWindow)
this.oSmileyPopupWindow.close();
this.oSmileyPopupWindow = window.open('', 'add_smileys', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=480,height=220,resizable=yes');
this.oSmileyPopupWindow.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html>');
this.oSmileyPopupWindow.document.write('\n\t<head>\n\t\t<title>' + sTitleText + '</title>\n\t\t<link rel="stylesheet" type="text/css" href="' + smf_theme_url + '/style.css" />\n\t</head>');
this.oSmileyPopupWindow.document.write('\n\t<body style="margin: 1ex;">\n\t\t<table width="100%" cellpadding="5" cellspacing="0" border="0" class="tborder">\n\t\t\t<tr class="titlebg"><td align="left">' + sPickText + '</td></tr>\n\t\t\t<tr class="windowbg"><td align="left">');
for (i = 0; i < sp_smileys.length; i++)
{
sp_smileys[i][2] = sp_smileys[i][2].replace(/"/g, '&quot;');
sp_smileys[i][0] = sp_smileys[i][0].replace(/"/g, '&quot;');
this.oSmileyPopupWindow.document.write('<a href="javascript:void(0);" onclick="window.opener.replaceText(\' ' + (portal_smf_version == 1.1 ? sp_smileys[i][0] : smf_addslashes(sp_smileys[i][0])) + '\', window.opener.document.getElementById(\'new_shout_' + postbox + '\')); window.focus(); return false;"><img src="' + smf_smileys_url + '/' + sp_smileys[i][1] + '" id="sml_' + sp_smileys[i][1] + '" alt="' + sp_smileys[i][2] + '" title="' + sp_smileys[i][2] + '" style="padding: 4px;" border="0" /></a> ');
}
this.oSmileyPopupWindow.document.write('</td></tr>\n\t\t\t<tr><td align="center" class="windowbg"><a href="javascript:window.close();">' + sCloseText + '</a></td></tr>\n\t\t</table>');
this.oSmileyPopupWindow.document.write('\n\t</body>\n</html>');
this.oSmileyPopupWindow.document.close();
}
// This function is for SMF 2 RC2 and above.
function sp_showMoreSmileys(postbox, sTitleText, sPickText, sCloseText, smf_theme_url, smf_smileys_url)
{
if (this.oSmileyPopupWindow != null && 'closed' in this.oSmileyPopupWindow && !this.oSmileyPopupWindow.closed)
{
this.oSmileyPopupWindow.focus();
return;
}
if (sp_smileyRowsContent == undefined)
{
var sp_smileyRowsContent = '';
for (i = 0; i < sp_smileys.length; i++)
{
sp_smileys[i][2] = sp_smileys[i][2].replace(/"/g, '&quot;');
sp_smileys[i][0] = sp_smileys[i][0].replace(/"/g, '&quot;');
sp_smileyRowsContent += '<a href="javascript:void(0);" onclick="window.opener.replaceText(\' ' + sp_smileys[i][0].php_addslashes() + '\', window.opener.document.getElementById(\'new_shout_' + postbox + '\')); window.focus(); return false;"><img src="' + smf_smileys_url + '/' + sp_smileys[i][1] + '" id="sml_' + sp_smileys[i][1] + '" alt="' + sp_smileys[i][2] + '" title="' + sp_smileys[i][2] + '" style="padding: 4px;" border="0" /></a> ';
}
}
this.oSmileyPopupWindow = window.open('', 'add_smileys', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=480,height=220,resizable=yes');
// Paste the template in the popup.
this.oSmileyPopupWindow.document.open('text/html', 'replace');
this.oSmileyPopupWindow.document.write(sp_moreSmileysTemplate.easyReplace({
smileyRows: sp_smileyRowsContent
}));
this.oSmileyPopupWindow.document.close();
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,96 @@
// The purpose of this code is to fix the height of overflow: auto blocks, because some browsers can't figure it out for themselves.
function smf_codeBoxFix()
{
var codeFix = document.getElementsByTagName('code');
for (var i = codeFix.length - 1; i >= 0; i--)
{
if (is_webkit && codeFix[i].offsetHeight < 20)
codeFix[i].style.height = (codeFix[i].offsetHeight + 20) + 'px';
else if (is_ff && (codeFix[i].scrollWidth > codeFix[i].clientWidth || codeFix[i].clientWidth == 0))
codeFix[i].style.overflow = 'scroll';
else if ('currentStyle' in codeFix[i] && codeFix[i].currentStyle.overflow == 'auto' && (codeFix[i].currentStyle.height == '' || codeFix[i].currentStyle.height == 'auto') && (codeFix[i].scrollWidth > codeFix[i].clientWidth || codeFix[i].clientWidth == 0) && (codeFix[i].offsetHeight != 0))
codeFix[i].style.height = (codeFix[i].offsetHeight + 24) + 'px';
}
}
// Add a fix for code stuff?
if ((is_ie && !is_ie4) || is_webkit || is_ff)
addLoadEvent(smf_codeBoxFix);
// Toggles the element height and width styles of an image.
function smc_toggleImageDimensions()
{
var oImages = document.getElementsByTagName('IMG');
for (oImage in oImages)
{
// Not a resized image? Skip it.
if (oImages[oImage].className == undefined || oImages[oImage].className.indexOf('bbc_img resized') == -1)
continue;
oImages[oImage].style.cursor = 'pointer';
oImages[oImage].onclick = function() {
this.style.width = this.style.height = this.style.width == 'auto' ? null : 'auto';
};
}
}
// Add a load event for the function above.
addLoadEvent(smc_toggleImageDimensions);
// Adds a button to a certain button strip.
function smf_addButton(sButtonStripId, bUseImage, oOptions)
{
var oButtonStrip = document.getElementById(sButtonStripId);
var aItems = oButtonStrip.getElementsByTagName('span');
// Remove the 'last' class from the last item.
if (aItems.length > 0)
{
var oLastSpan = aItems[aItems.length - 1];
oLastSpan.className = oLastSpan.className.replace(/\s*last/, 'position_holder');
}
// Add the button.
var oButtonStripList = oButtonStrip.getElementsByTagName('ul')[0];
var oNewButton = document.createElement('li');
setInnerHTML(oNewButton, '<a href="' + oOptions.sUrl + '" ' + ('sCustom' in oOptions ? oOptions.sCustom : '') + '><span class="last"' + ('sId' in oOptions ? ' id="' + oOptions.sId + '"': '') + '>' + oOptions.sText + '</span></a>');
oButtonStripList.appendChild(oNewButton);
}
// Adds hover events to list items. Used for a versions of IE that don't support this by default.
var smf_addListItemHoverEvents = function()
{
var cssRule, newSelector;
// Add a rule for the list item hover event to every stylesheet.
for (var iStyleSheet = 0; iStyleSheet < document.styleSheets.length; iStyleSheet ++)
for (var iRule = 0; iRule < document.styleSheets[iStyleSheet].rules.length; iRule ++)
{
oCssRule = document.styleSheets[iStyleSheet].rules[iRule];
if (oCssRule.selectorText.indexOf('LI:hover') != -1)
{
sNewSelector = oCssRule.selectorText.replace(/LI:hover/gi, 'LI.iehover');
document.styleSheets[iStyleSheet].addRule(sNewSelector, oCssRule.style.cssText);
}
}
// Now add handling for these hover events.
var oListItems = document.getElementsByTagName('LI');
for (oListItem in oListItems)
{
oListItems[oListItem].onmouseover = function() {
this.className += ' iehover';
};
oListItems[oListItem].onmouseout = function() {
this.className = this.className.replace(new RegExp(' iehover\\b'), '');
};
}
}
// Add hover events to list items if the browser requires it.
if (is_ie7down && 'attachEvent' in window)
window.attachEvent('onload', smf_addListItemHoverEvents);