Open source web app engine for the Digital Telepresence Platform.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

28 lines
1.3 KiB

extends ../layouts/main
block content
form(method="POST", action="/admin/core-node/connect").uk-form
.uk-card.uk-card-default.uk-card-small
.uk-card-header
h1.uk-card-title Connect to New Core Community
.uk-card-body
.uk-margin
p You are registering #{site.name} with a DTP Core node. If accepted, this will enable members of that community to make use of the services provided by #{site.name} as an authenticated member of this site.
p Please make sure the information displayed is as you want it to be displayed in your Core Directory entry.
.uk-margin
- var { version, name } = pkg;
label.uk-form-label Package Information
textarea(style="font-family: Courier New, fixed; font-size: 12px;", rows= 4, disabled).uk-textarea= JSON.stringify({ name, version }, null, 2)
.uk-margin
label.uk-form-label Site Information
textarea(style="font-family: Courier New, fixed; font-size: 12px;", rows= 7, disabled).uk-textarea= JSON.stringify(site, null, 2)
.uk-margin
label(for="host").uk-form-label Core Host
input(id="host", name="host", placeholder="Enter host:port of Core to connect", required).uk-input
.uk-card-footer
button(type="submit").uk-button.uk-button-primary Send Request