123456789101112131415161718192021 |
- <!DOCTYPE html>
- <html>
- <head>
- <script type="text/javascript">
- vwf_view.satProperty = function (nodeID, propertyName, propertyValue) {
- if (propertyValue === undefined || propertyValue == null) {
- return;
- }
- }
- </script>
- </head>
- <body>
- </body>
- </html>
|