OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / s / photoslide / include / template / index.tmpl.html
1 /**\r
2  * 表示データ作成用テンプレート(patTemplate)\r
3  *\r
4  * LICENSE: This source file is licensed under the terms of the GNU General Public License.\r
5  *\r
6  * @package    Magic3 Framework\r
7  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>\r
8  * @copyright  Copyright 2006-2012 Magic3 Project.\r
9  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License\r
10  * @version    SVN: $Id: index.tmpl.html 4700 2012-02-19 14:28:34Z fishbone $\r
11  * @link       http://www.magic3.org\r
12  */\r
13 <patTemplate:tmpl name="_widget">\r
14 <div id="{CSS_ID}" class="photoslide"><patTemplate:tmpl name="image_list">{IMAGE_TAG}</patTemplate:tmpl>\r
15 </div>\r
16 <script type="text/javascript">\r
17 //<![CDATA[\r
18 $(function(){\r
19 $('#{CSS_ID}').cycle({ \r
20     {EFFECT}\r
21 });\r
22 });\r
23 //]]>\r
24 </script>\r
25 </patTemplate:tmpl>\r