Advertisement
zegige

fcmsh

Aug 21st, 2011
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.27 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>Facemasher</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  7. <meta name="copyright" content="2011 Perceptron Logic Inc."/>
  8. <meta name="powered" content="Perceptron Logic Inc."/>
  9. <meta name="robots" content="none"/>
  10. <!-- CSS -->
  11. <link href="@BUILDNUMBER@/css/facemasher.css" rel="stylesheet" type="text/css" media="all">
  12. <link rel="stylesheet" href="@BUILDNUMBER@/css/prettyPhoto.css" type="text/css" media="screen" title="prettyPhoto main stylesheet" charset="utf-8" />
  13. <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
  14. <script type="text/javascript">
  15.  
  16. var _gaq = _gaq || [];
  17. _gaq.push(['_setAccount', 'UA-22274147-1']);
  18. _gaq.push(['_trackPageview']);
  19.  
  20. (function() {
  21. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  22. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  23. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  24. })();
  25.  
  26. </script>
  27. </head>
  28. <body>
  29. <!-- Container -->
  30. <div id="container">
  31. <!-- Header -->
  32. <div id="header">
  33. <h1>FACEMASHER.COM</h1>
  34. </div>
  35. <!-- Canvas -->
  36. <div id="canvas">
  37. <h3>Are looks supposed to matter? No. Will we be judged by them? Yes.</h3>
  38. <h2>Who's Hotter? Click to Choose.</h2>
  39. <table style="margin-left:auto;margin-right:auto;table-layout:fixed;height:350px;width:805px">
  40. <tr align="center">
  41. <td><a href="#" onclick='Vote.retrieve(false, tournamentType)' style="position:relative;float:right;"><img id="left-image" height="350px" /></a>
  42. </td>
  43. <td style="width:35px"><h2>OR</h2></td>
  44. <td><a href="#" onclick='Vote.retrieve(true, tournamentType)'><img id="right-image" height="350px" style="position:relative;float:left;"/></a>
  45. </td>
  46. </tr>
  47. <tr>
  48. <td><a id="left-link-url"target="_"></a>
  49. </td>
  50. <td style="width:35px"></td>
  51. <td><a id="right-link-url"target="_"></a>
  52. </td>
  53. </tr>
  54. </table>
  55. </div>
  56. <!-- Footer -->
  57. <div id="footer">
  58. <ul>
  59. <li><a href="#" onclick='setTournament(0)' class="footerlink">Girls</a></li>
  60. <li><a href="#" onclick='setTournament(1)' class="footerlink">Cleavage</a></li>
  61. <li><a href="#" onclick='setTournament(2)' class="footerlink">Guys</a></li>
  62. <li><a href="#" onclick='setTournament(3)' class="footerlink">Alabama F Portrait</a></li>
  63. <li><a href="#" onclick='setTournament(4)' class="footerlink">Alabama F Full</a></li>
  64. </ul>
  65. <br/>
  66. <ul>
  67. <li><a href="#" onclick='showTopTen(tournamentType)' class="footerlink">Top 10 Hottest</a></li>
  68. <li><a href="#" onclick='showSubmitPhotoDialog()' class="footerlink">Submit Photo</a></li>
  69. </ul>
  70. </div>
  71. </div>
  72.  
  73. <div id="submit-photo-dialog" title="Submit Photo">
  74. <p>Pictures must show the face clearly, and the face must be the major feature of the picture.</p>
  75. <br />
  76. <p>You must own full rights to the picture or have permission of the rights owner to upload the picture.</p>
  77. <br />
  78. <p>You must be 18 to upload a picture, that the person depicted in the picture must be 18 years old.</p>
  79. <br />
  80. <p>By uploading the picture, you grant facemasher.com an unrestricted licence to use the photo on this site.</p>
  81. <br />
  82. <p>Most importantly, she's gotta be hot...or ugly enough to be funny.</p>
  83. <br />
  84. <a href="mailto:thefacemasher@gmail.com">email facemasher.com</a>
  85. <br />
  86. <p>Contact Cannikin Strike on facebook</p>
  87. <br />
  88. </div>
  89.  
  90. <!-- jQuery -->
  91. <script type="text/javascript" src="@BUILDNUMBER@/js/jquery-1.4.4.min.js"></script>
  92. <script type="text/javascript" src="@BUILDNUMBER@/js/jquery-ui-1.8.9.custom.min.js"></script>
  93. <script type="text/javascript" src="@BUILDNUMBER@/js/jquery.prettyPhoto.js"></script>
  94. <!-- DWR -->
  95. <script type='text/javascript' src="@BUILDNUMBER@/js/main.js"></script>
  96. <script type='text/javascript' src='dwr/interface/RetrievePoll.js'></script>
  97. <script type='text/javascript' src='dwr/interface/VoteOnImage.js'></script>
  98. <script type='text/javascript' src='dwr/interface/RetrieveTopTenHottest.js'></script>
  99. <script type='text/javascript' src='dwr/engine.js'></script>
  100. <script type='text/javascript' src='dwr/util.js'></script>
  101. <!-- Scripts -->
  102. <script type="text/javascript">
  103.  
  104.  
  105. jQuery(document).ready(function() {
  106.  
  107. // Relinquish jQuery ownership of $ variable - use jQuery
  108. jQuery.noConflict();
  109.  
  110. // Attach ready/unload events
  111. jQuery( document ).ready( init );
  112. jQuery( document.body ).unload( unload );
  113.  
  114. // The image copyright dialog
  115. jQuery("#image-copyright-dialog").dialog({autoOpen: false});
  116. jQuery("#image-copyright-dialog").dialog( "option", "buttons", { "Ok": function() { jQuery(this).dialog("close"); } } );
  117. jQuery("#image-copyright-dialog").dialog( "option", "height", 450 );
  118. jQuery("#image-copyright-dialog").dialog( "option", "width", 500 );
  119. jQuery("#image-copyright-dialog").dialog( "option", "modal", true );
  120. jQuery("#image-copyright-dialog").dialog( "option", "resizable", false );
  121.  
  122. // Tje submit photo dialog
  123. jQuery("#submit-photo-dialog").dialog({autoOpen: false});
  124. jQuery("#submit-photo-dialog").dialog( "option", "buttons", { "Ok": function() { jQuery(this).dialog("close"); } } );
  125. jQuery("#submit-photo-dialog").dialog( "option", "height", 450 );
  126. jQuery("#submit-photo-dialog").dialog( "option", "width", 500 );
  127. jQuery("#submit-photo-dialog").dialog( "option", "modal", true );
  128. jQuery("#submit-photo-dialog").dialog( "option", "resizable", false );
  129.  
  130. Poll.retrieve(tournamentType);
  131. });
  132.  
  133. function showImageCopyrightDialog() {
  134. jQuery('#image-copyright-dialog').dialog('open');
  135. }
  136.  
  137. function showSubmitPhotoDialog() {
  138. jQuery('#submit-photo-dialog').dialog('open');
  139. }
  140.  
  141. /* Initializes all javascript actions */
  142. function init() {
  143. // Poll.retrieve(tournamentType);
  144. } // End of init()
  145.  
  146. </script>
  147.  
  148. </body>
  149. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement