Skip to content

Commit

Permalink
DACO-107: Missing label text for Start Date and End Date (in Coverage…
Browse files Browse the repository at this point in the history
… section)

DACO-109: Missing label for the bottom field in the Rights section
  • Loading branch information
mike-jones committed Feb 26, 2013
1 parent a482ab0 commit c56794d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p>
Information about access to the collection or service, including
access restrictions or embargoes based on privacy, security or
other policies. A URI is optional.
</p>
<p>eg. Contact Chief Investigator to negotiate access to the data.</p>
<p>
Information about access to the collection or service, including
access restrictions or embargoes based on privacy, security or
other policies. A URL is optional.
</p>
<p>eg. Contact Chief Investigator to negotiate access to the data.</p>
<p>eg. Embargoed until 1 year after publication of the research.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,11 @@ textarea {
z-index: 1010;
}

.short-date {
display:inline;
width: 180px;
}

</style>

<div class="grid_16 widget-form inputscreen nameLookup-section" id="main-form"
Expand Down Expand Up @@ -312,9 +317,9 @@ textarea {

#fieldTitleS("dc:coverage.vivo:DateTimeInterval" "Date Coverage" false)
<p>
<input type="text" placeholder="Start" class="dateYMD" id="dc:coverage.vivo:DateTimeInterval.vivo:start" />
<label for="dc:coverage.vivo:DateTimeInterval.vivo:end"></label>
<input type="text" placeholder="End" class="dateYMD" id="dc:coverage.vivo:DateTimeInterval.vivo:end" />
<input type="text" placeholder="Start" class="dateYMD short-date" id="dc:coverage.vivo:DateTimeInterval.vivo:start" />
<label for="dc:coverage.vivo:DateTimeInterval.vivo:end">&nbsp;&nbsp;to&nbsp;&nbsp;</label>
<input type="text" placeholder="End" class="dateYMD short-date" id="dc:coverage.vivo:DateTimeInterval.vivo:end" />
<label class="validation-err-msg" for="dc:coverage.vivo:DateTimeInterval.vivo:start"
data-validation-rule="when(blur,change,submit);name(testCoverageFrom);
test(/^[12]\d{3}([-\/]+(10|11|12|0?\d)([-\/]+(30|31|[012]?\d))?)?$/ or empty);">
Expand Down Expand Up @@ -578,7 +583,8 @@ textarea {
</p>

<p>
<input type="text" size="60" id="dc:accessRights.dc:identifier" placeholder="Access Rights URI" />
<label for="dc:accessRights.dc:identifier">URL</label>
<input type="text" size="60" id="dc:accessRights.dc:identifier" placeholder="Access Rights URL" />
</p>
#endfieldset

Expand Down Expand Up @@ -711,7 +717,7 @@ textarea {
</td>
<td style="width:100%">
<input type="text" size="60" id="foaf:fundedBy.vivo:Grant.0.skos:prefLabel"
readonly="readonly" placeholder="project title"
readonly="readonly" placeholder="grant title"
class="autocomplete-grant-label label" style="width:100%" />
</td>
</tr>
Expand Down

0 comments on commit c56794d

Please sign in to comment.