%%88^88f^88fa3501%%music.html.php

来自「STCMS 音乐系统 v2.5 build 090501: 为达到最佳效果」· PHP 代码 · 共 31 行

PHP
31
字号
<?php /* Smarty version 2.6.19, created on 2009-04-25 21:46:11         compiled from music.html */ ?><?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');smarty_core_load_plugins(array('plugins' => array(array('modifier', 'truncate', 'music.html', 140, false),)), $this); ?><?php $_smarty_tpl_vars = $this->_tpl_vars;$this->_smarty_include(array('smarty_include_tpl_file' => "header.html", 'smarty_include_vars' => array()));$this->_tpl_vars = $_smarty_tpl_vars;unset($_smarty_tpl_vars); ?>
<div class="layer">
	<ul>
      <li id="left">
      	<ul>
            <!-- 鎺ㄨ崘姝屾洸 //-->
            <li class="box">
                <div class="title">鎺ㄨ崘姝屾洸</div>
                <div class="content">
                    <div class="music_list_a">
                        <form name="top_music_form">
                        <ul>
                            <?php $_from = $this->_tpl_vars['recommendMusic']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):    foreach ($_from as $this->_tpl_vars['list']):?>
                            <li>
                                <ul class="music_info">
                                    <li class="music_name"><input class="music_check" name="check" type="checkbox" value="<?php echo $this->_tpl_vars['list']['id']; ?>"> <a href="<?php echo $this->_tpl_vars['config']['webUrl']; ?>music.php?id=<?php echo $this->_tpl_vars['list']['id']; ?>" target="_blank" title="闊充箰:<?php echo $this->_tpl_vars['list']['name']; ?>, 鐐瑰嚮:<?php echo $this->_tpl_vars['list']['hit']; ?>, 鑹烘湳瀹

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?