banner-audit.ftl 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0"?>
  2. <?mso-application progid="Excel.Sheet"?>
  3. <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
  4. xmlns:o="urn:schemas-microsoft-com:office:office"
  5. xmlns:x="urn:schemas-microsoft-com:office:excel"
  6. xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
  7. xmlns:html="http://www.w3.org/TR/REC-html40">
  8. <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
  9. <Author>adnetwork</Author>
  10. <LastAuthor>adnetwork</LastAuthor>
  11. <Created>2014-10-15T06:05:44Z</Created>
  12. <Version>14.00</Version>
  13. </DocumentProperties>
  14. <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
  15. <AllowPNG/>
  16. </OfficeDocumentSettings>
  17. <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
  18. <WindowHeight>5130</WindowHeight>
  19. <WindowWidth>16155</WindowWidth>
  20. <WindowTopX>240</WindowTopX>
  21. <WindowTopY>45</WindowTopY>
  22. <ProtectStructure>False</ProtectStructure>
  23. <ProtectWindows>False</ProtectWindows>
  24. </ExcelWorkbook>
  25. <Styles>
  26. <Style ss:ID="Default" ss:Name="Normal">
  27. <Alignment ss:Vertical="Center"/>
  28. <Borders/>
  29. <Font ss:FontName="宋体" x:CharSet="134" ss:Size="11" ss:Color="#000000"/>
  30. <Interior/>
  31. <NumberFormat/>
  32. <Protection/>
  33. </Style>
  34. <Style ss:ID="s63" ss:Name="超链接">
  35. <Font ss:FontName="宋体" x:CharSet="134" ss:Size="11" ss:Color="#0000FF"
  36. ss:Underline="Single"/>
  37. </Style>
  38. <Style ss:ID="s65">
  39. <NumberFormat ss:Format="Short Date"/>
  40. </Style>
  41. <Style ss:ID="s66">
  42. <NumberFormat ss:Format="0%"/>
  43. </Style>
  44. </Styles>
  45. <Worksheet ss:Name="Sheet1">
  46. <Table ss:ExpandedColumnCount="${column!}" ss:ExpandedRowCount="<#if dataSize??>${dataSize+2}<#else>2</#if>" x:FullColumns="1"
  47. x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
  48. <Column ss:AutoFitWidth="0" ss:Width="114"/>
  49. <Column ss:AutoFitWidth="0" ss:Width="95.25"/>
  50. <Column ss:AutoFitWidth="0" ss:Width="93" ss:Span="1"/>
  51. <Column ss:Index="5" ss:AutoFitWidth="0" ss:Width="74.25"/>
  52. <Column ss:Width="63"/>
  53. <Row>
  54. <Cell ss:MergeAcross="6"><Data ss:Type="String">${accountList!} </Data></Cell>
  55. </Row>
  56. <Row>
  57. <Cell><Data ss:Type="String">ID</Data></Cell>
  58. <Cell><Data ss:Type="String">创意 </Data></Cell>
  59. <Cell><Data ss:Type="String">创意名称 </Data></Cell>
  60. <Cell><Data ss:Type="String">创意链接</Data></Cell>
  61. <Cell><Data ss:Type="String">尺寸</Data></Cell>
  62. <Cell><Data ss:Type="String">状态</Data></Cell>
  63. <Cell><Data ss:Type="String">最后更新时间</Data></Cell>
  64. </Row>
  65. <#if bannerList ??>
  66. <#list bannerList as banner>
  67. <Row>
  68. <Cell><Data ss:Type="String">${banner.id!}</Data></Cell>
  69. <Cell><Data ss:Type="String">image</Data></Cell>
  70. <Cell><Data ss:Type="String">${banner.bannerTemplate.name!}</Data></Cell>
  71. <Cell><Data ss:Type="String">${banner.visitAddress!}</Data></Cell>
  72. <Cell><Data ss:Type="String">${banner.bannerTemplate.width!}x${banner.bannerTemplate.height!}</Data></Cell>
  73. <Cell><Data ss:Type="String"><#if banner.checked==0>未审核<#else>已审核</#if></Data></Cell>
  74. <Cell><Data ss:Type="String">${banner.updated?datetime}</Data></Cell>
  75. </Row>
  76. </#list>
  77. </#if>
  78. </Table>
  79. <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
  80. <PageSetup>
  81. <Header x:Margin="0.3"/>
  82. <Footer x:Margin="0.3"/>
  83. <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
  84. </PageSetup>
  85. <Selected/>
  86. <Panes>
  87. <Pane>
  88. <Number>3</Number>
  89. <ActiveRow>7</ActiveRow>
  90. <ActiveCol>8</ActiveCol>
  91. </Pane>
  92. </Panes>
  93. <ProtectObjects>False</ProtectObjects>
  94. <ProtectScenarios>False</ProtectScenarios>
  95. </WorksheetOptions>
  96. </Worksheet>
  97. </Workbook>