Guest User

Untitled

a guest
Dec 30th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
  3. <head>
  4. <title>{$pagetitle|stripslashes}</title>
  5. <link rel="shortcut icon" href="{$baseurl}/favicon.ico" />
  6. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  7. <meta content="width=device-width; initial-scale=1.0;" name="viewport" />
  8. <link rel="stylesheet" href="{$baseurl}/css/connect.css" media="screen,projection" type="text/css" />
  9. </head>
  10.  
  11. <body id="page-signup">
  12.     <div class="signup-wrapper">
  13.         <a class="signup-login-btn" href="{$baseurl}/signup">{$lang23}<b>{$lang24}</b></a>
  14.         <div class="header">
  15.             <a href="{$baseurl}"><h1></h1></a>
  16.         </div>
  17.         <div class="content">
  18.             <div class="description">
  19.                 <h2>{$lang91}</h2>
  20.                 <div class="spcl-button-wrap">
  21.                     <a class="spcl-button facebook badge-facebook-connect" label="LoginFormFacebookButton" next="" <a class="spcl-button facebook badge-facebook-connect" label="LoginFormFacebookButton" next="" href="https://www.facebook.com/dialog/permissions.request?app_id={$FACEBOOK_APP_ID}&display=page&next={$baseurl}/&response_type=code&fbconnect=1&perms=email,user_birthday,user_about_me">{$lang25}</a>
  22.                 </div>
  23.                 <p class="message"> </p>
  24.             </div>
  25.             <form id="form-signup-login" class="generic" action="{$baseurl}/login" method="post">
  26.                 {if $error ne ""}
  27.                 <p id="setup-msg" class="message red">{$error}</p>
  28.                 {/if}
  29.                 <div id="login-username-block" class="field">
  30.                     <label>{$lang36}</label>
  31.                     <input id="login-username" type="text" class="text" name="username" placeholder="{$lang36}" tabindex="1" maxlength="200" value=""/>
  32.                 </div>
  33.                 <div id="login-password-block" class="field">
  34.                     <label>{$lang2}
  35.                     <span>(<a id="login-to-recover" href="{$baseurl}/forgot">{$lang28}<span class="badge-js" style="color:#a900f0;" key="?"></span></a>)</span>
  36.                     </label>
  37.                     <input id="login-password" type="password" class="text" name="password" placeholder="{$lang2}" tabindex="3" maxlength="32"/>
  38.                 </div>
  39.                 <div id="login-remember-block" class="field" style="font-size:14px">
  40.                     <input type="checkbox" value="yes" name="remember" style="width:20px; border:0px; vertical-align: baseline">&nbsp;{$lang261}
  41.                 </div>
  42.                 <div class="action">
  43.                     <input id="logsub" type="hidden" name="logsub" value="1"></input>
  44.                     <input id="login-submit" type="submit" class="submit-button" value="{$lang29}"></input>
  45.                 </div>
  46.             </form>
  47.         </div>
  48.     </div>
  49.     <div id="fb-root"></div>
  50.     <script type="text/javascript" src="{$baseurl}/js/connect.js"></script>
  51. </body>
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment