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

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

       </div>

<script type='text/javascript'>

<!--

(function(){

       document. forms['loginForm'].elements['j_username'].focus();

})();

// -->

</script>

</body>

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

<html>

<head>

  <title>Ошибка доступа 403!</title>

  <meta name="layout" content="basic">

</head>

<body>

<g:render template="/basic/navs/stable"/>

<article>

  <div class="about" style="margin: 0 30% 0 30%;">

  <h1>К сожалению, эта страница вам не доступна!</h1>

  <p>Ошибка доступа (403).</p>

  <p><img src="${resource(dir: 'images/soc', file: 'error403.jpg')}" alt="error403"/></p>

  </div>

</article>

</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;}

</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'>OpenID Identity</label>

                                       <input type='text' class='text_' name='j_username' />

                               </p>

                               <p>

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

                               </p>

                       </form>

               </div>

       </div>

<script type='text/javascript'>

(function(){

       document. forms['loginForm'].elements['j_username'].focus();

})();

</script>

</body>

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

<!doctype html>

<html>

<head>

  <meta name="layout" content="basic">

  <title>Создание новой темы</title>

</head>

<body>

<g:render template="/basic/navs/comms"/>

<article>

  <div class="title">

  <h1>Создание новой темы</h1>

  </div>

  <div class="wrapper">

  <div class="main_block">

  <g:form action="savePost" params="${[community_id: community_id]}">

  <dl>

  <dt>Заголовок*</dt>

  <dt><g:textArea cols="25" rows="1" name="name" value="${post?.name}"/></dt>

  <g:hasErrors bean="${post}" field="name">

  <g:eachError bean="${post}" field="name">

  <p style="color: red;">

  <g:message error="${it}"/>

  </p>

  </g:eachError>

  </g:hasErrors>

  <dt>Сообщение*</dt>

  <dt><g:textArea cols="25" rows="10" name="content"/></dt>

  <br>

  <dt><g:submitButton name="save" value="Создать"/></dt>

  </dl>

  </g:form>

  </div>

  </div>

  <div class="left_menu">

  <ul>

  <li><a href="">Моя страница</a></li>

  <li><a href="">Мои сообщества</a></li>

  <li><a href="${createLink(controller: "basic", action: "logout")}">Выйти</a></li>

  </ul>

  </div>

  <div class="clear"></div>

</article>

</body>

</html>

<%@ page import="munity" %>

<!doctype html>

<html>

<head>

  <meta name="layout" content="basic">

  <title>${community. name}</title>

</head>

<body>

<g:render template="/basic/navs/stable"/>

<article>

  <div class="title">

  <h1><a style="color: #ffffff;"

  href="${createLink(controller: "community", action: "showComm", id: "${community. shortName}")}">

  ${community. name}</a>  - ${post. name}

  </h1>

  </div>

  <div class="wrapper">

  <div class="main_block">

  <h2><a href="">${post?.author?.user?.profile?.surname} ${post?.author?.user?.profile?.name} ${post?.author?.user?.profile?.middle_name}</a>

  </h2>

  <span class="date">${post. lastUpdated. dateString} / ${post. lastUpdated. timeString}</span><br><br>

  <p>${firstComment. content}</p>

  <br><b>Коментарии к обсуждению:</b>

  <g:each var="comment" in="${comments}">

  <div class="tweets">

  <a href="">${comment?.master?.profile?.surname} ${comment?.master?.profile?.name} ${comment?.master?.profile?.middle_name}</a>:<br><br>

  ${comment. content}

  <br><br><span

  class="date">${comment. lastUpdated. dateString} / ${comment. lastUpdated. timeString}</span>

  </div>

  </g:each>

  <g:if test="${flash. error_message}">

  <div class="message"

  style="color: red; padding-top: 10px; padding-bottom: 10px;">${flash. error_message}</div>

  </g:if>

  <g:form action="newComment" id="${post. id}">

  <g:textArea id="coment" name="coment" style="width:100%;height:50px;"

  cols="25" rows="10" onfocus="this. value = '';">Оставить коментарий...</g:textArea><br>

  <g:submitButton name="save" value="Отправить коментарий"/>

  </g:form>

  %-  <div id="filteredList">

  <g:render template="listPosts"/>

  </div>-%

  </div>

  </div>

  <g:render template="/basic/leftMenu"/>

  <g:render template="/community/rightBlock"

  model="${[rectors: rectors, teachers: teachers, students: students, users: users]}"/>

  <div class="clear"></div>

</article>

</body>

</html>

<head>

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

       <title>Edit Profile</title>

</head>

<body>

       <div class="nav">

               <span class="menuButton"><a class='home' href="${createLinkTo(dir:'')}">Home</a></span>

       </div>

       <div class="body">

               <h1>Edit Profile</h1>

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

Из за большого объема этот материал размещен на нескольких страницах:
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