diff options
| author | reger <reger18@arcor.de> | 2014-02-10 21:40:42 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-02-10 21:40:42 +0100 |
| commit | 365f77ea8c7aa07eb501095e9987f55dd5cd8a0b (patch) | |
| tree | e0e4e316ebfd50fd3f5c9b464e73ca5d54db3808 /htroot/Bookmarks.html | |
| parent | 0e10cd18f78c8cd5249d789728cbe574d9992b95 (diff) | |
make internal page links relative to ease any future development for context aware servlets
note also http://bugs.yacy.net/view.php?id=106
Diffstat (limited to 'htroot/Bookmarks.html')
| -rw-r--r-- | htroot/Bookmarks.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htroot/Bookmarks.html b/htroot/Bookmarks.html index cc104d8dd..10ad2400c 100644 --- a/htroot/Bookmarks.html +++ b/htroot/Bookmarks.html @@ -3,8 +3,8 @@ <head>
<title>YaCy '#[clientname]#': Bookmarks</title>
#%env/templates/metas.template%#
- <script src="/js/ajax.js" type="text/javascript"></script>
- <script src="/js/Bookmarks.js" type="text/javascript"></script>
+ <script src="js/ajax.js" type="text/javascript"></script>
+ <script src="js/Bookmarks.js" type="text/javascript"></script>
#(display)#
<link rel="alternate" type="application/rss+xml" title="RSS" href="Bookmarks.rss" />
::
@@ -112,7 +112,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de ::
<p><input type="submit" name="add" value="edit" /></p>
#(/edit)#
- <img src="/env/grafics/empty.gif" name="ajax" />
+ <img src="env/grafics/empty.gif" name="ajax" />
</fieldset>
</form>
:: <!-- import XML Bookmarks (mode=3) -->
@@ -229,7 +229,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de /
<a href="Bookmarks.html?delete=#[hash]#" class="bookmarkAction" onclick="return confirm('Confirm deletion')">Delete</a>
/
- <a href="/api/getpageinfo_p.xml?url=#[link]#" class="bookmarkAction">Info</a>
+ <a href="api/getpageinfo_p.xml?url=#[link]#" class="bookmarkAction">Info</a>
</p>
</div>
#{/bookmarks}#
|
