Project

General

Profile

« Previous | Next » 

Revision 1979

Added by Matt Jones over 20 years ago

Further changes to the registry scripts to support the NCEAS registry
with access to the project list fromthe admindb. Also, fixed a bug with
the script where creators were getting duplicated in the editing process
accidentally.

View differences:

entryForm.tmpl
101 101
          <b><font color="#ff0000">*</font>[% usite %] Name</b></font></p>
102 102
[% END %]
103 103
[% IF cfg == 'nceas' %]
104
        <p align="left"> <font size="-1">
104
        <p align="left"> 
105
          <b><font color="#ff0000">*</font>Working Group(s):</b></font></p>
106
          <font size="-1">
105 107
          <select name="wg" multiple="multiple">
106 108
            [% FOREACH project = projects %]
107 109
              [% SET label = "${project.1}: $project.3 (NCEAS ${project.0})" %]
......
114 116
              <option [% sel %]>[% label %]</option>
115 117
            [% END %]
116 118
          </select>
117
          <b><font color="#ff0000">*</font>Working Group(s)</b></font></p>
118 119
[% END %]
119 120
        <p align="left"><font size="-1"> 
120 121
          <input type="TEXT" name="title" value="[%title%]" size="53">

Also available in: Unified diff