| -95,6 +95,29 |
| * 자바스크립트를 사용해서 "wiki.pl/페이지이름" 형태로 URL을 띄우도록 함 |
|
| === # 의견란 === |
|
| i tried a link (a la CWIK) as: \\ |
| \\ |
| sub GetPrinterFriendlyLink { \\ |
| my ($id) = @_; \\ |
| my $action; \\ |
| \\ |
| $action = lc(&GetParam('action', '')); \\ |
| \\ |
| if ($action) { \\ |
| return &ScriptLink("action=$action&id=$id&embed=1", T('Printer')); \\ |
| } else { \\ |
| return &ScriptLink("action=browse&id=$id&embed=1", T('Printer')); \\ |
| } \\ |
| } \\ |
| \\ |
| but GetGotoForm of UsemodKr seems "to capture" the action. I have commented in sub GetGotoForm \\ |
| \\ |
| #. &GetHiddenValue("action", "browse") \\ |
| \\ |
| and, for the time being, I don't see drawbacks. \\ |
| \\ |
| Regards. <mysign([[JustSameJuanmaMP]],2009-8-25 6:18 am)> |
| <longcomments(100)> |
|
| ---- |