<tiles:insertAttribute name="presentation_pane" ignore="true" />
</div>
<s:if test="message != ''">
+<div id="message"><p><s:property value="message"/></p></div>
<script>
- alert("<s:property value="message"/>");
+ $(document).ready(function () {
+ $( "#message" ).dialog({
+ autoOpen: true,
+ width: 400,
+ buttons: [
+ {
+ text: '<s:text name="button.ok"/>',
+ click: function() {
+ $( this ).dialog( "close" );
+ }
+ }
+ ]
+ });
+ });
</script>
</s:if>
</body>
margin: 0;
background-image: url("image.background.png");
background-repeat: repeat-x;
+ font: 62.5% Arial, Helvetica, sans-serif;
}
#header { /* Page header including contextual menu-bar */