|
14 | 14 | if($pollType === "1"): ?> |
15 | 15 | <li><h2>Example:</h2></li> |
16 | 16 | <li class="watchFolderGroups"> |
17 | | - <span>Poll Version 1</span> |
18 | | - <br> |
| 17 | + <div style="border-bottom: 1px solid black; margin-bottom: 5px;"> |
| 18 | + <h2 style="margin: 5px;">Server 0</h2> |
| 19 | + </div> |
19 | 20 | <span class="leftSpacingserverNames" > Name:</span> <input disabled="true" class='inputWidth300' type='text' value='Name you want to call website'> |
20 | | - <br> |
| 21 | + <div style="border-bottom: 1px solid black; margin-bottom: 5px;"> |
| 22 | + <h4 style="margin: 5px;">General</h4> |
| 23 | + </div> |
21 | 24 | <span class="leftSpacingserverNames" > Website Base:</span> <input disabled="true" class='inputWidth300' type='text' value='Base URL of website'> |
22 | 25 | <br> |
23 | 26 | <span class="leftSpacingserverNames" > Folder:</span> <input disabled="true" class='inputWidth300' type='text' value='Location of github repo on server'> |
24 | 27 | <br> |
25 | 28 | <span class="leftSpacingserverNames" > Website:</span> <input disabled="true" class='inputWidth300' type='text' value='Specific directory of website'> |
26 | | - <br> |
| 29 | + <div style="border-bottom: 1px solid black; margin-bottom: 5px;"> |
| 30 | + <h4 style="margin: 5px;">Git</h4> |
| 31 | + </div> |
27 | 32 | <span class="leftSpacingserverNames" > Git Repo:</span> <input disabled="true" class='inputWidth300' type='text' value='Name of your github repo: username/repo'> |
28 | 33 | <br> |
29 | 34 | <span class="leftSpacingserverNames" > Branch List:</span> <input disabled="true" class='inputWidth300' type='text' value='Compare branches list example: master , develop'> |
|
35 | 40 | </select> |
36 | 41 | <br> |
37 | 42 | <span class="leftSpacingserverNames" > Custom Git:</span> <input disabled="true" class='inputWidth300' type='text' value='Custom url for git. Empty = default'> |
38 | | - <br> |
| 43 | + <div style="border-bottom: 1px solid black; margin-bottom: 5px;"> |
| 44 | + <h4 style="margin: 5px;">Advanced</h4> |
| 45 | + </div> |
39 | 46 | <span class="leftSpacingserverNames" > Group Info:</span> <input disabled="true" class='inputWidth300' type='text' value='Name of group'> |
40 | 47 | <br> |
41 | 48 | <span class="leftSpacingserverNames" > URL Hit:</span> <input disabled="true" class='inputWidth300' type='text' value='Location of file hit, blank = default'> |
|
91 | 98 | elseif($pollType === "2"): ?> |
92 | 99 | <li><h2>Example:</h2></li> |
93 | 100 | <li class="watchFolderGroups"> |
94 | | - <span>Poll Version 2</span> |
95 | | - <br> |
| 101 | + <div style="border-bottom: 1px solid black; margin-bottom: 5px;"> |
| 102 | + <h2 style="margin: 5px;">Server 0</h2> |
| 103 | + </div> |
96 | 104 | <span class="leftSpacingserverNames" > Name:</span> <input disabled="true" class='inputWidth300' type='text' value='Name you want to call website'> |
97 | | - <br> |
| 105 | + <div style="border-bottom: 1px solid black; margin-bottom: 5px;"> |
| 106 | + <h4 style="margin: 5px;">General</h4> |
| 107 | + </div> |
98 | 108 | <span class="leftSpacingserverNames" > Website Base:</span> <input disabled="true" class='inputWidth300' type='text' value='Base URL of website'> |
99 | 109 | <br> |
100 | 110 | <span class="leftSpacingserverNames" > URL Hit:</span> <input disabled="true" class='inputWidth300' type='text' value='Location of file hit, blank = default'> |
|
116 | 126 | ); |
117 | 127 |
|
118 | 128 | $groups = array( |
119 | | - "" => $defaultArray |
| 129 | + "General" => $defaultArray |
120 | 130 | ); |
121 | 131 |
|
122 | 132 | endif; ?> |
|
0 commit comments