Advertisement
Guest User

Untitled

a guest
May 30th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 6.72 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3.  
  4. <html lang="en-US">
  5.  
  6. <head>
  7.     <meta charset="UTF-8" />
  8.     <title>TotalFreedom | Minecraft Server</title>
  9.     <link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.ico" />
  10.     <link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
  11.     <link href="assets/css/normalize.css" rel="stylesheet" type="text/css">
  12.     <link href="assets/css/style.css" rel="stylesheet" type="text/css">
  13.  
  14.     <!--[if IE]>
  15.     <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  16.     <![endif]-->
  17.     <!--[if IE 6]>
  18.     <![endif]-->
  19.  
  20.     <script src="assets/js/jquery.js"></script>
  21.     <script src="assets/js/jquery.cookies.js"></script>
  22.     <script src="assets/js/moment.js"></script>
  23.     <script src="assets/js/functions.js"></script>
  24.     <script src="assets/js/admins.js"></script>
  25.     <script src="https://use.fontawesome.com/cc71fd453a.js"></script>
  26.    
  27.     <script>
  28.         // All content is loaded respectively into #(filename) where "statics/" and ".html" are omitted
  29.         var staticContent = [
  30.             "statics/serverinfo.html",
  31.               "statics/featuredtext.html",
  32.               "statics/aboutadmins.html",
  33.               "statics/executiveboard.html",
  34.               "statics/modboard.html"
  35.         , ];
  36.  
  37.         // All Json content is loaded respectively into #(item)
  38.         var jsonUrl = "http://madgeekonline.com/tfinfo/";
  39.         var jsonContent = [
  40.             "developers",
  41.               "superadmins",
  42.               "telnetadmins",
  43.               "senioradmins",
  44.               "players"
  45.         ];
  46.  
  47.         $(document).ready(function () {
  48.             loadStatic(staticContent);
  49.             loadJson(jsonUrl, jsonContent);
  50.         });
  51.     </script>
  52. </head>
  53.  
  54. <body>
  55.     <div id="bodywrap">
  56.  
  57.         <section id="pagetop">
  58.  
  59.             <p id="siteinfo">
  60.                 <span id="status"></span> Twitter us with problems, questions, suggestions or anything else really. :) // <a href="http://twitter.com/totalfreedommc" target="_blank">@TotalFreedomMC</a>
  61.             </p>
  62.  
  63.             <nav id="sitenav">
  64.                 <ul>
  65.                     <li class="current"><a href="index.html"><i class="fa fa-info"></i> Info & Rules</a></li>
  66.                    <li><a href="http://totalfreedom.boards.net"><i class="fa fa-users"></i> Forum</a></li>
  67.                </ul>
  68.            </nav>
  69.  
  70.        </section>
  71.  
  72.  
  73.        <header id="pageheader">
  74.  
  75. <!--            <h1>TotalFreedom <span>Minecraft Server</span></h1>-->
  76.           <img src="http://s22638.storage.proboards.com/3472638/i/fuhVKWxwrP4iFDANVTmw.jpg" width="1000" alt="TotalFreedom">
  77.  
  78.            
  79.  
  80.        </header>
  81.  
  82.  
  83.        <div id="contents">
  84.  
  85.            <section id="main">
  86.                <section id="featured">
  87. <!--                    <h2 class="ftheading">Featured</h2>-->
  88.  
  89.                    <div class="ftwrap">
  90.                        <div class="ftimg"><img src="assets/images/feature.png" width="204" height="128" alt="img1"></div>
  91.                        <div class="fttxt" id="featuredtext">
  92.                            <!-- featured text will be loaded from statics/featuredtext.html -->
  93.                        </div>
  94.                    </div>
  95.                </section>
  96.  
  97.                <div id="leftcontainer">
  98.  
  99.                    <h2 class="mainheading">About the server</h2>
  100.                   <div id="serverinfo">
  101.                        <!-- serverinfo info will be loaded from from statics/serverinfo.html -->
  102.                   </div>
  103.                </div>
  104.               <hr/>
  105.               <div class="search-page">
  106.               <h1>Search our Forum</h1>
  107.               <div id="search">
  108.                <form action="http://totalfreedom.boards.net/search/results">
  109.                    <div class="searchfield">
  110.                        <input type="text" name="what_at_least_one" id="s" placeholder="Enter your text here...">
  111.                    </div>
  112.                    <div class="searchbtn">
  113.                        <input type="image" src="assets/images/searchbtn.png" alt="search">
  114.                    </div>
  115.                </form>
  116.            </div>
  117.               </div>
  118.            </section>
  119.  
  120.            <section id="sidebar">
  121.                <div id="sidebarwrap">
  122.  
  123.                    <div id="aboutadmins">
  124.                        <!-- about admins info will be loaded from from statics/aboutadmins.html -->
  125.                    </div>
  126.                   <div class="adminlist">
  127.                      <button type="button" class="collapse">Toggle Collapse</button>
  128.                    <h2 class="exec-header">TotalFreedom Executive Board</h2>
  129.                    <ul id="executiveboard"></ul>
  130.                    <!-- executive board will be loaded from statics/executiveboard.html -->
  131.  
  132.                    <h2 class="dev-header">Developers</h2>
  133.                    <ul id="developers"></ul>
  134.                    <!-- developers board will be loaded from the minecraft server (HTTPD) -->
  135.  
  136.                    <h2 class="mod-header">TotalFreedom Forum Admins</h2>
  137.                    <ul id="modboard"></ul>
  138.                    <!-- moderators will be loaded from statics/modboard.html -->
  139.  
  140.                    <h2 class="senior-header">Senior Admins</h2>
  141.                    <ul id="senioradmins">
  142.                        <!-- senior admins will be loaded from the minecraft server (HTTPD) -->
  143.                    </ul>
  144.  
  145.                    <h2 class="telnet-header">Telnet Admins</h2>
  146.                    <ul id="telnetadmins">
  147.                        <!-- telnet admins will be loaded from the minecraft server (HTTPD) -->
  148.                    </ul>
  149.  
  150.                    <h2 class="super-header">Super Admins</h2>
  151.                    <ul id="superadmins">
  152.                        <!-- super admins will be loaded from the minecraft server (HTTPD) -->
  153.                    </ul>
  154.                    <h2 class="players-header">Online Players</h2>
  155.                    <ul id="players">
  156.                        <!-- online players will be loaded from the minecraft server (HTTPD) -->
  157.                    </ul>
  158.  
  159.                </div>
  160.               </div>
  161.            </section>
  162.  
  163.            <div class="clear"></div>
  164.        </div>
  165.    </div>
  166.  
  167.    <footer id="pagefooter">
  168.        <img class="darthcode" width="88" height="70" src="assets/images/DarthCode-i4.png">
  169.        <div id="footerwrap">
  170.            <div class="copyright">
  171.                2012 - <span id="curYear"></span> &copy; TotalFreedom
  172.             </div>
  173.             <div class="credit">
  174.                 <a href="http://darthcraft.net" title="Goto Darth's website">First version built by DarthSalamon - Pravian Systems</a>
  175.                 <br/>
  176.             </div>
  177.         </div>
  178.     </footer>
  179. </body>
  180.  
  181. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement