node_edit.tpl.php 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?php if (!defined("IS_INITPHP")) exit("Access Denied!"); /* INITPHP Version 1.0 ,Create on 2017-11-27 14:23:10, compiled from /data/wwwroot/www.shadowsocks5.com/app/template/ss/manage/node_edit.html */ ?>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <title>hehe</title>
  7. </head>
  8. <body>
  9. <div class="mt10" id="forms">
  10. <div class="box">
  11. <div class="box_border">
  12. <div class="box_top">
  13. <b class="pl15">编辑节点</b>
  14. </div>
  15. <div class="box_center">
  16. <form class="jqtransform" action="/manage/node_edit" method="post">
  17. <table width="100%" cellspacing="0" cellpadding="0" border="0" class="form_table pt15 pb15">
  18. <tbody>
  19. <tr>
  20. <td class="td_right">节点名称:</td>
  21. <td class="">
  22. <input type="text" size="40" class="input-text lh30" name="node_name" value="<?php echo $data['node_name'];?>">
  23. </td>
  24. </tr>
  25. <tr>
  26. <td class="td_right">节点类型:</td>
  27. <td class="">
  28. <input type="text" size="40" class="input-text lh30" name="node_type" value="<?php echo $data['node_type'];?>">
  29. </td>
  30. </tr>
  31. <tr>
  32. <td class="td_right">节点地址:</td>
  33. <td class="">
  34. <input type="text" size="40" class="input-text lh30" name="node_server" value="<?php echo $data['node_server'];?>">
  35. </td>
  36. </tr>
  37. <tr>
  38. <td class="td_right">加密方法:</td>
  39. <td class="">
  40. <input type="text" size="40" class="input-text lh30" name="node_method" value="<?php echo $data['node_method'];?>">
  41. </td>
  42. </tr>
  43. <tr>
  44. <td class="td_right">节点描述:</td>
  45. <td class="">
  46. <input type="text" size="40" class="input-text lh30" name="node_info" value="<?php echo $data['node_info'];?>">
  47. </td>
  48. </tr>
  49. <tr>
  50. <td class="td_right">节点状态:</td>
  51. <td class="">
  52. <input type="text" size="40" class="input-text lh30" name="node_status" value="<?php echo $data['node_status'];?>">
  53. </td>
  54. </tr>
  55. <tr>
  56. <td class="td_right">节点排序:</td>
  57. <td class="">
  58. <input type="text" size="40" class="input-text lh30" name="node_order" value="<?php echo $data['node_order'];?>">
  59. </td>
  60. </tr>
  61. <tr>
  62. <td class="td_right">服务商:</td>
  63. <td class="">
  64. <input type="text" size="40" class="input-text lh30" name="idc_server" value="<?php echo $data['idc_server'];?>">
  65. </td>
  66. </tr>
  67. <tr>
  68. <td class="td_right">服务商地址:</td>
  69. <td class="">
  70. <input type="text" size="40" class="input-text lh30" name="idc_url" value="<?php echo $data['idc_url'];?>">
  71. </td>
  72. </tr>
  73. <tr>
  74. <td></td>
  75. <td class="">
  76. <input type="hidden" value="update" name="do">
  77. <input type="hidden" value="<?php echo $data['id'];?>" name="id">
  78. <input type="submit" value="保存" class="btn btn82 btn_save2">
  79. </td>
  80. </tr>
  81. </tbody>
  82. </table>
  83. </form>
  84. </div>
  85. </div>
  86. </div>
  87. </div>
  88. </body>
  89. </html>