removed hard-coded path name and replaced with urls.base variable

This commit is contained in:
tworrall 2011-12-02 15:56:46 +00:00
parent 73a302b132
commit 24b20209a2
3 changed files with 3 additions and 3 deletions

View file

@ -79,7 +79,7 @@
<p class="inline">
<label>Selected Publication:</label>
<span class="acSelectionInfo"></span>
<a href="/vivo/individual?uri=" class="verifyMatch" title"verify match">(Verify this match)</a>
<a href="${urls.base}/individual?uri=" class="verifyMatch" title"verify match">(Verify this match)</a>
</p>
<input class="acUriReceiver" type="hidden" id="pubUri" name="pubUri" value="" />
</div>

View file

@ -23,7 +23,7 @@
<p class="inline">
<label>Selected Publication:</label>
<span class="acSelectionInfo"></span>
<a href="/vivo/individual?uri=" class="verifyMatch">(Verify this match)</a>
<a href="${urls.base}/individual?uri=" class="verifyMatch">(Verify this match)</a>
</p>
<input class="acUriReceiver" type="hidden" id="conceptNode" name="conceptNode" value="" />
</div>

View file

@ -106,7 +106,7 @@
<p class="inline">
<label>Selected Person:</label>
<span class="acSelectionInfo"></span>
<a href="/vivo/individual?uri=" class="verifyMatch" title="verify match">(Verify this match)</a>
<a href="${urls.base}/individual?uri=" class="verifyMatch" title="verify match">(Verify this match)</a>
</p>
<input class="acUriReceiver" type="hidden" id="personUri" name="person" value="${personValue}" />
</div>