1 | <html xmlns:v="urn:schemas-microsoft-com:vml" |
---|
2 | xmlns="http://www.w3.org/TR/REC-html40"> |
---|
3 | <head> |
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
---|
5 | <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"/> |
---|
6 | <link rel="stylesheet" type="text/css" href="visio.css"/> |
---|
7 | <title>login_switch_flow_chart</title> |
---|
8 | <style type="text/css"> |
---|
9 | v\:* { behavior: url(#default#VML); } |
---|
10 | </style> |
---|
11 | |
---|
12 | <script src="vml_1.js" type="text/jscript" language="jscript"></script> |
---|
13 | |
---|
14 | <script type="text/jscript" language="jscript"> |
---|
15 | |
---|
16 | var pageID = 0; |
---|
17 | var viewMgr = null; |
---|
18 | |
---|
19 | if (parent.g_FirstPageToLoad != null && parent.g_FirstPageToLoad.length > 0) |
---|
20 | { |
---|
21 | if (parent.g_FileList[parent.g_CurPageIndex].PageID != pageID) |
---|
22 | { |
---|
23 | location.replace(parent.g_FileList[parent.g_CurPageIndex].PriImage); |
---|
24 | } |
---|
25 | |
---|
26 | parent.g_FirstPageToLoad = null; |
---|
27 | } |
---|
28 | |
---|
29 | function getPNZ() |
---|
30 | { |
---|
31 | var rawHTML = VMLDiv.innerHTML; |
---|
32 | var strReturn = "" |
---|
33 | |
---|
34 | strReturn = rawHTML.slice( rawHTML.indexOf( '<v:group' ), rawHTML.indexOf( "</v:shape>" ) ); |
---|
35 | strReturn += "</v:shape></v:group>\n"; |
---|
36 | |
---|
37 | return strReturn; |
---|
38 | } |
---|
39 | |
---|
40 | function load() |
---|
41 | { |
---|
42 | viewMgr = new parent.CViewMgr("ConvertedImage", "arrowDiv"); |
---|
43 | |
---|
44 | viewMgr.put_Location = ViewMgrSetVMLLocation; |
---|
45 | |
---|
46 | |
---|
47 | viewMgr.visBBoxLeft = 1.105617; |
---|
48 | viewMgr.visBBoxRight = 5.974524; |
---|
49 | viewMgr.visBBoxBottom = 1.795491; |
---|
50 | viewMgr.visBBoxTop = 9.621831; |
---|
51 | |
---|
52 | viewMgr.Zoom = VMLZoomChange; |
---|
53 | viewMgr.setView= VMLSetView; |
---|
54 | |
---|
55 | viewMgr.SupportsDetails = true; |
---|
56 | viewMgr.SupportsSearch = true; |
---|
57 | |
---|
58 | parent.viewMgr = viewMgr; |
---|
59 | |
---|
60 | fit(); |
---|
61 | } |
---|
62 | |
---|
63 | function unload() |
---|
64 | { |
---|
65 | viewMgr = null; |
---|
66 | parent.viewMgr = null; |
---|
67 | } |
---|
68 | |
---|
69 | function fit() |
---|
70 | { |
---|
71 | if(parent.frmToolbar) |
---|
72 | { |
---|
73 | if (parent.g_WidgetsLoaded) |
---|
74 | { |
---|
75 | var zoom100 = parent.frmToolbar.document.all('a100'); |
---|
76 | if (zoom100) |
---|
77 | { |
---|
78 | parent.viewMgr.PostZoomProcessing = PostZoomProcessing; |
---|
79 | zoom100.click(); |
---|
80 | } |
---|
81 | else |
---|
82 | { |
---|
83 | parent.viewMgr.PostZoomProcessing = PostZoomProcessing; |
---|
84 | viewMgr.Zoom(100); |
---|
85 | } |
---|
86 | } |
---|
87 | else |
---|
88 | { |
---|
89 | window.setTimeout("fit()", 500); |
---|
90 | } |
---|
91 | } |
---|
92 | else |
---|
93 | { |
---|
94 | parent.viewMgr.PostZoomProcessing = PostZoomProcessing; |
---|
95 | viewMgr.Zoom(100); |
---|
96 | } |
---|
97 | } |
---|
98 | |
---|
99 | function PostZoomProcessing (newZoomLevel) |
---|
100 | { |
---|
101 | parent.viewMgr.PostZoomProcessing = null; |
---|
102 | var pageIndex = parent.PageIndexFromID (pageID); |
---|
103 | parent.viewMgr.getPNZ = getPNZ; |
---|
104 | parent.CurPageUpdate (pageIndex); |
---|
105 | } |
---|
106 | |
---|
107 | |
---|
108 | |
---|
109 | var isUpLevel = parent.isUpLevel; |
---|
110 | var OnShapeClick = parent.OnShapeClick; |
---|
111 | var OnShapeKey = parent.OnShapeKey; |
---|
112 | var UpdateTooltip = parent.UpdateTooltip; |
---|
113 | var clickMenu = parent.clickMenu; |
---|
114 | var toggleMenuDiv = parent.toggleMenuDiv; |
---|
115 | var toggleMenuLink = parent.toggleMenuLink; |
---|
116 | var GoToPage = parent.GoToPage; |
---|
117 | |
---|
118 | window.onload = load; |
---|
119 | window.onunload = unload; |
---|
120 | document.onclick = clickMenu; |
---|
121 | |
---|
122 | |
---|
123 | |
---|
124 | |
---|
125 | </script> |
---|
126 | |
---|
127 | </head> |
---|
128 | |
---|
129 | <body style="MARGIN:10px" onresize="VMLOnResize();" onscroll="VMLOnScroll();"> |
---|
130 | |
---|
131 | <div id="arrowdiv" style="position:absolute;top:0;left:0;visibility:hidden;z-index:5"> |
---|
132 | <img id="arrowgif" alt="顯示選取圖形的位置" src="arrow.gif"/> |
---|
133 | </div> |
---|
134 | |
---|
135 | <div id="menu1" onclick="clickMenu()" class="hlMenu"> |
---|
136 | </div> |
---|
137 | |
---|
138 | |
---|
139 | |
---|
140 | |
---|
141 | <div id="VMLDiv" > |
---|
142 | |
---|
143 | |
---|
144 | <v:group id="ConvertedImage" style="width:2.488472in;height:4.000000in;position:absolute;visibility=hidden;" coordSize="1244,2000" coordOrigin="-1000,-1000" > |
---|
145 | |
---|
146 | <v:shapetype |
---|
147 | id="VISSHAPE" |
---|
148 | target="_parent" |
---|
149 | coordsize="1244,2000" |
---|
150 | coordorigin="-1000,-1000" |
---|
151 | stroked="f" |
---|
152 | strokecolor="red" |
---|
153 | filled="t" |
---|
154 | > |
---|
155 | <v:fill opacity="0.0"/> |
---|
156 | </v:shapetype> |
---|
157 | |
---|
158 | |
---|
159 | <v:shape style="top:-1000.0;left:-1000.0;width:1244.2;height:2000.0;position:absolute" coordSize="1244,2000" coordOrigin="-1000,-1000" > |
---|
160 | <v:imagedata src="vml_1.emz"/> |
---|
161 | </v:shape> |
---|
162 | |
---|
163 | <v:shape type="#VISSHAPE" tabindex="1" title="start" origTitle="start" style="top:-1000;left:-1000;width:1244;height:2000;position:absolute" path=" m -748,-927 l -606,-927 l -604,-927 l -603,-928 l -602,-928 l -600,-928 l -599,-928 l -597,-928 l -596,-929 l -595,-929 l -593,-930 l -592,-930 l -591,-931 l -589,-932 l -588,-932 l -587,-933 l -586,-934 l -585,-935 l -584,-936 l -583,-937 l -582,-938 l -581,-939 l -580,-940 l -579,-941 l -578,-942 l -577,-943 l -576,-944 l -576,-946 l -575,-947 l -575,-948 l -574,-950 l -574,-951 l -573,-952 l -573,-954 l -572,-955 l -572,-957 l -572,-958 l -572,-959 l -572,-961 l -572,-962 l -572,-964 l -572,-965 l -572,-966 l -572,-968 l -573,-969 l -573,-971 l -574,-972 l -574,-973 l -575,-975 l -575,-976 l -576,-977 l -576,-979 l -577,-980 l -578,-981 l -579,-982 l -580,-983 l -581,-984 l -582,-985 l -583,-986 l -584,-987 l -585,-988 l -586,-989 l -587,-990 l -588,-991 l -589,-991 l -591,-992 l -592,-993 l -593,-993 l -595,-994 l -596,-994 l -597,-995 l -599,-995 l -600,-995 l -602,-995 l -603,-995 l -604,-996 l -606,-996 l -748,-996 l -749,-996 l -751,-995 l -752,-995 l -754,-995 l -755,-995 l -757,-995 l -758,-994 l -759,-994 l -761,-993 l -762,-993 l -763,-992 l -764,-991 l -766,-991 l -767,-990 l -768,-989 l -769,-988 l -770,-987 l -771,-986 l -772,-985 l -773,-984 l -774,-983 l -775,-982 l -776,-981 l -777,-980 l -778,-979 l -778,-977 l -779,-976 l -779,-975 l -780,-973 l -780,-972 l -781,-971 l -781,-969 l -781,-968 l -782,-966 l -782,-965 l -782,-964 l -782,-962 l -782,-961 l -782,-959 l -782,-958 l -782,-957 l -781,-955 l -781,-954 l -781,-952 l -780,-951 l -780,-950 l -779,-948 l -779,-947 l -778,-946 l -778,-944 l -777,-943 l -776,-942 l -775,-941 l -774,-940 l -773,-939 l -772,-938 l -771,-937 l -770,-936 l -769,-935 l -768,-934 l -767,-933 l -766,-932 l -764,-932 l -763,-931 l -762,-930 l -761,-930 l -759,-929 l -758,-929 l -757,-928 l -755,-928 l -754,-928 l -752,-928 l -751,-928 l -749,-927 l -748,-927xe" onmouseover="UpdateTooltip(this,0,1)" onclick="OnShapeClick(0,1)" onfocus="UpdateTooltip(this,0,1);" onkeyup="OnShapeKey(0,1)"/> |
---|
164 | |
---|
165 | <v:shape type="#VISSHAPE" tabindex="1" title="Normal login" origTitle="Normal login" style="top:-1000;left:-1000;width:1244;height:2000;position:absolute" path=" m -817,-720 l -677,-645 l -537,-720 l -677,-795 l -817,-720xe" onmouseover="UpdateTooltip(this,0,2)" onclick="OnShapeClick(0,2)" onfocus="UpdateTooltip(this,0,2);" onkeyup="OnShapeKey(0,2)"/> |
---|
166 | |
---|
167 | <v:shape type="#VISSHAPE" tabindex="1" title="end" origTitle="end" style="top:-1000;left:-1000;width:1244;height:2000;position:absolute" path=" m -748,996 l -606,996 l -604,996 l -603,995 l -602,995 l -600,995 l -599,995 l -597,995 l -596,994 l -595,994 l -593,993 l -592,993 l -591,992 l -589,991 l -588,991 l -587,990 l -586,989 l -585,988 l -584,987 l -583,986 l -582,985 l -581,984 l -580,983 l -579,982 l -578,981 l -577,980 l -576,979 l -576,977 l -575,976 l -575,975 l -574,973 l -574,972 l -573,971 l -573,969 l -572,968 l -572,966 l -572,965 l -572,964 l -572,962 l -572,961 l -572,959 l -572,958 l -572,957 l -572,955 l -573,954 l -573,952 l -574,951 l -574,950 l -575,948 l -575,947 l -576,946 l -576,944 l -577,943 l -578,942 l -579,941 l -580,940 l -581,939 l -582,938 l -583,937 l -584,936 l -585,935 l -586,934 l -587,933 l -588,932 l -589,932 l -591,931 l -592,930 l -593,930 l -595,929 l -596,929 l -597,928 l -599,928 l -600,928 l -602,928 l -603,928 l -604,927 l -606,927 l -748,927 l -749,927 l -751,928 l -752,928 l -754,928 l -755,928 l -757,928 l -758,929 l -759,929 l -761,930 l -762,930 l -763,931 l -764,932 l -766,932 l -767,933 l -768,934 l -769,935 l -770,936 l -771,937 l -772,938 l -773,939 l -774,940 l -775,941 l -776,942 l -777,943 l -778,944 l -778,946 l -779,947 l -779,948 l -780,950 l -780,951 l -781,952 l -781,954 l -781,955 l -782,957 l -782,958 l -782,959 l -782,961 l -782,962 l -782,964 l -782,965 l -782,966 l -781,968 l -781,969 l -781,971 l -780,972 l -780,973 l -779,975 l -779,976 l -778,977 l -778,979 l -777,980 l -776,981 l -775,982 l -774,983 l -773,984 l -772,985 l -771,986 l -770,987 l -769,988 l -768,989 l -767,990 l -766,991 l -764,991 l -763,992 l -762,993 l -761,993 l -759,994 l -758,994 l -757,995 l -755,995 l -754,995 l -752,995 l -751,995 l -749,996 l -748,996xe" onmouseover="UpdateTooltip(this,0,10)" onclick="OnShapeClick(0,10)" onfocus="UpdateTooltip(this,0,10);" onkeyup="OnShapeKey(0,10)"/> |
---|
168 | |
---|
169 | <v:shape type="#VISSHAPE" tabindex="1" title="執行命令" origTitle="執行命令" style="top:-1000;left:-1000;width:1244;height:2000;position:absolute" path=" m -802,607 l -552,607 l -552,456 l -802,456 l -802,607xe" onmouseover="UpdateTooltip(this,0,3)" onclick="OnShapeClick(0,3)" onfocus="UpdateTooltip(this,0,3);" onkeyup="OnShapeKey(0,3)"/> |
---|
170 | |
---|
171 | <v:shape type="#VISSHAPE" tabindex="1" title="選擇 clients" origTitle="選擇 clients" style="top:-1000;left:-1000;width:1244;height:2000;position:absolute" path=" m -129,-46 l -200,-90 l -272,-46 l -283,-46 l -283,-39 l -314,-20 l -283,0 l -283,2 l -280,2 l -200,51 l -120,2 l -117,2 l -117,0 l -86,-20 l -117,-39 l -117,-46 l -129,-46xe" onmouseover="UpdateTooltip(this,0,14)" onclick="OnShapeClick(0,14)" onfocus="UpdateTooltip(this,0,14);" onkeyup="OnShapeKey(0,14)"/> |
---|
172 | |
---|
173 | <v:shape type="#VISSHAPE" tabindex="1" title="讀取 ip_list or MAC list" origTitle="讀取 ip_list or MAC list" style="top:-1000;left:-1000;width:1244;height:2000;position:absolute" path=" m 29,-90 l 28,-88 l 26,-85 l 25,-82 l 24,-79 l 23,-77 l 22,-74 l 20,-71 l 19,-68 l 19,-65 l 18,-62 l 17,-60 l 16,-57 l 15,-54 l 15,-51 l 14,-48 l 14,-45 l 13,-42 l 13,-39 l 12,-36 l 12,-33 l 12,-30 l 12,-27 l 11,-24 l 11,-21 l 11,-18 l 11,-15 l 12,-12 l 12,-9 l 12,-6 l 12,-3 l 13,0 l 13,3 l 14,6 l 14,9 l 15,12 l 15,15 l 16,18 l 17,20 l 18,23 l 19,26 l 19,29 l 20,32 l 22,35 l 23,37 l 24,40 l 25,43 l 26,46 l 28,48 l 29,51 l 240,51 l 238,48 l 237,46 l 236,43 l 235,40 l 233,37 l 232,35 l 231,32 l 230,29 l 229,26 l 228,23 l 228,20 l 227,18 l 226,15 l 226,12 l 225,9 l 224,6 l 224,3 l 224,0 l 223,-3 l 223,-6 l 223,-9 l 222,-12 l 222,-15 l 222,-18 l 222,-21 l 222,-24 l 222,-27 l 223,-30 l 223,-33 l 223,-36 l 224,-39 l 224,-42 l 224,-45 l 225,-48 l 226,-51 l 226,-54 l 227,-57 l 228,-60 l 228,-62 l 229,-65 l 230,-68 l 231,-71 l 232,-74 l 233,-77 l 235,-79 l 236,-82 l 237,-85 l 238,-88 l 240,-90 l 29,-90xe" onmouseover="UpdateTooltip(this,0,15)" onclick="OnShapeClick(0,15)" onfocus="UpdateTooltip(this,0,15);" onkeyup="OnShapeKey(0,15)"/> |
---|
174 | |
---|
175 | <v:shape type="#VISSHAPE" tabindex="1" title="While client in CLEINTS is true" origTitle="While client in CLEINTS is true" style="top:-1000;left:-1000;width:1244;height:2000;position:absolute" path=" m -109,277 l -75,256 l -113,233 l -113,218 l -139,218 l -200,181 l -261,218 l -279,218 l -279,229 l -325,256 l -291,277 l -291,290 l -269,290 l -200,332 l -131,290 l -109,290 l -109,277xe" onmouseover="UpdateTooltip(this,0,19)" onclick="OnShapeClick(0,19)" onfocus="UpdateTooltip(this,0,19);" onkeyup="OnShapeKey(0,19)"/> |
---|
176 | |
---|
177 | <v:shape type="#VISSHAPE" tabindex="1" title="執行命令" origTitle="執行命令" style="top:-1000;left:-1000;width:1244;height:2000;position:absolute" path=" m -325,652 l -75,652 l -75,502 l -325,502 l -325,652xe" onmouseover="UpdateTooltip(this,0,21)" onclick="OnShapeClick(0,21)" onfocus="UpdateTooltip(this,0,21);" onkeyup="OnShapeKey(0,21)"/> |
---|
178 | |
---|
179 | <v:shape type="#VISSHAPE" tabindex="1" title="Auto login" origTitle="Auto login" style="top:-1000;left:-1000;width:1244;height:2000;position:absolute" path=" m -802,-401 l -677,-326 l -552,-401 l -677,-476 l -802,-401xe" onmouseover="UpdateTooltip(this,0,5)" onclick="OnShapeClick(0,5)" onfocus="UpdateTooltip(this,0,5);" onkeyup="OnShapeKey(0,5)"/> |
---|
180 | |
---|
181 | <v:shape type="#VISSHAPE" tabindex="1" title="是否選擇全部 clients" origTitle="是否選擇全部 clients" style="top:-1000;left:-1000;width:1244;height:2000;position:absolute" path=" m -903,-20 l -677,51 l -451,-20 l -677,-90 l -903,-20xe" onmouseover="UpdateTooltip(this,0,9)" onclick="OnShapeClick(0,9)" onfocus="UpdateTooltip(this,0,9);" onkeyup="OnShapeKey(0,9)"/> |
---|
182 | |
---|
183 | </v:group> |
---|
184 | |
---|
185 | |
---|
186 | |
---|
187 | </div> |
---|
188 | |
---|
189 | |
---|
190 | |
---|
191 | </body> |
---|
192 | </html> |
---|
193 | |
---|