Project

General

Profile

« Previous | Next » 

Revision 3915

Added by walbridge almost 16 years ago

Merging Perl changes into detokenization branch. Removes usage of tokens from all Perl and Perl Template Toolkit files, instead using pure Java .property files to manage settings. Basic path for eliminating .cfg files from Perl, and skin.config files from Java side. Backported changes from 1.8.1RC1 release.

View differences:

ldapRegister.tmpl
55 55
    // -->
56 56
    </script>
57 57

  
58
    <form name="loginForm" action="@cgiurl@" method="post">
58
    <form name="loginForm" action="[% cgiurl %]" method="post">
59 59
      <input type="hidden" name="stage" value="[% stage %]"/>
60 60
      <input type="hidden" name="cfg" value="[% cfg %]"/>
61 61
      <table hspace="20" border="0">
......
93 93
                   value="[% allParams.o %]"/>
94 94
            [% ELSE %]
95 95
            <select name="o">
96
	      <!--[% FOREACH org = orgList %]
97
		[% IF allParams.o == org %]
98
                  <option value="[% org %]" selected>[% org %]</option>
99
                [% ELSE %]
100
                  <option value="[% org %]">[% org %]</option>
101
                [% END %]
102
              [% END %]-->
103 96
                  <option value="unaffiliated">unaffiliated</option>
104 97
            </select>
105 98
            [% END %]

Also available in: Unified diff