latest_contract_template.ftl 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
  7. <meta http-equiv="Pragma" content="no-cache" />
  8. <meta http-equiv="Cache-Control" content="no-cache" />
  9. <meta http-equiv="Expires" content="0" />
  10. <title>产品与服务协议</title>
  11. <style>
  12. body { margin: 0; }
  13. header {
  14. height: 40px;
  15. line-height: .40px;
  16. color: #000;
  17. font-size: 17px;
  18. background: #fff;
  19. box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.07);
  20. text-align: center;
  21. }
  22. header .back {
  23. width: 20px;
  24. height: 20px;
  25. position: absolute;
  26. left: 12px;
  27. top: 10px;
  28. }
  29. .container {
  30. padding: 22px 20px 3px;
  31. font-size: 14px;
  32. }
  33. h1 {
  34. font-size: 18px;
  35. text-align: center;
  36. margin-bottom: 8px;
  37. }
  38. h2 {
  39. font-size: 16px;
  40. font-weight: bold;
  41. padding-top: 15px;
  42. }
  43. h3 {
  44. font-size: 14px;
  45. font-weight: bold;
  46. }
  47. .signature {
  48. padding-top: 50px;
  49. }
  50. .signature .sign {
  51. position: relative;
  52. width: 49%;
  53. display: inline-block;
  54. }
  55. .signature span {
  56. display: block;
  57. }
  58. .signature .cachet {
  59. position: absolute;
  60. top: -60px;
  61. left: 0;
  62. width: 150px;
  63. height: 150px;
  64. }
  65. .iInfo {
  66. display: flex;
  67. }
  68. .iInfo span {
  69. flex: 1;
  70. }
  71. .iInfoContent, .iInfoContent span {
  72. display: block;
  73. }
  74. .underline {
  75. text-decoration: underline;
  76. }
  77. .bold {
  78. font-weight: bold;
  79. }
  80. </style>
  81. </head>
  82. <body style="font-family:'SimSun'">
  83. <div class="container">
  84. <h1>《${contractName}》</h1>
  85. 甲方:${companyName} <br/>
  86. <div style="display: flex;">
  87. <div style="flex: 1 auto;">
  88. <div class="iInfo">
  89. <span>乙方:${userInfo.realName!}</span>
  90. <span>电话:${userInfo.phone!}</span>
  91. </div>
  92. <#if userInfo.idCardNo?default("")?trim?length gt 1>
  93. <div class="iInfo">
  94. <span>身份证号:${userInfo.idCardNo!}</span>
  95. </div>
  96. </#if>
  97. <#--<#if userInfo.subjectName?default("")?trim?length gt 1>
  98. <div class="iInfo">
  99. <span>所在声部:${userInfo.subjectName!}</span>
  100. </div>
  101. </#if>-->
  102. </div>
  103. </div>
  104. <#--
  105. <div>(本协议中“乙方“指学员及家长;”乙方学员“指购买甲方产品或服务的学员;”乙方家长“仅指乙方学员的法定监护人。)</div>
  106. -->
  107. <#--<p class="underline bold">重要须知:在注册或购买使用甲方提供的产品、服务之前,请您务必审慎阅读、充分理解本使用协议各条款内容, 特别是免除或者限制甲方责任的条款、对您权利进行限制的条款、约定争议解决方式和司法管辖的条款等。 限制、免责条款或者其他涉及您重大权益的条款可能以加粗、加下划线等形式提示您重点注意。您注册或购买使用甲方提供的产品和服务,均视为您同意本使用协议,以及同意接受本使用协议的约束。</p>
  108. <p class="underline bold">如无特别说明 ,下列术语在本协议中的定义为:管乐迷平台(下称“本平台”),即管乐迷APP;(下称“本平台”)指由甲方提供的器乐教学全流程辅助系统,包括媒体资料,教师点评,课前、课中、课后管理等服务;乐器练习小酷Ai (下称“本系统”),指由甲方提供和维护的器乐辅助练习系统;具体以该系统实际提供为准。该系统将根据实际需要进行调整和增减,乙方使用平台时需遵守本服务协议。</p>-->
  109. ${contractMainContent!}
  110. <div class="signature">
  111. <#if isShowVisualSeal>
  112. <div class="sign">甲方签章:${companyName}
  113. <img class="cachet" src="${companySealPicture!}" alt="" />
  114. <span>日期:${.now?string("yyyy年MM月dd日")}</span>
  115. </div>
  116. <div class="sign">乙方签章:${userInfo.realName!}
  117. <span>日期:${.now?string("yyyy年MM月dd日")} </span>
  118. </div>
  119. <#else>
  120. <div class="sign">甲方签章:${companyName}
  121. <span>日期:${.now?string("yyyy年MM月dd日")}</span>
  122. </div>
  123. <div class="sign">乙方签章:
  124. <span>日期:${.now?string("yyyy年MM月dd日")} </span>
  125. </div>
  126. </#if>
  127. </div>
  128. </div>
  129. </body>
  130. </html>