Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>Samsung Edu Apps</title>
- <link rel="stylesheet" href="style2.css" type="text/css" media="screen" />
- <script type="text/javascript" src="jquery-1.6.1.min.js" ></script>
- <script type="text/javascript" src="jquery.ez-pinned-footer.js" ></script>
- <script type="text/javascript" src="json2.js"></script>
- <script>
- $(document).ready(function() {
- //When page loads...
- $(".tab_content").hide(); //Hide all content
- $("ul.tabs li:first").addClass("active").show(); //Activate first tab
- $(".tab_content:first").show(); //Show first tab content
- //On Click Event
- $("ul.tabs li").click(function() {
- $("ul.tabs li").removeClass("active"); //Remove any "active" class
- $(this).addClass("active"); //Add "active" class to selected tab
- $(".tab_content").hide(); //Hide all tab content
- var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content
- $(activeTab).fadeIn(); //Fade in the active ID content
- return false;
- });
- $("#footer2").pinFooter();
- var hasil = truben.getCategory();
- var object = JSON.parse(hasil,function(key, value){
- return value;
- });
- for(var i=0;i<object.length;i++){
- $('.con').append("<tr class='contents'><td class='contents_img'><img src='"+object[i].link+"'/></td><td class='contents_txt'><table><tr><td class='contents_txt_bold'><a href='#Games_Education'>"+object[i].title+"</a></td></tr></table></td><td class='contents_img'><a href='#"+object[i].nid+"'><img src='images/button_arrow.png'/></td></tr>");
- }
- });
- </script>
- </head>
- <body>
- <div id="outside_container">
- <div id="container_logo">
- <table id="logo" border="0" margin="0" padding="0" align="left">
- <tr>
- <td><img src="images/logo2_01.gif" /></td>
- <td><img src="images/logo2_02.gif" /></td>
- <td><img src="images/logo2_03.gif" /></td>
- <td><img src="images/logo2_04.gif" /></td>
- <td><img src="images/logo2_05.gif" /></td>
- <td><img src="images/logo2_06.gif" /></td>
- <td><img src="images/logo2_07.gif" /></td>
- <td><img src="images/logo2_08.gif" /></td>
- <td><img src="images/logo2_09.gif" /></td>
- <td><img src="images/logo2_10.gif" /></td>
- <td><img src="images/logo2_11.gif" /></td>
- <td><img src="images/logo2_12.gif" /></td>
- <td><img src="images/logo2_13.gif" /></td>
- <td><img src="images/logo2_14.gif" /></td>
- <td><img src="images/logo2_15.gif" /></td>
- <td><img src="images/logo2_16.gif" /></td>
- <td><img src="images/logo2_17.gif" /></td>
- <td><img src="images/logo2_18.gif" /></td>
- <td><img src="images/logo2_19.gif" /></td>
- <td><img src="images/logo2_20.gif" /></td>
- <td><img src="images/logo2_21.gif" /></td>
- <td><img src="images/logo2_22.gif" /></td>
- <td><img src="images/logo2_23.gif" /></td>
- <td><img src="images/logo2_24.gif" /></td>
- <td><img src="images/logo2_25.gif" /></td>
- <td><img src="images/logo2_26.gif" /></td>
- </tr>
- </table>
- </div>
- <div id="container_top_nav">
- <a href="#"><img src="images/top_nav_back.gif" /></a>
- <img src="images/top_nav_text.png" id="top_nav_text"/>
- </div>
- <div id="container_sub_header2">
- <table id="sub_header_img_txt2" border=0 margin=0 padding=0>
- <tr>
- <td><img src="images/sub_header_img_txt_01.gif" /></td>
- <td><img src="images/sub_header_img_txt_02.gif" /></td>
- <td><img src="images/sub_header_img_txt_03.gif" /></td>
- <td><img src="images/sub_header_img_txt_04.gif" /></td>
- <td><img src="images/sub_header_img_txt_05.gif" /></td>
- <td><img src="images/sub_header_img_txt_06.gif" /></td>
- <td><img src="images/sub_header_img_txt_07.gif" /></td>
- <td><img src="images/sub_header_img_txt_08.gif" /></td>
- <td><img src="images/sub_header_img_txt_09.gif" /></td>
- <td><img src="images/sub_header_img_txt_10.gif" /></td>
- <td><img src="images/sub_header_img_txt_11.gif" /></td>
- <td><img src="images/sub_header_img_txt_12.gif" /></td>
- <td><img src="images/sub_header_img_txt_13.gif" /></td>
- <td><img src="images/sub_header_img_txt_14.gif" /></td>
- <td><img src="images/sub_header_img_txt_15.gif" /></td>
- <td><img src="images/sub_header_img_txt_16.gif" /></td>
- <td><img src="images/sub_header_img_txt_17.gif" /></td>
- <td><img src="images/sub_header_img_txt_18.gif" /></td>
- <td><img src="images/sub_header_img_txt_19.gif" /></td>
- <td><img src="images/sub_header_img_txt_20.gif" /></td>
- <td><img src="images/sub_header_img_txt_21.gif" /></td>
- <td><img src="images/sub_header_img_txt_22.gif" /></td>
- <td><img src="images/sub_header_img_txt_23.gif" /></td>
- <td><img src="images/sub_header_img_txt_24.gif" /></td>
- <td><img src="images/sub_header_img_txt_25.gif" /></td>
- <td><img src="images/sub_header_img_txt_26.gif" /></td>
- <td><img src="images/sub_header_img_txt_27.gif" /></td>
- <td><img src="images/sub_header_img_txt_28.gif" /></td>
- <td><img src="images/sub_header_img_txt_29.gif" /></td>
- <td><img src="images/sub_header_img_txt_30.gif" /></td>
- <td><img src="images/sub_header_img_txt_31.gif" /></td>
- <td><img src="images/sub_header_img_txt_32.gif" /></td>
- <td><img src="images/sub_header_img_txt_33.gif" /></td>
- <td><img src="images/sub_header_img_txt_34.gif" /></td>
- <td><img src="images/sub_header_img_txt_35.gif" /></td>
- <td><img src="images/sub_header_img_txt_36.gif" /></td>
- <td><img src="images/sub_header_img_txt_37.gif" /></td>
- <td><img src="images/sub_header_img_txt_38.gif" /></td>
- <td><img src="images/sub_header_img_txt_39.gif" /></td>
- </tr>
- </table>
- <div id="container_form2">
- <div class="form2">
- <table>
- <tr>
- <td class="contents_txt_reguler"><h2>Member Log in<h2></td>
- </tr>
- <tr>
- <table>
- <tr>
- <td class="contents_txt_reguler_white_medium">User Name :</td>
- <td class="contents_txt_reguler_white_medium">Password :</td>
- <td></td>
- </tr>
- <tr>
- <td><input type="text" name="userName" class="textsurround"/></td>
- <td><input type="text" name="password" class="textsurround"/></td>
- <td><a href="#"/><img src="images/form_2_button_submit.gif"/></a></td>
- </tr>
- </table>
- </tr>
- <tr>
- <td class="form2_separator">
- <a href="#FB"><img src="images/form_2_facebook.gif"/></a> <a href="#twitter"><img src="images/form_2_twitter.gif"/></a>
- <a href="#">Gabung Sekarang</a> | <a href="#">Lupa Password</a>
- </td>
- </tr>
- </table>
- </div>
- </div>
- <div id="font_reguler_category">Category : </div>
- <div>
- <table class="con" width="100%">
- </table>
- </div>
- <div class="container_footer" id="footer2">
- <a href="#Home"><img src="images/footer_home.png"/></a>
- <a href="#Buy_Point" style="margin-left:45px"><img src="images/footer_buy_point.png"/></a>
- <a href="#Search" style="margin-left:45px"><img src="images/footer_search.png"/></a>
- <a href="#How_To_Buy" style="margin-left:45px"><img src="images/footer_how_to_buy.png"/></a>
- </div>
- <div class="container_footer" >
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment