cp_skin_index.php

来自「sabreipb 2.1.6 utf-8中文版本!」· PHP 代码 · 共 101 行

PHP
101
字号
<?php

class cp_skin_index {

var $ipsclass;


//===========================================================================
// Index
//===========================================================================
function update_img( $data ) {

$IPBHTML = "";
//--starthtml--//

$IPBHTML .= <<<EOF
<a href='http://www.invisionboard.com/download/' target='_blank'>
<img border='0' src='http://www.invisionpower.com/download/versioncheck/check.php?{$data}' vspace='5'>
</a>
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// Index
//===========================================================================
function acp_licensed() {

$IPBHTML = "";
//--starthtml--//

/*$IPBHTML .= <<<EOF
<div class='tableborder' style='height:120px'>
 <div class='maintitle'>Invision Power Board</div>
 <div class='tablerow1'>
	<img src='http://sabreworks.cn/logo.gif'>
 </div>
</div>
EOF;*/

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// Index
//===========================================================================
function acp_unlicensed() {

$IPBHTML = "";
//--starthtml--//

$IPBHTML .= <<<EOF
<div class='tableborder' style='height:120px'>
 <div class='maintitle'></div>
 <div class='tablerow1'>
  <!--updateimg-->
  <br />
  <br />
 </div>
</div>
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// Index
//===========================================================================
function acp_ips_news($news_url) {

$IPBHTML = "";
//--starthtml--//

/*$IPBHTML .= <<<EOF
<div class='tableborder'>
 <div class='maintitle'>IPS Latest News</div>
 <div class='tablerow1' style='overflow:auto'>
 </div>
</div>
EOF;*/

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// Index
//===========================================================================
function acp_notes($notes) {

$IPBHTML = "";
//--starthtml--//

$IPBHTML .= <<<EOF
<form action='{$this->ipsclass->base_url}&act=index&save=1' method='post'>
<textarea name='notes' style='background-color:#F9FFA2;border:1px solid #CCC;width:95%;font-family:verdana;font-size:12px' rows='8' cols='25'>{$notes}</textarea>
<div align='center'><br /><input type='submit' value='淇濆瓨绠$悊绗旇

⌨️ 快捷键说明

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