「Widget:Schedule」の版間の差分
編集の要約なし |
編集の要約なし |
||
| 126行目: | 126行目: | ||
<!--{if (isset($group))}--> | <!--{if (isset($group))}--> | ||
<script> | <script> | ||
$.getJSON("http://48ch.net/api/schedule/?group=<!--{$group|escape:'htmlall'}-->&callback=?", function(data) { | $.getJSON("http://48ch.net/api/schedule/?group=<!--{$group|escape:'htmlall'}-->&callback=?", function(data) { | ||
$.each(data.items, function(items,item) { | $.each(data.items, function(items,item) { | ||
| 132行目: | 132行目: | ||
}); | }); | ||
}); | }); | ||
</script> | </script> | ||
<ul style="list-style:none;" id="view_<!--{$group|escape:'htmlall'}-->"></ul> | <ul style="list-style:none;" id="view_<!--{$group|escape:'htmlall'}-->"></ul> | ||
<!--{/if}--> | <!--{/if}--> | ||
</includeonly> | </includeonly> | ||