Show Changes Show Changes
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Administration Page Administration Page
Search

History

9/24/2008 11:50:35 AM
FLWCOM-jwdavidson
9/24/2008 11:48:48 AM
FLWCOM-jwdavidson
9/23/2008 5:28:48 PM
FLWCOM-jwdavidson
9/23/2008 5:27:47 PM
FLWCOM-jwdavidson
9/23/2008 5:23:26 PM
FLWCOM-jwdavidson
List all versions List all versions

RSS feed for the TestJwd namespace

_Normal Borders
.
LeftBorder
{
aTopic |
[
Newline,
Presentations.Image(federation.LinkMaker.LinkToImage("images/logo.gif")),
Newline, "----", Newline, Newline,
MenuItem("OdsWiki.HomePage", "HomePage", federation.LinkMaker.LinkToTopic("OdsWiki.HomePage"), "images/home.gif"),
Newline,
MenuItem("mailto:jwdavidson@gmail.com", "JW Davidson", "mailto:jwdavidson@gmail.com", "images/email.gif"),
Presentations.Image(
federation.LinkMaker.LinkToImage("images/flexwikirss.png"),
["RSS feed for the ", namespace.Name, " namespace"].ToString,
federation.LinkMaker.SimpleLinkTo(["rss.aspx?namespace=", namespace.Name].ToString)),
Newline, "----", Newline,
request.AreDifferencesShown.IfTrue
{
MenuItem("Don't highlight differences between this topic and previous version", "Hide Changes", federation.LinkMaker.LinkToTopic(aTopic.Fullname),"images/p-off.gif")
}
IfFalse
{
MenuItem("Show differences between this topic and previous version", "Show Changes", federation.LinkMaker.LinkToTopicWithDiffs(aTopic.Fullname),"images/p-off.gif")
},
aTopic.Version.IfNull
{
aTopic.Namespace.IsReadOnly.IfFalse
{
MenuItem("Edit this topic", "Edit", federation.LinkMaker.LinkToEditTopic(aTopic.Fullname),"images/p-off.gif")
}
IfTrue
{
""
}
}
Else
{
""
},
MenuItem("Show printable view of this topic", "Print", federation.LinkMaker.LinkToPrintView(aTopic.Fullname),"images/p-off.gif"),
MenuItem("Show recently changed topics", "Recent Changes", federation.LinkMaker.LinkToRecentChanges(aTopic.Namespace.Name),"images/p-off.gif"),
MenuItem("Show RRS feeds to keep up-to-date", "Subscriptions", federation.LinkMaker.LinkToSubscriptions(aTopic.Namespace.Name),"images/p-off.gif"),
MenuItem("Show disconnected topics", "Lost and Found", federation.LinkMaker.LinkToLostAndFound(aTopic.Namespace.Name),"images/p-off.gif"),
MenuItem("Find references to this topic", "Find References", federation.LinkMaker.LinkToSearchFor(null, aTopic.Name),"images/p-off.gif"),
request.IsAuthenticated.IfTrue{
aTopic.Namespace.IsReadOnly.IfFalse
{
MenuItem("Rename this topic", "Rename", federation.LinkMaker.LinkToRename(aTopic.Fullname),"images/p-off.gif")
}
IfTrue
{
""
},}
IfFalse{ "" },
"----", Newline,
[
"||{T-}",
"'''Local Search'''",
"||",
Newline,
"||{+}",
Presentations.FormStart(federation.LinkMaker.LinkToSearchNamespace(aTopic.Namespace.Name), "get"),
Presentations.HiddenField("namespace", aTopic.Namespace.Name),
Presentations.InputField("search", "", 15),
Presentations.ImageButton("goButton", federation.LinkMaker.LinkToImage("images/search.gif"), "Search for this text"),
Presentations.FormEnd(),
"||",
Newline
],
Newline, "----", Newline,
]
}
RightBorder
{
aTopic |
[
Newline,
Presentations.Image(federation.LinkMaker.LinkToImage("images/logo.gif")),
Newline, "----", Newline,
request.IsAuthenticated.IfTrue
{[
"||{C2+}",
"Welcome '''",
request.AuthenticatedUserName,
"'''",
"||",
Newline,
request.CanLogInAndOut.IfTrue
{[
"||",
with (Presentations)
{
Link(federation.LinkMaker.LinkToLogoff(aTopic.Fullname), "Log off", "Log off.")
},
"||",
Newline
]}
IfFalse{""},
]}
IfFalse
{
[
"||{C2+}Not logged in.||",
Presentations.Link(federation.LinkMaker.LinkToLogin(aTopic.Fullname), "Log in", "Log in."),
"||"
]
},
namespace.Description.IfNull
{
""
}
Else
{
[ Newline, namespace.Description ]
},
Newline, "----", Newline, Newline,
[
"||{C2T-}*Recent Topics*||",
Newline,
request.UniqueVisitorEvents.Snip(15).Collect
{ each |
[
MenuItem(each.Fullname, String.MaxLengthString(each.Name, 20), federation.LinkMaker.LinkToTopic(each.Fullname),"images/p-off.gif"),
Newline
]
},
Newline, "----", Newline,
MenuItem("List all versions of this topic", "List all versions", federation.LinkMaker.LinkToVersions(aTopic.Fullname),"images/p-off.gif"),
aTopic.Version.IfNotNull
{[
Newline,
Presentations.FormStart(federation.LinkMaker.LinkToRestore(aTopic.Fullname), "post"),
Presentations.HiddenField("RestoreTopic", aTopic.Fullname),
Presentations.SubmitButton("restoreButton", "Restore Version"),
Presentations.FormEnd(),
]}
Else
{
""
},
"----", Newline,
[
"||{T-}",
Presentations.Image(federation.LinkMaker.LinkToImage("images/Logo_25gry.gif"), "Go to Google.com", "http://www.google.com"),
"||", Newline,
"||{+}",
Presentations.FormStart("http://www.google.com/search", "get"),
Presentations.InputField("q", "", 15),
Presentations.ImageButton("btnG", federation.LinkMaker.LinkToImage("images/search.gif"),"Search Google for this text"),
Presentations.FormEnd(),
"||", Newline,
],
Newline, "----", Newline,
federation.Application("AlternateStyles").IfNull
{
""
}
Else
{
[
"||{T-}'''Change Style'''||",
Newline,
"||",
Presentations.FormStart("", "get","onsubmit='SetActiveStylesheet(this.styles.options[this.styles.selectedIndex].value);return false;'"),
Presentations.ComboSelectField("styles", ["Choose here."].Append(federation.Application("AlternateStyles")),null,[""].Append(federation.Application("AlternateStyles"))),
Presentations.ImageButton("goButton", federation.LinkMaker.LinkToImage("images/go-dark.gif"), "Select alternate stylesheet"),
Presentations.FormEnd(),
"||"
]
},
Newline,"----", Newline, "||{^T-}Powered by Flexwiki v", ProductVersion, "||", Newline
]
]
}

Not logged in. Log in

The wiki for all things Objective Design Solutions

This is FlexWiki, an open source wiki engine.

This site supports the new NoFollow anti-spam initiative.
Change Style

Recent Topics