f4f portal:reputation plugin button added
[myslice.git] / portal / templates / fed4fire / fed4fire_home-view.html
index f0d2387..4cca20b 100644 (file)
                        <div>
                        <button id="statbtn" type="button" style="width: 150px;" class="btn btn-default"><span class="glyphicon glyphicon-stats"></span>Testbeds' status</button>
                        </div>
+                       <div>
+                       <button id="repbtn" type="button" style="width: 170px;" class="btn btn-default"><span class="glyphicon glyphicon-stats"></span>Testbeds' reputation</button>
+                       </div>
                </div>
                
                <div class="col-md-3">
                        <div>
                        <button id="statbtn" type="button" style="width: 150px;" class="btn btn-default"><span class="glyphicon glyphicon-stats"></span>Testbeds' status</button>
                        </div>
+                       <div>
+                       <button id="repbtn" type="button" style="width: 170px;" class="btn btn-default"><span class="glyphicon glyphicon-stats"></span>Testbeds' reputation</button>
+                       </div>
                </div>
                
                <div class="col-md-4">
                $('button#statbtn').click(function() {
                window.location="https://flsmonitor.fed4fire.eu";
                });
+                $('button#repbtn').click(function() {
+               window.location="/portal/reputation";
+                });
                $('button#signupbtn').click(function() {
                        window.location="/portal/register/";
                });