Welcome, Guest. Please
login
or
register
.
Forums
Forums
Board
Topic
Home
Today's Posts
Gallery
Login
Register
Amiga.org
»
Amiga News and Community Announcements
»
Amiga News and Community Announcements
»
New Hyperion Entertainment Website http://a-eon.com/ - The Mystery Continues
« previous
next »
Print
Pages: [
1
]
2
3
...
43
Go Down
Author
Topic: New Hyperion Entertainment Website http://a-eon.com/ - The Mystery Continues (Read 157399 times)
Description:
0 Members and 1 Guest are viewing this topic.
VingtTrois
Lifetime Member
Hero Member
Join Date: Mar 2009
Posts: 897
Country:
New Hyperion Entertainment Website http://a-eon.com/ - The Mystery Continues
«
on:
January 01, 2010, 07:29:16 AM »
Follow the link as we can see on the new TIMBERWOLF screenshots :
\n\t\t\t\t\t\t\t\t\t
<' + '/div>\n\t\t\t\t\t\t\t\t\t
%body%<' + '/textarea><br />\n\t\t\t\t\t\t\t\t\t<!-- BEGIN MOD CharsRemainingOfPost -->\n\t\t\t\t\t\t\t\t\t<span class="smalltext">Max characters: 20000; characters remaining: <span id="editorLeft2">...<' + '/span><' + '/span><br />\n\t\t\t\t\t\t\t\t\t<!-- END MOD CharsRemainingOfPost -->\n\t\t\t\t\t\t\t\t\t<input type="hidden" name="ec4d3440" value="f35027cfc0e6daae1425138a89aa2e07" />\n\t\t\t\t\t\t\t\t\t<input type="hidden" name="topic" value="50937" />\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(\'f35027cfc0e6daae1425138a89aa2e07\', \'ec4d3440\');" accesskey="s" class="button_submit" /> <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" />', sTemplateBodyNormal: '%body%', sTemplateSubjectNormal: '<a hr'+'ef="https://forum.amiga.org/index.php'+'?topic=50937.msg%msg_id%#msg%msg_id%" rel="nofollow">%subject%<' + '/a>', sTemplateTopSubject: 'Topic: %subject% (Read 157399 times)', sErrorBorderStyle: '1px solid red' }); aJumpTo[aJumpTo.length] = new JumpTo({ sContainerId: "display_jump_to", sJumpToTemplate: "<label class=\"smalltext\" for=\"%select_id%\">Jump to:<" + "/label> %dropdown_list%", iCurBoardId: 2, iCurBoardChildLevel: 0, sCurBoardName: "Amiga News and Community Announcements", sBoardChildLevelIndicator: "==", sBoardPrefix: "=> ", sCatSeparator: "-----------------------------", sCatPrefix: "", sGoButtonLabel: "go" }); aIconLists[aIconLists.length] = new IconList({ sBackReference: "aIconLists[" + aIconLists.length + "]", sIconIdPrefix: "msg_icon_", sScriptUrl: smf_scripturl, bShowModify: true, iBoardId: 2, iTopicId: 50937, sSessionId: "f35027cfc0e6daae1425138a89aa2e07", sSessionVar: "ec4d3440", sLabelIconList: "Message Icon", sBoxBackground: "transparent", sBoxBackgroundHover: "#ffffff", iBoxBorderWidthHover: 1, sBoxBorderColorHover: "#adadad" , sContainerBackground: "#ffffff", sContainerBorder: "1px solid #adadad", sItemBorder: "1px solid #ffffff", sItemBorderHover: "1px dotted gray", sItemBackground: "transparent", sItemBackgroundHover: "#e0e0f0" }); } function tick2() { if (typeof(document.forms.quickModForm) != "undefined") { calcCharLeft2(); setTimeout("tick2()", 1000); } else setTimeout("tick2()", 800); } function message_onkeyup() { if (typeof(document.forms.quickModForm) != "undefined" && typeof(document.forms.quickModForm.message) != "undefined") { document.forms.quickModForm.message.onkeyup = function (event) { storeCaret(this); calcCharLeft2(); }; } else setTimeout("message_onkeyup()", 800); } message_onkeyup(); function calcCharLeft2() { var maxLength = 20000; var oldEditor = "", currentEditor = document.forms.quickModForm.message.value; if (!document.getElementById("editorLeft2")) return; if (oldEditor != currentEditor) { oldEditor = currentEditor; if (currentEditor.replace(/\r/, "").length > maxLength) document.forms.quickModForm.message.value = currentEditor.replace(/\r/, "").substring(0, maxLength); currentEditor = document.forms.quickModForm.message.value.replace(/\r/, ""); } setInnerHTML(document.getElementById("editorLeft2"), maxLength - currentEditor.length); } // ]]></script> <script type="text/javascript"><!-- // --><![CDATA[ var lpLoaded = false, inConflict = false; function compareJQueryVersion(v1, v2, callback) { var v1parts = v1.split(); var v2parts = v2.split(); for (var i = 0; i < v1parts.length; ++i) { if (v2parts.length == i) { //v1 + " is larger" callback(1); return; } if (v1parts[i] == v2parts[i]) { continue; } else if (v1parts[i] > v2parts[i]) { //v1 + " is larger"; callback(1); return; } else { //v2 + " is larger"; callback(2); return; } } if (v1parts.length != v2parts.length) { //v2 + " is larger"; callback(2); return; } callback(false); return; } function loadJquery(url, callback) { var script = document.createElement("script"); script.type = "text/javascript"; script.src = url; var head = document.getElementsByTagName("head")[0], done = false; script.onload = script.onreadystatechange = function() { if (!done && (!this.readyState || this.readyState == "loaded" || this.readyState == "complete")) { done = true; callback(); script.onload = script.onreadystatechange = null; head.removeChild(script); }; }; head.appendChild(script); } // Only do anything if jQuery isn"t defined if (typeof(jQuery) == "undefined") { console.log("jquery not found"); if (typeof($) == "function") { console.log("jquery but in conflict"); inConflict = true; } loadJquery("https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js", function() { if (typeof(jQuery) !=="undefined") { console.log("directly loaded with version: " + jQuery.fn.jquery); lp_jquery2_0_3 = jQuery.noConflict(true); loadLPScript(); } }); } else { // jQuery is already loaded console.log("jquery is already loaded with version: " + jQuery.fn.jquery); compareJQueryVersion(jQuery.fn.jquery, "2.0.3", function(result) { console.log("result of version check: " + result) switch(result) { case false: case 1: lp_jquery2_0_3 = jQuery; loadLPScript(); break; case 2: loadJquery("https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js", function() { if (typeof(jQuery) !=="undefined") { console.log("after version check loaded with version: " + jQuery.fn.jquery); lp_jquery2_0_3 = jQuery.noConflict(true); loadLPScript(); } }); break; default: loadJquery("https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js", function() { if (typeof(jQuery) !=="undefined") { console.log("default version check loaded with version: " + jQuery.fn.jquery); lp_jquery2_0_3 = jQuery.noConflict(true); loadLPScript(); } }); break; } }) }; function loadLPScript() { var js = document.createElement("script"); js.type = "text/javascript"; js.src = "https://forum.amiga.org/Themes/default/scripts/LikePosts/LikePosts.min.js"; js.onload = function() { lpObj.likePostsNotification.init({ txtStrings: { "lpAllNotification": "All Notification", "lpMyPosts": "My Posts", "lpNoNotification": "Nothing to show at the moment" } }); } document.body.appendChild(js); } // ]]></script> <script type="text/javascript"><!-- // --><![CDATA[ var sisyphusKey = "topic-50937-reply"; // ]]></script> <script type="text/javascript" src="https://forum.amiga.org/Themes/default/scripts/sisyphus.js"></script> <div id="thanks_error" class="thank_you_hidden"> <a href="#">There was an error while thanking</a> </div> <div id="thanks_loading" class="thank_you_hidden"> <a href="#">Thanking...</a> </div> <script type="text/javascript"><!-- // --><![CDATA[ var o_SayThanks = new saythanks(); // ]]></script> </div> </div></div> </div> <div id="footer_section"><div class="frame"> <ul class="reset"> <li class="copyright">AMIGA.org™ & logo copyright ©1994-2025 <a href="http://www.a-eon.com">A-EON Technology Ltd.</a> & <a href="http://www.amigastore.com">AmigaKit Ltd.</a></li> <li class="copyright">AMIGA.org™ is a valid trade mark used world wide.</li> <li class="copyright"><a href="https://www.simplemachines.org/">Powered by SMF</a> & <a href="http://visualpulse.net/">Theme by MLM</a></li> </ul> <p>Page created in 0.19 seconds with 20 queries.</p> </div></div> </div> </body></html>