Guest User

Untitled

a guest
Apr 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. case 'title':
  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="40%">標題區圖片</td>
  9. <td width="60%"><input type="file" name="file" value=""/></td>
  10. </tr>
  11. <tr>
  12. <td width="40%">標題區替代文字</td>
  13. <td width="60%"><input type="text" name="text" value=""/></td>
  14. </tr>
  15. <tr>
  16. <td class="cent" colspan="2">
  17. <input type="hidden" name="table" value="title">
  18. <input type="submit" value="新增">
  19. <input type="reset" value="重置">
  20. </td>
  21. </tr>
  22. </table>
  23. </form>
  24. <?
  25. break;
Add Comment
Please, Sign In to add comment