web/live_embed_form.php
changeset 1560 d441b50586ba
parent 559 64b3376aef6a
equal deleted inserted replaced
1559:796b49572291 1560:d441b50586ba
    36 			padding:5px;
    36 			padding:5px;
    37 			background-image:none;
    37 			background-image:none;
    38 			border:solid 1px #ccc;
    38 			border:solid 1px #ccc;
    39 		}
    39 		}
    40 	</style>
    40 	</style>
    41 	<script type="text/javascript">
       
    42 	
       
    43 	  var _gaq = _gaq || [];
       
    44 	  _gaq.push(['_setAccount', 'UA-23581291-1']);
       
    45 	  _gaq.push(['_trackPageview']);
       
    46 	  _gaq.push(['_setAllowAnchor', true]); 
       
    47 	
       
    48 	
       
    49 	  (function() {
       
    50 	    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
       
    51 	    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
       
    52 	    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
       
    53 	  })();
       
    54 	
       
    55 	</script>
       
    56   </head>
    41   </head>
    57   
    42   
    58   <h1 class="tweetWriterTitle" style="width:300px;" > <?php print $translate->_("EmbedTitle"); ?></h1>
    43   <h1 class="tweetWriterTitle" style="width:300px;" > <?php print $translate->_("EmbedTitle"); ?></h1>
    59   
    44   
    60   <p style="font-size:12px;width:300px;"><?php print $translate->_("EmbedText"); ?> </p>
    45   <p style="font-size:12px;width:300px;"><?php print $translate->_("EmbedText"); ?> </p>