Commit b3801b11 by Pavel Yushchenko

fixes welcome and register page

parent c0c0a7e2
...@@ -10,7 +10,14 @@ ...@@ -10,7 +10,14 @@
<script> <script>
jQuery(function($){ jQuery(function($){
$("#contact-phone").mask("(999) 999-9999"); $("#contact-phone").mask("(999) 999-9999");
$('#work-occupation').change(function(){
$('#work-occupation2')[$(this).val()=='sub-sub' ? 'show' : 'hide']();
});
$('#work-occupation-other').change(function(){
$('#work-occupation-other2')[$(this).val()=='sub-sub' ? 'show' : 'hide']();
});
}); });
</script> </script>
<section id="signup-modal" class="modal signup-modal"> <section id="signup-modal" class="modal signup-modal">
...@@ -147,6 +154,7 @@ jQuery(function($){ ...@@ -147,6 +154,7 @@ jQuery(function($){
<option value="${code}">${_(wo_occ)}</option> <option value="${code}">${_(wo_occ)}</option>
%endfor %endfor
</select> </select>
<input id="work-occupation2" type="text" name="work_occupation" value="" style="display:none"/>
</span> </span>
<span class="field select" id="field-work-occupation-other"> <span class="field select" id="field-work-occupation-other">
<label for="work-occupation-other">${_("Another occupation at educational institution")}</label> <label for="work-occupation-other">${_("Another occupation at educational institution")}</label>
...@@ -156,6 +164,7 @@ jQuery(function($){ ...@@ -156,6 +164,7 @@ jQuery(function($){
<option value="${code}">${_(wo_occ)}</option> <option value="${code}">${_(wo_occ)}</option>
%endfor %endfor
</select> </select>
<input id="work-occupation-other2" type="text" name="work_occupation_other" value="" style="display:none"/>
</span> </span>
<span class="field required text" id="field-work-teaching-experience"> <span class="field required text" id="field-work-teaching-experience">
<label for="work-work_teaching_experience">${_('Educational experience at educational institution')}</label> <label for="work-work_teaching_experience">${_('Educational experience at educational institution')}</label>
...@@ -200,7 +209,7 @@ jQuery(function($){ ...@@ -200,7 +209,7 @@ jQuery(function($){
<div class="input-group"> <div class="input-group">
<span class="field required text" id="field-contact-phone"> <span class="field required text" id="field-contact-phone">
<label for="contact-phone">${_('Contact phone')}</label> <label for="contact-phone">${_('Contact phone')}</label>
<input id="contact-phone" type="text" name="contact_phone" value="" placeholder="${_('e.g. (909) 123-4567')}" required aria-required="true" /> <input id="contact-phone" type="text" name="contact_phone" value="" placeholder="например (909) 123-4567" required aria-required="true" />
</span> </span>
</div> </div>
</div> </div>
......
...@@ -10,9 +10,10 @@ ...@@ -10,9 +10,10 @@
<style> <style>
.olimpiada-logo-large { .olimpiada-logo-large {
display: block; display: block;
height: 72px; height: 72px;
margin: 10px 60px 70px 250px; margin: 10px auto 70px auto;
width: 1100px;
} }
.log-in-form { .log-in-form {
width: 270px !important; width: 270px !important;
...@@ -25,11 +26,11 @@ margin: 10px 60px 70px 250px; ...@@ -25,11 +26,11 @@ margin: 10px 60px 70px 250px;
.banners-inner { .banners-inner {
overflow: hidden; width: 930px; height: 83px; text-align: center; margin-left: auto; margin-right: auto; background: #f0efef; background: -moz-linear-gradient(left, #f0efef 0%, #ffffff 50%, #f0efef 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f0efef), color-stop(50%,#ffffff), color-stop(100%,#f0efef)); background: -webkit-linear-gradient(left, #f0efef 0%,#ffffff 50%,#f0efef 100%); background: -o-linear-gradient(left, #f0efef 0%,#ffffff 50%,#f0efef 100%); background: -ms-linear-gradient(left, #f0efef 0%,#ffffff 50%,#f0efef 100%); background: linear-gradient(to right, #f0efef 0%,#ffffff 50%,#f0efef 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0efef', endColorstr='#f0efef',GradientType=1 ); border-bottom: 1px solid #8A8C8F; overflow: hidden; width: 930px; height: 83px; text-align: center; margin-left: auto; margin-right: auto; background: #f0efef; background: -moz-linear-gradient(left, #f0efef 0%, #ffffff 50%, #f0efef 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f0efef), color-stop(50%,#ffffff), color-stop(100%,#f0efef)); background: -webkit-linear-gradient(left, #f0efef 0%,#ffffff 50%,#f0efef 100%); background: -o-linear-gradient(left, #f0efef 0%,#ffffff 50%,#f0efef 100%); background: -ms-linear-gradient(left, #f0efef 0%,#ffffff 50%,#f0efef 100%); background: linear-gradient(to right, #f0efef 0%,#ffffff 50%,#f0efef 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0efef', endColorstr='#f0efef',GradientType=1 ); border-bottom: 1px solid #8A8C8F;
} }
.banners-inner a { .banners-inner a img {
margin: 12px; margin: 12px;
} }
body { html, body {
height:100%; height:100%;
} }
.wrapper { .wrapper {
...@@ -43,23 +44,28 @@ body { ...@@ -43,23 +44,28 @@ body {
.footer-short, .wrapper:after { .footer-short, .wrapper:after {
height:50px; height:50px;
} }
.footer-short {
border-top: 1px solid #c4c5c7;
}
</style> </style>
<div class="wrapper"> <div class="wrapper">
<div>
<div class="olimpiada-logo-large"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Coat_of_Arms_of_Moscow.svg/200px-Coat_of_Arms_of_Moscow.svg.png?uselang=ru" style=" <div class="olimpiada-logo-large"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Coat_of_Arms_of_Moscow.svg/200px-Coat_of_Arms_of_Moscow.svg.png?uselang=ru" style="
float: left; float: left;
position: absolute;
height: 180px; height: 180px;
"><span style=" "><span style="
margin-top: 20px; margin-top: 20px;
margin-left: 40px; margin-left: 200px;
float: left; float: left;
font-size: larger; font-size: larger;
font-weight: 800; font-weight: 800;
white-space: nowrap;
">Департамент образования города Москвы<br> ">Департамент образования города Москвы<br>
центр педагогического мастерства<br> центр педагогического мастерства<br>
курсы повышения квалификации учителей<span> курсы повышения квалификации учителей<span>
</span></span></div> </span></span></div>
</div>
<div class="banners"> <div class="banners">
<div class="banners-inner"> <div class="banners-inner">
<a href="http://www.edu.ru" target="_blank"><img src="http://www.edu.ru/db/portal/sites/edu130x59.gif" border="0" alt="Федеральный портал &quot;Российское образование&quot;" ></a> <a href="http://www.edu.ru" target="_blank"><img src="http://www.edu.ru/db/portal/sites/edu130x59.gif" border="0" alt="Федеральный портал &quot;Российское образование&quot;" ></a>
...@@ -69,7 +75,7 @@ body { ...@@ -69,7 +75,7 @@ body {
</div> </div>
</div> </div>
<div class="main-wrapper" style="width:1142px"> <div class="main-wrapper" style="width:1142px; margin-bottom:50px;">
<div class="content"> <div class="content">
<div class="log-in-form"> <div class="log-in-form">
<h2>Новости</h2> <h2>Новости</h2>
...@@ -100,6 +106,55 @@ body { ...@@ -100,6 +106,55 @@ body {
</div> </div>
</div> </div>
<footer class="footer-short"> <footer class="footer-short">
<nav class="nav-colophon">
<ol>
<li class="nav-colophon-01">
<a id="about" href="/about">
О нас
</a>
</li>
<li class="nav-colophon-04">
<a id="faq" href="/help">
FAQ, ЧаВо
</a>
</li>-->
<li class="nav-colophon-05">
<a id="contact" href="/contact">
Контакты
</a>
</li>
</ol>
</nav>
<div class="references">
<span>Полезные ссылки</span>
<nav class="nav-legal">
<ul>
<li class="nav-legal-01">
<a href="http://olimpiada.ru/">Olimpiada.ru</a>
</li>
<li class="nav-legal-02">
<a href="http://fizteh2013.ru/">Олимпиада Физтех-2013</a>
</li>
<li class="nav-legal-03">
<a href="http://lomonosov.msu.ru/">Олимпиада школьников ломоносов</a>
</li>
<li class="nav-legal-04">
<a href="http://info.olimpiada.ru/calendar">Календарь олимпиад</a>
</li>
</ul>
</nav>
<p class="copyright">© 2013 edU, часть прав сохранена.</p>
<nav class="nav-legal">
<ul>
<li class="nav-legal-02">
<a href="/privacy">Политика защиты персональной информации</a>
</li>
</ul>
</nav>
</div>
<footer> <footer>
</%block> </%block>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment