diff options
| author | apfelmaennchen <apfelmaennchen@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-02-01 15:51:35 +0000 |
|---|---|---|
| committer | apfelmaennchen <apfelmaennchen@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-02-01 15:51:35 +0000 |
| commit | 416d16e026bc36acf9ba4beade5f6800d89dd8ac (patch) | |
| tree | f402ebb478c79bf483f85b75c46c0ac202b984ed /htroot/Bookmarks.html | |
| parent | ef82cced0110386ac7fd778166d4cc5c6b9eb961 (diff) | |
- partial work around for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=1815#p12526
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5554 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Bookmarks.html')
| -rw-r--r-- | htroot/Bookmarks.html | 52 |
1 files changed, 9 insertions, 43 deletions
diff --git a/htroot/Bookmarks.html b/htroot/Bookmarks.html index 05f8d86af..1130df1cb 100644 --- a/htroot/Bookmarks.html +++ b/htroot/Bookmarks.html @@ -23,10 +23,10 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de </div>
#%env/templates/header.template%#
+ <div class="SubMenu"> + <h3>Bookmarks</h3> #(mode)#
<!-- SubMenu (mode=0) -->
- <div class="SubMenu">
- <h3>Bookmarks</h3>
<ul class="SubMenu">
<li><a href="Bookmarks.html?login=true" class="MenuItemLink">Login</a></li>
<li><a href="Bookmarks.html?login=true&mode=add" class="MenuItemLink lock">Add Bookmark</a></li>
@@ -36,10 +36,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <li><a href="Bookmarks.rss" class="MenuItemLink lock">Bookmarks (RSS)</a></li>
</ul>
<p/>
- </div>
:: <!-- Submenu isAdmin (mode=1) -->
- <div class="SubMenu">
- <h3>Bookmarks</h3>
<ul class="SubMenu">
<li><a href="Bookmarks.html?mode=add" class="MenuItemLink lock">Add Bookmark</a></li>
<li><a href="Bookmarks.html?mode=importxml" class="MenuItemLink lock">Import Bookmarks</a></li>
@@ -48,7 +45,6 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <li><a href="Bookmarks.rss" class="MenuItemLink lock">Bookmarks (RSS)</a></li>
</ul>
<p/>
- </div>
:: <!-- add or edit Bookmark (mode=2) -->
<form action="Bookmarks.html" method="get">
<fieldset>
@@ -163,42 +159,10 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de </fieldset>
</form>
::
- <!-- manage Bookmarks (mode=4) -->
- <fieldset>
- <legend>Manage Bookmarks</legend>
- </fieldset>
- <table border="0" width="60%" cellpadding="2" cellspacing="1">
- <colgroup>
- <col width="60" span="2" />
- <col width="10" />
- <col width="80" />
- <col width="180" />
- <col />
- <col width="10" />
- </colgroup>
- <tr class="TableHeader">
- <th>Initiator</th>
- <th>Profile</th>
- <th>Depth</th>
- <th>Modified Date</th>
- <th>Anchor Name</th>
- <th>URL</th>
- <th>Delete</th>
- </tr>
- #{bookmarks}#
- <!--<tr class="TableCell#(dark)#Light::Dark#(/dark)#">-->
- <tr>
- <td>#[public]#</td>
- <td><a href="#[link]#">#[title]#</a></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- #{/bookmarks}#
- </table>
- #(/mode)#
+ <!-- (mode=4) -->
+ #(/mode)# + </div> + #(display)#
<!-- show Folders -->
<div class="TagList">
<fieldset>
@@ -273,7 +237,9 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <a href="Bookmarks.html?tag=#[tag]#&start=#[start]#&num=100">100</a>
Bookmarks per page.
</p>
- </div>
+ </div> + :: + #(/display)#
#%env/templates/footer.template%#
</body>
</html>
|
