Партнерка на США и Канаду по недвижимости, выплаты в крипто

  • 30% recurring commission
  • Выплаты в USDT
  • Вывод каждую неделю
  • Комиссия до 5 лет за каждого referral

<!--[if IE 9 ]>  <html lang="en" class="no-js ie9"> <![endif]-->

<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"><!--<![endif]-->

<head>

  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

  <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">

  <title>Social Learning <g:layoutTitle default="Welcome"/></title>

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <link rel="stylesheet" href="${resource(dir: 'css', file: 'style. css')}" type="text/css">

  <g:javascript library='jquery'/>

  <g:javascript library='application'/>

  <g:javascript library='scriptaculous'/>

  <g:layoutHead/>

  <r:layoutResources/>

</head>

<body>

<div id="main">

  <header>

  <div id="logo"><a href="#"><img

  src="${resource(dir: 'images/soc', file: 'logo. png')}" alt="Logo"/></a></div>

  <div id="registration"><b>Форма авторизации</b><br>

  <label for="login">Логин</label><br>

  <input type="text" id="login" name="login"/><br>

  <label for="pass">Пароль</label><br>

  <input type="password" id="pass" name="pass"/><br>

  <input type="checkbox" id="remember_me" name="remember_me"/><label for="remember_me">Запомнить?</label>

НЕ нашли? Не то? Что вы ищете?

  <input class="sub_button" type="submit" value="Войти"/>

  </div>

  <div class="right_menu">

  <a href="">Регистрация</a>

  <a href="">Забыли пароль?</a>

  </div>

  </header>

  <g:layoutBody/>

  <g:javascript library="application"/>

  <r:layoutResources/>

</div>

</body>

</html>

<!doctype html>

<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->

<!--[if IE 7 ]>  <html lang="en" class="no-js ie7"> <![endif]-->

<!--[if IE 8 ]>  <html lang="en" class="no-js ie8"> <![endif]-->

<!--[if IE 9 ]>  <html lang="en" class="no-js ie9"> <![endif]-->

<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"><!--<![endif]-->

<head>

  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

  <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">

  <title><g:layoutTitle default="Grails"/></title>

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <link rel="shortcut icon" href="${resource(dir: 'images', file: 'favicon. ico')}" type="image/x-icon">

  <link rel="apple-touch-icon" href="${resource(dir: 'images', file: 'apple-touch-icon. png')}">

  <link rel="apple-touch-icon" sizes="114x114" href="${resource(dir: 'images', file: 'apple-touch-icon-retina. png')}">

  <link rel="stylesheet" href="${resource(dir: 'css', file: 'main. css')}" type="text/css">

  <link rel="stylesheet" href="${resource(dir: 'css', file: 'mobile. css')}" type="text/css">

  <g:layoutHead/>

  <r:layoutResources/>

</head>

<body>

<div id="grailsLogo" role="banner"><a href="${createLink(controller: "basic")}"><img

  src="${resource(dir: 'images/soc', file: 'logo. png')}" alt="Logo"/></a></div>

<g:layoutBody/>

<div class="footer" role="contentinfo"></div>

<div id="spinner" class="spinner" style="display:none;"><g:message code="spinner. alt" default="Loading&hellip;"/></div>

<g:javascript library="application"/>

<r:layoutResources/>

</body>

</html>

<%@ page contentType="text/html;charset=UTF-8" %>

<html>

<head>

  <title>QOTD &raquo; <g:layoutTitle/></title>

  <link rel="stylesheet" href="<g:createLinkTo dir='css' file='snazzy. css'/>"/>

  <g:javascript library="jquery"/>

  <r:layoutResources/>

  <g:layoutHead/>

</head>

<body>

<div id="header">

  <img src="<g:createLinkTo dir='images' file='logo. png'/>" alt="logo"/>

</div>

<g:layoutBody/>

</body>

</html>

<head>

<meta name='layout' content='main' />

<title>Login</title>

<style type='text/css' media='screen'>

#login {

       margin:15px 0px; padding:0px;

       text-align:center;

}

#login. inner {

       width:260px;

       margin:0px auto;

       text-align:left;

       padding:10px;

       border-top:1px dashed #499ede;

       border-bottom:1px dashed #499ede;

       background-color:#EEF;

}

#login. inner. fheader {

       padding:4px;margin:3px 0px 3px 0;color:#2e3741;font-size:14px;font-weight:bold;

}

#login. inner. cssform p {

       clear: left;

       margin: 0;

       padding: 5px 0 8px 0;

       padding-left: 105px;

       border-top: 1px dashed gray;

       margin-bottom: 10px;

       height: 1%;

}

#login. inner. cssform input[type='text'] {

       width: 120px;

}

#login. inner. cssform label {

       font-weight: bold;

       float: left;

       margin-left: -105px;

       width: 100px;

}

#login. inner. login_message {color:red;}

#login. inner. text_ {width:120px;}

#login. inner. chk {height:12px;}

</style>

</head>

<body>

       <div id='login'>

               <div class='inner'>

                       <g:if test='${flash. message}'>

                       <div class='login_message'>${flash. message}</div>

                       </g:if>

                       <div class='fheader'>Please Login..</div>

                       <form action='${postUrl}' method='POST' id='loginForm' class='cssform'>

                               <p>

                                       <label for='j_username'>Login ID</label>

                                       <input type='text' class='text_' name='j_username' id='j_username' value='${request. remoteUser}' />

                               </p>

                               <p>

                                       <label for='j_password'>Password</label>

                                       <input type='password' class='text_' name='j_password' id='j_password' />

                               </p>

                               <p>

                                       <label for='remember_me'>Remember me</label>

                                       <input type='checkbox' class='chk' name='_spring_security_remember_me' id='remember_me'

                                       <g:if test='${hasCookie}'>checked='checked'</g:if> />

                               </p>

                               <p>

                                       <input type='submit' value='Login' />

                               </p>

                       </form>

               </div>

Из за большого объема этот материал размещен на нескольких страницах:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28