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

📄 editmyself.tpl.php

📁 a short sketch about linux syntex lines.
💻 PHP
字号:

<form action="<?php echo $this->installdir;?>?mod=member&action=editmyself" method="post">
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
      <td width="759" background="<?php echo $this->basedir;?>templates/member/images/list_title_bg.gif"><IMG src="<?php echo $this->basedir;?>templates/member/images/useredut_title.gif" width="680" height=50></td>
    </tr>
    <tr>
      <td background="<?php echo $this->basedir;?>templates/member/images/movie_title_line_bg.gif">&nbsp;</td>
    </tr>
    <tr>
      <td><table border="0" cellpadding="3" cellspacing="2">
          <tr>
            <td align="right">用户编号:</td>
            <td><?php echo $this->modify['uid'];?></td>
          </tr>
          <tr>
            <td align="right">用户名:</td>
            <td><?php echo $this->modify['username'];?></td>
          </tr>
          <tr>
            <td align="right">消费模式:</td>
            <td><?php echo $this->modify['usertype'] ? '包月' : '计点';?></td>
          </tr>
          <tr>
            <td align="right">会员等级:</td>
            <td><?php echo $this->modify['groupname'] ? $this->modify['groupname'] : '游客' ;?></td>
          </tr>
          <tr>
            <td align="right">影币:</td>
            <td><?php echo (int)$this->modify['point'];?></td>
          </tr>
          <tr>
            <td align="right">包月到期:</td>
            <td><?php if($this->modify['lifetime'] < time()){echo '已到期,请充值';}else{ echo date('Y-m-d H:i:s', $this->modify['lifetime']);}?></td>
          </tr>
          <tr>
            <td align="right">性别:</td>
            <td><input type="radio" name="gender" value="1" <?php if($this->modify['gender'] == 1) echo 'checked="checked"';?>>
              <input type="radio" name="gender" value="2" <?php if($this->modify['gender'] == 2) echo 'checked="checked"';?>}>
              <input type="radio" name="gender" value="0" <?php if($this->modify['gender'] == 0) echo 'checked="checked"';?>>
              保密</td>
          </tr>
          <tr>
            <td align="right">联系邮箱:</td>
            <td><input name="email" type="text" id="email" value="<?php echo $this->modify['email'];?>" />
              *请填写联系QQ邮箱或者MSN或电子邮箱</td>
          </tr>
          <tr>
            <td align="right">注册时间:</td>
            <td><?php echo date('Y-m-d H:i:s', $this->modify['regdate']);?></td>
          </tr>
          <tr>
            <td align="right">上次登陆:</td>
            <td><?php echo date('Y-m-d H:i:s', $this->modify['lastime']);?></td>
          </tr>
          <tr>
            <td align="right">登陆次数:</td>
            <td><?php echo $this->modify['logins'];?></td>
          </tr>
          <tr>
            <td align="right">订单数:</td>
            <td><?php echo $this->modify['payment'];?></td>
          </tr>
          <tr>
            <td align="right">今日点播数:</td>
            <td><?php echo $this->modify['plays'];?></td>
          </tr>
          <tr>
            <td align="right">今日点播数:</td>
            <td><?php echo date('Y-m-d H:i:s', $this->modify['playtime']);?></td>
          </tr>
		  <?php
		  if ($this->modify['recommend']){?>
          <tr>
            <td align="right">推荐人:</td>
            <td><?php echo $this->modify['recommend'];?></td>
          </tr>
		  <?php
		  }
		  if ($this->modify['bindip']){?>
          <tr>
            <td align="right">绑定IP:</td>
            <td><?php echo $this->modify['bindip'];?></td>
          </tr>
		  <?php
		  }
		  if ($this->modify['maxdown']){?>
          <tr>
            <td align="right">下载速度:</td>
            <td><?php echo $this->modify['maxdown'];?></td>
          </tr>
		  <?php
		  }
		  if ($this->modify['maxip']){?>
          <tr>
            <td align="right">下载线程:</td>
            <td><?php echo $this->modify['maxip']?></td>
          </tr>
		  <?php
		  }
		  if ($this->modify['maxdata']){?>
          <tr>
            <td align="right">最大流量:</td>
            <td><?php echo $this->modify['maxdata'];?> </td>
          </tr>
		  <?php }?>
        </table></td>
    </tr>
    <tr>
      <td background="<?php echo $this->basedir;?>templates/member/images/movie_title_line_bg.gif">&nbsp;</td>
    </tr>
    <tr>
      <td><INPUT type=image height=32 width=147 
      src="<?php echo $this->basedir;?>templates/member/images/edit_butto.gif" border=0 name=imageField>
        <A 
      href="javascript:history.back(1)"><IMG height=32 
      src="<?php echo $this->basedir;?>templates/member/images/edit_button.gif" width=147 border=0></A></td>
    </tr>
    <tr>
      <td background="<?php echo $this->basedir;?>templates/member/images/movie_title_line_bg.gif">&nbsp;</td>
    </tr>
  </table>
</form>

⌨️ 快捷键说明

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