Changeset 10840
- Timestamp:
- Feb 24, 2009, 3:41:44 PM (13 years ago)
- Location:
- OpenPNE3/plugins/opOpenSocialPlugin/trunk
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/plugins/opOpenSocialPlugin/trunk/apps/pc_backend/modules/opOpenSocialPlugin/templates/containerConfigSuccess.php
r10824 r10840 4 4 5 5 <h2><?php echo __('OpenSocialコンテナの設定') ?></h2> 6 7 <p>※OpenSocialコンテナURLは、スラッシュで終らせてください。</p> 6 8 7 9 <form action="<?php echo url_for('opOpenSocialPlugin/containerConfig') ?>" method="post"> -
OpenPNE3/plugins/opOpenSocialPlugin/trunk/apps/pc_frontend/modules/application/actions/components.class.php
r10824 r10840 91 91 if ($isUseOuterShindig) 92 92 { 93 $this->iframeUrl = SnsConfigPeer::get('shindig_url').' /gadgets/ifr?'.http_build_query($getParams).'#rpctoken='.rand(0,getrandmax());93 $this->iframeUrl = SnsConfigPeer::get('shindig_url').'gadgets/ifr?'.http_build_query($getParams).'#rpctoken='.rand(0,getrandmax()); 94 94 } 95 95 else -
OpenPNE3/plugins/opOpenSocialPlugin/trunk/apps/pc_frontend/modules/application/templates/_gadget.php
r10616 r10840 20 20 if ($scrolling) 21 21 { 22 echo " on";22 echo "yes"; 23 23 } 24 24 else 25 25 { 26 echo " off";26 echo "no"; 27 27 } 28 ?>" height="<?php echo ($height) ?>" frameborder="no" src="<?php echo $ iframeUrl?>" class="gadgets-gadget" name="remote_iframe_<?php echo $mid ?>" id="remote_iframe_<?php echo $mid ?>"></iframe>28 ?>" height="<?php echo ($height) ?>" frameborder="no" src="<?php echo $sf_data->getRaw('iframeUrl') ?>" class="gadgets-gadget" name="remote_iframe_<?php echo $mid ?>" id="remote_iframe_<?php echo $mid ?>"></iframe> 29 29 </div> 30 30 </div></div> -
OpenPNE3/plugins/opOpenSocialPlugin/trunk/lib/user/opOpenSocialContainerConfig.class.php
r10824 r10840 135 135 ), 136 136 'rpc' => array( 137 'parentRelayUrl' => ' http://',137 'parentRelayUrl' => '#sns_url#opOpenSocialPlugin/js/rpc_relay.html', 138 138 'useLegacyProtocol' => false 139 139 ),
Note: See TracChangeset
for help on using the changeset viewer.