File: refFrame.html

package info (click to toggle)
transcriber 1.4-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,244 kB
  • ctags: 1,066
  • sloc: tcl: 9,331; ansic: 2,090; sh: 764; makefile: 85
file content (9 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
<HTML>
<HEAD>
   <TITLE>Transcriber's Interface</TITLE>
</HEAD>
<FRAMESET COLS="300,*" FRAMEBORDER="0" BORDER="1">
  <FRAME NAME="menu" SRC="refMenu.html">
  <FRAME NAME="content"  SRC="reference.html">
</FRAMESET>
</HTML>