~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wlscheduling/other-users.html

  • Committer: franku
  • Date: 2016-04-18 13:29:23 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160418132923-bfzkb5mvdr7l8mz4
added migrations to each app

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div id="other-user-template" class="other-user-div" hidden="hidden">
2
 
    <div class="title">
3
 
        <p></p>
4
 
        <button>
5
 
            <img src="/wlmedia/forum/img/send_pm.png" alt="" class="middle"><span class="middle">Send PM</span>
6
 
        </button>
7
 
    </div>
8
 
    <div class="other-days-container"></div>
9
 
    <button class="show-clock-btn"><i class="arrow"></i>Hide clock</button>
10
 
</div>
11
 
 
12
 
<div id="other-day-template" hidden="hidden">
13
 
    <div class="day-title"></div>
14
 
    <div class="clocks-wrapper">
15
 
        <div>
16
 
            <h2>AM </h2>
17
 
            {% include "wlscheduling/clock-svg.html" %}
18
 
        </div>
19
 
        <div>
20
 
            <h2>PM </h2>
21
 
            {% include "wlscheduling/clock-svg.html" %}
22
 
        </div>
23
 
    </div>
24
 
</div>
 
 
b'\\ No newline at end of file'