当前位置:网站首页>The idea of making parent column template with multiple sub columns in the Torres intensive intelligence portal platform
The idea of making parent column template with multiple sub columns in the Torres intensive intelligence portal platform
2022-07-16 04:43:00 【Xinhe website maintenance center】
In the intensive intelligent portal platform , When there are multiple sub columns under a column , This column ( Parent column ) How to set templates and paging ?
If the parent column doesn't want to make a special page , How to solve this problem .
After analyzing the site column structure of two background users of topaz website , It is found that the parent column with multiple sub columns can be , Jump to the default first sub column .
There are two specific ones , Respectively adopted javascript Jump and meta refresh Jump to two ideas . Suddenly I feel that this solution is quite flexible .
Tuoersi, Chinese Academy of Sciences WCM Parent column template setting case :
Column structure
-> Resource conditions
----> Publications ( To set the parent column of the template )
--------> Periodical
--------> monograph
--------> Electronic magazines
Publication page address :www.cas.cn/zy/cb/
After opening , Server response html Code
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><a href="./"> Publications </a></title>
<script>
location.replace("./qk/");
</script>
</head>Page passing javascript Jump to the first sub column of the publication journal (http://www.cas.cn/zy/cb/qk/)
The display name of the first sub column of the publication and the name of the column folder can be obtained by marking .
A case of setting the parent column template of multiple sub columns on the intensive intelligent portal platform of a city :
Column structure
-> Information disclosure directory
----> Municipal administrative normative documents ( To set the parent column of the template )
--------> Documents of the Municipal People's government
--------> Documents of the general office of the municipal government
--------> System documents of all units
--------> Normative document cleaning
Page address of municipal administrative normative documents :www.test.gov.cn/zfxxgk/zfwjk/
When I open the page , The server response code is
<meta http-equiv="Refresh" content='0; url=./srmzf/'>adopt meta refresh To the default first sub column, government affairs dynamic column .
If the parent column needs to set a special column page , Then there is no such situation .
From this extended thought , When many other platforms build sub columns , Similar ideas can also be adopted . I've seen many different before cms System , Columns with similar structure , Many of them are the first contents of the parent column directory into the sub column , Then input the sub column again . And the solution of jumping to the first sub column , It avoids multiple entries of articles , It saves the trouble of modifying many places in the later adjustment .
边栏推荐
猜你喜欢

Imx6ul PWM debugging

Don't you know the process yet? Just this one!

分库分表真的适合你的系统吗?聊聊分库分表和NewSQL如何选择

Vs code recommended plug-ins

DCC888 :Instruction Level Parallelism

Wechat applet 4 - applet API

PreScan快速入门到精通第十六讲之轨迹编辑路径
![[Beijing Forestry University] information sharing of the first and second postgraduate examinations](/img/0d/a6392e6b92bb689e90c038ffac9dd8.jpg)
[Beijing Forestry University] information sharing of the first and second postgraduate examinations

Browser executes JS process

An article takes you to know about state-owned enterprise programmers (super detailed)
随机推荐
Interesting and important JS knowledge collection (13) call/apply/bind source level implementation
[Beijing Forestry University] information sharing of the first and second postgraduate examinations
Is the sub database and sub table really suitable for your system? Talk about how to select sub databases, sub tables and newsql
Expert, Alibaba Daniel quit and brought out the internal "high concurrency system design" learning manual
dedecms内链TAG标签和文档关键词
1748. 唯一元素的和-快速排序,加条件遍历
Another bag grabbing tool, a better artifact than fiddler: Charles
PreScan快速入门到精通第十六讲之轨迹编辑路径
Very practical SQL optimization scheme
ACW water pouring problem (search out all schemes)
面试题 08.04. 幂集
现有两个kafka的topic要通过Flink将数据原封不动的写入MYSQL 王方案一: 写两个F
1748. Sum of unique elements - quick sort, conditional traversal
【MQTT从入门到提高 | 05】MQTT3.1.1之PUBLISH发布工作流
An article takes you to know about state-owned enterprise programmers (super detailed)
【论文笔记】基于深度强化学习的密集物体温度优先推抓方法
Empowering the industry | speaking for the brand | Pan home factory investment club was officially established in Guangzhou Pazhou International Convention and Exhibition Center!
CarSim仿真快速入门(十一)—驾驶员模型(1)
I don't know what to say about this map resource except NB
个别手机网页打开乱码问题一解