Changeset 206052
- Timestamp:
- 02/15/2010 04:42:08 PM (16 years ago)
- File:
-
- 1 edited
-
silverlight-gallery/trunk/sl-gallery.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
silverlight-gallery/trunk/sl-gallery.php
r206027 r206052 38 38 define("SLGALLERY_META_START", "[sl-gallery:"); 39 39 define("SLGALLERY_META_END", "]"); 40 define("SLGALLERY_TARGET", "<div class=\"silverlightControlHost\"><object data=\"data:application/x-silverlight-2,\" type=\"application/x-silverlight-2\" width=\"###WIDTH###\" height=\"###HEIGHT###\" style='outline:none'>\n<param name=\"source\" value=\"".urlPlugins("s l-gallery")."/ClientBin/pluginSL.xap\"/>\n<param name=\"background\" value=\"###BGCOLOR###\" />\n<param name=\"windowless\" value=\"###BGMODE###\" />\n<param name=\"minRuntimeVersion\" value=\"###MINVER###\" />\n<param name=\"initParams\" value=\"GalleryUrl=".urlPlugins("sl-gallery")."/image_xml.php?id=###POSTID###,\n\t leftArrow=###LEFTARROW###, \n\trightArrow=###RIGHTARROW###, \n\tpageNumbers=###PAGENUMBERS###, \n\tthumbnails=###THUMBNAILS###, \n\tfill=###FILL######OTHERPARAMS###\" />\n<param name=\"autoupgrade\" value=\"true\" />\n<param name=\"enableHtmlAccess\" value=\"true\" /><a href=\"http://go.microsoft.com/fwlink/?LinkID=149156\" style=\"text-decoration: none;\"><img src=\"http://storage.timheuer.com/sl4wp-ph.png\" alt=\"Install Microsoft Silverlight\" style=\"border-style: none; width:400px; height:200px\"/></a></object></div>");40 define("SLGALLERY_TARGET", "<div class=\"silverlightControlHost\"><object data=\"data:application/x-silverlight-2,\" type=\"application/x-silverlight-2\" width=\"###WIDTH###\" height=\"###HEIGHT###\" style='outline:none'>\n<param name=\"source\" value=\"".urlPlugins("silverlight-gallery")."/ClientBin/pluginSL.xap\"/>\n<param name=\"background\" value=\"###BGCOLOR###\" />\n<param name=\"windowless\" value=\"###BGMODE###\" />\n<param name=\"minRuntimeVersion\" value=\"###MINVER###\" />\n<param name=\"initParams\" value=\"GalleryUrl=".urlPlugins("silverlight-gallery")."/image_xml.php?id=###POSTID###,\n\t leftArrow=###LEFTARROW###, \n\trightArrow=###RIGHTARROW###, \n\tpageNumbers=###PAGENUMBERS###, \n\tthumbnails=###THUMBNAILS###, \n\tfill=###FILL######OTHERPARAMS###\" />\n<param name=\"autoupgrade\" value=\"true\" />\n<param name=\"enableHtmlAccess\" value=\"true\" /><a href=\"http://go.microsoft.com/fwlink/?LinkID=149156\" style=\"text-decoration: none;\"><img src=\"http://storage.timheuer.com/sl4wp-ph.png\" alt=\"Install Microsoft Silverlight\" style=\"border-style: none; width:400px; height:200px\"/></a></object></div>"); 41 41 42 42 function slgallery_the_content($content) {
Note: See TracChangeset
for help on using the changeset viewer.