Exemple #1
0
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
define('WT_SCRIPT_NAME', 'hourglass.php');
require './includes/session.php';
require_once WT_ROOT . 'includes/functions/functions_edit.php';
$controller = new WT_Controller_Hourglass();
$controller->pageHeader()->addExternalJavascript(WT_STATIC_URL . 'js/autocomplete.js')->addInlineJavascript('autocomplete();')->setupJavascript()->addInlineJavascript('sizeLines();');
$gencount = 0;
?>
<div id="hourglass-page">
	<h2><?php 
echo $controller->getPageTitle();
?>
</h2>
	<form method="get" name="people" action="?">
		<input type="hidden" name="ged" value="<?php 
echo WT_Filter::escapeHtml(WT_GEDCOM);
?>
">
		<input type="hidden" name="show_full" value="<?php 
echo $controller->show_full;
?>
">
		<table class="list_table">
			<tr>
				<td class="descriptionbox">
					<?php