<{* $Id: twitter_view_main_init.html,v 1.2 2011/03/28 10:04:31 ohwada Exp $ *}> <{* K.OHWADA 2010-08-01 *}>
<{$action.user.screen_name|smarty:nodefaults}>
<{$action.user.screen_name|smarty:nodefaults}>
<{$action.user.description|smarty:nodefaults}>
<{if $action.message}> <{$action.message|smarty:nodefaults}> <{/if}> <{if $action.error}>
<{$action.error|smarty:nodefaults}>
<{/if}>

<{$lang.twitter_tweet_what}>

<{* form *}>

<{* form end *}> <{* show timeline *}> <{if $action.show_items }> <{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}>
<{* show error *}> <{else}>
<{$action.items_error|smarty:nodefaults}>
<{/if}> <{* script *}> <{include file="twitter_script.html"}>