web/live_embed_form.php
changeset 559 64b3376aef6a
parent 555 11cc96f6db98
child 1560 d441b50586ba
equal deleted inserted replaced
558:541bc68826a4 559:64b3376aef6a
    56   </head>
    56   </head>
    57   
    57   
    58   <h1 class="tweetWriterTitle" style="width:300px;" > <?php print $translate->_("EmbedTitle"); ?></h1>
    58   <h1 class="tweetWriterTitle" style="width:300px;" > <?php print $translate->_("EmbedTitle"); ?></h1>
    59   
    59   
    60   <p style="font-size:12px;width:300px;"><?php print $translate->_("EmbedText"); ?> </p>
    60   <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); ?>/client.php?embed=true" width="880" height="600" frameborder="0"></iframe><p><a href="<?php echo(URL_ROOT.$rep); ?>/client.php">Source</a> on <a href="<?php echo(URL_ROOT); ?>">PolemicTweet</a>.</p>
    61   <textarea cols="10" rows="10"><iframe src="<?php echo(URL_ROOT.$rep); ?>/client.php?embed=true" width="900" height="600" frameborder="0"></iframe><p><a href="<?php echo(URL_ROOT.$rep); ?>/client.php">Source</a> on <a href="<?php echo(URL_ROOT); ?>">PolemicTweet</a>.</p>
    62   </textarea>
    62   </textarea>
    63 
    63 
    64   </body>
    64   </body>
    65 </html>
    65 </html>