web interface: reorder input fields in certificate search page
[openxpki.git] / trunk / clients / perl / OpenXPKI-Client-HTML-Mason / htdocs / lib / javascript.mhtml
blob1276fdd140015d19db136575e5df6743b054e38b
1 <%args>
2     $method => undef
3 </%args>
5 <% $js->get_function() | n %>
7 <script type="text/javascript">
8     window.onload = function() {
9         enumCSP();
10 %if (defined $method) {
11 %    print $method; 
12 % }
13     }
14 </script>
16 <%init>
17     ##use OpenXPKI::Client::HTML::Mason::Javascript;
18     ## translate all javascript messages
19     my $js = OpenXPKI::Client::HTML::Mason::Javascript->new();
20 </%init>