-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
693 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<title>Edit Project</title> | ||
<link id="theme" rel="stylesheet" type="text/css" href="../css/light.css"> | ||
<link rel="stylesheet" type="text/css" href="../css/fonts.css"> | ||
</head> | ||
|
||
<body class="dialogBody" onload="new EditProject();"> | ||
<table class="fill_width"> | ||
<tr> | ||
<td class="middle"> | ||
<label for="nameInput">Name</label> | ||
</td> | ||
<td class="fill_width middle"> | ||
<input type="text" id="nameInput" class="table_input"> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
<table> | ||
<tr> | ||
<td style="width:50%; padding:0;"> | ||
<table class="fill_width"> | ||
<tr style="height: 2.5em;"> | ||
<td class="middle noWrap"> | ||
<label for="srcLangSelect">Source Language</label> | ||
</td> | ||
<td class="fill_width middle form_height"> | ||
<select id="srcLangSelect" class="fill_width"> | ||
|
||
</select> | ||
</td> | ||
</tr> | ||
<tr style="height: 2.5em;"> | ||
<td class="middle noWrap"> | ||
<label for="tgtLangSelect">Target Language</label> | ||
</td> | ||
<td class="fill_width middle form_height"> | ||
<select id="tgtLangSelect" class="fill_width"> | ||
|
||
</select> | ||
</td> | ||
</tr> | ||
</table> | ||
</td> | ||
<td style="width:50%; padding:0;"> | ||
<table class="fill_width"> | ||
<tr style="height: 2.5em;"> | ||
<td class="middle"> | ||
<label for="subjectInput">Subject</label> | ||
</td> | ||
<td class="fill_width middle form_height"> | ||
<input list="subjects" id="subjectInput" class="table_input middle" > | ||
<datalist id="subjects"> | ||
<option value="none"> | ||
</datalist> | ||
</td> | ||
</tr> | ||
<tr style="height: 2.5em;"> | ||
<td class="middle"> | ||
<label for="clientInput">Client</label> | ||
</td> | ||
<td class="fill_width middle form_height"> | ||
<input list="clients" id="clientInput" class="table_input middle" > | ||
<datalist id="clients"> | ||
<option value="none"> | ||
</datalist> | ||
</td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
<div class="buttonArea"> | ||
<span class="fill_width"> </span> | ||
<button id="updateProjectButton">Update Project</button> | ||
</div> | ||
|
||
<script src="../js/editProject.js"></script> | ||
</body> | ||
|
||
</html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+12.9 MB
jars/sqlite-jdbc-3.45.3.0.jar → ...qlite-jdbc-3.47.0.1-20241024.015404-1.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.