NIHVIVO-1954: Done some markup refactoring changing ID's into classes.
Also, in some cases I wasn't able to change id selectors because these are used temporarily due to the custom jsp tags (<v:input>) for editing forms which require an id and do not allow a class. This will be removed once we refactor the editing forms to Freemarker
This commit is contained in:
parent
e954cccca3
commit
ee0c1dd5bb
19 changed files with 21 additions and 21 deletions
|
@ -37,4 +37,4 @@
|
|||
</select>
|
||||
|
||||
|
||||
<input id="submit" type="submit" value="Connect Database" />
|
||||
<input class="submit" type="submit" value="Connect Database" />
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
<form style="margin-bottom:2ex;" action="ingest" method="post">
|
||||
<input type="hidden" name="action" value="createModel"/>
|
||||
Model name: <input type="text" size="32" name="modelName"/>
|
||||
<input id="submit" type="submit" name="submit" value="Create Model"/>
|
||||
<input class="submit" type="submit" name="submit" value="Create Model"/>
|
||||
<input type="hidden" name="modelType" value="${modelType}"/>
|
||||
</form>
|
||||
|
|
|
@ -65,4 +65,4 @@
|
|||
</select>
|
||||
<p>Destination Model for TBox</p>
|
||||
|
||||
<input id="submit" type="submit" value="Next Step"/>
|
||||
<input class="submit" type="submit" value="Next Step"/>
|
||||
|
|
|
@ -77,7 +77,7 @@ function disableProperties(){
|
|||
|
||||
<input type="hidden" name="destinationModelName" value="<%=modelName%>"/>
|
||||
|
||||
<input id="submit" type="submit" value="Convert CSV"/>
|
||||
<input class="submit" type="submit" value="Convert CSV"/>
|
||||
|
||||
</form>
|
||||
|
||||
|
|
|
@ -42,4 +42,4 @@
|
|||
%>
|
||||
</select>
|
||||
|
||||
<input id="submit" type="submit" value="Next >"/>
|
||||
<input class="submit" type="submit" value="Next >"/>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<option value="TURTLE">Turtle</option>
|
||||
</select>
|
||||
|
||||
<input id="submit" type="submit" name="submit" value="Export"/>
|
||||
<input class="submit" type="submit" name="submit" value="Export"/>
|
||||
|
||||
</form>
|
||||
|
||||
|
|
|
@ -51,4 +51,4 @@
|
|||
%>
|
||||
</select>
|
||||
|
||||
<input id="submit" type="submit" value="Generate TBox"/>
|
||||
<input class="submit" type="submit" value="Generate TBox"/>
|
||||
|
|
|
@ -18,5 +18,5 @@
|
|||
</select>
|
||||
<br></br>
|
||||
<br></br>
|
||||
<p><input id="submit" type="submit" name="submit" value="Load Data" /></p>
|
||||
<p><input class="submit" type="submit" name="submit" value="Load Data" /></p>
|
||||
</form>
|
|
@ -37,6 +37,6 @@
|
|||
<td>Duplicate individual URI</td><td><input id="uri2" type="text" size="52" name="uri2"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
<input id="submit"type="submit" name="submit" value="Merge individuals" /></p>
|
||||
<input class="submit"type="submit" name="submit" value="Merge individuals" /></p>
|
||||
</form>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ if(!result.equals("No statements merged") && !result.endsWith("statements.")){%>
|
|||
<TR>
|
||||
<br>
|
||||
<p>Download non-mergeable statements.</p>
|
||||
<p><input id="submit" type="submit" name="Download" value="Download" ></input></p>
|
||||
<p><input class="submit" type="submit" name="Download" value="Download" ></input></p>
|
||||
<br>
|
||||
</TR>
|
||||
<%}} %>
|
||||
|
|
|
@ -56,5 +56,5 @@ Or <%String defaultNamespace = (String)request.getAttribute("defaultNamespace");
|
|||
<p>Use default namespace <%=defaultNamespace%> <input type="checkbox" name="defaultNamespace" value ="<%=defaultNamespace%>"/>
|
||||
</p>
|
||||
|
||||
<p><input id="submit" type="submit" name="submit" value="Generate URIs" /></p>
|
||||
<p><input class="submit" type="submit" name="submit" value="Generate URIs" /></p>
|
||||
</form>
|
|
@ -69,4 +69,4 @@
|
|||
</select>
|
||||
<p>model in which to save retracted statements</p>
|
||||
|
||||
<input id="submit" type="submit" value="Process property values"/>
|
||||
<input class="submit" type="submit" value="Process property values"/>
|
||||
|
|
|
@ -35,5 +35,5 @@
|
|||
%>
|
||||
</ul>
|
||||
|
||||
<input id="submit" type="submit" value="Next Step"/>
|
||||
<input class="submit" type="submit" value="Next Step"/>
|
||||
</form>
|
||||
|
|
|
@ -88,7 +88,7 @@ function disableProperties(){
|
|||
%>
|
||||
</select>
|
||||
|
||||
<input id="submit" type="submit" value="Rename Blank Nodes"/>
|
||||
<input class="submit" type="submit" value="Rename Blank Nodes"/>
|
||||
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue