Search

Search:

Use Regular Expressions for search

Namespace:

Search Result
.

FlexWiki version 2.1.0.274

.
        Presentations.Link("http://www.estw.eu/default.aspx/Privacy/Privacy.html", "Privacy Policy", "Privacy Policy"),
.
        request.UniqueVisitorEvents.Snip(15).Collect
.
                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))
.
        aTopic.Version.IfNull
.
        MenuItem("Show printable view of this topic", "Print", federation.LinkMaker.LinkToPrintView(aTopic.Fullname)),
.
        MenuItem("Upload files to webserver", "Upload files", federation.LinkMaker.SimpleLinkTo("upload.aspx")),
.
                MenuItem("List all versions of this topic", "List all versions", federation.LinkMaker.LinkToVersions(aTopic.Fullname)),
.
                aTopic.Version.IfNotNull
.
                        Presentations.SubmitButton("restoreButton", "Restore Version"),