| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> | |
| <link rel="stylesheet" href="/nabble.pack.css?v=29" type="text/css" /> | |
| <link rel="stylesheet" href="/template/NamlServlet.jtp?macro=site_style" type="text/css" /> | |
| <script src="/util/jquery-1.7.2.pack.js" type="text/javascript"></script> | |
| <script src="/util/nabbledropdown-2.4.1.pack.js" type="text/javascript"></script> | |
| <script src="/template/NamlServlet.jtp?macro=javascript_library&v=102" type="text/javascript"></script> | |
| <script src="http://static.nabble.com/trk5.js?865843" async="true"></script> | |
| <title>Bingbong</title> | |
| <style type="text/css"> | |
| table.main { | |
| width:100%; | |
| border-width: 1px; | |
| border-style: solid; | |
| border-collapse:collapse; | |
| } | |
| table.main td { | |
| padding:.1em; | |
| height:2.2em; | |
| } | |
| tr.header-row td { | |
| font-weight:bold; | |
| padding: .1em .2em; | |
| border-bottom-width: 1px; | |
| border-bottom-style: solid; | |
| } | |
| </style> | |
| <META NAME="description" CONTENT="Bingbong forum. blablabla"/> | |
| <META NAME="keywords" CONTENT="bingbong, blablabla, forum, board, community"/> | |
| <style type="text/css"> | |
| #search-box-dropdown { | |
| text-align:left; | |
| position:absolute; | |
| display:none; | |
| z-index:1000; | |
| overflow:hidden; | |
| } | |
| </style> | |
| <script type="text/javascript"> | |
| $(document).ready(function() { | |
| var $sdd = $('#search-box-dropdown'); | |
| var $sb = $('#search-input'); | |
| var $form = $sb.parent(); | |
| var timeout; | |
| $(document).click(function(o){ | |
| var $target = $(o.target); | |
| if ($target.parents().hasClass('search-box-dropdown')) { | |
| clearTimeout(timeout); | |
| $sb.focus(); | |
| } | |
| }); | |
| $sb.focusin(function(e) { | |
| $sdd.css('left', $sb.position().left - 5); | |
| $sdd.width($sb.outerWidth() + 10); | |
| $sdd.show(); | |
| }); | |
| $sb.focusout(function() { | |
| timeout = setTimeout(function() { | |
| $sdd.hide(); | |
| },250); | |
| }); | |
| }); | |
| </script><style type="text/css"> | |
| div.action-link { | |
| float:left; | |
| white-space:nowrap; | |
| margin:.7em .3em; | |
| } | |
| </style><script type="text/javascript"> | |
| Nabble.nViews = function(id, views) { | |
| var $v = $('#v'+id); | |
| var pos = views=='1'?0:1; | |
| var t = $v.html()? $v.html().split('|')[pos]:''; | |
| $v.html(t == ''? views : t.replace(/%1/g,views)).show(); | |
| }; | |
| </script><script type="text/javascript" src="http://www.adbayes.com/LoadUnit.jtp?c=1"></script> | |
| <script type="text/javascript"> | |
| Nabble.adbayes(); | |
| </script> | |
| <script type="text/javascript"> | |
| Nabble.setFontSize(); | |
| </script> | |
| <script type="text/javascript"> | |
| if (Nabble.analytics) Nabble.analytics(); | |
| </script> | |
| <!-- Start Quantcast tag --> | |
| <script type="text/javascript"> | |
| _qoptions={ qacct:"p-34EL1DZyJypTI" }; | |
| </script> | |
| <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> | |
| <noscript> | |
| <a href="http://www.quantcast.com/p-34EL1DZyJypTI" target="_blank" rel="nofollow"> | |
| <img src="http://pixel.quantserve.com/pixel/p-34EL1DZyJypTI.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> | |
| </a> | |
| </noscript> | |
| <!-- End Quantcast tag --> | |
| <!-- Start Google Analytics --> | |
| <script type="text/javascript"> | |
| var _gaq = _gaq || []; | |
| _gaq.push(['nabble._setAccount', 'UA-91855-9']); | |
| _gaq.push(['nabble._trackPageview']); | |
| (function() { | |
| var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
| ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
| var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
| })(); | |
| </script> | |
| <!-- End Google Analytics --> | |
| <script type="text/javascript"> | |
| var site_admins = [1]; | |
| </script> | |
| <script type="text/javascript"> | |
| var isSafe = false; | |
| var Ads = Ads || {}; | |
| Ads.text = { | |
| daysLeft: 'Trial period ends in $1 day(s)', | |
| removeAds: 'Remove Ads', | |
| buyCredits: 'Upgrade' | |
| }; | |
| $(document).ready(function() { | |
| if (Nabble.wasCreatedRecently && Nabble.currentCredits == 0 && isSafe) { | |
| var s = '<div class="weak-color" style="text-align:center;margin:1em;font-size:80%">'; | |
| s += Ads.text.daysLeft.replace(/\$1/,daysLeft)+' – '; | |
| s += '<a href="/template/NamlServlet.jtp?macro=site_payment">'+(Nabble.isSafe?Ads.text.removeAds:Ads.text.buyCredits)+'</a>'; | |
| s += '</div>'; | |
| var isAdmin = Nabble.userId && site_admins.indexOf(Number(Nabble.userId)) >= 0; | |
| isAdmin && $('div.nabble').append(s); | |
| } | |
| }); | |
| </script> | |
| <script type="text/javascript"> | |
| $(document).ready(function() { | |
| if (Nabble.userId && site_admins.indexOf(Number(Nabble.userId)) >= 0) | |
| $('div.no-ads-message').show(); | |
| }); | |
| </script> | |
| </head> | |
| <body> | |
| <div id="notice" class="notice rounded-bottom"></div> | |
| <div class="nabble macro_view_standard" id="nabble"> | |
| <div class="top-bar"> | |
| <div class="breadcrumbs" style="float:left"> | |
| <span id="breadcrumbs" class="weak-color"> | |
| <a href="http://bingbong.2361199.n4.nabble.com/">Bingbong</a> | |
| </span> | |
| </div> | |
| <div style="text-align:right;"> | |
| <span style="white-space:nowrap;" id="nabble-user-header"></span> | |
| <script type="text/javascript">Nabble.userHeader();</script> | |
| </div> | |
| </div> | |
| <script type="text/javascript"> | |
| if (Nabble.appnotice) | |
| Nabble._adwords(); | |
| $(document).ready(function() { | |
| if (Nabble.appnotice) { | |
| $('#creation-ad').slideDown(); | |
| Nabble.setVar('appnotice',null); | |
| } | |
| }); | |
| </script> | |
| <div id="creation-ad" class="app-notice light-border-color info-message" style="display:none"> | |
| <div class="big-title second-font">Congratulations!</div> | |
| Your forum has been successfully created.<br/> | |
| Please check your inbox now and activate your account in order to have access to all features.<br/> | |
| <button class="toolbar action-button" onclick="$('#creation-ad').slideUp();$('#embed-ad').slideDown()" style="margin:.5em 1em 0"> | |
| Go to next message | |
| </button> | |
| </div> | |
| <div id="embed-ad" class="app-notice light-border-color info-message" style="display:none"> | |
| <div class="big-title second-font">Embed this Forum</div> | |
| To add this forum to your website, copy and paste the following code on your html page:<br/> | |
| <textarea style="height:3.5em;width:70%;margin:.3em .3em .3em 0;font-size:80%" readonly="true" onClick="this.focus();this.select();"> | |
| <a id="nabblelink" href="http://bingbong.2361199.n4.nabble.com/">Bingbong</a> | |
| <script src="http://bingbong.2361199.n4.nabble.com/embed/f1"></script> | |
| </textarea> | |
| <br/><a href="http://n4.nabble.com/help/Answer.jtp?id=36" rel="nofollow">Tell me more & show examples</a> | |
| <br/><button class="toolbar action-button" onclick="$('#embed-ad').slideUp()" style="margin:.5em 1em 0">Close this message</button> | |
| </div> | |
| <script type="text/javascript"> | |
| /* Fix for widget creation (weebly) */ | |
| if (Nabble.getParent().nabbleinfo && !Nabble.getParent().nabbleinfo.what) { | |
| Nabble.getParent().nabbleinfo.what = 'forum'; | |
| } | |
| </script> | |
| <div id="nabble-newsflash" class="info-message" style="display:none;padding:.5em;margin-bottom:.5em"></div> | |
| <div id="admin-notice" class="info-message" style="display:none;padding:.5em;margin-bottom:.5em"></div> | |
| <div id="forum-header"> | |
| <h1 id="forum-title" class="app-title-1 adbayes-content">Bingbong</h1> | |
| <div id="description-box" class="adbayes-content"> | |
| blablabla | |
| </div> | |
| <div id="search-box" class="search-box"> | |
| <form action="/template/NamlServlet.jtp"> | |
| <input type="hidden" name="macro" value="search_page" /> | |
| <input type="hidden" name="node" value="1" /> | |
| <input id="search-input" name="query" size="18" class="medium-border-color"/> | |
| <div id="search-box-dropdown" class="search-box-dropdown light-bg-color drop-shadow border1 medium-border-color rounded-bottom"> | |
| <div style="margin:.5em;line-height:2em"> | |
| <input class="toolbar action-button float-right" type="submit" value="Search"/> | |
| <a href="/template/NamlServlet.jtp?macro=adv_search_page&node=1" rel="nofollow" style="font-size:80%">Advanced Search</a> | |
| </div> | |
| </div> | |
| </form> | |
| </div> | |
| </div> | |
| <div class="action-link"> | |
| <img src="/images/icon_post_message.png" class="image16" /> | |
| <a href="/template/NamlServlet.jtp?macro=new_topic&node=1" title="Post new message in Bingbong" rel="nofollow">New Topic</a> | |
| </div> | |
| <div class="action-link" style="margin-left:.6em"> | |
| <img src="/images/people_sm.png" class="image16"/> | |
| <a href="/template/NamlServlet.jtp?macro=app_people&node=1" rel="nofollow">People</a> | |
| </div> | |
| <div class="action-link" style="margin-left:.6em"> | |
| <img src="/images/gear.png" class="image16"/> | |
| <span id="dd_appdropdown"></span> | |
| <script type="text/javascript"> | |
| var dropdown = new NabbleDropdown("appdropdown", "Options","Click for more options"); | |
| dropdown.add('subscriptionLink', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Dsubscribe&node\x3D1\" rel\x3D\"nofollow\"\x3ESubscribe via email\x3C/a\x3E'); | |
| dropdown.add('postByEmail', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Dpost_by_email_page&node\x3D1\" rel\x3D\"nofollow\"\x3EPost by email\x3C/a\x3E', 'display:none'); | |
| dropdown.addSeparator(); | |
| dropdown.startGroup('Application'); | |
| dropdown.add('editNameDescription', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Dedit_app&node\x3D1\" rel\x3D\"nofollow\"\x3EEdit name & description\x3C/a\x3E', 'display:none'); | |
| dropdown.add('changeType', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Dchange_app_type&node\x3D1\" rel\x3D\"nofollow\"\x3EChange application type\x3C/a\x3E', 'display:none'); | |
| dropdown.add('changeAppearance', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Dchange_appearance\" rel\x3D\"nofollow\"\x3EChange appearance\x3C/a\x3E', 'display:none'); | |
| dropdown.add('changeDomainName', '\x3Ca href\x3D\"/forum/ChangeDomainName.jtp?site\x3D2361199\" rel\x3D\"nofollow\"\x3EChange domain name\x3C/a\x3E', 'display:none'); | |
| dropdown.add('mailingListSettings', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Dmailing_list_archive_settings&node\x3D1\" rel\x3D\"nofollow\"\x3EMailing list archive settings\x3C/a\x3E', 'display:none'); | |
| dropdown.add('changeLanguage', '\x3Ca href\x3D\"/app/Languages.jtp\" rel\x3D\"nofollow\"\x3EChange language\x3C/a\x3E', 'display:none'); | |
| dropdown.add('changeMetaTags', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Dchange_title_and_meta_tags&node\x3D1\" rel\x3D\"nofollow\"\x3EChange title and meta tags\x3C/a\x3E', 'display:none'); | |
| dropdown.add('addons', '\x3Ca href\x3D\"/app/Addons.jtp\" rel\x3D\"nofollow\"\x3EExtras & add-ons\x3C/a\x3E', 'display:none'); | |
| dropdown.add('useGoogleAnalytics', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Duse_google_analytics\" rel\x3D\"nofollow\"\x3EUse Google Analytics\x3C/a\x3E', 'display:none'); | |
| dropdown.endGroup(); | |
| dropdown.startGroup('Structure'); | |
| dropdown.add('createChildForum', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Dcreate_sub_app&node\x3D1\" rel\x3D\"nofollow\"\x3ECreate new sub-forum\x3C/a\x3E', 'display:none'); | |
| dropdown.add('managePinnedTopics', '\x3Ca href\x3D\"/catalog/ChangePinOrder.jtp?forum\x3D1&what\x3Dthreads\" rel\x3D\"nofollow\"\x3EManage pinned topics\x3C/a\x3E', 'display:none'); | |
| dropdown.add('manageSubApps', '\x3Ca href\x3D\"/catalog/ChangePinOrder.jtp?forum\x3D1&what\x3Dforums\" rel\x3D\"nofollow\"\x3EManage sub-forums\x3C/a\x3E', 'display:none'); | |
| dropdown.add('parentOptions', '\x3Ca href\x3D\"/catalog/ChangeParent.jtp?forum\x3D1\" rel\x3D\"nofollow\"\x3EChange parent\x3C/a\x3E', 'display:none'); | |
| dropdown.endGroup(); | |
| dropdown.startGroup('Users'); | |
| dropdown.add('changePermissions', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Dchange_permissions&node\x3D1\" rel\x3D\"nofollow\"\x3EChange permissions\x3C/a\x3E', 'display:none'); | |
| dropdown.add('manageGroups', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Dmanage_users_and_groups\" rel\x3D\"nofollow\"\x3EManage users & groups\x3C/a\x3E', 'display:none'); | |
| dropdown.add('manageSubscribers', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Dmanage_subscribers&node\x3D1\" rel\x3D\"nofollow\"\x3EManage subscribers\x3C/a\x3E', 'display:none'); | |
| dropdown.add('manageBannedUsers', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Dmanage_banned_users\" rel\x3D\"nofollow\"\x3EManage banned users\x3C/a\x3E', 'display:none'); | |
| dropdown.endGroup(); | |
| dropdown.addSeparator(); | |
| dropdown.add('embeddingOptions', '\x3Ca href\x3D\"/embed/EmbedOptions.jtp?node\x3D1\" rel\x3D\"nofollow\"\x3EEmbedding options\x3C/a\x3E', 'display:none'); | |
| dropdown.add('downloadBackup', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Ddownload_backup_page\" rel\x3D\"nofollow\"\x3EDownload backup\x3C/a\x3E', 'display:none'); | |
| dropdown.add('deleteApp', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Ddelete_app&node\x3D1\" rel\x3D\"nofollow\"\x3EDelete\x3C/a\x3E', 'display:none'); | |
| dropdown.add('premiumUpgrade', '\x3Ca href\x3D\"/template/NamlServlet.jtp?macro\x3Dsite_payment\"\x3EPremium upgrade\x3C/a\x3E', 'display:none'); | |
| dropdown.add('openShell', null, 'display:none'); | |
| dropdown.build('dd_appdropdown'); | |
| dropdown.loadOnClick('/template/NamlServlet.jtp?macro=app_dropdown_later&node=1' + Nabble.getClientID() + '&_=' + Math.floor(Math.random()*999999)); | |
| </script> | |
| </div> | |
| <div style="clear:both"></div> | |
| <table class="main medium-border-color"> | |
| <tr class="header-row shaded-bg-color"> | |
| <td class="medium-border-color pin-column nowrap" style="width:24px"></td> | |
| <td class="medium-border-color topics-column nowrap" style=""> | |
| <table class="avatar-table"> | |
| <tr> | |
| <td class="nowrap" style="font-weight:bold;border:none"> | |
| Topics | |
| <span class="weak-color" style="font-size:80%;margin-right:1.7em">(0)</span> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td class="medium-border-color replies-column nowrap" align="center" style=""> | |
| Replies | |
| </td> | |
| <td class="medium-border-color nowrap last-post-column" style=""> | |
| Last Post | |
| </td> | |
| <td class="medium-border-color views-column nowrap" align="center"> | |
| Views | |
| </td> | |
| </tr> | |
| <tr> | |
| <td></td> | |
| <td colspan="10" style="padding:.8em 0"> | |
| Empty | |
| </td> | |
| </tr> | |
| </table> | |
| <div style="clear:both"></div> | |
| <div id="forum-footer" class="forum-footer nowrap"> | |
| <img src="/images/feeds.png" width="16" height="16" align="absmiddle" alt="feeds"/> | |
| <a href="/template/NamlServlet.jtp?macro=feeds&node=1" rel="nofollow">Feeds</a> | |
| <span class="weak-color" style="padding-left:.5em">|</span> | |
| Created by <a href="http://bingbong.2361199.n4.nabble.com/template/NamlServlet.jtp?macro=user_nodes&user=1" rel="nofollow" title="View profile of Baba" class="nowrap no-decoration"><img class="avatar light-border-color" src="http://www.gravatar.com/avatar/42ebe074fda3f130804033446aaf72c0?s=24&r=pg&d=http%3A%2F%2Fn4.nabble.com%2Fimages%2Favatar24.png" height="24" width="24" alt="Baba" title="Baba"/><img src="/images/online.png" class="online1 online invisible" title="User is online" alt="online"/></a> | |
| <a href="http://bingbong.2361199.n4.nabble.com/template/NamlServlet.jtp?macro=user_nodes&user=1">Baba</a> | |
| <span class="weak-color" style="padding-left:.5em">|</span> | |
| <span id="v1" style="display:none">1 view|%1 views</span> | |
| </div> | |
| <script type="text/javascript"> | |
| Nabble.ads('app_bottom'); | |
| </script> | |
| <table class="footer-table shaded-bg-color"> | |
| <tr> | |
| <td class="footer-left weak-color"> | |
| <a href="http://www.nabble.com/" target="_top">Free forum by Nabble</a> | |
| </td> | |
| <td class="footer-right"> | |
| <a href="/template/NamlServlet.jtp?macro=macro_viewer&id=view_standard%21nabble%3Aview_standard.naml&base=nabble.view.web.template.ServletNamespace" rel="nofollow">Edit this page</a> | |
| </td> | |
| </tr> | |
| </table> | |
| <script type='text/javascript'> | |
| var scriptUrl = '/template/NamlServlet.jtp?macro=js_page&incViewCount=1&newsflash=&adminNotice=&visitorOnline=&avatarOnline=1&views=1'; | |
| scriptUrl += '&_=' + Math.floor(Math.random()*9999) + Nabble.getClientID(); | |
| $.getScript(scriptUrl, function() { Nabble.resizeFrames(); }); | |
| </script> | |
| </div> | |
| <!-- Ad.false | 0 credits --> | |
| <script type="text/javascript"> | |
| Nabble.trk = Nabble.trk || {}; | |
| Nabble.trk.safe = false; | |
| </script> | |
| <script type="text/javascript"> | |
| $(document).ready(function() { Nabble.fixCookieClientID(); }); | |
| (function(){ var sNew = document.createElement("script"); sNew.defer = true; sNew.src = "http://tag.crsspxl.com/s1.js?d=1294"; var s0 = document.getElementsByTagName('script')[0]; s0.parentNode.insertBefore(sNew, s0); })(); | |
| Nabble.trk = Nabble.trk || {}; | |
| Nabble.trk.ours = false; | |
| Nabble.trk.host = 'n4.nabble.com'; | |
| </script> | |
| <script src="http://static.nabble.com/trk0.js?3461" type="text/javascript" async="true"></script> | |
| <!-- n4.nabble.com | Site ID = 2361199 --> | |
| </body> | |
| </html> |
Minggu, 16 Oktober 2016
Langganan:
Posting Komentar (Atom)
0 komentar:
Posting Komentar