zypx-news.html 537 B

12345678910111213141516171819202122
  1. @includeFileTemplate("/www/syrc-mobile/include/zypx-header.html"){}
  2. <div id="pageContent" style=" margin: -15px 0 0px 0 !important;">
  3. <div class="mod">
  4. <div class="new_l" value="397738433">
  5. <div class="news_cont">
  6. <h2>${category.categoryName!}</h2>
  7. <p class="sy_wz">
  8.   ${category.content!}
  9. </p>
  10. </div>
  11. </div>
  12. </div>
  13. </div>
  14. </div>
  15. @includeFileTemplate("/www/syrc-mobile/include/zypx-footer.html"){}