thorpedosg

Untitled

Aug 6th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <table class="slds-table slds-grid slds-grid_vertical-align-start slds-gutters slds-box">
  2. <thead>
  3. <div class="slds-grid"><div class="slds-size_2-of-30"></div>
  4. <div class="slds-size_2-of-30">
  5. <div class="slds-col">
  6. <p class="subheading mobile-subhead">Purpose</p></div>
  7. <div class="slds-size_2-of-30"></div></div>
  8. <tr class="slds-text-title_caps">
  9. <th scope="col" class="slds-cell-wrap">
  10. </th>
  11. </tr>
  12. </div>
  13. </thead>
  14. <tbody>
  15. <tr class="mobile-view-tr1">
  16. <ui:inputRadio aura:id="Oppty" label="" name="Role" value="{!v.bookingDetails.Opportunity__c}" />Issue With   
  17. <ui:inputRadio aura:id="Case" label="" name="Role" value="{!!v.bookingDetails.Case__c}"/>Intersted in
  18. </tr>
  19.  
  20. <div class="heading"><label class="mobile-view-tr1">{!$Label.c.Appointment_Scheduler_Reason}</label></div>
  21. <td class="required-field mobile-view-tr1" >
  22. <span class="mobile-view-star" style="color:red; ">*</span><ui:inputSelect aura:id="reason" label="" value="{!v.bookingDetails.Reason__c}" required="true"/>
  23. </td>
  24.  
  25.  
  26.  
  27. </tbody>
  28. </table>
  29. <table class="slds-table slds-grid_vertical-align-start slds-table_bordered slds-box ">
  30. <thead>
  31. <div class="slds-grid"><div class="slds-size_2-of-30"></div>
  32. <div class="slds-size_2-of-30">
  33. <div class="slds-col">
  34. <p class="subheading mobile-subhead">Personla Information </p></div>
  35. <div class="slds-size_2-of-30"></div></div>
  36. <tr class="slds-text-title_caps">
  37. <th scope="col" class="slds-cell-wrap">
  38. </th>
  39. </tr>
  40. </div>
  41. </thead>
  42. <tr class="mobile-view-tr1">
  43. <td style="" class="heading mobile-view-preferredname"><label>{!$Label.c.Appointment_Scheduler_Name} </label></td>
  44. <!--<td class="mobile-view-td2" >-->
  45. <td class="required-field">
  46. <span style="color:red; ">*</span> <ui:inputText class="inputContact-fields" aura:id="name" label="" value="{!v.bookingDetails.Appointment_Scheduler_Name__c}" required="true" />
  47. </td>
  48. </tr>
  49. <tr>
  50. <td class="heading mobile-view-email"><label class="mobile-view-email">{!$Label.c.Appointment_Scheduler_Email}</label></td>
  51. <td class="required-field mobile-view-email"><span style="color:red; ">*</span><ui:inputEmail class="inputContact-fields" aura:id="email" label="" value="{!v.bookingDetails.email}" required="true" />
  52. </td>
  53. </tr>
  54. <tr>
  55. <td class="heading mobile-view-phone"><label>{!$Label.c.Appointment_Scheduler_Phone}</label></td>
  56. <td class="required-field mobile-view-phone"><span style="color:red; ">*</span><ui:inputPhone aura:id="phone" class="inputContact-fields" label="" value="{!v.bookingDetails.Appointment_Scheduler_Phone__c}" required="true"/>
  57. </td>
  58. </tr>
  59.  
  60. </table>
  61. <tr class="mobile-view-bottom" >
  62. <td colspan="2"><center style="">
  63. <lightning:button label="{!$Label.c.Appointment_Scheduler_Next}" onclick="{!c.goNext}" class="nxt-butn slds-button slds-button_neutral commandButton" />
  64. </center></td>
  65. </tr>
  66. </table>
  67. </form>
  68. </aura:component>
Add Comment
Please, Sign In to add comment