Skip to content

Commit

Permalink
Updated for release 4.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmraya committed Jun 30, 2023
1 parent 52c772d commit d0b3f12
Show file tree
Hide file tree
Showing 51 changed files with 271 additions and 104 deletions.
8 changes: 4 additions & 4 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jars/xmljava.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jars/h2-1.4.200.jar"/>
<classpathentry kind="output" path="out"/>
</classpath>
4 changes: 2 additions & 2 deletions html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new About();">
<body onload="new About();">
<h2 class="center">Swordfish</h2>
<div class="fill_width center">
<img src="../icons/icon.png" alt="about box">
<p>Copyright &copy; 2007 - 2022 Maxprograms</p>
<p>Copyright &copy; 2007 - 2023 Maxprograms</p>
</div>
<div class="buttonArea">
<button id="system">System Information</button>
Expand Down
2 changes: 1 addition & 1 deletion html/addFile.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new AddFile();">
<body onload="new AddFile();">

<table class="fill_width">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion html/addGlossary.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new AddGlossary();">
<body onload="new AddGlossary();">
<table class="fill_width">
<tr>
<td class="middle">
Expand Down
2 changes: 1 addition & 1 deletion html/addMemory.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new AddMemory();">
<body onload="new AddMemory();">
<table class="fill_width">
<tr>
<td class="middle">
Expand Down
2 changes: 1 addition & 1 deletion html/addNote.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new AddNote();">
<body onload="new AddNote();">
<div style="padding: 8px;">
<textarea id="area" class="fill_width" style="height: 80px;"></textarea>
</div>
Expand Down
2 changes: 1 addition & 1 deletion html/addProject.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new AddProject();">
<body onload="new AddProject();">
<table class="fill_width">
<tr>
<td class="middle">
Expand Down
2 changes: 1 addition & 1 deletion html/addTerm.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new AddTerm();">
<body onload="new AddTerm();">

<table style="margin:0;">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion html/addXmlConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new AddXmlFilterConfiguration();">
<body onload="new AddXmlFilterConfiguration();">

<table style="width:calc(100% - 8px);">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion html/applyTm.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new ApplyTM();">
<body onload="new ApplyTM();">

<table class="fill_width">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion html/browseDatabases.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" style="margin:0; padding:0;" onload="new BrowseDatabases();">
<body style="margin:0; padding:0;" onload="new BrowseDatabases();">
<div class="divContainer" id="container">
<table class="fill_width stripes">
<thead>
Expand Down
2 changes: 1 addition & 1 deletion html/changeCase.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new ChangeCase();">
<body onload="new ChangeCase();">

<table class="fill_width">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion html/concordanceSearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new ConcordanceSearch();">
<body onload="new ConcordanceSearch();">
<table class="fill_width">
<tr>
<td class="middle noWrap">
Expand Down
2 changes: 1 addition & 1 deletion html/defaultLangs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new DefaultLanguages();">
<body onload="new DefaultLanguages();">
<table class="fill_width">
<tr>
<td class="noWrap middle"><label for="srcLangSelect">Default Source Language</label></td>
Expand Down
2 changes: 1 addition & 1 deletion html/elementConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new ElementConfig();">
<body onload="new ElementConfig();">
<table>
<tr>
<td class="middle noWrap">
Expand Down
2 changes: 1 addition & 1 deletion html/filterConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</heade>

<body id="body" onload="new FilterConfig();">
<body onload="new FilterConfig();">
<div style="height: 300px; margin:8px; width: calc(100% - 18px);" class="divContainer bordered">
<table id="table" class="stripes discover">
<thead>
Expand Down
2 changes: 1 addition & 1 deletion html/filterSegments.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new FilterSegments();">
<body onload="new FilterSegments();">

<table>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion html/gettingStarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</style>
</head>

<body id="body" onload="new GettingStarted();">
<body onload="new GettingStarted();">

<div id="container" class="divContainer gsbody"
style="height: 400px; width: calc(100% - 40px); padding:10px; border:1px solid var(--gray190); background: var(--gray10); margin:10px; border-radius: 4px;">
Expand Down
2 changes: 1 addition & 1 deletion html/goTo.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new GoTo();">
<body onload="new GoTo();">
<table class="fill_width">
<tr>
<td class="middle noWrap"><label for="segInput">Segment Number</label></td>
Expand Down
2 changes: 1 addition & 1 deletion html/htmlViewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" style="margin:0px; padding:0; width:100vw; height: 100vh;" onload="new HtmlViewer();">
<body style="margin:0px; padding:0; width:100vw; height: 100vh;" onload="new HtmlViewer();">
<div id="content" class="divContainer">

