Link internally with {% url %} instead of hardcoded pointer

to datatracker.
 - Legacy-Id: 703
This commit is contained in:
Bill Fenner 2007-06-27 16:35:14 +00:00
parent c8b06bcd10
commit da2b6199f0
2 changed files with 4 additions and 4 deletions

View file

@ -13,10 +13,10 @@ intellectual property rights or other rights that might be claimed to
pertain to the implementation or use of the technology described in any IETF documents or the extent to
which any license under such rights might or might not be available; nor does it represent that it has made any independent effort to identify any such rights.
<p><p><p>
<a href="https://datatracker.ietf.org/public/ipr_disclosure.cgi">Click here to submit an IPR disclosure</a>
<a href="{% url ietf.ipr.views.default %}">Click here to submit an IPR disclosure</a>
<hr><p>
<P><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"><a href="http://datatracker.ietf.org/public/ipr_search.cgi">Search the IPR Disclosures</a><p>
<P><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"><a href="{% url ietf.ipr.search.search %}">Search the IPR Disclosures</a><p>
<P><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"><a href="#generic">Generic IPR Disclosures</a><p>
<P><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"><a href="#specific">Specific IPR Disclosures</a><p>
<P><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"><a href="#notify">Specific Third Party IPR Disclosures</a><p>

View file

@ -3,10 +3,10 @@
{% block content %}
<h1><center>IPR Disclosure Update Page</H1></center>
<a href="https://datatracker.ietf.org/public/ipr_disclosure.cgi">Click here to submit an IPR disclosure</a>
<a href="{% url ietf.ipr.views.default %}">Click here to submit an IPR disclosure</a>
<hr><p>
<P><a href="http://datatracker.ietf.org/public/ipr_search.cgi"><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Search the IPR Disclosures</a><p>
<P><a href="{% url ietf.ipr.search.search %}"><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Search the IPR Disclosures</a><p>
<P><a href="#generic"><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Generic IPR Disclosures</a><p>
<P><a href="#specific"><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Specific IPR Disclosures</a><p>