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

📄 天气预报.php

📁 通达OA2007SE源代码 非常好的
💻 PHP
字号:
<?
  $MAX_COUNT = intval ($_COOKIE[((($LOGIN_USER_ID.'_my_').$MODULE_ID).'_nums')]);
  if ((($MAX_COUNT <= 0) OR (1000 <= $MAX_COUNT)))
  {
    $MAX_COUNT = 10;
  }
  echo '<div id="module_';
  echo $MODULE_ID;
  echo '"  style="position: relative;padding-bottom:10px;">
<table border="0" cellspacing="1" width="100%" class="small" bgcolor="#000000" cellpadding="3">
<tr class="TableControl">
  <td id="module_';
  echo $MODULE_ID;
  echo '_head" class="TableHeader" width="58%"><img src="/images/menu/notify.gif" WIDTH="18" HEIGHT="18" align="absmiddle"> 天气预报</td>
  <td id="module_';
  echo $MODULE_ID;
  echo '_more" align="right" nowrap>
  	<div id="module_';
  echo $MODULE_ID;
  echo '_op" style="float:left;display:none;">';
  if (($VIEW_TYPE != '2'))
  {
    echo '<a id="module_';
    echo $MODULE_ID;
    echo '_url" href="#" onclick="_del(\'';
    echo $MODULE_ID;
    echo '\');"><img border="0" src="/images/x.gif" alt="不显示该模块"></a>';
  }
  echo '</div>
  <div style="float:right">&nbsp;</div>
  </td>
</tr>
<tr class="TableContent">
	<td colspan=2>
    ·<a href="http://www.cma.gov.cn/tqyb/weatherframe/54511/1.html" target="weatherframe">中央气象局</a>
    ·<a href="http://www.nmc.gov.cn/homeframe.html" target="weatherframe">中央气象台</a>
    ·<a href="http://panel.qq.com/hd/weather.shtml" target="weatherframe">QQ气象站</a>
</td>
</tr>
<tr class="TableD';
  echo 'ata">
 <td colspan=2 height=50>
 	<iframe name="weatherframe" frameborder=no width=100% height=250 src="http://www.cma.gov.cn/tqyb/weatherframe/54511/1.html">
 	</iframe>
 </td>
</tr>
</table>
</div>
';
?>

⌨️ 快捷键说明

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