在作者原来的模版上增强单列模版




<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@include file="/context/mytags.jsp"%>
<!DOCTYPE html>
<#assign callbackFlag = false />
<#assign fileName = "" />
<#list pageColumns as callBackTestPo>
<#if callBackTestPo.showType=='file'>
<#assign callbackFlag = true />
</#if>
</#list>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>${ftl_description}</title>
<hp:base type="hplusCss"></hp:base>
<style type="text/css">
.wrapper {
float: none;
}
</style>
</head>


<body class="gray-bg">
<div class="wrapper wrapper-content animated fadeIn">
<hp:formvalid form></script>
</html>

相关文章:

  • 2021-09-12
  • 2022-12-23
  • 2022-02-10
  • 2022-12-23
  • 2022-01-08
猜你喜欢
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
  • 2021-05-28
  • 2022-03-06
  • 2022-12-23
相关资源
相似解决方案