<#include "managerss_tabs.html" /> <@tabs2 tab="rssconf" /> <@box> <@boxHeader title='#i18n{module.myportal.rss.create_rssconf.title}' /> <@boxBody> <@tform name='create_rssconf' action='jsp/admin/plugins/myportal/modules/rss/ManageRssConfs.jsp'> <@messages errors=errors /> <@formGroup labelKey='#i18n{module.myportal.rss.create_rssconf.labelAttributeUser}' helpKey='#i18n{module.myportal.rss.create_rssconf.labelAttributeUser.help}' mandatory=false> <@input type='text' name='attributeUser' value='${rssconf.attributeUser!\'\'}' /> <@formGroup labelKey='#i18n{module.myportal.rss.create_rssconf.labelAttributeValue}' helpKey='#i18n{module.myportal.rss.create_rssconf.labelAttributeValue.help}' mandatory=false> <@input type='text' name='attributeValue' value='${rssconf.attributeValue!\'\'}' /> <@formGroup labelKey='#i18n{module.myportal.rss.create_rssconf.labelUrl}' helpKey='#i18n{module.myportal.rss.create_rssconf.labelUrl.help}' mandatory=true> <@input type='text' name='url' value='${rssconf.url!\'\'}' /> <@formGroup labelKey='#i18n{module.myportal.rss.create_rssconf.labelIdCategory}' helpKey='#i18n{module.myportal.rss.create_rssconf.labelIdCategory.help}' mandatory=true> <@comboWithParams name="idCategory" default_value="0" additionalParameters="class=\"input-xxlarge\"" items=category_list /> <@formGroup labelKey='#i18n{module.myportal.rss.create_rssconf.labelIdStyleSheet}' helpKey='#i18n{module.myportal.rss.create_rssconf.labelIdStyleSheet.help}' mandatory=true> <@actionButtons button1Name="action_createRssConf" button2Name="view_manageRssConf"/>