⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config_index.tpl.php

📁 a short sketch about linux syntex lines.
💻 PHP
📖 第 1 页 / 共 2 页
字号:
                  <option value="300" <?php if((int)$this->config['refreshplayer'] == 300) {echo 'selected="selected" ';} ?> >5分钟</option>
                  <option value="600" <?php if((int)$this->config['refreshplayer'] == 600) {echo 'selected="selected" ';} ?> >10分钟</option>
                  <option value="900" <?php if((int)$this->config['refreshplayer'] == 900) {echo 'selected="selected" ';} ?> >15分钟</option>
                  <option value="1800" <?php if((int)$this->config['refreshplayer'] == 1800) {echo 'selected="selected" ';} ?> >30分钟</option>
                </select>
                *不统计某些并发控制功能将无效</td>
            </tr>
            <tr class="row">
              <td><strong>在线人数</strong>:<br />
                统计指定时间内的在线用户</td>
              <td class="row"><select name="refreshonline" id="refreshonline" style="width:200px">
                  <option value="0" <?php if((int)$this->config['refreshonline']== 0) {echo 'selected="selected" ';} ?> >不统计在线用户</option>
                  <option value="300" <?php if((int)$this->config['refreshonline'] == 300) {echo 'selected="selected" ';} ?> >5分钟</option>
                  <option value="600" <?php if((int)$this->config['refreshonline'] == 600) {echo 'selected="selected" ';} ?> >10分钟</option>
                  <option value="900" <?php if((int)$this->config['refreshonline'] == 900) {echo 'selected="selected" ';} ?> >15分钟</option>
                  <option value="1200" <?php if((int)$this->config['refreshonline'] ==1200) {echo 'selected="selected" ';} ?> >20分钟</option>
                  <option value="1800" <?php if((int)$this->config['refreshonline'] == 1800) {echo 'selected="selected" ';} ?> >30分钟</option>
                </select>              </td>
            </tr>
            <tr class="row">
              <td><strong>点播日志</strong>:<br />
                保存系统时间的时间</td>
              <td class="row"><select name="clearlog" id="clearlog" style="width:200px">
                  <option value="0" <?php if((int)$this->config['clearlog'] == 0) {echo 'selected="selected" ';} ?> >不统计点播记录</option>
                  <option value="1" <?php if((int)$this->config['clearlog'] == 1) {echo 'selected="selected" ';} ?> >保存一天</option>
                  <option value="7" <?php if((int)$this->config['clearlog'] == 7) {echo 'selected="selected" ';} ?> >保存一周</option>
                  <option value="30" <?php if((int)$this->config['clearlog'] == 30) {echo 'selected="selected" ';} ?> >保存一个月</option>
                  <option value="90" <?php if((int)$this->config['clearlog'] == 90) {echo 'selected="selected" ';} ?> >保存三个月</option>
                </select>              </td>
            </tr>
            <tr class="row">
              <td><strong>影片评论</strong>:<br />
                是否启用影片评论</td>
              <td class="row"><input name="pl" type="radio" class="radio" value="0" <?php if((int)$this->config['pl'] == 0) {echo 'checked="checked" ';} ?> />
                关闭
                <input name="pl" type="radio" class="radio" value="1" <?php if((int)$this->config['pl'] == 1) {echo 'checked="checked" ';} ?> />
                开启</td>
            </tr>
            <tr class="row">
              <td><strong>客服电话</strong>:</td>
              <td class="row"><input name="phone" type="text" id="phone" value="<?php echo $this->config['phone'];?>" /></td>
            </tr>
            <tr class="row">
              <td><strong>客服 QQ</strong>:</td>
              <td class="row"><input name="qq" type="text" id="qq" value="<?php echo $this->config['qq'];?>" /></td>
            </tr>
            <tr class="row">
              <td><strong>统计代码</strong>:</td>
              <td class="row"><textarea name="tj" cols="60" rows="3" class="row-content" id="tj"><?php echo stripslashes($this->config['tj']);?></textarea></td>
            </tr>
            <tr class="row">
              <td><strong>邮件服务器</strong>:</td>
              <td class="row"><input name="smtp" type="text" id="smtp" value="<?php echo $this->config['smtp'];?>" size="40" /></td>
            </tr>
            <tr class="row">
              <td><strong>SMTP端口</strong>:</td>
              <td class="row"><input name="port" type="text" id="port" value="<?php echo $this->config['port'];?>" size="40" />
                *一般为25</td>
            </tr>
            <tr class="row">
              <td><strong>SMTP用户</strong>:</td>
              <td class="row"><input name="smtpuser" type="text" id="smtpuser" value="<?php echo $this->config['smtpuser'];?>" size="40" /></td>
            </tr>
            <tr class="row">
              <td><strong>登陆密码</strong>:</td>
              <td class="row"><input name="smtpass" type="password" id="smtpass" value="<?php echo $this->config['smtpass'];?>" size="40" />
                *SMTP登录用户密码</td>
            </tr>
            <tr class="row">
              <td><strong>联系邮箱</strong>:</td>
              <td class="row"><input name="sitemail" type="text" id="sitemail" value="<?php echo $this->config['sitemail'];?>" size="40" />
                *一般与SMTP用户一致</td>
            </tr>
            <tr class="row">
              <td><strong>秘密通道组:</strong></td>
              <td class="row"><label>
                <select name="vip" id="vip" style="width:200px">
				<?php echo $this->vipoption;?>
                </select>
              </label></td>
            </tr>
            <tr class="row">
              <td><strong>系统默认时区:</strong></td>
              <td class="row">
			  <select name="timezone" id="timezone">
                <option value="Asia/Shanghai" <?php if($this->config['timezone'] == 'Asia/Shanghai') echo 'selected';?>>中国</option>
				<option value="America/New_York" <?php if($this->config['timezone'] == 'America/New_York') echo 'selected';?> >美国/纽约</option>
				<option value="Asia/Tokyo" <?php if($this->config['timezone'] == 'Asia/Tokyo') echo 'selected';?> >日本东京</option>
				<option value="Europe/London" <?php if($this->config['timezone'] == 'Europe/London') echo 'selected';?> >英国伦敦</option>
              </select>
			  *具体可以参考http://www.php.net/manual/zh/timezones.europe.php增加更多时间支持              </td>
            </tr>
            <tr class="row">
              <td><strong>前台分页数:</strong></td>
              <td class="row"><label>
                <input name="pagesize" type="text" id="pagesize" value="<?php echo $this->config['pagesize'];?>" size="5" />
              </label></td>
            </tr>
            <tr class="row">
              <td><strong>后台分页数:</strong></td>
              <td class="row"><input name="maxpage" type="text" id="maxpage" value="<?php echo $this->config['maxpage'];?>" size="5" /></td>
            </tr>
            <tr class="row">
              <td>&nbsp;</td>
              <td class="row"><input name="" type="submit" class="btn" value="保存配置" />
              <input name="Submit" type="button" class="btn" value="置 顶" onClick="window.scrollTo(0,0)"></td>
            </tr>
          </form>
        </table>
      </div>
      <div id="App-Version-Prompt" style="display:none;">
        <div class="space"></div>
        <div class="Block">
          <div class="BlockBar">秀影版本更新信息</div>
          <div class="BlockContent" id="App-Version-Prompt-Body" style="padding:20px 5px 20px 5px; text-align:center; background:#FFFFCC;">loading...</div>
        </div>
      </div></td>
  </tr>
</table>
<?php
echo $this->render('copyright');
?>
</body>
</html>

⌨️ 快捷键说明

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