|
|
|
@ -6,9 +6,9 @@
|
|
|
|
|
<link rel="alternate" type="application/xml" title="Tables" href="Tables.rss?table=#[table]#" />
|
|
|
|
|
#(/showtable)#
|
|
|
|
|
#%env/templates/metas.template%#
|
|
|
|
|
<script src="/yacy/ui/js/jquery-1.3.2.min.js" type="text/javascript"></script>
|
|
|
|
|
<script src="/yacy/ui/js/jquery.dimensions.min.js" type="text/javascript"></script>
|
|
|
|
|
<script type="text/javascript" src="/js/sorttable.js"></script>
|
|
|
|
|
<script src="yacy/ui/js/jquery-1.3.2.min.js" type="text/javascript"></script>
|
|
|
|
|
<script src="yacy/ui/js/jquery.dimensions.min.js" type="text/javascript"></script>
|
|
|
|
|
<script type="text/javascript" src="js/sorttable.js"></script>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
<!--
|
|
|
|
|
function setall(name, check){
|
|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
<h2>YMark Table Administration</h2>
|
|
|
|
|
<div id="content_area" style="float: left;">
|
|
|
|
|
#(showtable)#::
|
|
|
|
|
<form action="Table_YMark_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" id="tablelisting">
|
|
|
|
|
<form action="Table_YMark_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" id="tablelisting" name="tablelisting">
|
|
|
|
|
<fieldset>
|
|
|
|
|
<legend><label for="tablelisting">Table Editor: showing table '#[table]#' containing #[bmksize]# bookmarks with #[tagsize]# tags in #[foldersize]# folders
|
|
|
|
|
</label></legend>
|
|
|
|
@ -180,10 +180,10 @@
|
|
|
|
|
</form>
|
|
|
|
|
<fieldset>
|
|
|
|
|
<legend>Import Bookmarks</legend>
|
|
|
|
|
<form action="/api/ymarks/import_ymark.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
|
|
|
|
|
<form action="api/ymarks/import_ymark.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
|
|
|
|
|
<fieldset>
|
|
|
|
|
<input type="hidden" name="table" value="#[table]#" />
|
|
|
|
|
<input type="hidden" name="redirect" value="/Table_YMark_p.html?table=#[table]#&count=100" />
|
|
|
|
|
<input type="hidden" name="redirect" value="Table_YMark_p.html?table=#[table]#&count=100" />
|
|
|
|
|
<dl>
|
|
|
|
|
<dt>
|
|
|
|
|
<label for="importer">Importer:</label>
|
|
|
|
|