blob: 2bd1aa32b688b66ca745f5929cba7cb231015fe1 [file] [log] [blame]
<!DOCTYPE html>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
<wicket:extend>
<section class="content" wicket:id="content">
<div class="box">
<div class="row clearfix">
<div class="col-md-12">
<div class="col-md-6 col-md-offset-3">
<div>
<h3 class="box-title"></h3>
</div>
<div class="box-body">
<div class="box-header formcard">
<header class="card-container card-red">
<h4><wicket:message key="bpmn.process.title">[BPMN_PROCESSES_TITLE]</wicket:message></h4>
</header>
<div class="card-container-body">
<div>
<div class="col-xs-12">
<div class="form-group">
<span wicket:id="bpmnProcesses" class="bpmn-process-span">[BPMN PROCESSES]</span>
<input wicket:id="start" wicket:message="value:start" type="button" class="btn btn-success">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="box-body">
<div class="box-header formcard">
<header class="card-container card-red">
<h4><wicket:message key="requests.to.be.approved">[ACTIVE REQUEST]</wicket:message></h4>
</header>
<div class="card-container-body">
<div>
<div class="col-xs-12">
<div class="form-group">
<div wicket:id="userRequests">
<div wicket:id="userRequestDetails"/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="box-footer">
<table class="paginator">
<tfoot>
<tr>
<td wicket:id="navigator"></td>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
</wicket:extend>
</html>