File: frames.html

package info (click to toggle)
pronto 2.4.0-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,112 kB
  • ctags: 487
  • sloc: perl: 22,159; makefile: 127; sh: 34; sql: 7
file content (6 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
<html>
<head><title>Pronto WebMail</title></head>
<frameset cols="30%,70%">
<frame src="/cgi-bin/folders.pl?session=[% session %]" name="folders">
<frame src="/cgi-bin/right_frame.pl?session=[% session %]" name="right">
</html>