Sha256: cc86360b4fb3bb03e74908f1426c0f0f41f6bc98e5118d8efa60619458cdd45b
Contents?: true
Size: 1.18 KB
Versions: 181
Compression:
Stored size: 1.18 KB
Contents
<div class="well col-sm-6 col-sm-offset-3"> <form name="organizationSelectorForm" 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 type="button" class="btn btn-primary" ng-disabled="!selectedOrganization.organization" ng-click="selectOrganization(selectedOrganization.organization)"> <span translate>Select</span> </button> </div> </div> </form> </div>
Version data entries
181 entries across 181 versions & 1 rubygems