EditApplicationTemplate.html revision 774eb9f2271e9a98b19503dd3d255da536385c6a
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<div class="content-bg">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <div class="policy-header">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <a href="#apps/" class="button float-right" id="backButton">{{t "common.form.cancel"}}</a>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe {{#if entity.name}}
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <h1>{{t "policy.editApplications.editApplication"}}: <span>{{entity.name}}</span></h1>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe {{else}}
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <h1>{{t "policy.editApplications.title"}}</h1>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe {{/if}}
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <h2><span>{{t "policy.common.realm"}}:</span> {{policyEditorRealmUrlHelper entity.realm}}</h2>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </div>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov <div class="policy-content">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <p>{{t "policy.editApplications.description"}}</p>
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov <form class="form">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <div class="accordion">
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <h1 class="accordion-header" tabindex="0">
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov {{t "policy.editApplications.step1"}}
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <span class="help-link" data-help-key="app.nameAndDescription"></span>
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov </h1>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <section class="accordion-step clearfix">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <div class="clearfix">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <div class="group-field-block col2 ">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <label class="prop-name" for="appName">{{t "policy.common.name"}}</label>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <input class="prop-val" id="appName" type="text" value="{{entity.name}}" data-field="name" placeholder="{{t 'common.form.validation.required'}}" required autofocus/>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </div>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </div>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <div class="group-field-block">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <label class="prop-name" for="appDescription">{{t "policy.common.descriptionOptional"}}</label>
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov <textarea class="prop-val" id="appDescription" data-field="description">{{entity.description}}</textarea>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </div>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <input type="button" value="{{t 'policy.common.buttons.next'}}" name="nextButton" class="button"/>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </section>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <h1 class="accordion-header" tabindex="0">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe {{t "policy.editApplications.step2"}}
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <span class="help-link" data-help-key="app.resources"></span>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </h1>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <section class="accordion-step clearfix">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov <div class="clearfix">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <div class="col2" id="patterns"></div>
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov <div class="col2" id="resourcesList"></div>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </div>
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov <input type="button" class="button" value="{{t 'policy.common.buttons.next'}}" name="nextButton"/>
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov </section>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov <h1 class="accordion-header" tabindex="0">{{t "policy.editApplications.step3"}}</h1>
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov <section class="accordion-step clearfix">
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <div id="reviewInfo" class="clearfix"></div>
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov <input type="button" class="button" value="{{t 'policy.common.buttons.finish'}}" name="submitForm"/>
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov </section>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </div>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </form>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </div>
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov</div>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe