Newer
Older
Digital_Repository / OARiNZ / DIY / deb_package / eprints-3.0 / lib / defaultcfg / cfg.d / user_fields.pl

$c->{fields}->{user} = [

          {
            'name' => 'name',
            'type' => 'name',
            'render_order' => 'gf',
          },

          {
            'name' => 'dept',
            'type' => 'text',
          },

          {
            'name' => 'org',
            'type' => 'text',
          },

          {
            'name' => 'address',
            'type' => 'longtext',
            'input_rows' => 5,
          },

          {
            'name' => 'country',
            'type' => 'text',
          },

          {
            'name' => 'hideemail',
            'input_style' => 'radio',
            'type' => 'boolean',
          },

          {
            'name' => 'os',
            'type' => 'set',
            'options' => [
                           'win',
                           'unix',
                           'vms',
                           'mac',
                           'other',
                         ],
            'input_rows' => 1,
          },

          {
            'name' => 'url',
            'type' => 'url',
          }
];