NIHVIVO-3213: Refactoring markup/styles for proxy templates
This commit is contained in:
parent
8bcc6e6b2c
commit
1932e6a402
1 changed files with 13 additions and 24 deletions
|
@ -22,9 +22,13 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
|
|||
</section>
|
||||
</#if>
|
||||
|
||||
<h4>Relate proxy self editors and profiles</h4>
|
||||
|
||||
<section id="relate-proxy-profiles">
|
||||
|
||||
<form action="${formUrls.create}" method="POST">
|
||||
<fieldset>
|
||||
<legend>Select proxies:</legend>
|
||||
<fieldset class="relate-proxy">
|
||||
<legend>Select proxies</legend>
|
||||
|
||||
<div name="proxyProxiesPanel">
|
||||
<p><input type="text" name="proxySelectorAC" class="acSelector" size="35" value="Select an existing last name"></p>
|
||||
|
@ -63,26 +67,10 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
|
|||
|
||||
|
||||
|
||||
<fieldset>
|
||||
<legend>Select proxies:</legend>
|
||||
<fieldset class="relate-profile">
|
||||
<legend>Select profiles</legend>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="edit-myProxy" name="proxyProfilesPanel">
|
||||
<div class="edit-myProxy" name="proxyProfilesPanel">
|
||||
|
||||
<p><input type="text" name="proxySelectorAC" class="acSelector" size="35" value="Select an existing last name"></p>
|
||||
<p class="search-status">
|
||||
|
@ -91,7 +79,6 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
|
|||
noMatchText='no match'> </span>
|
||||
</p>
|
||||
|
||||
<p class="selected-editors">Selected profiles:</p>
|
||||
|
||||
<#-- Magic div thst holds all of the proxy data and the template that shows how to display it. -->
|
||||
<div name="proxyData">
|
||||
|
@ -120,12 +107,14 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
|
|||
</div>
|
||||
|
||||
</fieldset>
|
||||
|
||||
<input class="submit" type="submit" name="createRelationship" value="Save" />
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<form action="${formUrls.list}" method="POST">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue