diff options
| author | hallgren <hallgren@chalmers.se> | 2012-05-27 19:19:54 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-05-27 19:19:54 +0000 |
| commit | 943652a3d2758b2b3d892053704c8c930e383b14 (patch) | |
| tree | 375085c2d1dc80c2f0ec21e8e01ee972878bfb6d /src/www/translator/index.html | |
| parent | 1215f2b9518d34b774aac8fbed00578cb457b1cb (diff) | |
translator: adding "Parallel texts" view
This is in addition to the existing "Segment by Segment" view.
Also some minor documentation updates.
Diffstat (limited to 'src/www/translator/index.html')
| -rw-r--r-- | src/www/translator/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/www/translator/index.html b/src/www/translator/index.html index 1dcaa2a63..dde471a0d 100644 --- a/src/www/translator/index.html +++ b/src/www/translator/index.html @@ -28,7 +28,8 @@ </dl> <td>View <dl> - <dt><label><input type=radio checked>Segment by segment</label> + <dt><label><input name=view value=segmentbysegment type=radio checked onchange="translator.change(this)">Segment by segment</label> + <dt><label><input name=view value=paralleltexts type=radio onchange="translator.change(this)">Parallel texts</label> </dl> <td>Options <dl> @@ -69,7 +70,7 @@ </div> <hr> <div class=modtime><small>HMTL -<!-- hhmts start --> Last modified: Fri May 25 16:08:41 CEST 2012 <!-- hhmts end --> +<!-- hhmts start --> Last modified: Sat May 26 13:23:57 CEST 2012 <!-- hhmts end --> </small></div> <a href="about.html">About</a> |
