Code Search for Developers
 
 
  

exportBookmarks.tpl.php from Brim at Krugle


Show exportBookmarks.tpl.php syntax highlighted

<?php

/**
 * The template file that draws the layout to export bookmarks
 *
 * This file is part of the Brim project.
 * The brim-project is located at the following
 * location: {@link http://www.brim-project.org/ http://www.brim-project.org/}
 *
 * <pre> Enjoy :-) </pre>
 *
 * @author Barry Nauta
 * @package org.brim-project.plugins.bookmarks
 * @subpackage view
 *
 * @copyright [brim-project.org] - Copyright (c) 2003 - 2006 Barry Nauta
 *
 * @license http://opensource.org/licenses/gpl-license.php
 * The GNU Public License
 */
 ?>
<form action="index.php" method="post"
		name="exportBookmarks">
<input type="hidden" name="plugin" value="bookmarks" />
<table>
<tr>
	<td>
		<?php echo $dictionary['export']; ?>:
	</td>
	<td>
		<select name="exportType">
			<option value="Opera">Opera</option>
			<option value="Netscape">Netscape/Mozilla/FireFox</option>
<?php
		if (function_exists('xml_parser_create'))
		{
?>
			<option value="XBEL">XBEL</option>
<?php
		}
?>
		</select>
	</td>
</tr>
</table>
<input type="hidden"
	name="action"
	value="exportBookmarks" />
<input type="hidden"
	name="parentId"
	value="<?php echo $parentId ?>" />
<input type="submit"
	class="button"
	name="exportSubmit"
	value="<?php echo $dictionary['submit'] ?>">
</form>



See more files for this project here

Brim

BRIM is a MVC framework, written in PHP and based on items with a hierarchical relationship. The list of plugins make BRIM a Information Manager with plugins like bookmarks, a calendar, contacts tasks, notes, RSS etc. The application is multilingual.

Project homepage: http://sourceforge.net/projects/brim
Programming language(s): JavaScript,PHP,SQL
License: other

  pics/
    addmozillapanel.gif
    addnetscapepanel.gif
    favicon.ico
    firefox-icon.png
    index.php
    item.gif
    item.png
    opera.png
  BookmarkExplorerTreeDelegate.php
  BookmarkYahooTreeDelegate.php
  DojoExplorerTreeDelegate.php
  JavascriptExplorerTreeDelegate.php
  bookmark.tpl.php
  exportBookmarks.tpl.php
  favicon.tpl.php
  help.tpl.php
  importBookmarks.tpl.php
  index.php
  modifyPreferences.tpl.php
  moveBookmark.tpl.php
  moveMultipleBookmark.tpl.php
  multipleSelectBookmark.tpl.php
  quickmark.tpl.php
  searchBookmarks.tpl.php
  showBookmarks.tpl.php
  sidebar.tpl.php