Projects Forum
type="text/javascript" src="http://tetragta.org/forum/Themes/default/sha1.js">
Next Tetra Volunteer Meeting : TBA
type="text/javascript">", smfFadeAfter = "";
var foreColor, backEl, backColor;
if (typeof(document.getElementById('smfFadeScroller').currentStyle) != "undefined")
{
foreColor = document.getElementById('smfFadeScroller').currentStyle.color.match(/#([\da-f][\da-f])([\da-f][\da-f])([\da-f][\da-f])/);
smfFadeFrom = {"r": parseInt(foreColor[1]), "g": parseInt(foreColor[2]), "b": parseInt(foreColor[3])};
backEl = document.getElementById('smfFadeScroller');
while (backEl.currentStyle.backgroundColor == "transparent" && typeof(backEl.parentNode) != "undefined")
backEl = backEl.parentNode;
backColor = backEl.currentStyle.backgroundColor.match(/#([\da-f][\da-f])([\da-f][\da-f])([\da-f][\da-f])/);
smfFadeTo = {"r": eval("0x" + backColor[1]), "g": eval("0x" + backColor[2]), "b": eval("0x" + backColor[3])};
}
else if (typeof(window.opera) == "undefined" && typeof(document.defaultView) != "undefined")
{
foreColor = document.defaultView.getComputedStyle(document.getElementById('smfFadeScroller'), null).color.match(/rgb\((\d+), (\d+), (\d+)\)/);
smfFadeFrom = {"r": parseInt(foreColor[1]), "g": parseInt(foreColor[2]), "b": parseInt(foreColor[3])};
backEl = document.getElementById('smfFadeScroller');
while (document.defaultView.getComputedStyle(backEl, null).backgroundColor == "transparent" && typeof(backEl.parentNode) != "undefined" && typeof(backEl.parentNode.tagName) != "undefined")
backEl = backEl.parentNode;
backColor = document.defaultView.getComputedStyle(backEl, null).backgroundColor.match(/rgb\((\d+), (\d+), (\d+)\)/);
smfFadeTo = {"r": parseInt(backColor[1]), "g": parseInt(backColor[2]), "b": parseInt(backColor[3])};
}
// List all the lines of the news for display.
var smfFadeContent = new Array(
"Next Tetra Volunteer Meeting<\/strong>: TBA",
"Introduce yourself in the General Discussion forum!<\/a>",
"You can now add up to three attachments per post!",
" All Tetra Projects licensed under Creative Commons<\/a>"
);
// ]]>
type="text/javascript" src="http://tetragta.org/forum/Themes/default/fader.js">
Author
Topic: MTO.28.08 Wheelchair Joystick Adaptation (Read 3306 times)
';
// And this is the replacement for the subject.
var smf_template_subject_edit = ' ';
// Restore the message to this after editing.
var smf_template_body_normal = '%body%';
var smf_template_subject_normal = '%subject% ';
var smf_template_top_subject = "Topic: %subject% (Read 3306 times)"
if (window.XMLHttpRequest)
showModifyButtons();
// ]]>