Skip to content

Commit

Permalink
version Thu 27 May 2021 06:30:55 AM +0430
Browse files Browse the repository at this point in the history
  • Loading branch information
yoosofan committed May 27, 2021
1 parent dbadb98 commit 3c9d4f1
Show file tree
Hide file tree
Showing 27 changed files with 1,142 additions and 871 deletions.
8 changes: 4 additions & 4 deletions files/webrel/DB/med.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
*/
function med_make()
{
dend_array[0][0]="S#"
dend_array[0][0]="SN"
dend_array[1][0]="S1"
dend_array[2][0]="S2"
dend_array[3][0]="S3"
dend_array[4][0]="S4"
dend_array[5][0]="S5"

dor_array[0][0]="P#"
dor_array[0][0]="PN"
dor_array[1][0]="P1"
dor_array[2][0]="P2"
dor_array[3][0]="P3"
dor_array[4][0]="P4"
dor_array[5][0]="P5"
dor_array[6][0]="P6"

med_array[0][0]="S#"
med_array[0][1]="P#"
med_array[0][0]="SN"
med_array[0][1]="PN"
med_array[1][0]="S1"
med_array[1][1]="P1"
med_array[2][0]="S1"
Expand Down
16 changes: 8 additions & 8 deletions files/webrel/DB/spno.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
function spno_make()
{
s_array[0][0]="S#";
s_array[0][0]="SN";
s_array[0][1]="SNAME";
s_array[0][2]="STATUS";
s_array[0][3]="CITY";
Expand All @@ -51,7 +51,7 @@ function spno_make()
s_array[5][2]="30";
s_array[5][3]="Athens";

p_array[0][0]="P#";
p_array[0][0]="PN";
p_array[0][1]="PNAME";
p_array[0][2]="COLOR";
p_array[0][3]="WEIGHT";
Expand Down Expand Up @@ -87,7 +87,7 @@ function spno_make()
p_array[6][3]="19";
p_array[6][4]="London";

j_array[0][0]="J#";
j_array[0][0]="JN";
j_array[0][1]="JNAME";
j_array[0][2]="CITY";
j_array[1][0]="J1";
Expand All @@ -112,9 +112,9 @@ function spno_make()
j_array[7][1]="Tape";
j_array[7][2]="London";

spj_array[0][0]="S#";
spj_array[0][1]="P#";
spj_array[0][2]="J#";
spj_array[0][0]="SN";
spj_array[0][1]="PN";
spj_array[0][2]="JN";
spj_array[0][3]="QTY";
spj_array[1][0]="S1";
spj_array[1][1]="P1";
Expand Down Expand Up @@ -213,8 +213,8 @@ function spno_make()
spj_array[24][2]="J4";
spj_array[24][3]="500";

sp_array[0][0]="S#";
sp_array[0][1]="P#";
sp_array[0][0]="SN";
sp_array[0][1]="PN";
sp_array[0][2]="QTY";
sp_array[1][0]="S1";
sp_array[1][1]="P1";
Expand Down
10 changes: 1 addition & 9 deletions files/webrel/README
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,9 @@ The following files:

help/images/COPYING
help/images/head.png
help/images/input_commands.gif
help/images/input_commands.xcf
help/images/input_commands.png
help/images/README
help/images/top.gif
help/images/top.xcf

img/COPYING
img/logo1.jpg
img/README
img/result.gif
img/show_drop.gif

src/coloredtable.js
src/COPYING
Expand Down

0 comments on commit 3c9d4f1

Please sign in to comment.