From a75bcc7c2b0fc98bd3a8abc100a4ad4ec11b9c26 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 화, 28 12월 2021 15:54:35 +0900
Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa

---
 src/main/webapp/views/hostingField/hostingFieldAdd.html |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/hostingField/hostingFieldAdd.html b/src/main/webapp/views/hostingField/hostingFieldAdd.html
index 6919da2..5e1ea4f 100644
--- a/src/main/webapp/views/hostingField/hostingFieldAdd.html
+++ b/src/main/webapp/views/hostingField/hostingFieldAdd.html
@@ -107,8 +107,29 @@
             </div>
             <div>
                 <div class="form-group">
+                    <label for="hostingFieldAddForm11" class="issue-label">
+                        <span translate="companyField.url">url</span>
+                    </label>
+                    <input id="hostingFieldAddForm11"
+                           name="url"
+                           type="text"
+                           class="form-control"
+                           kr-input
+                           autocomplete="off"
+                           ng-model="vm.form.url"
+                           ng-maxlength="200"
+                           maxlength="200"
+                           ng-pattern="/(https?:\/\/)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)/"
+                    >
+                    <div ng-show="hostingFieldAddForm.url.$error.pattern" class="help-block form-text text-danger"
+                         translate="common.invalidUrlFormat">url �삎�떇�씠 留욎� �븡�뒿�땲�떎.
+                    </div>
+                </div>
+            </div>
+            <div>
+                <div class="form-group">
                     <label for="hostingFieldAddForm8" class="issue-label">
-                        <span translate="hostingField.desc">鍮꾧퀬</span>
+                        <span translate="hostingField.memo">鍮꾧퀬</span>
                     </label>
                     <input id="hostingFieldAddForm8"
                            name="memo"

--
Gitblit v1.8.0