{
.
MenuItem("Don't highlight differences between this topic and previous version", "Hide Changes", federation.LinkMaker.LinkToTopic(aTopic.Fullname))
.
MenuItem("Show differences between this topic and previous version", "Show Changes", federation.LinkMaker.LinkToTopicWithDiffs(aTopic.Fullname))
.
MenuItem("Show printable view of this topic", "Print", federation.LinkMaker.LinkToPrintView(aTopic.Fullname)),
.
MenuItem("Show RRS feeds to keep up-to-date", "RSS Subscriptions", federation.LinkMaker.LinkToSubscriptions(aTopic.Namespace.Name)),
.
MenuItem("Upload files to webserver", "Upload files", federation.LinkMaker.SimpleLinkTo("upload.aspx")),
.
Presentations.ImageButton("goButton", federation.LinkMaker.LinkToImage("images/go-dark.gif"), "Search for this text"),
.
Presentations.SubmitButton("restoreButton", "Restore Version"),