2 Einträge, 1 Seite |
1
2
3
4
5
<svg ...
...
<a xlink:href="/cgi&-bin/form.pl?form=hauptmenue" xlink:title="click to show vxml code">
...
</svg>
1
2
3
...
print qq(<OBJECT width="$w" height="$h" style="overflow:hidden" type="image/svg+xml" data="http://localhost/vmxl.svg"></OBJECT>);
...
1
2
3
4
5
6
7
8
9
10
<svg ...
...
<g id="node1" class="node"><title>hauptmenue</title>
<a xlink:href="/cgi&-bin/form.pl?form=hauptmenue" xlink:title="click to show vxml code for form">
...
<text text-anchor="middle" x="319" y="72" style="font-size:8.00pt;">hauptmenue</text>
...
</a></g>
...
</svg>
1
2
3
4
5
6
7
8
9
10
<svg ...
...
<g id="node1" class="node"><title>hauptmenue</title>
<a>
...
<text text-anchor="middle" x="319" y="72" style="font-size:8.00pt;" target="_blank" onclick="javascript:open('/cgi-bin/form.pl?form=hauptmenue')">hauptmenue</text>
...
</a></g>
...
</svg>
2 Einträge, 1 Seite |