elcontainer.html 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <div style="background-color: #FFF; overflow: hidden">
  2. <div title="{{$.lp.base}}" class="MWFTab">
  3. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  4. <tr>
  5. <td class="editTableTitle">{{$.lp.id}}:</td>
  6. <td class="editTableValue"><input type="text" name="id" value="text{$.id}" class="editTableInput"/></td>
  7. </tr>
  8. <tr>
  9. <td class="editTableTitle">{{$.lp.name}}:</td>
  10. <td class="editTableValue"><input type="text" name="name" value="text{$.name}" class="editTableInput"/></td>
  11. </tr>
  12. <tr>
  13. <td class="editTableTitle">{{$.lp.description}}:</td>
  14. <td class="editTableValue"><input type="text" name="description" value="text{$.description}" class="editTableInput"/></td>
  15. </tr>
  16. </table>
  17. <!-- <div style="height:24px; text-align: center; line-height: 24px; background-color: #EEE; border-top: 1px solid #999;font-weight:bold;">{{$.lp.layout}}</div>-->
  18. <!-- <div style="padding: 5px">-->
  19. <!-- <img style="width:160px; margin: 5px; border: 3px solid #ffffff; cursor: pointer" src="../x_component_process_FormDesigner/Module/Elcontainer/default/layout/layout1.png">-->
  20. <!-- <img style="width:160px; margin: 5px; border: 3px solid #ffffff; cursor: pointer" src="../x_component_process_FormDesigner/Module/Elcontainer/default/layout/layout2.png">-->
  21. <!-- <img style="width:160px; margin: 5px; border: 3px solid #ffffff; cursor: pointer" src="../x_component_process_FormDesigner/Module/Elcontainer/default/layout/layout3.png">-->
  22. <!-- <img style="width:160px; margin: 5px; border: 3px solid #ffffff; cursor: pointer" src="../x_component_process_FormDesigner/Module/Elcontainer/default/layout/layout4.png">-->
  23. <!-- <img style="width:160px; margin: 5px; border: 3px solid #ffffff; cursor: pointer" src="../x_component_process_FormDesigner/Module/Elcontainer/default/layout/layout5.png">-->
  24. <!-- <img style="width:160px; margin: 5px; border: 3px solid #ffffff; cursor: pointer" src="../x_component_process_FormDesigner/Module/Elcontainer/default/layout/layout6.png">-->
  25. <!-- <img style="width:160px; margin: 5px; border: 3px solid #ffffff; cursor: pointer" src="../x_component_process_FormDesigner/Module/Elcontainer/default/layout/layout7.png">-->
  26. <!-- <img style="width:160px; margin: 5px; border: 3px solid #ffffff; cursor: pointer" src="../x_component_process_FormDesigner/Module/Elcontainer/default/layout/layout8.png">-->
  27. <!-- <img style="width:160px; margin: 5px; border: 3px solid #ffffff; cursor: pointer" src="../x_component_process_FormDesigner/Module/Elcontainer/default/layout/layout9.png">-->
  28. <!-- </div>-->
  29. <!-- <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
  30. <!-- <tr>-->
  31. <!-- <td class="editTableTitle">{{$.lp.size}}:</td>-->
  32. <!-- <td class="editTableValue">-->
  33. <!-- <input type="radio" name="size" value="medium" text{($.size==='medium')?'checked':''}/>medium-->
  34. <!-- <input type="radio" name="size" value="small" text{($.size==='small')?'checked':''}/>small-->
  35. <!-- <input type="radio" name="size" value="mini" text{($.size==='mini')?'checked':''}/>mini-->
  36. <!-- <input type="radio" name="size" value="auto" text{($.size!=='medium' && $.size!=='small' && $.size!=='mini')?'checked':''}/>auto-->
  37. <!-- </td>-->
  38. <!-- </tr>-->
  39. <!-- <tr>-->
  40. <!-- <td class="editTableTitle">{{$.lp.el_plain}}:</td>-->
  41. <!-- <td class="editTableValue">-->
  42. <!-- <input type="radio" name="plain" value="yes" text{($.plain==='yes')?'checked':''}/>{{$.lp.yes}}-->
  43. <!-- <input type="radio" name="plain" value="no" text{($.plain!=='yes')?'checked':''}/>{{$.lp.no}}-->
  44. <!-- </td>-->
  45. <!-- </tr>-->
  46. <!-- <tr>-->
  47. <!-- <td class="editTableTitle">{{$.lp.el_round}}:</td>-->
  48. <!-- <td class="editTableValue">-->
  49. <!-- <input type="radio" name="round" value="yes" text{($.round==='yes')?'checked':''}/>{{$.lp.yes}}-->
  50. <!-- <input type="radio" name="round" value="no" text{($.round!=='yes')?'checked':''}/>{{$.lp.no}}-->
  51. <!-- </td>-->
  52. <!-- </tr>-->
  53. <!-- <tr>-->
  54. <!-- <td class="editTableTitle">{{$.lp.el_circle}}:</td>-->
  55. <!-- <td class="editTableValue">-->
  56. <!-- <input type="radio" name="circle" value="yes" text{($.circle==='yes')?'checked':''}/>{{$.lp.yes}}-->
  57. <!-- <input type="radio" name="circle" value="no" text{($.circle!=='yes')?'checked':''}/>{{$.lp.no}}-->
  58. <!-- </td>-->
  59. <!-- </tr>-->
  60. <!-- <tr>-->
  61. <!-- <td class="editTableTitle">{{$.lp.el_icon}}:</td>-->
  62. <!-- <td class="editTableValue"><input type="text" name="icon" value="text{$.icon}" class="editTableInput"/></td>-->
  63. <!-- </tr>-->
  64. <!-- <tr>-->
  65. <!-- <td class="editTableTitle">{{$.lp.el_disabled}}:</td>-->
  66. <!-- <td class="editTableValue">-->
  67. <!-- <input type="radio" name="disabled" value="yes" text{($.disabled==='yes')?'checked':''}/>{{$.lp.yes}}-->
  68. <!-- <input type="radio" name="disabled" value="no" text{($.disabled!=='yes')?'checked':''}/>{{$.lp.no}}-->
  69. <!-- </td>-->
  70. <!-- </tr>-->
  71. <!-- <tr>-->
  72. <!-- <td class="editTableTitle">{{$.lp.el_loading}}:</td>-->
  73. <!-- <td class="editTableValue">-->
  74. <!-- <input type="radio" name="loading" value="yes" text{($.loading==='yes')?'checked':''}/>{{$.lp.yes}}-->
  75. <!-- <input type="radio" name="loading" value="no" text{($.loading!=='yes')?'checked':''}/>{{$.lp.no}}-->
  76. <!-- </td>-->
  77. <!-- </tr>-->
  78. <!-- <tr>-->
  79. <!-- <td class="editTableTitle">{{$.lp.el_autofocus}}:</td>-->
  80. <!-- <td class="editTableValue">-->
  81. <!-- <input type="radio" name="autofocus" value="yes" text{($.autofocus==='yes')?'checked':''}/>{{$.lp.yes}}-->
  82. <!-- <input type="radio" name="autofocus" value="no" text{($.autofocus!=='yes')?'checked':''}/>{{$.lp.no}}-->
  83. <!-- </td>-->
  84. <!-- </tr>-->
  85. <!-- <tr>-->
  86. <!-- <td class="editTableTitle">{{$.lp.el_isText}}:</td>-->
  87. <!-- <td class="editTableValue">-->
  88. <!-- <input type="radio" name="isText" value="yes" text{($.isText!=='no')?'checked':''}/>{{$.lp.yes}}-->
  89. <!-- <input type="radio" name="isText" value="no" text{($.isText==='no')?'checked':''}/>{{$.lp.no}}-->
  90. <!-- </td>-->
  91. <!-- </tr>-->
  92. <!-- </table>-->
  93. <div class="MWFMaplist" name="styles" title="{{$.lp.style}}"></div>
  94. <div class="MWFMaplist" name="properties" title="{{$.lp.attribute}}"></div>
  95. </div>
  96. <div title="{{$.lp.event}}" class="MWFTab">
  97. <div class="MWFEventsArea" name="events"></div>
  98. </div>
  99. <div title="HTML" class="MWFTab">
  100. <div class="MWFHTMLArea" style="width:100%; height:400px; border:0px;font-family: Verdana, Geneva, sans-serif; font-size:14px"></div>
  101. </div>
  102. <div title="JSON" class="MWFTab">
  103. <div class="MWFJSONArea" style="font-family: Verdana, Geneva, sans-serif; font-size:14px"></div>
  104. </div>
  105. </div>