Sha256: 79c90d7402fd59a825db72b49c245662d4c82111a3b9cba10a04b147f1f50eac
Contents?: true
Size: 1.14 KB
Versions: 30
Compression:
Stored size: 1.14 KB
Contents
<div class="well col-sm-6 col-sm-offset-3"> <form name="organizationSelectorForm" class="form-horizontal" novalidate role="form"> <h1 class="center-header" translate>Select an Organization</h1> <p class="center-paragraph" translate> The page you are attempting to access requires selecting a specific organization. </p> <p class="center-paragraph" translate> Please select one from the list below and you will be redirected. </p> <div class="form-group"> <div class="col-sm-5 col-sm-offset-3"> <select id="organization" name="organization" class="form-control" ng-model="selectedOrganization.organization" ng-options="organization as organization.name for organization in organizations" tabindex="1"> <option value="">Select an Organization</option> </select> </div> <div class="col-sm-4"> <button class="btn btn-primary" ng-disabled="!selectedOrganization.organization" ng-click="selectOrganization(selectedOrganization.organization)">Select</button> </div> </div> </form> </div>
Version data entries
30 entries across 30 versions & 1 rubygems