Пример #1
0
    ?>
未知<?php 
}
?>
</td>
	</tr>
	<tr>
		<td align="right">联系地址:</td>
		<td><?php 
echo GetAreaTitle($Profile[StateID]);
?>
 <?php 
echo GetAreaTitle($Profile[CityID]);
?>
 <?php 
echo GetAreaTitle($Profile[TownID]);
echo self::__htmlspecialchars($Profile[Address]);
?>
</td>
	</tr>
	<tr>
		<td align="right">邮政编码:</td>
		<td><?php 
echo self::__htmlspecialchars($Profile[Postcode]);
?>
</td>
	</tr>
	<tr>
		<td align="right">联系人:</td>
		<td><?php 
echo self::__htmlspecialchars($Profile[RealName]);
Пример #2
0
?>
</b></td>
                </tr>
              <tr>
                <td><?php 
echo self::__htmlspecialchars($Detail[Describe]);
?>
</td>
              </tr>
              <tr>
                <td>关键字: <?php 
echo self::__htmlspecialchars($Detail[Keywords]);
?>
&nbsp;&nbsp;专题属性:<?php 
if ($Detail[AreaID]) {
    echo GetAreaTitle($Detail[AreaID]);
} else {
    ?>
Public 公用专题<?php 
}
?>
</td>
              </tr>
            </table></td>
          </tr>
        </table>
      </div>
    </div>
</div>
<div class="clear"></div>
<div class="block"></div>
Пример #3
0
        ?>
</td>
		<td align="center"><?php 
        if (!$list[Status]) {
            ?>
禁用<?php 
        } else {
            ?>
启用<?php 
        }
        ?>
</td>
		<td>&nbsp;<?php 
        echo GetAreaTitle($list[StateID]);
        echo GetAreaTitle($list[CityID]);
        echo GetAreaTitle($list[TownID]);
        ?>
</td>
		<td align="center"><?php 
        echo $list[DisplayOrder];
        ?>
</td>
		<td align="center"><a
			href="<?php 
        echo UrlRewriteSimple('Links', 'Index');
        ?>
&ID=<?php 
        echo $list[ID];
        ?>
">编辑</a></td>
	</tr>