<?
/*
* Jingho Projects - Small business project management
* Copyright (C) 2010 Gido Carper
* http://www.jingho-projects.com
* http://www.jingho.de
*
* thank you for mentioning my name and url on your site if you use this software!
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 1.0 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
*
* == END LICENSE ==
*
*
*/
echo '<div id="WarningWindow" style="width:400px;height:200px;">
<div class="widget-head warningClassWindow"><a class="collapse" href="javascript:Hide('.chr(39).'WarningWindow'.chr(39).');ClearGreyScreen();">COLLAPSE</a>
<h3 id="widgetWarningHeadline"> Warning</h3>
</div>
<div class="widget-content" style="">
</div>
<div style="position:absolute;width:100%;height:100%;top:0px;left:0px;margin:10px;overflow:hidden;border:0px;z-index:200000;cursor:default;">
<form action="blank.html" method="post" target="saveFrame" name="warning">
<p> </p>';
echo' <div style="padding-left:10px;padding-top:30px;" id="warningMessage">';
echo '
</div>
</form>
</div>
</div>
';?>
?>