製作通用模組標題

2022-01-11 12:22:46 字數 2354 閱讀 9853

簡單模組標題一般有文字和兩種方式,文字除了標題還可以加更多鏈結,利用common.less可以把樣式共用,每開發一次模板,只要把這標題做一次就可以了,非常方便。

<

group

title

="模組標題"

>

<

section

title

="標題設定"

folded

="false"

>

<

param

description

=""formtype

="range"

label

="標題顯示模式:"

name

="title_module"

ptype

="text"

>

<

option

value

="1"

selected

="selected"

>文字模式

option

>

<

option

value

="2"

>自定義模式

option

>

<

option

value

="0"

>×不顯示

option

>

param

>

section

>

<

section

title

="文字模式"

folded

="false"

>

<

param

description

=""formtype

="text"

label

="標題文字:"

name

="title"

ptype

="text"

>分類推薦

param

>

<

param

description

=""formtype

="text"

label

="更多文字:"

name

="title_more"

ptype

="text"

>more+

param

>

<

param

description

=""formtype

="text"

label

name

="more_link"

ptype

="text"

>#

param

>

section

>

<

section

title

="自定義模式"

folded

="false"

>

<

param

description

="寬度950,高度不限"

formtype

="text"

label

name

="title_img"

ptype

="text"

>

param

>

section

>

group

>

common.less

.title1}
對應模組內css

.moduletitle
php**:

//

模組標題

$title_module= $_module['title_module']; //

標題模式

$title= $_module['title']; //

標題文字

$title_more =$_module['title_more']; //

更多文字

$more_link=$_module['more_link']; //

更多鏈結

$title_img=$_module['title_img']; //

自定義if($title_module==1)

elseif($title_module==2)

else

python通用模組 python通用模組使用例子

usr bin python coding utf 8 author administrator import os import sys import shutil import struct python通用模組使用例子 result os.system pwd print type resul...

Verilog編寫通用模組

移位暫存器,alu,多路選擇器,二進位制乘法器,模n計數器,詹森計數器,引數化比較器,詹森解碼器 移位暫存器 module unishiftregister clk,reset,leftin,rightin,sel,loaddta,q parameter nbits 4 input clk,rese...

貓眼電影通用模組

寫在前面 注意headers的更新,因機子而異 import requests import re 火狐請求頭 mozilla 5.0 windows nt 10.0 win64 x64 rv 74.0 gecko 20100101 firefox 74.0 defmain 可根據需要更改url r...