Advertisement
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">
- <head>
- <title>Funky Salamander | Admin</title>
- <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
- <meta name="description" content="" />
- <meta name="keywords" content="" />
- <link rel="shortcut icon" href="https://funkysalamander.xyz/favicon.ico" type="image/x-icon" />
- <link rel="stylesheet" href="https://funkysalamander.xyz/admin/_tpl/css/screen.css" type="text/css" media="screen" />
- <link rel="stylesheet" href="https://funkysalamander.xyz/admin/_tpl/css/jquery.fancybox-1.2.6.css" type="text/css" media="screen" />
- <link rel="stylesheet" href="https://funkysalamander.xyz/admin/_tpl/css/superfish.css" type="text/css" media="screen" />
- <link rel="stylesheet" href="https://funkysalamander.xyz/admin/_tpl/css/superfish-navbar.css" type="text/css" media="screen" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js" type="text/javascript"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js" type="text/javascript"></script>
- <script src="https://funkysalamander.xyz/admin/_tpl/js/jquery.validate.min.js" type="text/javascript"></script>
- <script src="https://funkysalamander.xyz/admin/_tpl/js/functions.js" type="text/javascript"></script>
- <script src="https://funkysalamander.xyz/admin/_tpl/js/main.js" type="text/javascript"></script>
- <script src="https://funkysalamander.xyz/admin/_tpl/js/categories.js" type="text/javascript"></script>
- <script src="https://funkysalamander.xyz/admin/_tpl/js/translations.js" type="text/javascript"></script>
- <script src="https://funkysalamander.xyz/admin/_tpl/js/hoverIntent.js" type="text/javascript"></script>
- <script src="https://funkysalamander.xyz/admin/_tpl/js/links.js" type="text/javascript"></script>
- <script src="https://funkysalamander.xyz/admin/_tpl/js/messages.js" type="text/javascript"></script>
- <script src="https://funkysalamander.xyz/admin/_tpl/js/overlay.js" type="text/javascript"></script>
- <script src="https://funkysalamander.xyz/admin/_tpl/js/superfish.js" type="text/javascript"></script>
- <script src="https://funkysalamander.xyz/admin/_tpl/js/supersubs.js" type="text/javascript"></script>
- <script src="https://funkysalamander.xyz/admin/_tpl/js/types.js" type="text/javascript"></script>
- <script src="https://funkysalamander.xyz/admin/_tpl/js/jquery.fancybox-1.2.6.pack.js" type="text/javascript"></script>
- <script src="https://funkysalamander.xyz/admin/_tpl/js/jquery.easing.1.3.js" type="text/javascript"></script>
- </head>
- <body>
- <div id="wrap">
- <div id="top_nav">
- <a href="https://funkysalamander.xyz/">← View site</a>
- </div>
- <h1><a href="https://funkysalamander.xyz/admin/">Funky Salamander | Admin</a></h1>
- <div id="container_login">
- <div class="block">
- <form id="login" method="post" action="https://funkysalamander.xyz/admin/">
- <h3>Please login first</h3>
- <div class="block_inner">
- <div class="group">
- <input type="text" name="username" id="username" size="20" value="" />
- </div>
- <div class="group">
- <input type="password" name="password" id="password" size="20" value="" />
- </div>
- <div class="group">
- <script type="text/javascript">
- var RecaptchaOptions = {
- theme : 'white',
- tabindex : 3
- };
- </script>
- <script type="text/javascript" src="https://api-secure.recaptcha.net/challenge?k=6LdkxQwTAAAAAHI_igqn50c-BnJMxf6nz4T3htIv"></script>
- <noscript>
- <iframe src="https://api-secure.recaptcha.net/noscript?k=6LdkxQwTAAAAAHI_igqn50c-BnJMxf6nz4T3htIv" height="300" width="500" frameborder="0"></iframe><br/>
- <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
- <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
- </noscript>
- </div>
- <div class="group_submit">
- <button type="submit" name="submit" id="submit"><span>Login</span></button>
- <input type="hidden" name="action" value="login" />
- </div>
- </div>
- </form>
- </div>
- </div><!-- #wrap -->
- <div class="footer clear">
- </div><!-- .footer -->
- <div id="overlay"><img src="https://funkysalamander.xyz/admin/_tpl/img/ajax-loader.gif" /></div>
- <div id="messagesContainer"></div>
- <script type="text/javascript">
- Jobber.jobber_admin_url = "https://funkysalamander.xyz/admin/";
- Jobber.I18n = {"js": {"delete_job_confirmation_question":"Are you sure you want to delete this post?","location_other":"other","location_pick_from_list":"Pick one from the list","report_spam_successful":"Thank you, your vote was registered and is highly appreciated!","report_spam_unsuccessful":"Thank you for your intention, but your vote could not be registered.","send_to_friend_successful":"Your message was sent. Let\'s hope it doesn\'t get marked as spam!","send_to_friend_unsuccessful":"Your message could not be sent. Did you enter both addresses?","subscribe_successful":"Thank you! You should receive an e-mail shortly. Please follow instructions in that e-mail to confirm your subscription.","subscribe_unsuccessful":"We are sorry, but something went wrong and your subscription request was not processed."}};
- $(document).ready(function() {
- $("ul.sf-menu").superfish({
- animation: {height:'show'},
- delay: 1500
- });
- $("a.iframe").fancybox({
- hideOnContentClick: true,
- frameWidth: 980,
- frameHeight: 500
- });
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement