equal
deleted
inserted
replaced
12 <html lang="<?php echo($actual); ?>"> |
12 <html lang="<?php echo($actual); ?>"> |
13 <head> |
13 <head> |
14 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
14 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
15 <title>embed Configuration</title> |
15 <title>embed Configuration</title> |
16 |
16 |
17 <!-- JAVASCRIPT --> |
17 <!-- JAVASCRIPT --> |
18 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> |
|
19 <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.min.js"></script> |
|
20 <script type="text/javascript" src="res/raphael/raphael-min.js"></script> |
|
21 |
|
22 <link rel="stylesheet" href="../res/css/custom.css" type="text/css" media="screen, projection"> |
18 <link rel="stylesheet" href="../res/css/custom.css" type="text/css" media="screen, projection"> |
23 |
19 |
24 <!-- FONT --> |
20 <!-- FONT --> |
25 <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin' rel='stylesheet' type='text/css'> |
21 <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin' rel='stylesheet' type='text/css'> |
26 <link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin' rel='stylesheet' type='text/css'> |
22 <link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin' rel='stylesheet' type='text/css'> |
30 padding:0px; |
26 padding:0px; |
31 margin:0px; |
27 margin:0px; |
32 background-image:none; |
28 background-image:none; |
33 width:300px; |
29 width:300px; |
34 padding:5px; } |
30 padding:5px; } |
35 .tooltip{ |
|
36 z-index: 10000000000; |
|
37 } |
|
38 #tip{ |
|
39 position : absolute; |
|
40 padding : 3px; |
|
41 z-index: 10000000000; |
|
42 max-width: 200px; |
|
43 } |
|
44 #tip { |
|
45 display: none; |
|
46 background: transparent url("../images/white_arrow_long.png"); |
|
47 font-size: 12px; |
|
48 height: 125px; |
|
49 width: 180px; |
|
50 padding: 10px; |
|
51 padding-left: 15px; |
|
52 padding-top: 15px; |
|
53 padding-right: 15px; |
|
54 color: black; |
|
55 z-index: 10000000000; |
|
56 font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
57 overflow:hidden; |
|
58 } |
|
59 #chartTimeline{ |
|
60 padding-top: <?php echo($player_height-70); ?>px; |
|
61 z-index: 100000; |
|
62 position : absolute; |
|
63 } |
|
64 textarea { |
31 textarea { |
65 margin-left:3px; |
32 margin-left:3px; |
66 height: 150px; |
33 height: 150px; |
67 width: 330px; |
34 width: 330px; |
68 padding:5px; |
35 padding:5px; |
90 </head> |
57 </head> |
91 |
58 |
92 <h1 class="tweetWriterTitle" style="width:300px;" > <?php print $translate->_("EmbedTitle"); ?></h1> |
59 <h1 class="tweetWriterTitle" style="width:300px;" > <?php print $translate->_("EmbedTitle"); ?></h1> |
93 |
60 |
94 <p style="font-size:12px;width:300px;"><?php print $translate->_("EmbedText"); ?> </p> |
61 <p style="font-size:12px;width:300px;"><?php print $translate->_("EmbedText"); ?> </p> |
95 <textarea cols="10" rows="10"><iframe src="<?php echo($config['root'].$config['rep']); ?>/player_embed.php" width="<?php echo($player_width); ?>" height="<?php echo($player_height); ?>" frameborder="0"></iframe><p><a href="<?php echo($config['root'].$config['rep']); ?>"><?php echo($config['title']); ?></a> from <a href="<?php echo($config['link']); ?>">RSLN</a>on <a href="<?php echo($config['root']); ?>">Polemical Tweet</a>.</p> |
62 <textarea cols="10" rows="10"><iframe src="<?php echo($config['root'].$config['rep']); ?>/player_embed.php<?php echo(array_key_exists("metadata",$_GET)?"?metadata=".$_GET["metadata"]:"") ?>" width="<?php echo($player_width); ?>" height="<?php echo($player_height); ?>" frameborder="0"></iframe><p><a href="<?php echo($config['root'].$config['rep']); ?>"><?php echo($config['title']); ?></a> from <a href="<?php echo($config['link']); ?>">RSLN</a>on <a href="<?php echo($config['root']); ?>">Polemical Tweet</a>.</p> |
96 </textarea> |
63 </textarea> |
97 |
64 |
98 </body> |
65 </body> |
99 </html> |
66 </html> |