File: nopage.php

package info (click to toggle)
phpreports 0.4.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 664 kB
  • ctags: 1,362
  • sloc: php: 3,248; xml: 203; makefile: 29; sh: 17; python: 10
file content (15 lines) | stat: -rwxr-xr-x 780 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
	<body>
		<p style='width:400px;height:200px;background-color:#F5F5F5;border-style:solid;border-width:2;border-color:#CCCCCC;padding:10px 10px 10px 10px;font-family:verdana,arial,helvetica,sans-serif;color:#505050;font-size:12px;'>";
		<span style='font-size:18px;color:#FF0000;font-weight:bold;'>NO PAGE ELEMENT DEFINED</span><br/><br/>
		This error happens because you didn't insert a PAGE element in your report layout file.<br/>
		<br/>
		The PAGE element controls how your report count lines and break pages. You need to put it
		<b>before</b> your GROUPS element.<br/>
		<br/>
		If not specified the PAGE size, the default will be 50 rows.<br/>
		So, please, open your XML layout file and insert it to fix this error. ;-)
		<br clear='all'/>
		</p>
	</body>
</html>