googlesitemap.tpl.php 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?php
  2. defined('IN_ADMIN') or exit('No permission resources.');
  3. include $this->admin_tpl('header');
  4. ?>
  5. <div class="pad_10">
  6. <div class="table-list">
  7. <form method="post" name="myform" id="myform" action="?m=admin&c=googlesitemap&a=set">
  8. <input type="hidden" name="tabletype" value="phpcmstables" id="phpcmstables">
  9. <table width="100%" cellspacing="0">
  10. <thead>
  11. <tr>
  12. <th class="tablerowhighlight" colspan=2><?php echo L('google_info')?></th>
  13. </tr>
  14. </thead>
  15. <tr>
  16. <td align="right" width="100"><?php echo L('explain')?>: </td>
  17. <td>
  18. <?php echo L('google_infos')?>
  19. </td>
  20. </tr>
  21. </table>
  22. <table width="100%" cellspacing="0">
  23. <thead>
  24. <tr>
  25. <th class="tablerowhighlight" colspan=2><?php echo L('google_sitemaps')?></th>
  26. </tr>
  27. </thead>
  28. <tr>
  29. <td align="right" width="100"> <?php echo L('google_rate')?> : </td>
  30. <td colspan=1>
  31. <select name="content_priority">
  32. <option value="1">1</option><option value="0.9">0.9</option>
  33. <option value="0.8">0.8</option><option selected="" value="0.7">0.7</option>
  34. <option value="0.6">0.6</option><option value="0.5">0.5</option>
  35. <option value="0.4">0.4</option><option value="0.3">0.3</option>
  36. <option value="0.2">0.2</option><option value="0.1">0.1</option>
  37. </select>
  38. <select name="content_changefreq">
  39. <option value="always"><?php echo L('google_update')?></option><option value="hourly"><?php echo L('google_hour')?></option>
  40. <option value="daily"><?php echo L('google_day')?></option><option selected="" value="weekly"><?php echo L('google_week')?></option>
  41. <option value="monthly"><?php echo L('google_month')?></option><option value="yearly"><?php echo L('google_year')?></option>
  42. <option value="never"><?php echo L('google_noupdate')?></option>
  43. </select>
  44. </td>
  45. </tr>
  46. <tr>
  47. <td align="right"><?php echo L('google_nums')?> : </td>
  48. <td colspan=3>
  49. <input type=text name="num" value="20" size=5>
  50. </td>
  51. </tr>
  52. </table>
  53. <table width="100%" cellspacing="0">
  54. <thead>
  55. <tr>
  56. <th class="tablerowhighlight" colspan=2><?php echo L('google_baidunews')?></th>
  57. </tr>
  58. </thead>
  59. <tr>
  60. <td align="right"><?php echo L('google_ismake')?> : </td>
  61. <td colspan=1><input type="radio" name="mark" value="1" checked> <?php echo L('setting_yes')?> &nbsp; <input type="radio" name="mark" value="0"> <?php echo L('setting_no')?> &nbsp;</td>
  62. </tr>
  63. <tr>
  64. <td align="right" width="100"> <?php echo L('google_select_db')?> : </td>
  65. <td colspan=1>
  66. <select name='catids[]' id='catids' multiple="multiple" style="height:200px;" title="<?php echo L('push_ctrl_to_select','','content');?>">
  67. <?php echo $string;?>
  68. </select>
  69. </td>
  70. </tr>
  71. <tr>
  72. <td align="right" width="100"> <?php echo L('google_period')?> : </td>
  73. <td colspan=1><input type=text name="time" value="40" size=20> </td>
  74. </tr>
  75. <tr>
  76. <td align="right" width="100"> Email : </td>
  77. <td colspan=3><input type=text name="email" value="phpcms@phpcms.cn" size=20></td>
  78. </tr>
  79. <tr>
  80. <td align="right" width="100"> <?php echo L('google_nums')?> : </td>
  81. <td colspan=3><input type=text name="baidunum" value="20" size=5> </td>
  82. </tr>
  83. <tr>
  84. <th class="tablerowhighlight" colspan=2>
  85. <br>
  86. <input type="submit" name="dosubmit" value=" <?php echo L('google_startmake')?> " class="button">
  87. <br>
  88. </th>
  89. </tr>
  90. </table>
  91. </form>
  92. </div>
  93. </div>
  94. </body>
  95. </html>