示例#1
0
	<h3>Fakturakjøringsvalg</h3>	

	<input type="submit" name="previous" value="<?php 
echo lang('cancel');
?>
"/>
	<input type="submit" name="next" value="<?php 
echo lang('bill2');
?>
"/>
</div>

<div id="user_messages">
	<h3>Meldinger</h3>
	<?php 
echo rental_uicommon::get_page_error($errorMsgs);
?>
	<?php 
echo rental_uicommon::get_page_warning($warningMsgs);
?>
	<?php 
echo rental_uicommon::get_page_message($infoMsgs);
?>
</div>

<div id="list_navigation">
	<h3>Kontrakter i kjøring</h3>
	<ul>
		<li><a href="#non_cycle"><?php 
echo lang('contracts_out_of_cycle');
?>