File: error.ezt

package info (click to toggle)
viewcvs 0.9.2%2Bcvs.1.0.dev.2004.07.28-4.1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,452 kB
  • ctags: 1,355
  • sloc: python: 10,100; cpp: 840; ansic: 763; yacc: 526; sh: 163; makefile: 115
file content (25 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
 "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><head>
<!-- ViewCVS       -- http://viewcvs.sourceforge.net/
     by Greg Stein -- mailto:gstein@lyra.org
  -->
<title>ViewCVS Exception</title>
</head>
<body>
<h3>An Exception Has Occurred</h3>

[if-any msg]
  <p><pre>[msg]</pre></p>
[end]
[if-any status]
  <h4>HTTP Response Status</h4>
  <p><pre>[status]</pre></p>
  <hr>
[end]
<h4>Python Traceback</h4>
<p><pre>
[stacktrace]
</pre></p>
</body>
</html>