p5.component.html 921 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
<!-- TODO -->
<table border="1" align="center" style="width:70%">
  動物照片
</table>
<br>

<table border="1" align="center" style="width:80%" >
  <tr><th aligh="left">動物info</th> <th align="right">
    <input class="search" placeholder="查詢欄位"><button>查詢</button></th>
  </tr>

  <tr><td colspan="2">A_Name_Ch(中文名)、A_Diet(食性)、A_Family 分類學_科)、A_Crisis(面臨問題)、A_Summary(摘要說明)、A_Theme_Name(主題網頁)、A_Theme_URL(主題網頁URL)</td></tr>
  <tr><th align="left" colspan="2">個人資料</th></tr>
  <tr><td colspan="2">
  姓名: <input class="name"><br>
  性別: <input class="gender"><br>
  手機電話(4-3-3): <input class="phoneNo"><br>
  生日(YYYY/MM/DD): <input class="birth"><br>
  目前年收入(XXX,XXX): <input class="income"><br>

  </td></tr>
</table>

<p align="center"><button >確認送出</button></p>
<router-outlet></router-outlet>