plugin_info.htm 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <style>
  2. #check th,.a {
  3. color: #6CA1B4;
  4. font-weight: 700;
  5. padding: 5px;
  6. }
  7. .tb .pdleft1 span{
  8. padding-left: 67px;
  9. text-align:left;
  10. display:block;
  11. }
  12. .tb .padleft span,.tb .padleft span{
  13. padding-left:45px;
  14. text-align:left;
  15. display:block;
  16. }
  17. .nw span{
  18. background: url("./install/images/bg_repno.gif") no-repeat scroll 45px -197px transparent;
  19. }
  20. .w span{ background:url("./install/images/bg_repno.gif") no-repeat 45px -148px; }
  21. </style>
  22. <table class="tb tb2 " id="tips">
  23. <tbody>
  24. <tr><th class="partition">{lang milu_seotool:user_info}</th></tr>
  25. <tr><td class="tipsblock" s="1"><ul id="tipslis">
  26. <li>{lang milu_seotool:user_level}: {$user_arr['show_user_name']} </li>
  27. <li>{lang milu_seotool:_version}: {PLUGIN_VERSION} Release {V_D} {$user_arr['show_upgrade']}</li>
  28. <li style="height:35px; line-height:35px; list-style:none">{lang milu_seotool:ask_qq}: <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin={$user_arr['web_qq']}&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:{$user_arr['web_qq']}:41" alt="{lang milu_seotool:click_ask}" title="{lang milu_seotool:click_ask}"></a></li>
  29. </ul></td></tr>
  30. <tr><th class="partition">{lang milu_seotool:data_count}</th></tr>
  31. <tr><td class="tipsblock" s="1">
  32. <table class="tb" style="margin:5px;width:90%;" id="check">
  33. <tbody><tr>
  34. <th width="30%"><span>{lang milu_seotool:count_field}</span></th>
  35. <th width="29%" class="padleft"><span>{lang milu_seotool:result}</span></th>
  36. <th width="41%" class="padleft"><span>{lang milu_seotool:shuoming}</span></th>
  37. </tr>
  38. <!--{loop $plugin_count_msg $key $rs}-->
  39. <tr>
  40. <td>{$rs['name']}</td>
  41. <td style="padding-left:40px;"><span>{$rs['show']}</span></td>
  42. <td class="padleft"><span>{if $rs['msg']}$rs['msg']{else}{lang milu_seotool:user_info}{lang milu_seotool:no_have}{/if}</span></td>
  43. </tr>
  44. <!--{/loop}-->
  45. </tbody></table>
  46. </td></tr>
  47. <tr><th class="partition">{lang milu_seotool:evo_check}</th></tr>
  48. <tr><td class="tipsblock" s="1">
  49. <table class="tb" style="margin:5px;width:90%;" id="check">
  50. <tbody><tr>
  51. <th width="30%"><span>{lang milu_seotool:check_field}</span></th>
  52. <th width="29%" class="padleft"><span>{lang milu_seotool:check_result}</span></th>
  53. <th width="41%" class="padleft"><span>{lang milu_seotool:result_desc}</span></th>
  54. </tr>
  55. <!--{loop $evo_check_msg $key $rs}-->
  56. <tr>
  57. <td>{$rs['name']}</td>
  58. <td class="{if $rs['check']}w{else}nw{/if} pdleft1"><span>{if $rs['check']}{lang milu_seotool:suport}{else}{if $rs['tip']}{$rs['tip']}{else}{lang milu_seotool:no_suport}{/if}{/if}</span></td>
  59. <td class="padleft"><span>{if $rs['msg']}$rs['msg']{else}{lang milu_seotool:no_have}{/if}</span></td>
  60. </tr>
  61. <!--{/loop}-->
  62. </tbody></table>
  63. </td></tr>
  64. <tr>
  65. <th class="partition">{lang milu_seotool:server_value}</th>
  66. </tr>
  67. <tr><td class="tipsblock" s="1">
  68. <table class="tb" style="margin:5px;width:90%;" id="check">
  69. <tbody><tr>
  70. <th width="19%"><span>{lang milu_seotool:value_name}</span></th>
  71. <th width="19%" class="padleft"><span>{lang milu_seotool:set_value}</span></th>
  72. <th width="14%" class="padleft">{lang milu_seotool:recoment_value}</th>
  73. <th width="28%" class="padleft"><span>{lang milu_seotool:shuoming}</span></th>
  74. </tr>
  75. <!--{loop $evo_config_arr $key $rs}-->
  76. <tr>
  77. <td>{$rs['name']}</td>
  78. <td><span style="padding-left:40px;">{if $rs['value']}{$rs['value']}{else}{lang milu_seotool:no_check_value}{/if}</span></td>
  79. <td style="padding-left:40px;"><span>{if $rs['best_value']}$rs['best_value']{else}{lang milu_seotool:no_have}{/if}</span></td>
  80. <td class="padleft"><span>{if $rs['msg']}$rs['msg']{else}{lang milu_seotool:no_have}{/if}</span></td>
  81. </tr>
  82. <!--{/loop}-->
  83. </tbody></table>
  84. </td></tr>
  85. </tbody></table>