-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemployeespace.html
More file actions
92 lines (75 loc) · 2.73 KB
/
Copy pathemployeespace.html
File metadata and controls
92 lines (75 loc) · 2.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Employspace</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="ue">
<ul>
<li>
<a href="index.html">SOFT ELECTRONICS</a>
<a href="announcement.html">Announcement</a>
<a href="trainning.html">Trainning</a>
<a href="calendar.html">Calendar</a>
<a href="employeespace.html">Employee Space(comment)</a>
</li>
</ul>
</div>
<div id ="da">
<div id ="mokcha">
<ul>
<li><a href="index.html">SOFT ELECTRONICS</a>
<a href="outline.html">Outline</a>
<a href="vision2020.html">Vision2020s</a>
<a href="maps.html">Maps</a>
</li>
<li><a href="productionline.html">Production line</a></li>
<li><a href="electrotinplating.html">Electro Tin Plating</a>
<li><a href="electrotin2019.html">ElectroTin2019</a>
<a href="electrotin2019worldtop.html">ElectroTin2019 WorldTop</a>
<a href="electrotin2018.html">ElectroTin2018</a>
</li>
</li>
<a href="quality.html">Quality</a>
<li>
<a href="customerscautions.html">Customer's cautions</a>
<a href="qualitydefectsresponse.html">Quality defects (response)</a>
<a href="qualitydefectsinput.html">Quality defects (input)</a>
<a href="workordercheck.html">Work Order Check</a>
</li>
<a href="management.html">Managemant</a>
<li>
<a href="facilitycheckresponse.html">Facility Check (response)</a>
<a href="facilitycheckinput.html">Facility Check (input)</a>
<a href="erp.html">ERP</a>
</li>
</li>
<a href="sitemap.html">Site Map</a>
</ul>
</div>
<div id= "bonmun">
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://soft-electronics.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</div>
</body>
</html>