Merge pull request #14667 from hoegrammer/master
[civicrm-core.git] / templates / CRM / Widget / widget.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
11 <head>
12 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
13 <title>widget</title>
14 </head>
15 <body bgcolor="#ffffff">
16 <!--url's used in the movie-->
17 <!--text used in the movie-->
18 <!--
19 Arguments
20 Actions
21 Result
22 -->
23
24 <!-- saved from url=(0013)about:internet -->
25 <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="550" height="400" id="widget" align="middle">
26 <param name="allowScriptAccess" value="sameDomain" />
27 <param name="FlashVars" value="{$flashVars}">
28 <param name="movie" value="widget.swf" />
29 <param name="quality" value="high" />
30 <param name="bgcolor" value="#ffffff" />
31 <embed flashvars="{$flashVars}" src="{$config->resourceBase}extern/Widget/widget.swf" quality="high" bgcolor="#ffffff" width="220" height="220" name="widget" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
32 </object>
33 </body>
34 </html>