Commit 4a67e976 authored by Claes Sjofors's avatar Claes Sjofors

Bugfix in 'Previous' in directory wizard, defalt nodename was lost, and layout changes

parent 99b590b9
......@@ -77,18 +77,18 @@ main()
extern int dv_sim_qbus;
extern int dv_quit = 0;
extern int dv_prev = 0;
extern string dv_volumes[20];
extern int dv_cvol_sel[20];
extern int dv_vol_class[20];
extern int dv_volume_found[20];
extern string dv_volumes[40];
extern int dv_cvol_sel[40];
extern int dv_vol_class[40];
extern int dv_volume_found[40];
extern int dv_node_busid;
extern string dv_node_name;
extern string dv_node_ip;
extern string dv_node_description;
extern string dv_node_rootvolume;
extern string dv_addvol[20];
extern int dv_addvol_sel[20];
extern int dv_addvol_occ[20];
extern string dv_addvol[40];
extern int dv_addvol_sel[40];
extern int dv_addvol_occ[40];
extern int dv_node_skip;
extern int dv_node_skip_inv;
extern int dv_node_disdistr;
......@@ -99,25 +99,25 @@ main()
extern int dv_nomorereg;
extern string dv_open_volume;
string dv_vid[20];
string dv_vid[40];
string project;
string vol;
int volcnt;
string rootvolumes[20];
string rootvolumes[40];
int rvolcnt;
int i;
int j;
int k;
int ix;
int addvolcnt;
int addvol_class[20];
string node_name[20];
string node_ip[20];
string node_description[20];
string node_rootvolume[20];
int node_busid[20];
int node_disdistr[20];
int node_distr[20];
int addvol_class[40];
string node_name[40];
string node_ip[40];
string node_description[40];
string node_rootvolume[40];
int node_busid[40];
int node_disdistr[40];
int node_distr[40];
int node_addvol_sel[400];
int nodecnt;
string prd_bus_name;
......@@ -182,7 +182,7 @@ page_1:
endif
# Get registred volumes for this system
for ( i = 0; i < 20; i++)
for ( i = 0; i < 40; i++)
dv_volume_found[i] = 0;
endfor
volcnt = 0;
......@@ -347,7 +347,7 @@ page_3:
# Find additional volumes (class, sub or shared)
addvolcnt = 0;
for ( j = 0; j < 20; j++)
for ( j = 0; j < 40; j++)
dv_addvol_occ[j] = 0;
endfor
for ( j = 0; j < volcnt; j++)
......@@ -411,14 +411,18 @@ page_4:
first_sim = 0;
continue;
endif
printf( "dv_prev: %d\n", dv_prev);
if ( dv_prev)
dv_prev = 0;
if ( i == 0)
if ( k == 1)
first_sim = 1;
endif
goto page_3;
endif
# Display data for previous node
i -= 1;
k = node_busid[i];
# k = node_busid[i];
dv_node_name = node_name[i];
dv_node_ip = node_ip[i];
dv_node_description = node_description[i];
......@@ -432,7 +436,7 @@ page_4:
endif
endfor
for ( j = 0; j < addvolcnt; j++)
ix = i * 20 + j;
ix = i * 40 + j;
dv_addvol_sel[j] = node_addvol_sel[ix];
endfor
dv_node_disdistr = node_disdistr[i];
......@@ -458,7 +462,7 @@ page_4:
endif
endfor
for ( j = 0; j < addvolcnt; j++)
ix = nodecnt * 20 + j;
ix = nodecnt * 40 + j;
node_addvol_sel[ix] = dv_addvol_sel[j];
endfor
nodecnt++;
......@@ -555,7 +559,7 @@ page_4:
move object/source='attr'/rename="'node_rootvolume[i]'"
name = name + "-" + node_rootvolume[i];
for ( j = 0; j < addvolcnt; j++)
ix = i * 20 + j;
ix = i * 40 + j;
if ( node_addvol_sel[ix])
if ( addvol_class[j] == 1)
classname = "SubVolumeLoad";
......@@ -602,18 +606,18 @@ exit_now:
delete dv_prd_qbus;
delete dv_sim_qbus;
delete pwr_wizard_title;
delete dv_volumes[20];
delete dv_cvol_sel[20];
delete dv_vol_class[20];
delete dv_volume_found[20];
delete dv_volumes[40];
delete dv_cvol_sel[40];
delete dv_vol_class[40];
delete dv_volume_found[40];
delete dv_node_busid;
delete dv_node_name;
delete dv_node_ip;
delete dv_node_description;
delete dv_node_rootvolume;
delete dv_addvol[20];
delete dv_addvol_sel[20];
delete dv_addvol_occ[20];
delete dv_addvol[40];
delete dv_addvol_sel[40];
delete dv_addvol_occ[40];
delete dv_node_skip;
delete dv_node_skip_inv;
delete dv_node_disdistr;
......
......@@ -1139,9 +1139,9 @@ pwr_exe:
5500 release subwindow wb_wizard_frame
99
66
6600 0
6600 1
6601 B1
6602
6602 F1
6603 F1
99
99
......@@ -1287,9 +1287,9 @@ pwr_exe:
1309 1
99
66
6600 9
6600 8
6601
6602
6602 F2
6603 F2
99
99
......@@ -1470,7 +1470,7 @@ pwr_exe:
66
6600 0
6601
6602
6602 F3
6603 F3
99
99
......@@ -1651,7 +1651,7 @@ pwr_exe:
66
6600 0
6601
6602
6602 F4
6603 F4
99
99
......@@ -1832,7 +1832,7 @@ pwr_exe:
66
6600 0
6601
6602
6602 B2
6603 B2
99
99
......
......@@ -844,7 +844,7 @@ pwr_exe:
2721
1
100 1
101 68
101 131140
102 33619964
103 0
51
......@@ -855,6 +855,12 @@ pwr_exe:
55
5500 release subwindow wb_wizard_frame
99
66
6600 1
6601
6602
6603
99
99
99
27
......
......@@ -961,7 +961,7 @@ pwr_exe:
2700
10
1000 pwr_smallbutton
1002 O36
1002 B1
1005
0
0
......@@ -1059,7 +1059,7 @@ pwr_exe:
2721
1
100 1
101 68
101 131140
102 33619964
103 0
51
......@@ -1070,6 +1070,12 @@ pwr_exe:
55
5500 release subwindow wb_wizard_frame
99
66
6600 0
6601 B2
6602
6603
99
99
99
27
......@@ -1095,7 +1101,7 @@ pwr_exe:
2700
10
1000 pwr_smallbutton
1002 O37
1002 B3
1005
0
0
......@@ -1193,12 +1199,18 @@ pwr_exe:
2721
1
100 1
101 64
101 131136
102 33619964
103 0
55
5500 release subwindow wb_wizard_frame
99
66
6600 1
6601 B1
6602
6603
99
99
99
27
......@@ -7115,7 +7127,7 @@ pwr_exe:
2700
10
1000 pwr_smallbutton
1002 O83
1002 B2
1005
0
0
......@@ -7213,7 +7225,7 @@ pwr_exe:
2721
1
100 1
101 68
101 131140
102 33619964
103 0
51
......@@ -7224,6 +7236,12 @@ pwr_exe:
55
5500 release subwindow wb_wizard_frame
99
66
6600 0
6601 B3
6602
6603
99
99
99
30
......
......@@ -17,7 +17,7 @@
117 0
118 126
119 113
120 0
120 1
121 Claes context
122 0
126 1
......@@ -32,7 +32,7 @@
134
22
2200 0
2201 160
2201 163
2202 wb_wiz_directoryvolume_4
2203 31
2205 0
......@@ -1510,8 +1510,8 @@ pwr_exe:
19
1904 O115
1900 32.3971
1901 1.50827
1902 3.29168
1901 1.50828
1902 4.63903
1903 0.42126
1908 0
1909 31
......@@ -1553,8 +1553,8 @@ pwr_exe:
2801 0
2802 -5.18318
2803 0
2804 1.06312
2805 -1.97076
2804 1.56214
2805 -3.09354
2806 0
99
99
......@@ -1615,12 +1615,12 @@ pwr_exe:
0
0
0
1006 12.5439
1007 7.50004
1006 15.4439
1007 10.4
1008 25.6188
1009 24.3969
1013 12.5439
1014 7.50004
1013 15.4439
1014 10.4
1015 25.6188
1016 24.3969
1003
......@@ -1662,7 +1662,7 @@ pwr_exe:
28
2800 2.29268
2801 0
2802 7.0415
2802 9.9415
2803 0
2804 1.4375
2805 24.1094
......@@ -1755,12 +1755,12 @@ pwr_exe:
0
0
0
1006 25.9939
1007 20.95
1006 26.2439
1007 21.2
1008 25.6188
1009 24.3969
1013 25.9939
1014 20.95
1013 26.2439
1014 21.2
1015 25.6188
1016 24.3969
1003
......@@ -1802,7 +1802,7 @@ pwr_exe:
28
2800 2.29268
2801 0
2802 20.4915
2802 20.7415
2803 0
2804 1.4375
2805 24.1094
......@@ -1826,9 +1826,9 @@ pwr_exe:
5500 release subwindow wb_wizard_frame
99
66
6600 0
6600 1
6601 B1
6602
6602 F1
6603 F1
99
99
......@@ -1974,9 +1974,9 @@ pwr_exe:
1309 1
99
66
6600 9
6600 8
6601
6602
6602 F2
6603 F2
99
99
......@@ -2190,7 +2190,7 @@ pwr_exe:
66
6600 0
6601
6602
6602 B3
6603 B3
99
99
......@@ -2286,13 +2286,13 @@ pwr_exe:
0
0
1006 32.0283
1007 21.5
1008 1.81394
1009 0.7993
1007 20.0478
1008 3.16394
1009 2.1493
1013 32.0283
1014 21.5
1015 1.81394
1016 0.7993
1014 20.0478
1015 3.16394
1016 2.1493
1003
0
0
......@@ -2329,12 +2329,12 @@ pwr_exe:
99
2707
28
2800 3.50943
2800 3.99349
2801 0
2802 21.5
2802 20.0478
2803 0
2804 1.01464
2805 0.7993
2805 2.1493
2806 0
99
2716 0
......@@ -2343,7 +2343,7 @@ pwr_exe:
2719 0
2724 0
2727 0
2728 304
2728 303
2729 4
2721
1
......@@ -7178,12 +7178,12 @@ pwr_exe:
0
0
0
1006 19.2439
1007 14.2
1006 20.8439
1007 15.8
1008 25.5904
1009 24.4216
1013 19.2439
1014 14.2
1013 20.8439
1014 15.8
1015 25.5904
1016 24.4216
1003
......@@ -7225,7 +7225,7 @@ pwr_exe:
28
2800 2.29268
2801 0
2802 13.7415
2802 15.3415
2803 0
2804 1.375
2805 24.1466
......@@ -7263,10 +7263,10 @@ pwr_exe:
99
30
3004 O122
3000 21.3
3000 19.45
3001 3.85
3002 1.75
3003 1
3002 3.1
3003 2.25
3008 0
3010 4
3007 0
......@@ -7274,7 +7274,7 @@ pwr_exe:
3005
9
900 4
901 304
901 303
904 0
902 Configuration of node with RootVolume
903
......@@ -7290,16 +7290,16 @@ pwr_exe:
2802 -1.95
2803 0
2804 1
2805 -4.15
2805 -2.8
2806 0
99
99
30
3004 O123
3000 18.45
3001 15.95
3002 2.85
3003 2.1
3000 17.05
3001 14.8
3002 4.2
3003 3.35
3008 0
3010 4
3007 0
......@@ -7307,7 +7307,7 @@ pwr_exe:
3005
9
900 4
901 304
901 303
904 0
902 BusId
903
......@@ -7320,10 +7320,10 @@ pwr_exe:
28
2800 1
2801 0
2802 11.85
2802 10.7
2803 0
2804 1
2805 -8.05
2805 -6.7
2806 0
99
99
......@@ -7386,12 +7386,12 @@ pwr_exe:
0
1006 24.5508
1007 21.55
1008 2.95366
1009 1.93902
1008 4.30366
1009 3.28902
1013 24.5508
1014 21.55
1015 2.95366
1016 1.93902
1015 4.30366
1016 3.28902
1003
0
0
......@@ -7433,7 +7433,7 @@ pwr_exe:
2802 21.55
2803 0
2804 1.01464
2805 1.93902
2805 3.28902
2806 0
99
2716 0
......@@ -7442,7 +7442,7 @@ pwr_exe:
2719 0
2724 0
2727 0
2728 304
2728 303
2729 4
2721
1
......@@ -7482,7 +7482,7 @@ pwr_exe:
2700
10
1000 pwr_smallbutton
1002 O104
1002 B0
1005
0
0
......@@ -7516,17 +7516,17 @@ pwr_exe:
0
0
0
1006 14.8939
1007 9.85004
1008 4.69035
1009 3.5216
1013 14.8939
1014 9.85004
1015 4.69035
1016 3.5216
1006 10.1442
1007 1.00004
1008 25.5939
1009 24.4216
1013 10.1442
1014 1.00004
1015 25.5939
1016 24.4216
1003
0
13
16
0
0
0
......@@ -7536,7 +7536,7 @@ pwr_exe:
0
0
1004
" Skip"
" Skip this node"
1001
7
700 11.35
......@@ -7561,12 +7561,12 @@ pwr_exe:
99
2707
28
2800 2.29268
2800 4.15643
2801 0
2802 9.3915
2802 0.16875
2803 0
2804 1.375
2805 3.2466
2804 1.37926
2805 24.1457
2806 0
99
2716 0
......@@ -7580,7 +7580,7 @@ pwr_exe:
2721
1
100 129
101 68
101 131140
102 33619964
103 0
9
......@@ -7597,6 +7597,12 @@ pwr_exe:
55
5500 release subwindow wb_wizard_frame
99
66
6600 0
6601
6602 B1
6603 F1
99
99
99
27
......@@ -7742,7 +7748,7 @@ pwr_exe:
66
6600 0
6601
6602
6602 F3
6603 F3
99
99
......@@ -8226,210 +8232,6 @@ pwr_exe:
2701
2700
10
1000 Grp140_
1002 Grp140_
1005
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1006 8.25
1007 3.8
1008 4.4
1009 3.85
1013 8.25
1014 3.8
1015 4.4
1016 3.85
1003
0
0
0
0
0
0
0
0
0
0
1004
1001
7
700 0
701 0
99
1010
1011
1018
1019
1020
1021
1022
1023
1024
1025
1012 0
1017 9999
1027 9999
1026 33619967
1028 0
1029
99
2707
28
2800 1
2801 0
2802 0
2803 0
2804 1
2805 0
2806 0
99
2716 0
2718
2717
2719 0
2724 0
2727 0
2728 303
2729 9999
2721
1
100 128
101 0
102 33619964
103 0
9
900 $ccm.dv_node_skip_inv##Boolean
901 0
902 1
903 1
99
99
99
3501
36
3600
3
300 Grp140_
301
2
30
3004 O124
3000 8.25
3001 3.8
3002 4.4
3003 3.85
3008 0
3010 4
3007 0
3006
3005
9
900 2
901 303
904 0
902 Skip this node
903
7
700 4.1
701 10.75
99
99
3009
28
2800 1
2801 0
2802 -0.3
2803 0
2804 1
2805 -6.45
2806 0
99
99
99
302 0
304 0
303
305 0
306
307
308 0
321 0
309 0
313 0
322 0
323 0
324 0
325 0
326 0
327 0
310 0
311 0
312
314
315 1
316 1
317 0
318 0
319 0
320 0
328 7831552
99
99
99
35
3500
27
2703 10000
2704 10000
2722 10000
2705 10000
2723 10000
2706 10000
2708 0
2709 0
2710 0
2711 0
2712 0
2713 0
2714 0
2715 0
2720 0
2725 0
2726 0
2702 0
2701
2700
10
1000 Grp141_
1002 Grp141_
1005
......@@ -9008,10 +8810,10 @@ pwr_exe:
99
30
3004 O145
3000 5.05
3000 4.9
3001 3.95
3002 2.85
3003 2
3002 4.2
3003 3.35
3008 0
3010 4
3007 0
......@@ -9019,7 +8821,7 @@ pwr_exe:
3005
9
900 4
901 304
901 303
904 0
902 on
903
......@@ -9035,7 +8837,40 @@ pwr_exe:
2802 -0.15
2803 0
2804 1
2805 -8.05
2805 -6.7
2806 0
99
99
30
3004 O160
3000 14.5
3001 3.7
3002 1.75
3003 0.7
3008 0
3010 4
3007 0
3006
3005
9
900 6
901 304
904 0
902 Node configuration
903
7
700 5.8
701 5.75
99
99
3009
28
2800 1
2801 0
2802 -2.1
2803 0
2804 1
2805 -4.2
2806 0
99
99
......@@ -9063,8 +8898,8 @@ pwr_exe:
2701
2700
10
1000 Grp146_
1002 Grp146_
1000 Grp161_
1002 Grp161_
1005
0
0
......@@ -9098,14 +8933,14 @@ pwr_exe:
0
0
0
1006 12.55
1007 5.8
1008 2.85
1009 2
1013 12.55
1014 5.8
1015 2.85
1016 2
1006 11.85
1007 5.9
1008 4.2
1009 3.35
1013 11.85
1014 5.9
1015 4.2
1016 3.35
1003
0
0
......@@ -9144,7 +8979,7 @@ pwr_exe:
28
2800 1
2801 0
2802 0
2802 7.65
2803 0
2804 1
2805 0
......@@ -9165,7 +9000,7 @@ pwr_exe:
102 33619967
103 0
9
900 !$ccm.dv_node_skip_inv##Boolean
900 $ccm.dv_node_skip_inv##Boolean
901 0
902 1
903 1
......@@ -9176,15 +9011,15 @@ pwr_exe:
36
3600
3
300 Grp146_
300 Grp161_
301
2
30
3004 O143
3000 12.55
3001 5.8
3002 2.85
3003 2
3000 4.2
3001 -1.75
3002 4.2
3003 3.35
3008 0
3010 4
3007 0
......@@ -9192,9 +9027,9 @@ pwr_exe:
3005
9
900 4
901 304
901 303
904 0
902 Production bus
902 Simulation bus
903
7
700 4.1
......@@ -9205,10 +9040,10 @@ pwr_exe:
28
2800 1
2801 0
2802 1.7
2802 -5.85
2803 0
2804 1
2805 -8.05
2805 -6.7
2806 0
99
99
......@@ -9239,7 +9074,7 @@ pwr_exe:
318 0
319 0
320 0
328 0
328 316
99
99
99
......@@ -9267,8 +9102,8 @@ pwr_exe:
2701
2700
10
1000 Grp159_
1002 Grp159_
1000 Grp162_
1002 Grp162_
1005
0
0
......@@ -9302,14 +9137,14 @@ pwr_exe:
0
0
0
1006 12.55
1007 6
1008 2.85
1009 2
1013 12.55
1014 6
1015 2.85
1016 2
1006 11.8
1007 5.8
1008 4.2
1009 3.35
1013 11.8
1014 5.8
1015 4.2
1016 3.35
1003
0
0
......@@ -9348,10 +9183,10 @@ pwr_exe:
28
2800 1
2801 0
2802 0.05
2802 0
2803 0
2804 1
2805 3.8
2805 0
2806 0
99
2716 0
......@@ -9369,7 +9204,7 @@ pwr_exe:
102 33619967
103 0
9
900 $ccm.dv_node_skip_inv##Boolean
900 !$ccm.dv_node_skip_inv##Boolean
901 0
902 1
903 1
......@@ -9380,15 +9215,15 @@ pwr_exe:
36
3600
3
300 Grp159_
300 Grp162_
301
2
30
3004 O143
3000 12.5
3001 5.95
3002 -0.95
3003 -1.8
3000 11.8
3001 5.8
3002 4.2
3003 3.35
3008 0
3010 4
3007 0
......@@ -9396,9 +9231,9 @@ pwr_exe:
3005
9
900 4
901 304
901 303
904 0
902 Simulation bus
902 Production bus
903
7
700 4.1
......@@ -9409,10 +9244,10 @@ pwr_exe:
28
2800 1
2801 0
2802 1.85
2802 1.7
2803 0
2804 1
2805 -11.85
2805 -6.7
2806 0
99
99
......
......@@ -283,7 +283,7 @@ pwr_exe:
2700
10
1000 pwr_smallbutton
1002 O36
1002 B1
1005
0
0
......@@ -381,7 +381,7 @@ pwr_exe:
2721
1
100 1
101 68
101 131140
102 33619964
103 0
51
......@@ -392,6 +392,12 @@ pwr_exe:
55
5500 release subwindow wb_wizard_frame
99
66
6600 0
6601 B2
6602
6603
99
99
99
27
......@@ -417,7 +423,7 @@ pwr_exe:
2700
10
1000 pwr_smallbutton
1002 O37
1002 B2
1005
0
0
......@@ -515,12 +521,18 @@ pwr_exe:
2721
1
100 1
101 64
101 131136
102 33619964
103 0
55
5500 release subwindow wb_wizard_frame
99
66
6600 1
6601 B1
6602
6603
99
99
99
30
......
......@@ -1111,7 +1111,7 @@ pwr_exe:
2721
1
100 1
101 68
101 131140
102 33619964
103 0
51
......@@ -1122,6 +1122,12 @@ pwr_exe:
55
5500 release subwindow wb_wizard_frame
99
66
6600 0
6601 B2
6602
6603 F1
99
99
99
27
......@@ -1252,9 +1258,9 @@ pwr_exe:
5500 release subwindow wb_wizard_frame
99
66
6600 0
6601
6602
6600 1
6601 B1
6602 F1
6603 F1
99
99
......@@ -1578,7 +1584,7 @@ pwr_exe:
2721
1
100 1
101 68
101 131140
102 33619964
103 0
51
......@@ -1589,6 +1595,12 @@ pwr_exe:
55
5500 release subwindow wb_wizard_frame
99
66
6600 0
6601 B3
6602
6603 F1
99
99
99
27
......@@ -1893,7 +1905,7 @@ pwr_exe:
1309 1
99
66
6600 9
6600 8
6601
6602
6603 F2
......
......@@ -500,7 +500,7 @@ pwr_exe:
2721
1
100 1
101 68
101 131140
102 33619964
103 0
51
......@@ -511,6 +511,12 @@ pwr_exe:
55
5500 release subwindow wb_wizard_frame
99
66
6600 0
6601 B2
6602
6603
99
99
99
27
......@@ -799,7 +805,7 @@ pwr_exe:
2721
1
100 1
101 68
101 131140
102 33619964
103 0
51
......@@ -810,6 +816,12 @@ pwr_exe:
55
5500 release subwindow wb_wizard_frame
99
66
6600 1
6601 B1
6602
6603
99
99
99
34
......
......@@ -17,7 +17,7 @@
117 0
118 127
119 113
120 0
120 1
121 Claes context
122 0
126 1
......@@ -500,7 +500,7 @@ pwr_exe:
2721
1
100 1
101 68
101 131140
102 33619964
103 0
51
......@@ -511,6 +511,12 @@ pwr_exe:
55
5500 release subwindow wb_wizard_frame
99
66
6600 0
6601 B2
6602
6603
99
99
99
27
......@@ -799,7 +805,7 @@ pwr_exe:
2721
1
100 1
101 68
101 131140
102 33619964
103 0
51
......@@ -810,6 +816,12 @@ pwr_exe:
55
5500 release subwindow wb_wizard_frame
99
66
6600 1
6601 B1
6602
6603
99
99
99
34
......
......@@ -17,7 +17,7 @@
117 0
118 127
119 113
120 0
120 1
121 Claes context
122 0
126 1
......@@ -330,7 +330,7 @@ pwr_exe:
2721
1
100 1
101 68
101 131140
102 33619964
103 0
51
......@@ -341,6 +341,12 @@ pwr_exe:
55
5500 release subwindow wb_wizard_frame
99
66
6600 0
6601 B2
6602
6603
99
99
99
27
......@@ -476,10 +482,10 @@ pwr_exe:
5500 release subwindow wb_wizard_frame
99
66
6600 0
6601
6600 1
6601 B1
6602
6603 F1
6603
99
99
99
......@@ -604,12 +610,18 @@ pwr_exe:
2721
1
100 1
101 64
101 131136
102 33619964
103 0
55
5500 release subwindow wb_wizard_frame
99
66
6600 0
6601 B3
6602
6603
99
99
99
30
......
......@@ -12,7 +12,7 @@
108 34.5041
109 -5e-06
110 28.9699
111 0.2
111 0.15
116 0
117 0
118 118
......@@ -914,9 +914,15 @@ pwr_exe:
4002
1
100 1
101 1
101 131073
102 33619964
103 0
66
6600 1
6601
6602
6603
99
99
99
99
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment