-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwidget.xml
124 lines (89 loc) · 5.27 KB
/
widget.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="AlexAlexFrontend" description="Frontend von Alex und Alex"
author="A2" author_email="[email protected]"
width="500" height="500">
<Require feature="opensocial-0.8"></Require>
<Require feature="openapp"></Require>
<Require feature="dynamic-height"></Require>
<OAuth>
<Service name="openapp"
xmlns:openapp="http://www.role-project.eu/xml/openapp/opensocialext/"
openapp:service="http://purl.org/role/terms/spaceService"
openapp:permitReadAppend="http://purl.org/role/terms/data">
<Request method="" url=""></Request>
<Authorization url=""></Authorization>
<Access method="" url=""></Access>
</Service>
</OAuth>
</ModulePrefs>
<Content type="html">
<![CDATA[
<!--
Copyright (c) 2015 Advanced Community Information Systems (ACIS) Group,
Chair of Computer Science 5 (Databases & Information Systems), RWTH Aachen University, Germany
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the ACIS Group nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AlexAlexFrontend</title>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Bootstrap stylesheet import -->
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<!-- own style information -->
<link rel="stylesheet" href="http://cloud10.dbis.rwth-aachen.de:8088/frontendComponent-UncleWaldosFrontend/css/style.css">
<!-- import jQuery for AJAX calls -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!-- inter widget communication library import -->
<script type="text/javascript" src="http://cloud10.dbis.rwth-aachen.de:8088/frontendComponent-UncleWaldosFrontend/js/lib/iwc.js"></script>
<!-- additional widget specific imports (put your own imports here as well) -->
<!-- import the client library -->
<script type="text/javascript" src="http://cloud10.dbis.rwth-aachen.de:8088/frontendComponent-UncleWaldosFrontend/js/lib/las2peerWidgetLibrary.js"></script>
<!-- import application script -->
<script type="text/javascript" src="http://cloud10.dbis.rwth-aachen.de:8088/frontendComponent-UncleWaldosFrontend/js/applicationScript.js"></script>
</head>
<body>
<!-- container for actual page content -->
<div class="container" id="main-content">
<span id='span_1' style="position: absolute; left: 30px; top: 230px; width: 330px; height: 60px; ">How many feathers has uncle waldo left on his tail?</span>
<label id='' style="position: absolute; left: 34px; top: 340px; "><input name="choice_var" type="radio" id="radio_3" >3</label>
<iframe id='iframe_1' src="https://www.youtube.com/embed/rnj6cnlIjM4" style="position: absolute; left: 10px; top: 10px; width: 480px; height: 197px; "> </iframe>
<label id='' style="position: absolute; left: 166px; top: 290px; "><input name="choice_var" type="radio" id="radio_2" >2</label>
<label id='' style="position: absolute; left: 158px; top: 340px; "><input name="choice_var" type="radio" id="radio_4" >too many to m?count</label>
<label id='' style="position: absolute; left: 34px; top: 290px; "><input name="choice_var" type="radio" id="radio_1" >1</label>
<button id='button_sasha' style="position: absolute; left: 380px; top: 230px; width: 100px; height: 50px; ">Continue</button>
</div>
</body>
</html>
]]>
</Content>
</Module>