about summary refs log tree commit diff
path: root/uploader/templates/phenotypes/add-phenotypes-base.html
blob: 8f50882c823708090c506a2ad53dd3cc6e4c5b3e (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
{%extends "phenotypes/base.html"%}
{%from "flash_messages.html" import flash_all_messages%}
{%from "macro-table-pagination.html" import table_pagination%}
{%from "phenotypes/macro-display-pheno-dataset-card.html" import display_pheno_dataset_card%}

{%block title%}Phenotypes{%endblock%}

{%block pagetitle%}Phenotypes{%endblock%}

{%block lvl4_breadcrumbs%}
<li {%if activelink=="add-phenotypes"%}
    class="breadcrumb-item active"
    {%else%}
    class="breadcrumb-item"
    {%endif%}>
  <a href="{{url_for('species.populations.phenotypes.add_phenotypes',
           species_id=species.SpeciesId,
           population_id=population.Id,
           dataset_id=dataset.Id)}}">Add Phenotypes</a>
</li>
{%endblock%}

{%block contents%}
{{flash_all_messages()}}

<div class="row">
  <form id="frm-add-phenotypes"
        method="POST"
        enctype="multipart/form-data"
        action="{{url_for('species.populations.phenotypes.add_phenotypes',
                species_id=species.SpeciesId,
                population_id=population.Id,
                dataset_id=dataset.Id,
                use_bundle=use_bundle)}}"
        data-resumable-target="{{url_for('files.resumable_upload_post')}}">
    <legend>Add New Phenotypes</legend>

    <div class="form-text help-block">
      {%block frm_add_phenotypes_documentation%}{%endblock%}
      <p><strong class="text-warning">This will not update any existing phenotypes!</strong></p>
    </div>

    {%block frm_add_phenotypes_elements%}{%endblock%}

    <div class="checkbox">
      <label>
        <input id="chk-published" type="checkbox" name="published?" />
        These phenotypes are published</label>
    </div>

    <fieldset id="fldset-publication-info" class="visually-hidden">
      <legend>Publication Information</legend>
      <div class="form-group">
        <label for="txt-pubmed-id" class="form-label">Pubmed ID</label>
        <div class="input-group">
          <input id="txt-pubmed-id" name="pubmed-id" type="text"
                 class="form-control" />
          <span class="input-group-btn">
            <button id="btn-search-pubmed-id" class="btn btn-info">Search</button>
          </span>
        </div>
        <span id="search-pubmed-id-error"
              class="form-text text-muted text-danger visually-hidden">
        </span><br />
        <span class="form-text text-muted">
          Enter your publication's PubMed ID above and click "Search" to search
          for some (or all) of the publication details requested below.
        </span>
      </div>

      <div class="form-group">
        <label for="txt-publication-authors" class="form-label">Authors</label>
        <input id="txt-publication-authors" name="publication-authors"
               type="text" class="form-control" />
        <span class="form-text text-muted">
          Enter the authors in the following format &hellip;</span>
      </div>

      <div class="form-group">
        <label for="txt-publication-title" class="form-label">
          Publication Title</label>
        <input id="txt-publication-title" name="publication-title" type="text"
               class="form-control" />
        <span class="form-text text-muted">
          Enter your publication's title.</span>
      </div>

      <div class="form-group">
        <label for="txt-publication-abstract" class="form-label">
          Publication Abstract</label>
        <textarea id="txt-publication-abstract" name="publication-abstract"
                  class="form-control" rows="10"></textarea>
        <span class="form-text text-muted">
          Enter the abstract for your publication.</span>
      </div>

      <div class="form-group">
        <label for="txt-publication-journal" class="form-label">Journal</label>
        <input id="txt-publication-journal" name="journal" type="text"
               class="form-control" />
        <span class="form-text text-muted">
          Enter the name of the journal where your work was published.</span>
      </div>

      <div class="form-group">
        <label for="txt-publication-volume" class="form-label">Volume</label>
        <input id="txt-publication-volume" name="publication-volume" type="text"
               class="form-control" />
        <span class="form-text text-muted">
          Enter the volume in the following format &hellip;</span>
      </div>

      <div class="form-group">
        <label for="txt-publication-pages" class="form-label">Pages</label>
        <input id="txt-publication-pages" name="publication-pages" type="text"
               class="form-control" />
        <span class="form-text text-muted">
          Enter the journal volume where your work was published.</span>
      </div>

      <div class="form-group">
        <label for="select-publication-month" class="form-label">
          Publication Month</label>
        <select id="select-publication-month" name="publication-month"
                class="form-control">
          {%for month in monthnames%}
          <option value="{{month | lower}}"
                  {%if current_month | lower == month | lower%}
                  selected="selected"
                  {%endif%}>{{month | capitalize}}</option>
          {%endfor%}
        </select>
        <span class="form-text text-muted">
          Select the month when the work was published.
          <span class="text-danger">
            This cannot be before, say 1600 and cannot be in the future!</span></span>
      </div>

      <div class="form-group">
        <label for="txt-publication-year" class="form-label">Publication Year</label>
        <input id="txt-publication-year" name="publication-year" type="text"
               class="form-control" value="{{current_year}}" />
        <span class="form-text text-muted">
          Enter the year your work was published.
          <span class="text-danger">
            This cannot be before, say 1600 and cannot be in the future!</span>
        </span>
      </div>
    </fieldset>

    <div class="form-group">
      <input type="submit"
             value="upload phenotypes"
             class="btn btn-primary" />
    </div>
  </form>
</div>

<div class="row">
  {%block page_documentation%}{%endblock%}
</div>

{%endblock%}


{%block javascript%}
<script type="text/javascript">

  $("#chk-published").on("click", (event) => {
      pub_details = $("#fldset-publication-info")
      if(event.target.checked) {
          // display the publication details
          remove_class(pub_details, "visually-hidden");
      } else {
          // hide the publication details
          add_class(pub_details, "visually-hidden");
      }
  });

</script>

{%block more_javascript%}{%endblock%}
{%endblock%}