dnet-core/dnet-modular-ui/src/main/resources/eu/dnetlib/web/resources/html/is/register.html

8 lines
302 B
HTML

<form role="form">
<div class="form-group">
<label for="newProfileInput" class="control-label">New Profile</label>
<textarea class="form-control" id="newProfileInput" ng-model="profile" rows="10"></textarea>
</div>
<button class="btn btn-default" ng-click="register()">Register</button>
</form>