Changeset 2799
- Timestamp:
- 13/08/07 11:03:28 (14 years ago)
- Location:
- TI05-delivery/ows_framework/trunk/ows_server/ows_server
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/ows_framework/trunk/ows_server/ows_server/controllers/trackback.py
r2646 r2799 33 33 34 34 body='Citation Trackback for %s'%uri 35 name='CitationTrackbackFor_%s.xml' uri35 name='CitationTrackbackFor_%s.xml'%uri 36 36 37 37 -
TI05-delivery/ows_framework/trunk/ows_server/ows_server/templates/ndgPage.kid
r2795 r2799 48 48 </select> 49 49 <input type="submit" value="Search"/> 50 </form></td><td/><td align="right"> 51 50 </form> 51 </td><td align="right"> 52 <form action="$g.discoveryURL"> 53 <input type="submit" value="New Search"/> 54 <span py:replace="helpIcon('ns_help')"/> 55 </form> 56 </td><td align="right"> 52 57 <span py:if="'ndgSec' in session" id="loginBar"> 53 58 <span py:replace="logOut()"/></span> 54 59 <span py:if="'ndgSec' not in session" id="loginBar"> 55 60 <span py:replace="logIn()"/></span> 56 61 </td></tr></table> 57 62 <div id="nts_help" class="hidden"> 58 63 <div class="helptxt"><p> This will do a completely new text search with no constraints beyond the target of the 59 64 text search from the drop down list (All, Authors, Parameters) </p></div> 65 </div> 66 <div id="ns_help" class="hidden"> 67 <div class="helptxt"><p> This will return you to the new search page</p></div> 60 68 </div> 61 69 </div> -
TI05-delivery/ows_framework/trunk/ows_server/ows_server/templates/results.kid
r2786 r2799 57 57 </div> 58 58 <div class="resultsBar"> 59 <a href="${c.state.constrainedurl "> Refine search</a>59 <a href="${c.state.constrainedurl}"> Refine search</a> 60 60 | Found ${c.state.hits} | Showing ${c.state.offset}-$upper 61 61 <span py:if="p!=[]"> | <a href="$purl"> Previous ${p[1]}</a> </span>
Note: See TracChangeset
for help on using the changeset viewer.