RMA Borders
Last changed: -204.177.179.113

.

This page is used to customize the borders for this Wiki

TopBorder{
aTopic |
[
"%small%",
aTopic.Version.IfNull
{
aTopic.Namespace.IsReadOnly.IfFalse
{
Presentations.Link(federation.LinkMaker.LinkToEditTopic(aTopic.Fullname),"편집")
}
IfTrue
{
""
}
}
Else
{
""
},
" · ",
Presentations.Link(federation.LinkMaker.LinkToPrintView(aTopic.Fullname),"인쇄"),
" · ",
Presentations.Link(federation.LinkMaker.LinkToTopic("McNeel.WikiHelp"),"도움말"),
" · ",
Presentations.Link(federation.LinkMaker.LinkToTopic([aTopic.Namespace.Name,".AllTopics"].ToOneString),"모든 항목")
]
}
LeftBorder{
aTopic |
[
"%silver%'''메뉴'''",
Newline,
namespace.TopicsWith("MainPage").Sort.Collect
{ e |
[
"%small%",
Presentations.Link(federation.LinkMaker.LinkToTopic( e.Fullname ), e.GetProperty("MainPage")),
Newline
]
},
Newline,
"----", Newline,
[
"||{T-}",
"%silver%'''검색'''",
"||",
Newline,
"||{+}",
Presentations.FormStart( "http://googlesearch.mcneel.com/search" , "get"),
Presentations.InputField("q", "", 15),
Presentations.HiddenField("site", "mcneel"),
Presentations.HiddenField("client", "mcneel"),
Presentations.HiddenField("output", "xml_no_dtd"),
Presentations.HiddenField("proxystylesheet", "mcneel"),
Presentations.HiddenField("lr", "lang_ko"),
Presentations.HiddenField("as_sitesearch", "kr.wiki.mcneel.com"),
Presentations.ImageButton("goButton", federation.LinkMaker.LinkToImage("images/go-dark.gif"), "이 텍스트 검색"),
Presentations.FormEnd(),
"||",
Newline
],
"----", Newline,
"%silver%'''언어'''", Newline,
"%small%",Presentations.Link("http://cs.wiki.mcneel.com","Česky"), Newline,
"%small%",Presentations.Link("http://de.wiki.mcneel.com","Deutsch"), Newline,
"%small%",Presentations.Link("http://en.wiki.mcneel.com","English"), Newline,
"%small%",Presentations.Link("http://es.wiki.mcneel.com","Español"), Newline,
"%small%",Presentations.Link("http://fr.wiki.mcneel.com","Français"), Newline,
"%small%",Presentations.Link("http://it.wiki.mcneel.com","Italiano"), Newline,
"%small%",Presentations.Link("http://pl.wiki.mcneel.com","Polish"), Newline,
"%small%",Presentations.Link("http://jp.wiki.mcneel.com","日本語"), Newline,
"%small%",Presentations.Link("http://kr.wiki.mcneel.com","한국어"), Newline,
"%small%",Presentations.Link("http://tw.wiki.mcneel.com","中文(繁體)"), Newline,
"%small%",Presentations.Link("http://cn.wiki.mcneel.com","中文(简体)"), Newline,
Image("http://en.wiki.mcneel.com/content/upload/images/blackdot.png","","180","1")
]
}
BottomBorder{
aTopic |
[
"%small%",
aTopic.Namespace.IsReadOnly.IfFalse
{
Presentations.Link(federation.LinkMaker.LinkToRename(aTopic.Fullname),"이름 바꾸기")
}
IfTrue
{
""
},
" · ",
request.AreDifferencesShown.IfTrue
{
Presentations.Link(federation.LinkMaker.LinkToTopic(aTopic.Fullname),"변경 숨기기")
}
IfFalse
{
Presentations.Link(federation.LinkMaker.LinkToTopicWithDiffs(aTopic.Fullname),"변경")
},
" · ",
Presentations.Link(federation.LinkMaker.LinkToVersions(aTopic.Fullname),"히스토리"),
" · ",
Presentations.Link(federation.LinkMaker.LinkToSubscriptions(aTopic.Fullname),"구독"),
" · ",
Presentations.Link(federation.LinkMaker.LinkToLostAndFound(aTopic.Namespace.Name),"찾기"),
" · ",
Presentations.Link(federation.LinkMaker.LinkToSearchFor(aTopic.Namespace.Name, aTopic.Name),"참조"),
" · ",
Presentations.Link("/upload.aspx", "파일 업로드", "파일 업로드")
]
}