|
348 | 348 | </div> |
349 | 349 | <div id="groupDisplay"> |
350 | 350 | <span class="name fixWidthName" title="Enter challenge groups"><strong>Group(s):</strong></span> |
351 | | - <div id="groupDiv"><div id="groups"></div></div> |
| 351 | + <div class="groupDiv"><div id="groups"></div></div> |
352 | 352 | </div> |
353 | | - <br/><br/> |
| 353 | + <br/> |
354 | 354 | <div> |
355 | 355 |
|
356 | 356 | <span class="name fixWidthName"><strong>Created By</strong></span> |
|
894 | 894 | <!-- end .guidelines --> |
895 | 895 |
|
896 | 896 | <s:if test='result.projectHeader.projectCategory.id != 29'> |
897 | | - |
898 | 897 | <div class="prizes platform" id="swPlatformDiv"> |
899 | 898 | <h3>Choose Your Platform:</h3> |
900 | | - |
901 | | - <div class="prizesInner_tech"> |
902 | | - <span class="head_font">Master Platforms </span> |
903 | | - <span class="head_font_space">Your Project Platforms</span> |
904 | | - <br /> |
905 | | - <select multiple id="masterPlatformsSelect"> |
906 | | - <s:iterator value="referenceDataBean.platforms"> |
907 | | - <option value='<s:property value="id" />'><s:property value="name" /></option> |
908 | | - </s:iterator> |
909 | | - </select> |
910 | | - |
911 | | - <div id="button_platform"> |
912 | | - <img src="/images/add_tech.png" alt="add" id="addPlatforms" /> |
913 | | - <br /><br /> |
914 | | - <img src="/images/remove_tech.png" alt="remove" id="removePlatforms" /> |
915 | | - </div> |
916 | | - |
917 | | - <select multiple id="masterPlatformsChoosenSelect"> |
918 | | - </select> |
| 899 | + <div class="techPlatformDiv"> |
| 900 | + <div id="platforms"></div> |
919 | 901 | </div> |
920 | 902 | </div> |
921 | 903 |
|
922 | | - |
923 | | - <div class="prizes technology" id="swTechnologyDiv"> |
| 904 | + <div class="prizes technology" id="swTechnologyDiv"> |
924 | 905 | <h3>Choose Your Technology:</h3> |
925 | | - |
926 | | - <div class="prizesInner_tech"> |
927 | | - <span class="head_font">Master Technologies</span> |
928 | | - <span class="head_font_space">Your Project Technologies</span> |
929 | | - <br /> |
930 | | - <select multiple id="masterTechnologiesSelect"> |
931 | | - <s:iterator value="referenceDataBean.technologies"> |
932 | | - <option value='<s:property value="id" />'><s:property value="name" /></option> |
933 | | - </s:iterator> |
934 | | - </select> |
935 | | - |
936 | | - <div id="button_tech"> |
937 | | - <img src="/images/add_tech.png" alt="add" id="addTechnologies" /> |
938 | | - <br /><br /> |
939 | | - <img src="/images/remove_tech.png" alt="remove" id="removeTechnologies" /> |
940 | | - </div> |
941 | | - |
942 | | - <select multiple id="masterTechnologiesChoosenSelect"> |
943 | | - </select> |
| 906 | + <div class="techPlatformDiv"> |
| 907 | + <div id="technologies"></div> |
944 | 908 | </div> |
945 | 909 | </div> |
946 | 910 |
|
|
0 commit comments