web/mashup/embed_form.php
changeset 214 8aaabfa53bc5
parent 210 ce76cecb5ca2
equal deleted inserted replaced
213:36bd421b570d 214:8aaabfa53bc5
    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   
    62   
    63   <textarea cols="10" rows="10">
    63   <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="650" height="670" frameborder="0"></iframe><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></textarea>
    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>
       
    66   </textarea>
       
    67 
    64 
    68   </body>
    65   </body>
    69 </html>
    66 </html>