web/live_embed_form.php
changeset 555 11cc96f6db98
parent 536 5dd170a735e9
child 559 64b3376aef6a
equal deleted inserted replaced
554:72840eaeda63 555:11cc96f6db98
    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="450" 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="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>
    62   </textarea>
    62   </textarea>
    63 
    63 
    64   </body>
    64   </body>
    65 </html>
    65 </html>