remove old readme
[atutor.git] / themes / simplified-desktop / social / 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 <!-- header.inc.php has jscript/InfusionAll.js imported.  Jquery should be there with it
5 <script type="text/javascript" src="<?php echo AT_SOCIAL_BASENAME; ?>lib/js/jquery-1.3.2.js"></script>
6 -->
7 <script type="text/javascript"
8         src="<?php echo AT_SOCIAL_BASENAME; ?>lib/js/prototype.js"></script>
9 <script type="text/javascript" src="<?php echo AT_SOCIAL_BASENAME; ?>lib/js/container.js"></script>
10 <div class="social-wrapper">
11 <h3><?php echo $this->app->getTitle(); ?></h3>
12 <div class="gadgets-gadget-content"><iframe width="95%"
13         scrolling="<?php echo $this->app->getScrolling(); ?>"
14         height="<?php $app=$this->app; echo $app->getHeight();?>px"
15         frameborder="0" src="<?php echo $this->iframe_url;?>" class="gadgets-gadget"
16         name="remote_iframe_<?php echo $this->app->getId();?>"
17         id="remote_iframe_<?php echo $this->app->getId();?>"></iframe>
18 </div>
19 <div style="clear:both;"></div>
20 </div>