Sha256: 1c3bd301fc03988e4389cf00e565c1f6a9e91a792f4f8d6530220772dd47f237

Contents?: true

Size: 1.56 KB

Versions: 29

Compression:

Stored size: 1.56 KB

Contents

<!doctype html>
<html class="no-js" lang="">

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>RoomCast - Teacher controls</title>
    <meta name="description" content="The interface to control the class activities in real-time.">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" type="text/css" href="dist/main.css">
</head>

<body>

<!-- Nutella -->
<script src="dist/nutella_lib.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">

    // Parse the query parameters
    var query_parameters = NUTELLA.parseURLParameters();

    // Get an instance of nutella.
    var nutella = NUTELLA.init(query_parameters.broker, query_parameters.app_id, query_parameters.run_id, 'broadcasting-interface');

</script>

<!-- This script adds the Roboto font to our project. For more detail go to this site:  http://www.google.com/fonts#UsePlace:use/Collection:Roboto:400,300,500 -->
<script>
    var WebFontConfig = {
        google: {
            families: ['Roboto:400,300,200,100,500:latin']
        }
    };
    (function () {
        var wf = document.createElement('script');
        wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
                '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
        wf.type = 'text/javascript';
        wf.async = 'true';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(wf, s);
    })();
</script>

<script src="dist/app.js"></script>



</body>

</html>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
nutella_framework-0.6.18 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.17 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.16 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.15 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.13 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.12 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.11 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.10 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.9 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.8 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.7 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.6 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.5 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.4 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.3 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.2 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.1 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.6.0 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.5.1 framework_components/roomcast-teacher-controls/index.html
nutella_framework-0.5.0 framework_components/roomcast-teacher-controls/index.html