mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 22:12:51 -06:00
simple translator: more work on GlobalSight support
+ Retain metadata from GlobalSight Download Files. + Disable adding&removing segments when editing a GlobalSight documents.
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
</dl>
|
||||
<td>Edit
|
||||
<dl>
|
||||
<dt onclick="translator.import(this)">Import text...
|
||||
<dt onclick="translator.add_segment(this)">Add a segment...
|
||||
<dt onclick="translator.remove(this)">Remove the last segment
|
||||
<dt id="edit_import" onclick="translator.import(this)">Import text...
|
||||
<dt id="edit_add_segment" onclick="translator.add_segment(this)">Add a segment...
|
||||
<dt id="edit_remove_segment" onclick="translator.remove(this)">Remove the last segment
|
||||
</dl>
|
||||
<td>View
|
||||
<dl>
|
||||
@@ -72,7 +72,7 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class=modtime><small>HMTL
|
||||
<!-- hhmts start -->Last modified: Sun Sep 9 23:09:57 CEST 2012 <!-- hhmts end -->
|
||||
<!-- hhmts start -->Last modified: Mon Sep 10 22:22:00 CEST 2012 <!-- hhmts end -->
|
||||
</small></div>
|
||||
<a href="about.html">About</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user