File: refFrame.html

package info (click to toggle)
transcriber 1.5.1.1-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,484 kB
  • sloc: tcl: 13,141; ansic: 1,895; sh: 1,193; makefile: 75; xml: 66
file content (12 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">

<HTML>
<HEAD>
   <TITLE>Transcriber's Interface</TITLE>
</HEAD>
<FRAMESET COLS="300,*">
  <FRAME NAME="menu" FRAMEBORDER="0" SRC="refMenu.html">
  <FRAME NAME="content" FRAMEBORDER="0" SRC="reference.html">
</FRAMESET>
</HTML>