Opportunity html
Jump to navigation
Jump to search
| Line 1,723: | Line 1,723: | ||
] | ] | ||
} ) | } ) | ||
| + | |||
| + | var announcement_funding_exact = new OO.ui.NumberInputWidget( { | ||
| + | showButtons: false | ||
| + | } ) | ||
| + | |||
| + | var announcement_funding_range_min = new OO.ui.NumberInputWidget( { | ||
| + | showButtons: false | ||
| + | } ) | ||
| + | |||
| + | var announcement_funding_range_max = new OO.ui.NumberInputWidget( { | ||
| + | showButtons: false | ||
| + | } ) | ||
| + | |||
| + | var announcement_funding_description = new OO.ui.MultilineTextInputWidget( { | ||
| + | autosize: true, | ||
| + | value: '' | ||
| + | } ) | ||
| + | |||
| + | var announcement_requisites = new OO.ui.MultilineTextInputWidget( { | ||
| + | autosize: true, | ||
| + | value: '' | ||
| + | } ) | ||
| + | |||
| + | var announcement_deadline = new OO.ui.DateInputWidget( { | ||
| + | autosize: true, | ||
| + | value: '' | ||
| + | } ) | ||
| + | |||
| + | var announcement_url = new OO.ui.TextInputWidget( { | ||
| + | value: ''}) | ||
| + | |||
var submit = new OO.ui.ButtonInputWidget( { | var submit = new OO.ui.ButtonInputWidget( { | ||
| Line 1,765: | Line 1,796: | ||
align: 'top' | align: 'top' | ||
} ), | } ), | ||
| + | |||
| + | new OO.ui.FieldLayout( announcement_funding_type, { | ||
| + | label: 'Funding', | ||
| + | align: 'top', | ||
| + | help: 'Please enter the most appropriate kind of amount, which refers to the entire opportunity.', | ||
| + | helpInline: true | ||
| + | } ), | ||
| + | |||
| + | |||
new OO.ui.FieldLayout( new OO.ui.Widget( { | new OO.ui.FieldLayout( new OO.ui.Widget( { | ||
content: [ | content: [ | ||
new OO.ui.HorizontalLayout( { | new OO.ui.HorizontalLayout( { | ||
| − | + | items: [announcement_funding_min,announcement_funding_max,announcement_funding_currency] | |
| − | items: [ | ||
}) | }) | ||
] | ] | ||
}), { | }), { | ||
| − | label: 'Funding', | + | label: 'Funding amount and currency', |
| − | align: 'top' , | + | align: 'top' |
| − | help: 'Please enter the | + | } ), |
| + | |||
| + | new OO.ui.FieldLayout( announcement_requisites, { | ||
| + | label: 'Requisites', | ||
| + | align: 'top' | ||
| + | } ), | ||
| + | new OO.ui.FieldLayout( announcement_url, { | ||
| + | label: 'Requisites', | ||
| + | align: 'top', | ||
| + | help: 'Please enter the official url of this opportunity.', | ||
helpInline: true | helpInline: true | ||
} ), | } ), | ||
| + | new OO.ui.FieldLayout( announcement_deadline, { | ||
| + | label: 'Requisites', | ||
| + | align: 'top' | ||
| + | } ), | ||
| + | |||
| + | |||
new OO.ui.FieldLayout( submit ) | new OO.ui.FieldLayout( submit ) | ||
] ); | ] ); | ||
Revision as of 21:30, 29 February 2020
{{#ci_enable_OOUI:}}