Commit c5f1cf18b29b89b939987354978df3990436c38f
- Diff rendering mode:
- inline
- side by side
swtr/static/css/swtmaker.css
(1 / 0)
  | |||
78 | 78 | padding: 8px; | |
79 | 79 | box-shadow: 1px 1px 3px #ccc; | |
80 | 80 | color: #444; | |
81 | margin-bottom: 20px; | ||
81 | 82 | } | |
82 | 83 | #helpview-text { | |
83 | 84 | text-align: center; |
swtr/templates/index.html
(4 / 13)
  | |||
55 | 55 | ||
56 | 56 | <div id="swtr-root" class="container"> | |
57 | 57 | <div id="home-page" class="page"> | |
58 | Lorem Ipsum | ||
58 | |||
59 | 59 | </div> | |
60 | 60 | ||
61 | 61 | <div id="play-page" class="page"> | |
… | … | ||
64 | 64 | <!-- helpview column of width md-8 --> | |
65 | 65 | <div class="col-md-8"> | |
66 | 66 | <div id="helpview" class="bg-info"> | |
67 | <span class="label label-default">Heads Up</span> | ||
67 | <span class="label label-primary">Heads Up</span> | ||
68 | 68 | <span id="helpview-text"></span> | |
69 | <a class="close">×</a> | ||
69 | 70 | </div> | |
70 | 71 | </div> | |
71 | 72 | <!-- signin view column of width md-4 --> | |
… | … | ||
81 | 81 | <input class="form-control" type="text" | |
82 | 82 | placeholder="Enter URL of an image or web page" id="user-input"> | |
83 | 83 | </div> | |
84 | <button type="submit" class="btn btn-primary" id="user-input-submit">Load</button> | ||
84 | <button type="submit" class="btn btn-info" id="user-input-submit">Load</button> | ||
85 | 85 | </form> | |
86 | 86 | </div> | |
87 | 87 | <div class="col-md-4"> | |
… | … | ||
91 | 91 | <div class="row" id="control-panel"> | |
92 | 92 | <div class="col-md-8"> | |
93 | 93 | <form class="form-inline" role="form"> | |
94 | <div class="form-group"> | ||
95 | <label class="checkbox-inline"> | ||
96 | <input type="checkbox" id="setbox"> Show annotated areas | ||
97 | </label> | ||
98 | </div> | ||
99 | <div class="form-group"> | ||
100 | <label class="checkbox-inline"> | ||
101 | <input type="checkbox" id="ocd-source"> Search in Open Cuultur Data | ||
102 | </label> | ||
103 | </div> | ||
104 | 94 | <div class="form-group"> | |
105 | 95 | <button class="btn btn-default" id="sweet">Sweet</button> | |
106 | 96 | </div> |