File: error.h

package info (click to toggle)
lurker 1.2-5sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,708 kB
  • ctags: 1,102
  • sloc: cpp: 9,807; sh: 1,154; xml: 1,118; makefile: 166; perl: 106
file content (10 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
const char basic_error[] =
"<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\r\n"
"<html>\r\n"
" <head><title>" PACKAGE " - error rendering page</title></head>\r\n"
" <body>\r\n"
"  <h1>" PACKAGE " - error rendering page:</h1>\r\n"
"  <p>%s (%s): %s\r\n"
"  <p><hr>\r\n"
" </body>\r\n"
"</html>\r\n";