// header
digraph "" {
concentrate = true
graph [
rankdir = LR
nodesep = 0.1
]
node [
URL = "%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/\N"
style = filled
height = 0
width = 0
color = ""
fontsize= 11
fontname= Helvetica
shape = box
]
//subgraph "cluster" {
//graph [
// color=""
// label=""
// fontsize=20
// ]
// topic
""
// end internal topics
//}
// external web header
subgraph "cluster" {
graph [
// shape = box
// color = ""
// label = ""
// fontsize = 14
color = white
]
node [
color = ""
URL = "%SCRIPTURL%/view%SCRIPTSUFFIX%/\N"
]
// external web link
"/WebHome" [label="" shape=ellipse]
// external topic link
"/" [label=""]
// end external web
}
// link
"" -> ""
// end graph
}