DmitrMakeev commited on
Commit
669d47e
1 Parent(s): e26678d

Update biz_v.html

Browse files
Files changed (1) hide show
  1. biz_v.html +20 -27
biz_v.html CHANGED
@@ -107,6 +107,25 @@
107
  <h1>WhatsGRM - Обновление</h1>
108
 
109
  <div class="container">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  <div class="block">
111
  <h2>Обновление Бизон 365</h2>
112
  <div class="form-group">
@@ -133,25 +152,6 @@
133
  <div id="dropdown-container"></div>
134
  <button id="sendGetRequestButton">Обновить базу пользователей WhatCRM</button>
135
  </div>
136
-
137
- <div class="block">
138
- <h2>Обновление CSV</h2>
139
- <form id="uploadForm" enctype="multipart/form-data" method="post">
140
- <div class="input-row">
141
- <input type="file" name="file" accept=".csv">
142
- </div>
143
- <div class="input-row">
144
- <label>
145
- <input type="checkbox" name="verify_phone" value="1"> Verify Phone
146
- </label>
147
- <label>
148
- <input type="checkbox" name="add_curator" value="1"> Add Curator
149
- </label>
150
- </div>
151
- <input id="uploadButton" type="submit" value="Upload">
152
- </form>
153
- <div id="result"></div>
154
- </div>
155
  </div>
156
 
157
  <!-- Подключение скрипта Notyf -->
@@ -275,11 +275,4 @@
275
  }
276
  </script>
277
  </body>
278
- </html>
279
-
280
-
281
-
282
-
283
-
284
-
285
-
 
107
  <h1>WhatsGRM - Обновление</h1>
108
 
109
  <div class="container">
110
+ <div class="block">
111
+ <h2>Обновление CSV</h2>
112
+ <form id="uploadForm" enctype="multipart/form-data" method="post">
113
+ <div class="input-row">
114
+ <input type="file" name="file" accept=".csv">
115
+ </div>
116
+ <div class="input-row">
117
+ <label>
118
+ <input type="checkbox" name="verify_phone" value="1"> Verify Phone
119
+ </label>
120
+ <label>
121
+ <input type="checkbox" name="add_curator" value="1"> Add Curator
122
+ </label>
123
+ </div>
124
+ <input id="uploadButton" type="submit" value="Upload">
125
+ </form>
126
+ <div id="result"></div>
127
+ </div>
128
+
129
  <div class="block">
130
  <h2>Обновление Бизон 365</h2>
131
  <div class="form-group">
 
152
  <div id="dropdown-container"></div>
153
  <button id="sendGetRequestButton">Обновить базу пользователей WhatCRM</button>
154
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
155
  </div>
156
 
157
  <!-- Подключение скрипта Notyf -->
 
275
  }
276
  </script>
277
  </body>
278
+ </html>