[첫화면으로]"UseModWiki소스수정/goto매크로버그" 페이지의 변경 내역

마지막으로 [b]


현재 버전 . . . . 2009-8-25 6:18 am 수정한 사람: JustSameJuanmaMP
9 번째 수정본 . . . . 2007-3-18 11:58 pm 수정한 사람: Raymundo
 

변경사항 (가장 최근의 "일반적인 수정"부터) (다른 변경사항 없음)

-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)>
----