Esempio n. 1
0
                </div>
            </div>
            <div class="form-group">
                <div class="col-sm-offset-2 col-sm-10">

                    <br />  
                    <button type="button" id="btnSave" class="btn btn-default">Speichern</button>
                </div>
            </div>
    </div>


</div>

<link href="<?php 
echo Club\Club::getInstance()->plugin_url;
?>
/css/googlemaps.css" rel="stylesheet" />

<script type="text/javascript">
    var $ = jQuery.noConflict();
    var dateFormat = "<?php 
echo $defaultFormat;
?>
";
    var momentFormat = "<?php 
echo $momentFormat;
?>
";
    var markers = [];
    var useMarker = false;
Esempio n. 2
0
<?php

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
$roles = get_editable_roles();
$caps = Club\Club::getInstance()->getCaps();
$not_editable = array('administrator', 'club_admin');
?>
<div class="bootstrap-wrapper">
    <div class="container">
        <h1>Club Rollen</h1>
        <table class="table table-hover table-striped">
            <thead>
                <tr>
                    <th>Rolle</th>
                    <?php 
foreach ($caps as $cap) {
    ?>
                        <th><?php 
    echo $cap;
    ?>
</th>
                    <?php 
}
?>
                    <th>&nbsp;</th>
                </tr>
            </thead>