Advertisement
Guest User

Untitled

a guest
Apr 5th, 2011
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.06 KB | None | 0 0
  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html id="installer" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <meta http-equiv="Content-Script-Type" content="text/javascript" />
  8. <meta http-equiv="Content-Style-Type" content="text/css" />
  9. <meta name="generator" content="Tiki Wiki CMS Groupware - http://tiki.org" />
  10. <meta name="robots" content="NOINDEX, NOFOLLOW" />
  11. <title>Tiki Installer</title>
  12. <link rel="stylesheet" href="styles/fivealive.css" type="text/css" media="screen" />
  13. <link rel="stylesheet" href="styles/fivealive.css" type="text/css" media="print" />
  14. <!--[if lt IE 7]>
  15. <link rel="stylesheet" href="css/ie6.css" type="text/css" />
  16. <![endif]-->
  17. <!--[if IE 7]>
  18. <link rel="stylesheet" href="css/ie7.css" type="text/css" />
  19. <![endif]-->
  20. <!--[if IE 8]>
  21. <link rel="stylesheet" href="css/ie8.css" type="text/css" />
  22. <![endif]-->
  23. </head>
  24. <body class="tiki fixed_width">
  25.  
  26. <!-- jsfile 0 -->
  27. <script type="text/javascript" src="lib/tiki-js.js"></script>
  28. <script type="text/javascript" src="lib/jquery/jquery.js"></script>
  29. <script type="text/javascript" src="lib/jquery_tiki/tiki-jquery.js"></script>
  30. <script type="text/javascript">
  31. <!--//--><![CDATA[//><!--
  32. // js 0
  33. var tiki_cookie_jar=new Array();
  34. // js 100
  35.  
  36. // JS Object to hold prefs for jq
  37. var jqueryTiki = new Object();
  38. jqueryTiki.ui = false;
  39. jqueryTiki.ui_theme = "";
  40. jqueryTiki.tooltips = false;
  41. jqueryTiki.autocomplete = false;
  42. jqueryTiki.superfish = false;
  43. jqueryTiki.replection = false;
  44. jqueryTiki.tablesorter = false;
  45. jqueryTiki.colorbox = false;
  46. jqueryTiki.cboxCurrent = "{current} / {total}";
  47. jqueryTiki.sheet = false;
  48. jqueryTiki.carousel = false;
  49. jqueryTiki.jqs5 = false;
  50.  
  51. jqueryTiki.effect = "";
  52. jqueryTiki.effect_direction = "";
  53. jqueryTiki.effect_speed = 400;
  54. jqueryTiki.effect_tabs = "";
  55. jqueryTiki.effect_tabs_direction = "";
  56. jqueryTiki.effect_tabs_speed = 400;
  57.  
  58. //--><!]]>
  59. </script>
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement