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
|
@ -49,7 +49,7 @@ td {
|
|||
</tr>
|
||||
</table>
|
||||
<div>
|
||||
<input type="button" id="submit" value="Generate Query" onclick="genQuery();" />
|
||||
<input type="button" class="submit" value="Generate Query" onclick="genQuery();" />
|
||||
</div>
|
||||
<div id="sparqlquery" style="visibility: hidden;">
|
||||
<form action="sparqlquery">
|
||||
|
@ -158,7 +158,7 @@ td {
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
<input type="submit" value="Run Query" id="submit">
|
||||
<input type="submit" value="Run Query" class="submit">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -89,7 +89,7 @@ LIMIT 20
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<input id="submit" type="submit" value="Run Query" />
|
||||
<input class="submit" type="submit" value="Run Query" />
|
||||
</form>
|
||||
<%--
|
||||
<h4>Notes</h4>
|
||||
|
|
|
@ -64,8 +64,8 @@
|
|||
|
||||
<textarea name="s34gfd88p9x1" rows="10" cols="90"></textarea>
|
||||
<div>
|
||||
<input type="submit" id="submit" value="Send Mail" />
|
||||
<input type="reset" id="delete" value="Clear Form" />
|
||||
<input type="submit" class="submit" value="Send Mail" />
|
||||
<input type="reset" class="delete" value="Clear Form" />
|
||||
</div
|
||||
|
||||
<p style="font-weight: bold; margin-top: 1em">Thank you!</p>
|
||||
|
|
|
@ -20,5 +20,5 @@
|
|||
<input type="hidden" name="dsid" value="${dsid}"/>
|
||||
<!--Adding use new name set to true so that it is overwritten correctly-->
|
||||
<input type="hidden" name="useNewName" value="true"/>
|
||||
<input type="submit" id="submit" value="submit" />
|
||||
<input type="submit" class="submit" value="submit" />
|
||||
</form>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<textarea name="s34gfd88p9x1" rows="10" cols="90"></textarea>
|
||||
<div>
|
||||
<input type="submit" id="submit" value="Send Mail" />
|
||||
<input type="reset" id="delete" value="Clear Form" />
|
||||
<input type="reset" class="delete" value="Clear Form" />
|
||||
</div
|
||||
|
||||
<p style="font-weight: bold; margin-top: 1em">Thank you!</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue