git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@318 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
f6839afb5f
commit
1384330b56
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ $this->includeTemplate($GLOBALS['top_include']);
|
||||||
<td>
|
<td>
|
||||||
<a href="../api/export_html.php"><?php echo T_('HTML file (for browsers)')?></a> /
|
<a href="../api/export_html.php"><?php echo T_('HTML file (for browsers)')?></a> /
|
||||||
<a href="../api/posts/all"><?php echo T_('XML file (like del.icio.us)')?></a>
|
<a href="../api/posts/all"><?php echo T_('XML file (like del.icio.us)')?></a>
|
||||||
<a href="../api/posts/all"><?php echo T_('CSV file (for spreadsheet tools)')?></a>
|
<a href="../api/export_csv.php"><?php echo T_('CSV file (for spreadsheet tools)')?></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><th> </th><td> </td></tr>
|
<tr><th> </th><td> </td></tr>
|
||||||
|
|
Loading…
Reference in a new issue