hubl/src/page-group-create.pug

27 lines
1.0 KiB
Plaintext
Raw Normal View History

2019-05-13 16:50:34 +00:00
.frame-form.full-wide
2018-10-19 18:36:16 +00:00
h1 New group
p.form-goal Here you can create a new group according to your interests, what you want to share, etc.
2018-10-19 18:36:16 +00:00
.form-view
sib-form(
2019-01-10 07:29:22 +00:00
data-src=`${sdn}/circles/`,
range-owner=`${sdn}/users/`,
range-team=`${sdn}/members/`
data-fields='name, description, description-text, owner, owner-text, team, team-text, jabberRoom, foaf:jabberID',
label-name="Channel's name",
label-description='Description',
label-owner='Owner of this channel',
label-foaf:jabberID='Chatroom id',
label-team='Member(s) of this channel',
value-description-text='You can write a short description like "Here, we are like Pinky and the Brain, we talk about strategy to conquer the world".',
value-owner-text='The one who will admin this channel',
value-team-text='Add any members as you want.',
widget-description='sib-form-textarea',
widget-jabberRoom='sib-form-checkbox',
widget-team='sib-form-multiple-dropdown'
2018-10-19 18:36:16 +00:00
)