summaryrefslogtreecommitdiffstats
path: root/docs
ModeNameSize
-rwxr-xr-xYardstick_task_templates.rst3624logstatsplain
d---------templates61logstatsplain
5 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
<!doctype html>
<html>

<head>
    <meta charset="utf-8">
    <title></title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width">
    <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
    <!-- build:css(.) styles/vendor.css -->
    <!-- bower:css -->
    <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
    <link rel="stylesheet" href="bower_components/angular-wizard/dist/angular-wizard.min.css" />
    <link rel="stylesheet" href="bower_components/AngularJS-Toaster/toaster.css" />
    <link rel="stylesheet" href="bower_components/ng-dialog/css/ngDialog.css" />
    <link rel="stylesheet" href="bower_components/ng-dialog/css/ngDialog-theme-default.css" />
    <link rel="stylesheet" href="bower_components/components-font-awesome/css/font-awesome.css" />
    <link rel="stylesheet" href="bower_components/v-accordion/dist/v-accordion.css" />
    <link rel="stylesheet" href="bower_components/angular-loading/angular-loading.css" />
    <!-- endbower -->
    <!-- endbuild -->
    <!-- build:css(.tmp) styles/main.css -->
    <link rel="stylesheet" href="styles/main.css">


    <!-- endbuild -->
</head>

<script>
// read file


</script>

<body ng-app="yardStickGui2App">
    <!--[if lte IE 8]>
      <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
    <![endif]-->




    <div ui-view></div>




    <!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
    <!--<script>
        ! function(A, n, g, u, l, a, r) {
            A.GoogleAnalyticsObject = l, A[l] = A[l] || function() {
                    (A[l].q = A[l].q || []).push(arguments)
                }, A[l].l = +new Date, a = n.createElement(g),
                r = n.getElementsByTagName(g)[0], a.src = u, r.parentNode.insertBefore(a, r)
        }(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');

        ga('create', 'UA-XXXXX-X');
        ga('send', 'pageview');
    </script>-->

    <!-- build:js(.) scripts/vendor.js -->
    <!-- bower:js -->
    <script src="bower_components/jquery/dist/jquery.js"></script>
    <script src="bower_components/angular/angular.js"></script>
    <script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
    <script src="bower_components/angular-strap/dist/angular-strap.js"></script>
    <script src="bower_components/angular-strap/dist/angular-strap.tpl.js"></script>
    <script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
    <script src="bower_components/angular-animate/angular-animate.js"></script>
    <script src="bower_components/angular-breadcrumb/release/angular-breadcrumb.js"></script>
    <script src="bower_components/angular-wizard/dist/angular-wizard.min.js"></script>
    <script src="bower_components/angular-resource/angular-resource.js"></script>
    <script src="bower_components/ng-file-upload/ng-file-upload.js"></script>
    <script src="bower_components/AngularJS-Toaster/toaster.js"></script>
    <script src="bower_components/ng-dialog/js/ngDialog.js"></script>
    <script src="bower_components/angularUtils-pagination/dirPagination.js"></script>
    <script src="bower_components/ngstorage/ngStorage.js"></script>
    <script src="bower_components/v-accordion/dist/v-accordion.js"></script>
    <script src="bower_components/spin.js/spin.js"></script>
    <script src="bower_components/angular-loading/angular-loading.js"></script>
    <script src="bower_components/spin.js/spin.js"></script>
    <script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
    <script src="bower_components/angular-sanitize/angular-sanitize.js"></script>
    <!-- endbower -->
    <!-- endbuild -->

    <!-- build:js({.tmp,app}) scripts/scripts.js -->
    <script src="scripts/app.js"></script>
    <script src="scripts/router.config.js"></script>
    <script src="scripts/controllers/main.js"></script>
    <script src="scripts/factory/main.factory.js"></script>
    <script src="scripts/controllers/content.controller.js"></script>
    <script src="scripts/controllers/detail.controller.js"></script>
    <script src="scripts/controllers/image.controller.js"></script>
    <script src="scripts/controllers/pod.controller.js"></script>
    <script src="scripts/controllers/sut.controller.js"></script>
    <script src="scripts/controllers/container.controller.js"></script>
    <script src="scripts/controllers/testcase.controller.js"></script>
    <script src="scripts/controllers/testcasedetail.controller.js"></script>
    <script src="scripts/controllers/testsuit.controller.js"></script>
    <script src="scripts/controllers/suitedetail.controller.js"></script>
    <script src="scripts/controllers/suitecreate.controller.js"></script>
    <script src="scripts/controllers/task.controller.js"></script>
    <script src="scripts/controllers/taskLog.controller.js"></script>
    <script src="scripts/controllers/report.controller.js"></script>
    <script src="scripts/controllers/project.controller.js"></script>
    <script src="scripts/controllers/projectDetail.controller.js"></script>
    <script src="scripts/controllers/taskModify.controller.js"></script>

    <!-- endbuild -->
</body>

</html>