<%
include_once( "../modules/utils.inc.php" );
%>
<!-- notebox styles -->
<style type="text/css">
/* only for IE PC \*/
* html .noteboxHead h2 {height: 1%;} /* IE 5 PC */
.notebox {
width: 18em;
background: url(/img/noteboxBody-r.gif) no-repeat bottom right;
font-size: 11px;
font-family: lucida sans, helvetica, arial, verdana, sans serif;
}
.noteboxHead {
background: url(/img/noteboxHead-r.gif) no-repeat top right;
margin: 0;
padding: 0;
text-align: center;
}
.noteboxHead h2 {
background: url(/img/noteboxHead-l.gif) no-repeat top left;
margin: 0;
padding: 22px 30px 5px;
color: white;
font-weight: bold;
font-size: 1.2em;
line-height: 1em;
text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.noteboxBody {
background: url(/img/noteboxBody-l.gif) no-repeat bottom left;
margin: 0;
padding: 5px 30px 31px;
}
</style>
<div class="notebox">
<div class="noteboxHead"><h2>Warning.</h2></div>
<div class="noteboxBody">
<p>This is a short sample paragraph.</p>
<p>And another one.</p>
</div>
</div>
<%= warn( "foo" ); %>