UNPKG

goldfish-search

Version:

A SharePoint 2013 inline People Search component

88 lines (74 loc) 3.74 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Plato - JavaScript Introspection</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <script> var __options = {"title":"Goldfish","flags":{"complexity":{"logicalor":true,"switchcase":true,"forin":false,"trycatch":false,"newmi":true},"jshint":{"extends":"airbnb","bitwise":true,"camelcase":true,"curly":true,"eqeqeq":true,"es3":false,"forin":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","newcap":true,"noarg":true,"noempty":true,"nonbsp":true,"nonew":true,"plusplus":false,"quotmark":"single","undef":true,"unused":false,"strict":false,"maxparams":10,"maxdepth":5,"maxstatements":40,"maxcomplexity":8,"maxlen":120,"asi":false,"boss":false,"debug":false,"eqnull":true,"esnext":false,"evil":false,"expr":false,"funcscope":false,"globalstrict":false,"iterator":false,"lastsemic":false,"laxbreak":false,"laxcomma":false,"loopfunc":true,"maxerr":50,"moz":false,"multistr":false,"notypeof":false,"proto":false,"scripturl":false,"shadow":false,"sub":true,"supernew":false,"validthis":false,"noyield":false,"browser":true,"node":true,"globals":{"jQuery":true,"SP":true,"Sys":true}}}} </script> <link href="assets/css/vendor/bootstrap.css" rel="stylesheet"> <link href="assets/css/vendor/font-awesome.css" rel="stylesheet"> <link href="assets/css/vendor/morris.css" rel="stylesheet"> <link href="assets/css/plato.css" rel="stylesheet"> <link href="assets/css/plato-display.css" rel="stylesheet"> </head> <body> <div class="container"> <h1>Goldfish</h1> <div class="row"> <div class="col-md-6"> <div class="reportBlock lineCount"> <div class="reportContent"> <small class="chart-label">Total / Average Lines</small> <h1>40 / 40</h1> </div> <div id="chart_historical_sloc" class="chart js-chart"></div> </div> </div> <div class="col-md-6"> <div class="reportBlock maintainability"> <div class="reportContent"> <small class="chart-label">Average Maintainability</small> <h1>93.31</h1> </div> <div id="chart_historical_maint" class="chart js-chart"></div> </div> </div> </div> <div class="row"> <div class="col-md-4"> <div class="reportBlock maintainabilityList"> <h2 class="reportTitle">Worst Maintainability Scores</h2> <ul class="list-unstyled"> <li> <strong>93 score</strong> <small>build/goldfish.min.js</small> </li> </ul> </div> </div> <div class="col-md-4"> <div class="reportBlock locList"> <h2 class="reportTitle">Largest Files</h2> <ul class="list-unstyled"> <li> <strong>40 lines</strong> <small>build/goldfish.min.js</small> </li> </ul> </div> </div> </div> </div> <script type="text/javascript" src="assets/scripts/bundles/core-bundle.js"></script> <script type="text/javascript" src="report.js"></script> <script type="text/javascript" src="report.history.js"></script> <script type="text/javascript" src="assets/scripts/plato-display.js"></script> </body> </html>