web/mashup/embed_form.php
changeset 210 ce76cecb5ca2
parent 205 dfda2d71838b
child 214 8aaabfa53bc5
equal deleted inserted replaced
209:b3091d5aa6cc 210:ce76cecb5ca2
    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>