Skip to content

Commit

Permalink
Made conceptScheme publishername and language singular #335
Browse files Browse the repository at this point in the history
  • Loading branch information
miledivovic committed Jul 12, 2018
1 parent 7434efb commit a31d39e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,21 +313,11 @@ <h3 id="sidebarName" class="viewMode sidebarViewList">Framework Name Here</h3>
<!-- Concept Scheme Publisher Name -->
<label id="sidebarConceptPublisherNameInputLabel" for="sidebarConceptPublisherName" title="" skosFramework="Publisher Name:" skosFrameworkTitle="Name of the agent responsible for making this entity available. One name per line." class="viewMode editMode absentForCompetencies frameworkOnly" style="margin:0px;">Publisher Name:</label>
<p id="sidebarConceptPublisherName" class="viewMode absentForCompetencies frameworkOnly sidebarViewList" style="font-weight:bold;"></p>
<input id="sidebarConceptPublisherNameInput" skosFramework="ceasn:publisherName" data-group="sidebarConceptPublisherNameInput" plural="true" class="editMode editControl absentForCompetencies frameworkOnly sidebarConceptPublisherNameInput" />
<div class="sidebarInputGroup">
<div class="addInputContainer">
<button title="Add another value." id="addConceptPublisherNameInput" data-target="sidebarConceptPublisherNameInput" class="editMode editControl addInputButton frameworkOnly absentForCompetencies"><i class="fa fa-plus"></i></button>
</div>
</div>
<input id="sidebarConceptPublisherNameInput" skosFramework="ceasn:publisherName" data-group="sidebarConceptPublisherNameInput" class="editMode editControl absentForCompetencies frameworkOnly sidebarConceptPublisherNameInput" />
<!-- Concept Scheme Language -->
<label id="sidebarConceptInLanguageInputLabel" for="sidebarConceptInLanguage" title="" skosFramework="Language:" skosFrameworkTitle="Language of the scheme. One language per line." class="viewMode editMode absentForCompetencies frameworkOnly" style="margin:0px;">In Language:</label>
<p id="sidebarConceptInLanguage" class="viewMode absentForCompetencies frameworkOnly sidebarViewList" style="font-weight:bold;"></p>
<input id="sidebarConceptInLanguageInput" skosFramework="dcterms:language" data-group="sidebarConceptInLanguageInput" plural="true" class="editMode editControl absentForCompetencies frameworkOnly sidebarConceptInLanguageInput" />
<div class="sidebarInputGroup">
<div class="addInputContainer">
<button title="Add another value." id="addConceptInLanguageInput" data-target="sidebarConceptInLanguageInput" data-autocomplete-field="true" class="editMode editControl addInputButton frameworkOnly absentForCompetencies"><i class="fa fa-plus"></i></button>
</div>
</div>
<input id="sidebarConceptInLanguageInput" skosFramework="dcterms:language" data-group="sidebarConceptInLanguageInput" class="editMode editControl absentForCompetencies frameworkOnly sidebarConceptInLanguageInput" />
<!-- Coded Notation -->
<label id="sidebarCodedNotationInputLabel" for="sidebarCodedNotation" title="" cassCompetency="Notation:" cassCompetencyTitle="An alphanumeric notation or ID code as defined by the promulgating body to identify this competency. One code per line." skosCompetency="Notation:" skosCompetencyTitle="An alphanumeric notation or ID code as defined by the promulgating body to identify this concept. One code per line." class="viewMode editMode absentForCompetencies competencyOnly" style="margin:0px;">Notation:</label>
<p id="sidebarCodedNotation" class="viewMode competencyOnly absentForCompetencies sidebarViewList" style="font-weight:bold;"></p>
Expand Down

0 comments on commit a31d39e

Please sign in to comment.