<{* $Id: twitter_view_main_init.html,v 1.1.1.1 2010/09/01 07:38:06 ohwada Exp $ *}> <{* K.OHWADA 2010-08-01 *}> <{if $action.message}> <{$action.message|smarty:nodefaults}> <{/if}> <{if $action.error}>
<{$action.error|smarty:nodefaults}>
<{/if}>

<{$lang.twitter_tweet_what}>

<{* form *}>
<{* form end *}>
<{foreach from=$action.items item=item }> <{/foreach}>
<{$item.user_name|smarty:nodefaults}> <{$item.user_screen_name|smarty:nodefaults}> <{$item.text|smarty:nodefaults}>
<{$item.created_at|smarty:nodefaults}>   <{$item.source|smarty:nodefaults}>
<{* script *}> <{include file="twitter_script.html"}>