예제 #1
0
* --------oOOO-----(_)-----OOOo------------------------------ www.moledesign.biz --- +
* @version		2.2.2
* @package		RT iPrint
* @subpackage	Buildings
* @copyright	Copyright FGW 2014, All rights reserved
* @author		MOLEDesign (Morgan Leecy) - http://www.moledesign.biz - morgan@moledesign.biz
* @license		GNU/GPL
*
*             .oooO  Oooo.
*             (   )  (   )
* -------------\ (----) /----------------------------------------------------------- +
*               \_)  (_/
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
RtiprintHelper::headerDeclarations();
//Load the formvalidator scripts requirements.
JDom::_('html.toolbar');
?>
<script language="javascript" type="text/javascript">
	//Secure the user navigation on the page, in order preserve datas.
	var holdForm = true;
	window.onbeforeunload = function closeIt(){	if (holdForm) return false;};
</script>

<form action="<?php 
echo JRoute::_("index.php");
?>
" method="post" name="adminForm" id="adminForm" class='form-validate' enctype='multipart/form-data'>
	<?php 
$compat = '1.6';