Exemplo n.º 1
0
?>
</head>
<body>
<?php 
$header->litHeader(array());
?>
<div id="formReindex">
<form method="POST" action="">
<p>Select a community or collection to export</p>
<div id="status"><?php 
echo $status;
?>
</div>
<?php 
drawFormats($formats, util::getPostArg("format", ""));
collection::getCollectionHandleWidget(util::getPostArg("coll", ""), "coll", " to export*");
collection::getSubcommunityWidget(util::getPostArg("comm", ""), "comm", " to export*");
?>
<p align="center">
	<input id="exportSubmit" type="submit" title="Submit Form"/>
</p>
<p><em>* One of the 2 selection fields is required</em></p>
</form>
</div>
<?php 
$header->litFooter();
?>
</body>
</html>

<?php