equal
deleted
inserted
replaced
34 height: 150px; |
34 height: 150px; |
35 width: 330px; |
35 width: 330px; |
36 padding:5px; |
36 padding:5px; |
37 background-image:none; |
37 background-image:none; |
38 border:solid 1px #ccc; |
38 border:solid 1px #ccc; |
|
39 font-size: 12px; |
39 } |
40 } |
40 </style> |
41 </style> |
41 <script type="text/javascript"> |
42 <script type="text/javascript"> |
42 |
43 |
43 var _gaq = _gaq || []; |
44 var _gaq = _gaq || []; |
56 </head> |
57 </head> |
57 |
58 |
58 <h1 class="tweetWriterTitle" style="width:300px;" > <?php print $translate->_("EmbedTitle"); ?></h1> |
59 <h1 class="tweetWriterTitle" style="width:300px;" > <?php print $translate->_("EmbedTitle"); ?></h1> |
59 |
60 |
60 <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> |
61 <textarea cols="10" rows="10"><iframe src="<?php echo(URL_ROOT.$rep); ?>/player_embed.php<?php echo(array_key_exists("metadata",$_GET)?"?metadata=".$_GET["metadata"]:""); ?>" width="<?php echo($config['player_width']); ?>" height="<?php echo($config['player_height']); ?>" frameborder="0"></iframe><p><a href="<?php echo(URL_ROOT.$rep); ?>/polemicaltimeline.php<?php echo(array_key_exists("metadata",$_GET)?"#metadata=".$_GET["metadata"]:""); ?>">Source</a> on <a href="<?php echo(URL_ROOT); ?>">PolemicTweet</a>.</p> |
62 <textarea cols="10" rows="10"><div id="metadataplayer_embed"></div><script type="text/javascript" src="<?php echo(URL_ROOT.$rep); ?>/embedscript.php<?php echo(array_key_exists("metadata",$_GET)?"?metadata=".$_GET["metadata"]:""); ?>"></script></textarea> |
62 </textarea> |
|
63 |
63 |
64 </body> |
64 </body> |
65 </html> |
65 </html> |