|
|
|
@ -2,6 +2,9 @@ |
|
|
|
{% block title %}Рабочий кабинет{% endblock %} |
|
|
|
{% block title %}Рабочий кабинет{% endblock %} |
|
|
|
{% block content %} |
|
|
|
{% block content %} |
|
|
|
<style type="text/css"> |
|
|
|
<style type="text/css"> |
|
|
|
|
|
|
|
.functions{ |
|
|
|
|
|
|
|
width: 500px; |
|
|
|
|
|
|
|
} |
|
|
|
.themes, .homes, .password-change, .open-diplom{ |
|
|
|
.themes, .homes, .password-change, .open-diplom{ |
|
|
|
width: 600px; |
|
|
|
width: 600px; |
|
|
|
height: auto; |
|
|
|
height: auto; |
|
|
|
@ -44,6 +47,12 @@ |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
font-style: bold; |
|
|
|
font-style: bold; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.courses{ |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
right: 300px; |
|
|
|
|
|
|
|
top: 70px; |
|
|
|
|
|
|
|
font-size: 18px; |
|
|
|
|
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
|
<div class="functions"> |
|
|
|
<div class="functions"> |
|
|
|
@ -110,6 +119,11 @@ |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="courses"> |
|
|
|
|
|
|
|
{% for c in courses %} |
|
|
|
|
|
|
|
<div class="course">{{ c.id }}: {{ c.title }}</div> |
|
|
|
|
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript"> |
|
|
|
<script type="text/javascript"> |
|
|
|
|
|
|
|
|
|
|
|
|