{{url-view}}

The {{url-view}} tag is used to output a URL to the view that contains the item. For example, the StarTeam URL for the Cygnus view might be:

starteam://10.50.1.60%20:2000/55;ns=Project;scheme=id/293;ns=View;scheme=id

Attributes

None.

Examples

The following template excerpt from the message body:

Display the {{view-name}} view by pasting the following URL into Project>Open StarTeam URL: {{url-view}}

produces:

Display the Cygnus view by pasting the following URL into Project>Open 
StarTeam URL: starteam://10.50.1.60%20:2000/55;ns=Project;scheme=id/293;ns=View;scheme=id

The following template excerpt from the message body assumes other html tags are also in use, but shows the tag for the folder URL:

Display the {{view-name}} view by clicking <a href="{{url-view}}">{{viewname}}</a>.

produces:

Display the Cygnus view by clicking Cygnus.

Back to top