Explorar o código

contact us update

jeter20131220 %!s(int64=3) %!d(string=hai) anos
pai
achega
87079c4b6c
Modificáronse 1 ficheiros con 5 adicións e 4 borrados
  1. 5 4
      backstage/templates/contact_us.html

+ 5 - 4
backstage/templates/contact_us.html

@@ -6,16 +6,17 @@
 <script type="text/javascript" src="/static/js/yo.js"></script>
 <table>
     <tbody id='contactData'>
-
+        <h1 class="h3"><i class="fas fa-pen mr-3 mb-3"></i>{{ title }}</h1>
         <tr>
-            <td class="table__data">修改聯絡EMAIL</td>
-            <td class="table__data"><input id="newEmail" type="text" style="width: 600px;" /></td>
+         
+            <!-- <td class="table__data">修改聯絡EMAIL</td> -->
+            <td class="table__data"><input class="form-control" id="newEmail" type="text" style="width: 600px;" placeholder="修改聯絡EMAIL" /></td>
             <td class="table__data"></td>
             <!-- <td class="table__data">1</td> -->
             <td class="table__data"></td>
             <td>
                 <div class="d-flex justify-content-center">
-                    <button class="btn btn_light mr-1" onclick="modEmail($('#newEmail').val());"><b>修改</b> <i
+                    <button class="btn btn_light mr-1" onclick="modEmail($('#newEmail').val());"><b>儲存</b> <i
                             class="fas fa-pencil-alt"></i></button>
                 </div>