2 次代码提交

作者 SHA1 备注 提交日期
  JannekeDL ac8ab7d3dd Merge branch 'master' of http://192.168.6.188:3000/Provision/UnivateProperties 5 年前
  JannekeDL ebad356c45 Made the login screen more compact 5 年前
共有 3 个文件被更改,包括 21 次插入25 次删除
  1. 1
    1
      src/components/about/aboutTimeshare.vue
  2. 7
    2
      src/components/timeshare/sell/sellPage.vue
  3. 13
    22
      src/components/user/loginPage.vue

+ 1
- 1
src/components/about/aboutTimeshare.vue 查看文件

20
             </div>
20
             </div>
21
             <div class="col-md-6 col-lg-5 section-md-t3">
21
             <div class="col-md-6 col-lg-5 section-md-t3">
22
               <p class="color-text-a font-weight-bold" style="text-align:left;">
22
               <p class="color-text-a font-weight-bold" style="text-align:left;">
23
-                found that there was a desperate need for a reputable source for buyers and
23
+                Uni-Vate Properties found that there was a desperate need for a reputable source for buyers and
24
                 sellers to turn to with their timeshare needs in South Africa. Over the
24
                 sellers to turn to with their timeshare needs in South Africa. Over the
25
                 years, Uni-Vate has developed a treasure of networking alliances of professional
25
                 years, Uni-Vate has developed a treasure of networking alliances of professional
26
                 acquaintances and that has made timeshare resales a pleasure for both buyers and
26
                 acquaintances and that has made timeshare resales a pleasure for both buyers and

+ 7
- 2
src/components/timeshare/sell/sellPage.vue 查看文件

489
           <br />
489
           <br />
490
           <br />
490
           <br />
491
           <p style="text-align:center;">
491
           <p style="text-align:center;">
492
-            To rent your week out
493
-            <a href="https://www.tradeunipoint.com/" target="_blank">click here</a>
492
+            <strong>
493
+              To rent your week out
494
+              <a
495
+                href="https://www.tradeunipoint.com/"
496
+                target="_blank"
497
+              >click here</a>
498
+            </strong>
494
           </p>
499
           </p>
495
         </form>
500
         </form>
496
       </div>
501
       </div>

+ 13
- 22
src/components/user/loginPage.vue 查看文件

3
     <!-- eslint-disable max-len -->
3
     <!-- eslint-disable max-len -->
4
     <div class="login-page">
4
     <div class="login-page">
5
       <form id="signIn">
5
       <form id="signIn">
6
-        <div class="form">
6
+        <div class="form col-md-12">
7
           <div>
7
           <div>
8
             <h4>Login</h4>
8
             <h4>Login</h4>
9
           </div>
9
           </div>
10
+          <button
11
+            @click="routerGoTo('/user/register')"
12
+            class="btn"
13
+            style="margin:2px; color: #60CBEB"
14
+          >Register</button>
15
+          <button
16
+            @click="routerGoTo('/user/registeragency')"
17
+            class="btn"
18
+            style="margin:2px; color: #60CBEB"
19
+          >Agency Registration</button>
10
           <div v-if="this.$store.state.authentication.status === 'error'">
20
           <div v-if="this.$store.state.authentication.status === 'error'">
11
             <alert
21
             <alert
12
               :text="'User doesn\'t exist or Username and Password is incorrect'"
22
               :text="'User doesn\'t exist or Username and Password is incorrect'"
14
             />
24
             />
15
           </div>
25
           </div>
16
           <div class="row">
26
           <div class="row">
17
-            <div class="col-md-11" style="margin-bottom: 1em">
27
+            <div class="col-md-12" style="margin-bottom: 1em">
18
               <div class="input-group mb-3">
28
               <div class="input-group mb-3">
19
                 <div class="input-group-prepend">
29
                 <div class="input-group-prepend">
20
                   <span class="input-group-text">
30
                   <span class="input-group-text">
59
               </div>
69
               </div>
60
             </div>
70
             </div>
61
           </div>
71
           </div>
62
-          <div class="form-group row"></div>
63
           <button @click="Login()" class="btn btn-b-n" type="submit">Sign In</button>
72
           <button @click="Login()" class="btn btn-b-n" type="submit">Sign In</button>
64
           <hr />
73
           <hr />
65
-          <button
66
-            @click="routerGoTo('/user/register')"
67
-            class="btn"
68
-            style="margin:2px"
69
-            type="button"
70
-          >Registration</button>
71
-          <button
72
-            @click="routerGoTo('/user/registeragency')"
73
-            class="btn"
74
-            style="margin:2px"
75
-          >Agency Registration</button>
76
-        </div>
77
-      </form>
78
-
79
-      <form id="forgot">
80
-        <div class="form">
81
           <h5>Trouble signing in?</h5>
74
           <h5>Trouble signing in?</h5>
82
           <div>
75
           <div>
83
             <!-- <alert :text="'Username & password request email sent'" :type="'SUCCESS'" /> -->
76
             <!-- <alert :text="'Username & password request email sent'" :type="'SUCCESS'" /> -->
91
             </div>
84
             </div>
92
           </div>
85
           </div>
93
           <div class="form-group row"></div>
86
           <div class="form-group row"></div>
94
-          <div class="offset-md-3 col-md-5">
95
-            <button @click="SendMail()" class="btn btn-b-n" type="submit">Get Help</button>
96
-          </div>
87
+          <button @click="SendMail()" class="btn btn-b-n" type="submit">Submit</button>
97
         </div>
88
         </div>
98
       </form>
89
       </form>
99
     </div>
90
     </div>

正在加载...
取消
保存