Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.00 KB | None | 0 0
  1. <div class="text-center mr-2 ml-2 mb-2">
  2.     <div class="btn btn-light fa fa-youtube-play fa-4x postSend" data-json="{&quot;action&quot;: &quot;cms&quot;, &quot;subAction&quot;: &quot;add-field&quot;, &quot;fieldType&quot;: &quot;input_video&quot;}"></div>
  3.     <p>Видео</p>
  4. </div>
  5.  
  6. <div class="text-center mr-2 ml-2 mb-2">
  7.     <div class="btn btn-light fa fa-align-left fa-4x postSend" data-json="{&quot;action&quot;: &quot;cms&quot;, &quot;subAction&quot;: &quot;add-field&quot;, &quot;fieldType&quot;: &quot;full_text&quot;}"></div>
  8.     <p>Полный текст</p>
  9. </div>
  10.  
  11. <div class="text-center mr-2 ml-2 mb-2">
  12.     <div class="btn btn-light fa fa-chain fa-4x postSend" data-json="{&quot;action&quot;: &quot;cms&quot;, &quot;subAction&quot;: &quot;add-field&quot;, &quot;fieldType&quot;: &quot;input_link&quot;}"></div>
  13.     <p>Ссылка</p>
  14. </div>
  15.  
  16. <div class="text-center mr-2 ml-2 mb-2">
  17.     <div class="btn btn-light fa fa-phone fa-4x postSend" data-json="{&quot;action&quot;: &quot;cms&quot;, &quot;subAction&quot;: &quot;add-field&quot;, &quot;fieldType&quot;: &quot;input_phone&quot;}"></div>
  18.     <p>Телефон</p>
  19. </div>
  20.  
  21. <div class="text-center mr-2 ml-2 mb-2">
  22.     <div class="btn btn-light fa fa-font fa-4x postSend" data-json="{&quot;action&quot;: &quot;cms&quot;, &quot;subAction&quot;: &quot;add-field&quot;, &quot;fieldType&quot;: &quot;input_text&quot;}"></div>
  23.     <p>Текст</p>
  24. </div>
  25.  
  26. <div class="text-center mr-2 ml-2 mb-2">
  27.     <div class="btn btn-light fa fa-envelope-open fa-4x postSend" data-json="{&quot;action&quot;: &quot;cms&quot;, &quot;subAction&quot;: &quot;add-field&quot;, &quot;fieldType&quot;: &quot;input_email&quot;}"></div>
  28.     <p>Электронная почта</p>
  29. </div>
  30.  
  31. <div class="text-center mr-2 ml-2 mb-2">
  32.     <div class="btn btn-light fa fa-list fa-4x postSend" data-json="{&quot;action&quot;: &quot;cms&quot;, &quot;subAction&quot;: &quot;add-field&quot;, &quot;fieldType&quot;: &quot;input_select&quot;}"></div>
  33.     <p>Список</p>
  34. </div>
  35.  
  36. <div class="text-center mr-2 ml-2 mb-2">
  37.     <div class="btn btn-light fa fa-hashtag fa-4x postSend" data-json="{&quot;action&quot;: &quot;cms&quot;, &quot;subAction&quot;: &quot;add-field&quot;, &quot;fieldType&quot;: &quot;input_number&quot;}"></div>
  38.     <p>Номер</p>
  39. </div>
  40.  
  41. <div class="text-center mr-2 ml-2 mb-2">
  42.     <div class="btn btn-light fa fa-toggle-on fa-4x postSend" data-json="{&quot;action&quot;: &quot;cms&quot;, &quot;subAction&quot;: &quot;add-field&quot;, &quot;fieldType&quot;: &quot;input_checkbox&quot;}"></div>
  43.     <p>Переключатель</p>
  44. </div>
  45.  
  46. <div class="text-center mr-2 ml-2 mb-2">
  47.     <div class="btn btn-light fa fa-calendar fa-4x postSend" data-json="{&quot;action&quot;: &quot;cms&quot;, &quot;subAction&quot;: &quot;add-field&quot;, &quot;fieldType&quot;: &quot;date_time&quot;}"></div>
  48.     <p>Дата / Время</p>
  49. </div>
  50.  
  51. <div class="text-center mr-2 ml-2 mb-2">
  52.     <div class="btn btn-light fa fa-image fa-4x postSend" data-json="{&quot;action&quot;: &quot;cms&quot;, &quot;subAction&quot;: &quot;add-field&quot;, &quot;fieldType&quot;: &quot;input_image&quot;}"></div>
  53.     <p>Картинка</p>
  54. </div>
  55.  
  56. <div class="text-center mr-2 ml-2 mb-2">
  57.     <div class="btn btn-light fa fa-file-text-o fa-4x postSend" data-json="{&quot;action&quot;: &quot;cms&quot;, &quot;subAction&quot;: &quot;add-field&quot;, &quot;fieldType&quot;: &quot;input_file&quot;}"></div>
  58.     <p>file</p>
  59. </div>
  60.  
  61. <div class="text-center mr-2 ml-2 mb-2">
  62.     <div class="btn btn-light fa fa-chain fa-4x postSend" data-json="{&quot;action&quot;: &quot;cms&quot;, &quot;subAction&quot;: &quot;add-field&quot;, &quot;fieldType&quot;: &quot;input_link_collection&quot;}"></div>
  63.     <p>Ссылка на коллекцию</p>
  64. </div>
  65.  
  66. <div class="text-center mr-2 ml-2 mb-2">
  67.     <div class="btn btn-light fa fa-chain fa-4x postSend" data-json="{&quot;action&quot;: &quot;cms&quot;, &quot;subAction&quot;: &quot;add-field&quot;, &quot;fieldType&quot;: &quot;input_link_collections&quot;}"></div>
  68.     <p>Ссылки на коллекцию</p>
  69. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement