File: userFrame.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 (6)
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>Manuel du transcripteur</TITLE>
</HEAD>
<FRAMESET COLS="300,*">
  <FRAME NAME="menu" FRAMEBORDER="0" SRC="userMenu.html">
  <FRAME NAME="content" FRAMEBORDER="0"  SRC="user.html#r1">
</FRAMESET>
</HTML>