
okatag.6.0.18.source-code.noka-config.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE noka PUBLIC "-//noka//DTD noka-tag Configuration 6.0.18//EN" "noka-tag.dtd"> <config> <sysconfig> <option key="is-dbug" value="true"></option> <option key="db-connection-class" value="org.nokatag.Connection.DBJdbcConnection"></option> <option key="db-driver" value="com.mysql.jdbc.Driver"></option> <option key="db-url" value="jdbc:mysql://127.0.0.1:4393/GA_MANAGER?useUnicode=true&useSSL=false&autoReconnect=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true"></option> <option key="db-user" value="root"></option> <option key="db-password" value="01"></option> <!-- <option key="db-driver" value="oracle.jdbc.driver.OracleDriver"></option> <option key="db-url" value="jdbc:oracle:thin:@127.0.0.1:1521:ORCL"></option> <option key="db-user" value="noka"></option> <option key="db-password" value="01"></option> --> <!-- <option key="db-url" value="jdbc:pivotal:greenplum://192.168.254.131:5432;DatabaseName=postgres"></option> <option key="db-driver" value="com.pivotal.jdbc.GreenplumDriver"></option> <option key="db-user" value="gpadmin"></option> <option key="db-password" value="01"></option> --> <option key="default-language" value="zh-CN"></option><!-- 系统默认语言 --> <option key="sql-checkvalue" value="'|and|exec|insert|select|delete|update|count|*|%|chr|mid|master|truncate|char|declare|;|or|--|+"></option> <option key="pass-key" value="noka2jkl^swf@#$LKJds567q9KLJ^*1lkjsad"></option><!-- 加密密钥 --> <file-save position="${rootdir}/filesf" table="NK_FU"></file-save><!-- 上传文件存放配置 position为存放目标位置可以绝对目录如C:/file 或是相对目录如${rootdir}/fileserver table为数据库表名 --> <!-- 文档替换列表,其中rooturl为系统默认替换,无须设置 key为需要替换的关键字,在文档中的写法为${key} revalue为取得重设置时用的关键字 type为取得重设置的类型,支持从request、session、const、paramenter四种方式 --> <!-- <rewritlist key="skin" type="request" revalue="skin"></rewritlist> --> </sysconfig> <cache-files cache="false" jszip="false" cszip="false" prefix="/script,/s2" skip="a.js,b.js"> <cache-file extension="*.js" expires="30D"></cache-file> <cache-file extension="*.css" expires="30D"></cache-file> <cache-file extension="*.jpg" expires="30D"></cache-file> <cache-file extension="*.png" expires="30D"></cache-file> <cache-file extension="*.gif" expires="30D"></cache-file> </cache-files> <!-- http协议头 --> <http-headers> <headers-public> <header key="x-frame-options">SAMEORIGIN</header> <header key="X-XSS-Protection">1;mode=block</header> <header key="X-Content-Type-Options">nosniff</header> </headers-public> <headers-pravate dir="/script" forpublic="false"> <header key="x-content-security-policy">default-src 'self';img-src *;</header> </headers-pravate> </http-headers> <accord id="1"> <![CDATA[ * {margin:0; padding:0; font:12px Verdana,Arial} .${accordion.style.css_id} {width:${accordion.style.css_width}px; list-style:none; color:#033; margin-bottom:15px} .${accordion.style.css_id} h3 {width:${accordion.style.css_hwidth}px; text-align:${accordion.style.css_align};border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(${rootpath}/nokatag/accordion/images/header.gif)} .${accordion.style.css_id} h3:hover {background:url(${rootpath}/nokatag/accordion/images/header_over.gif)} .${accordion.style.css_id} .acc-section {overflow:hidden; background:#fff;margin:0px auto; text-align:center;} .${accordion.style.css_id} .acc-content {width:${accordion.style.css_contentwidth}px;height:${accordion.style.css_height}px;overflow:auto;text-align:center; margin:0px auto; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff} .${accordion.style.css_id} .acc-selected {background:url(${rootpath}/nokatag/accordion/images/header_over.gif)} .${accordion.style.css_id} .noka_tag_button{background-color:#ffffff;cursor: pointer;border: 0px;} .${accordion.style.css_id} .noka_tag_button:hover{background-color:#ffffff;cursor: pointer;border: 0px;} .${accordion.style.css_id} .noka_tag_img{} .${accordion.style.css_id} .noka_tag_title{} .${accordion.style.css_id} .noka_tag_btitle{background:url(${rootpath}/nokatag/tablegrid/images/next.gif);width:15px;display:inline-block; } .${accordion.style.css_id} .noka_tag_stitle{background:url(${rootpath}/nokatag/tablegrid/images/next_buto.gif);width:15px;display:inline-block; } .${accordion.style.css_id} .noka_tag_htitle{display:inline-block;padding-left: 10px } .${accordion.style.css_id} .noka_tag_rtitle{} ]]> </accord> <!-- 子表模板 --> <subgrid id="1"> <![CDATA[ 你好啊名字:${0}<br> 你好啊名字:${3}<br> 你好啊名字:${5}<br> ]]> </subgrid> <cellbody id="1"> <![CDATA[ <div style="width: 100px;height: 60px;" id="${usercellid}_div_row"> <div>${filecreatedate}</div> <div>${2}</div> ${row_no_id}:${row_id} </div> ]]> </cellbody> <kword id="1" value="absdeghjkmnpqrstuwxyzABCDEFGHIJKLMNPQRST23456789"></kword> <kword id="2" value="FDABZXSRETOP你好这是什么东西"></kword> </config>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy