Skip to content

Commit

Permalink
added api icon in table administration which appears automatically if…
Browse files Browse the repository at this point in the history
… a table was selected

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8066 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Nov 22, 2011
1 parent c461c1e commit 8e2bb17
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions htroot/Tables_p.html
Expand Up @@ -26,6 +26,15 @@
<script type="text/javascript" src="/js/sorttable.js"></script>
</head>
<body id="Tables">

<script type="text/javascript">
//<![CDATA[
if (window.location.search.length > 1) {
document.write("<div id=\"api\">\<a href=\"/api/table_p.xml" + window.location.search + "\"\><img src=\"env/grafics/api.png\" width=\"60\" height=\"40\" alt=\"API\"/></a></div>");
}
//]]>
</script>

#%env/templates/header.template%#
#%env/templates/submenuConfig.template%#
#(showselection)#::
Expand Down

0 comments on commit 8e2bb17

Please sign in to comment.