{include file='lib/header.html'}
{include file='shopnav.html'}
| 名称 |
容量人数 |
今日预定 |
明日预定 |
预定 |
{foreach item=c from=$list}
| {$c.room_name} |
{$c.room_men} |
今日预定 |
明日预定 |
我要预定 |
{/foreach}
最新排队
{foreach item=c from=$neworder}
| {$c.order_time|date:Y-m-d H@i} {$c.room_name} |
{/foreach}
餐厅基本信息
| 外卖时间 |
{$shopconfig.starthour}:{if !$shopcaonfig.startminute}00{else}{$shopconfig.startminute}{/if}-{$shopconfig.endhour}:{if !$shopconfig.endminute}00{else}{$shopconfig.endminute}{/if} |
| 送餐费用 |
{$shopconfig.sendprice}元 |
| 起送金额 |
{$shopconfig.minprice}元 |
| 餐厅地址 |
{$shop.address} |
| 餐厅电话 |
{$shop.phone} |
| 送餐范围 |
{$shop.sendarea} |
| 还有…… |
{$shop.info}
|
{include file='lib/footer.html'}