:::
MarkDown
<{/if}>
<{if $now_op=="show_one_phone_book"}>
<{$name}>
<{$cate_sn}>
<{$birthday}>
<{$phone}>
<{$email}>
<{$zip}>
<{$county}>
<{$city}>
<{$addr}>
<{/if}>
<{if $now_op=="list_phone_book"}>
<{if $all_content}>
<{foreach from=$all_content item=data}>
<{/foreach}>
<{$smarty.const._MA_PHONEBOOK_NAME}>
|
<{$smarty.const._MA_PHONEBOOK_BIRTHDAY}>
|
<{$smarty.const._MA_PHONEBOOK_PHONE}>
|
<{$smarty.const._MA_PHONEBOOK_EMAIL}>
|
<{$smarty.const._MA_PHONEBOOK_ZIP}>
|
<{$smarty.const._MA_PHONEBOOK_COUNTY}>
|
<{$smarty.const._MA_PHONEBOOK_CITY}>
|
<{$smarty.const._MA_PHONEBOOK_ADDR}>
|
<{$smarty.const._TAD_FUNCTION}>
|
<{$data.name}>
|
<{$data.birthday}>
|
<{$data.phone}>
|
<{$data.email}>
|
<{$data.zip}>
|
<{$data.county}>
|
<{$data.city}>
|
<{$data.addr}>
|
<{$smarty.const._TAD_DEL}>
<{$smarty.const._TAD_EDIT}>
|
<{$bar}>
<{else}>
<{/if}>
<{/if}>