* @copyright Copyright (C) 2002-2005 Markus Westphal, * 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli, * 2010-2012 Uwe Steinmann * @version Release: @package_version@ */ /** * Include parent class */ require_once("class.BlueStyle.php"); /** * Class which outputs the html page for SearchForm view * * @category DMS * @package SeedDMS * @author Markus Westphal, Malcolm Cowe, Uwe Steinmann * @copyright Copyright (C) 2002-2005 Markus Westphal, * 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli, * 2010-2012 Uwe Steinmann * @version Release: @package_version@ */ class SeedDMS_View_SearchForm extends SeedDMS_Blue_Style { function show() { /* {{{ */ $dms = $this->params['dms']; $user = $this->params['user']; $folder = $this->params['folder']; $attrdefs = $this->params['attrdefs']; $allCats = $this->params['allcategories']; $allUsers = $this->params['allusers']; $enablefullsearch = $this->params['enablefullsearch']; $this->htmlStartPage(getMLText("search")); $this->globalNavigation($folder); $this->pageNavigation(getFolderPathHTML($folder, true), "", $folder); ?> contentHeading(getMLText("search")); $this->contentContainerStart(); ?>

\n\n"; echo "\n\n"; */ ?>
:
:
  • ()
getName()); ?> printAttributeEditField($attrdef, '') ?>
:
()
:
()
:
: printFolderChooser("form1", M_READ, -1, $folder);?>
: printDateChooser(-1, "createstart"); print "  "; printMLText("and"); print "  "; $this->printDateChooser(-1, "createend"); ?>
".getMLText("last_update").":"; printMLText("between"); print "  "; $this->printDateChooser(-1, "updatestart"); print "  "; printMLText("and"); print "  "; $this->printDateChooser(-1, "updateend"); echo "
">

:
:
:
">
contentContainerEnd(); $this->htmlEndPage(); } /* }}} */ } ?>