</div>
Expand Down
2 changes: 1 addition & 1 deletion html/importGlossary.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new ImportGlossary();">
<body onload="new ImportGlossary();">
<table class="fill_width">
<tr>
<td class="middle">
Expand Down
2 changes: 1 addition & 1 deletion html/importTmx.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new ImportTMX();">
<body onload="new ImportTMX();">
<table class="fill_width">
<tr>
<td class="middle">
Expand Down
2 changes: 1 addition & 1 deletion html/importXliff.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new ImportXLIFF();">
<body onload="new ImportXLIFF();">
<table class="fill_width">
<tr>
<td class="middle noWrap">
Expand Down
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new Main();">
<body onload="new Main();">

<div id="mainContainer" style="overflow: hidden;"></div>

Expand Down
10 changes: 5 additions & 5 deletions html/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new Licenses();">
<body onload="new Licenses();">
<table class="fill_width " style="height: 24em;">
<tr class="noWrap">
<td>Swordfish</td>
Expand All @@ -17,10 +17,6 @@
<td>Electron</td>
<td><a id="electron">MIT License</a></td>
</tr>
<tr class="noWrap">
<td>TypeScript</td>
<td><a id="TypeScript">Apache License 2.0</a></td>
</tr>
<tr class="noWrap">
<td>Java SE</td>
<td><a id="Java">GPL2 with Classpath Exception</a></td>
Expand All @@ -29,6 +25,10 @@
<td>OpenXLIFF Filters</td>
<td><a id="OpenXLIFF">Eclipse Public License 1.0</a></td>
</tr>
<tr class="noWrap">
<td>XMLJava</td>
<td><a id="XMLJava">Eclipse Public License 1.0</a></td>
</tr>
<tr class="noWrap">
<td>H2</td>
<td><a id="H2">Eclipse Public License 1.0</a></td>
Expand Down
2 changes: 1 addition & 1 deletion html/messages.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new Messages();">
<body onload="new Messages();">
<table class="fill_width">
<tr>
<td id="icon" style="padding: 20px;">
Expand Down
2 changes: 1 addition & 1 deletion html/notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" style="overflow: hidden;" onload="new Notes();">
<body style="overflow: hidden;" onload="new Notes();">
<div class="toolbar" id="toolbar">
<a id="addNote" class="tooltip">
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
Expand Down
2 changes: 1 addition & 1 deletion html/preferencesDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" style="padding: 0; margin:0" onload="new PreferencesDialog();">
<body style="padding: 0; margin:0" onload="new PreferencesDialog();">

<div id="main" style="padding: 0; margin:0">
<!-- preferences tabs -->
Expand Down
2 changes: 1 addition & 1 deletion html/replaceText.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new ReplaceText();">
<body onload="new ReplaceText();">
<table class="table_width">
<tr>
<td class="middle noWrap"><label for="searchText">Text to Search</label></td>
Expand Down
2 changes: 1 addition & 1 deletion html/serverSettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new ServerSettings();">
<body onload="new ServerSettings();">
<table class="fill_width">
<tr>
<td class="middle noWrap">
Expand Down
2 changes: 1 addition & 1 deletion html/sortSegments.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new SortSegments();">
<body onload="new SortSegments();">
<table>
<tr>
<td class="middle">
Expand Down
2 changes: 1 addition & 1 deletion html/spaceAnalysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new SpaceAnalysis();">
<body onload="new SpaceAnalysis();">
<div class="divContainer bordered" style="height:250px;">
<table class="fill_width discover stripes" id="table">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion html/spellingLangs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new SpellcheckerLanguages();">
<body onload="new SpellcheckerLanguages();">

<table id="langsTable" class="fill_width stripes">

Expand Down
6 changes: 5 additions & 1 deletion html/systemInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new SystemInformation();">
<body onload="new SystemInformation();">
<table>
<tr>
<td>Swordfish</td>
Expand All @@ -17,6 +17,10 @@
<td>OpenXLIFF</td>
<td id="openxliff"></td>
</tr>
<tr>
<td>XMLJava</td>
<td id="xmljava"></td>
</tr>
<tr>
<td>Java</td>
<td id="java"></td>
Expand Down
2 changes: 1 addition & 1 deletion html/tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new Tags();">
<body onload="new Tags();">
<table class="fill_width">
<tr>
<td class="middle noWrap"><label for="tagInput">Tag Number</label></td>
Expand Down
2 changes: 1 addition & 1 deletion html/tagsAnalysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new TagAnalysis();">
<body onload="new TagAnalysis();">
<div class="divContainer bordered" style="height:250px;">
<table class="fill_width discover stripes" id="table">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion html/termSearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new TermSearch();">
<body onload="new TermSearch();">
<table class="fill_width">
<tr>
<td class="middle noWrap">
Expand Down
2 changes: 1 addition & 1 deletion html/updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../css/fonts.css">
</head>

<body id="body" onload="new Updates();">
<body onload="new Updates();">

<div class="row">
<img src="../icons/icon.png" width="120" style="padding: 10px;" />
Expand Down
Binary file modified jars/openxliff.jar
Binary file not shown.
Binary file modified jars/xmljava.jar
Binary file not shown.
Loading

0 comments on commit d0b3f12

Please sign in to comment.