Guest User

Untitled

a guest
Apr 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. case 'ad':
  2. ?>
  3. <p class="t cent botli">新增動態文字廣告</p>
  4.  
  5. <form method="post" action="api.php?do=newData" enctype="multipart/form-data">
  6. <table width="50%" style="margin:auto;">
  7. <tr>
  8. <td width="70%">動態文字廣告</td>
  9. <td width="15%"><input type="text" name="text" value=""/></td>
  10. </tr>
  11. <tr>
  12. <td class="cent" colspan="2">
  13. <input type="hidden" name="table" value="ad">
  14. <input type="submit" value="新增">
  15. <input type="reset" value="重置">
  16. </td>
  17. </tr>
  18. </table>
  19. </form>
  20. <?
  21. break;
Add Comment
Please, Sign In to add comment