changed git call from https to git readonly
[atutor.git] / mods / social / html / individual_application.tmpl.php
1 <!--  compressed with java -jar {$path}/yuicompressor-2.3.5.jar -o {$file}-min.js {$file}.js -->
2 <script type="text/javascript"
3         src="<?php echo AT_SHINDIG_URL; ?>/gadgets/js/rpc.js?c=1"></script>
4 <script type="text/javascript" src="<?php echo AT_SOCIAL_BASENAME; ?>lib/js/jquery-1.3.2.js"></script>
5 <script type="text/javascript"
6         src="http://www.prototypejs.org/assets/2008/9/29/prototype-1.6.0.3.js"></script>
7         <script type="text/javascript" src="<?php echo AT_SOCIAL_BASENAME; ?>lib/js/container.js"></script>
8
9 <h3><?php echo $this->app->getTitle(); ?></h3>
10 <div class="gadgets-gadget-content"><iframe width="800px"
11         scrolling="<?=$this->gadget['scrolling'] || $this->gadget['scrolling'] == 'true' ? 'yes' : 'no'?>"
12         height="<?php $app=$this->app; echo $app->getHeight();?>px"
13         frameborder="no" src="<?php echo $this->iframe_url;?>" class="gadgets-gadget"
14         name="remote_iframe_<?php echo $this->app->getId();?>"
15         id="remote_iframe_<?php echo $this->app->getId();?>"></iframe></div>
16 </div>