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>
|
</section>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
|
<h4>Relate proxy self editors and profiles</h4>
|
||||||
|
|
||||||
|
<section id="relate-proxy-profiles">
|
||||||
|
|
||||||
<form action="${formUrls.create}" method="POST">
|
<form action="${formUrls.create}" method="POST">
|
||||||
<fieldset>
|
<fieldset class="relate-proxy">
|
||||||
<legend>Select proxies:</legend>
|
<legend>Select proxies</legend>
|
||||||
|
|
||||||
<div name="proxyProxiesPanel">
|
<div name="proxyProxiesPanel">
|
||||||
<p><input type="text" name="proxySelectorAC" class="acSelector" size="35" value="Select an existing last name"></p>
|
<p><input type="text" name="proxySelectorAC" class="acSelector" size="35" value="Select an existing last name"></p>
|
||||||
|
@ -63,24 +67,8 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<fieldset>
|
<fieldset class="relate-profile">
|
||||||
<legend>Select proxies:</legend>
|
<legend>Select profiles</legend>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="edit-myProxy" name="proxyProfilesPanel">
|
<div class="edit-myProxy" name="proxyProfilesPanel">
|
||||||
|
|
||||||
|
@ -91,7 +79,6 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
|
||||||
noMatchText='no match'> </span>
|
noMatchText='no match'> </span>
|
||||||
</p>
|
</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. -->
|
<#-- Magic div thst holds all of the proxy data and the template that shows how to display it. -->
|
||||||
<div name="proxyData">
|
<div name="proxyData">
|
||||||
|
@ -120,12 +107,14 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<input class="submit" type="submit" name="createRelationship" value="Save" />
|
<input class="submit" type="submit" name="createRelationship" value="Save" />
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<form action="${formUrls.list}" method="POST">
|
<form action="${formUrls.list}" method="POST">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue