equal
deleted
inserted
replaced
57 </head> |
57 </head> |
58 |
58 |
59 <h1 class="tweetWriterTitle" style="width:300px;" > <?php print $translate->_("EmbedTitle"); ?></h1> |
59 <h1 class="tweetWriterTitle" style="width:300px;" > <?php print $translate->_("EmbedTitle"); ?></h1> |
60 |
60 |
61 <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> |
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> |
62 |
|
63 <textarea cols="10" rows="10"> |
|
64 <iframe src="<?php echo($config['root'].$config['rep']); ?>/player_embed.php<?php echo(array_key_exists("metadata",$_GET)?"?metadata=".$_GET["metadata"]:""); ?>" width="650" height="640" frameborder="0"></iframe> |
|
65 <p><a href="<?php echo($config['root'].$config['rep']); ?>/polemicaltimeline.php<?php echo(array_key_exists("metadata",$_GET)?"#metadata=".$_GET["metadata"]:""); ?>">Source</a> on <a href="<?php echo($config['root']); ?>">PolemicTweet</a>.</p> |
63 </textarea> |
66 </textarea> |
64 |
67 |
65 </body> |
68 </body> |
66 </html> |
69 </html> |