数组定义用法统一

This commit is contained in:
thinkphp
2013-04-11 14:49:39 +08:00
parent bbe3ebedcf
commit 00ee80e943
35 changed files with 83 additions and 81 deletions

View File

@@ -18,10 +18,10 @@ body{ background: #fff; font-family: '微软雅黑'; color: #333; font-size: 16p
<div class="system-message">
<present name="message">
<h1>:)</h1>
<p class="success"><?php echo($message); ?></p>
<p class="success"><?php echo(strip_tags($message)); ?></p>
<else/>
<h1>:(</h1>
<p class="error"><?php echo($error); ?></p>
<p class="error"><?php echo(strip_tags($error)); ?></p>
</present>
<p class="detail"></p>
<p class="jump">