Example on Creating a Highly Simplified Layout
|
||
A clear and simplified layout may be needed in production line environments, for example, where the flow charts are viewed through touchpad screens. Therefore the layout must be as simplified and clear as possible. The example below makes only the model name and the flow chart visible. Additional ease of use is acquired by enabling the "Direct link to location" option for information items in the Web Publishing Options.
Modified Web Template "subpsdet.tpl"
<html>
<body text="000000" bgcolor="ffffff" bgcolor="#ffffff" text="#000000" link="#0033cc" vlink="#551a8b" alink="#cc9933">
<!--stopindex-->
<#ProcessLevelLocator> <#ObjectProperty id="name">
<br>
<#flowchartimage>
<#flowchartusemap>
<#flowcharthighlight>
</body>
</html>
|