model.php 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. <?php
  2. $type = array
  3. (
  4. 1 => '图片',
  5. 2 => '文字',
  6. );
  7. $fonts = array
  8. (
  9. 1 => '常规',
  10. 2 => '粗体',
  11. 3 => '中等',
  12. );
  13. $position_type = array
  14. (
  15. 1 => '左上角',
  16. 2 => '左下角',
  17. 3 => '右上角',
  18. 4 => '右下角',
  19. 5 => '居中',
  20. 6 => '上居中',
  21. 7 => '下居中',
  22. 8 => '左居中',
  23. 9 => '右居中',
  24. 10 => '自定义',
  25. );
  26. return array
  27. (
  28. # 表名
  29. 'name' => 'model',
  30. # 显示给用户看的名称
  31. 'lang' => '模块设置',
  32. 'menu' => false,
  33. 'check' => 'template_id,key',
  34. # 数据结构
  35. 'struct' => array
  36. (
  37. 'id' => array
  38. (
  39. 'type' => 'int-11',
  40. 'name' => 'ID',
  41. 'default' => '',
  42. 'desc' => '',
  43. 'match' => 'is_numeric',
  44. 'search' => 'order',
  45. //'list' => true,
  46. ),
  47. 'template_id' => array
  48. (
  49. 'type' => 'int-11',
  50. 'name' => '所属模板',
  51. 'default' => '1',
  52. 'desc' => '请选择所属模板',
  53. 'match' => 'is_numeric',
  54. 'update' => 'hidden',
  55. 'value' => Dever::input('search_option_template_id')
  56. ),
  57. 'name' => array
  58. (
  59. 'type' => 'varchar-32',
  60. 'name' => '模块名称',
  61. 'default' => '',
  62. 'desc' => '模块名称',
  63. 'match' => 'is_string',
  64. 'update' => 'text',
  65. 'search' => 'fulltext',
  66. 'list' => true,
  67. ),
  68. 'key' => array
  69. (
  70. 'type' => 'varchar-32',
  71. 'name' => '模块标识-设置模块时,使用该标识来设置模块信息',
  72. 'default' => '',
  73. 'desc' => '模块标识',
  74. 'match' => 'is_string',
  75. 'update' => 'text',
  76. 'search' => 'fulltext',
  77. 'list' => true,
  78. ),
  79. 'type' => array
  80. (
  81. 'type' => 'int-11',
  82. 'name' => '模块类型',
  83. 'default' => '1',
  84. 'desc' => '请选择模块类型',
  85. 'match' => 'is_numeric',
  86. 'update' => 'radio',
  87. 'option' => $type,
  88. 'search' => 'select',
  89. 'list' => true,
  90. 'control' => 'type',
  91. ),
  92. 'value' => array
  93. (
  94. 'type' => 'varchar-500',
  95. 'name' => '默认值',
  96. 'default' => '',
  97. 'desc' => '默认值',
  98. 'match' => 'option',
  99. 'update' => 'text',
  100. 'show' => 'type=2',
  101. //'list' => true,
  102. ),
  103. 'value_pic' => array
  104. (
  105. 'type' => 'varchar-500',
  106. 'name' => '默认值',
  107. 'default' => '',
  108. 'desc' => '默认值',
  109. 'match' => 'option',
  110. 'update' => 'image',
  111. 'show' => 'type=1',
  112. 'key' => 1,
  113. //'list' => true,
  114. ),
  115. 'position_type' => array
  116. (
  117. 'type' => 'int-11',
  118. 'name' => '模块位置-废弃',
  119. 'default' => '10',
  120. 'desc' => '请选择模块位置',
  121. 'match' => 'is_numeric',
  122. //'update' => 'radio',
  123. 'option' => $position_type,
  124. //'search' => 'select',
  125. //'list' => true,
  126. 'control' => 'position_type',
  127. ),
  128. 'position' => array
  129. (
  130. 'type' => 'varchar-32',
  131. 'name' => '模块定位-位置为left,top,如100,200',
  132. 'default' => '0,0',
  133. 'desc' => '模块定位',
  134. 'match' => 'is_string',
  135. //'update' => 'text',
  136. 'show' => 'position_type=10',
  137. ),
  138. 'offset' => array
  139. (
  140. 'type' => 'varchar-32',
  141. 'name' => '偏移量-废弃,偏移位置为left,top,如-10,-20',
  142. 'default' => '0,0',
  143. 'desc' => '偏移量',
  144. 'match' => 'is_string',
  145. //'update' => 'text',
  146. ),
  147. 'text_width' => array
  148. (
  149. 'type' => 'varchar-11',
  150. 'name' => '文字宽度',
  151. 'default' => '',
  152. 'desc' => '文字宽度',
  153. 'match' => 'is_string',
  154. 'update' => 'text',
  155. 'show' => 'type=2',
  156. ),
  157. 'width' => array
  158. (
  159. 'type' => 'varchar-11',
  160. 'name' => '图片宽度',
  161. 'default' => '200',
  162. 'desc' => '图片宽度',
  163. 'match' => 'is_string',
  164. 'update' => 'text',
  165. 'show' => 'type=1',
  166. ),
  167. 'height' => array
  168. (
  169. 'type' => 'varchar-11',
  170. 'name' => '图片高度',
  171. 'default' => '200',
  172. 'desc' => '图片高度',
  173. 'match' => 'is_string',
  174. 'update' => 'text',
  175. 'show' => 'type=1',
  176. ),
  177. 'color' => array
  178. (
  179. 'type' => 'varchar-10',
  180. 'name' => '文字颜色',
  181. 'default' => '#000000',
  182. 'desc' => '文字颜色',
  183. 'match' => 'is_string',
  184. 'update' => 'color',
  185. 'show' => 'type=2',
  186. ),
  187. 'fonts' => array
  188. (
  189. 'type' => 'int-11',
  190. 'name' => '字体',
  191. 'default' => '1',
  192. 'desc' => '字体',
  193. 'match' => 'is_numeric',
  194. 'update' => 'select',
  195. 'option' => $fonts,
  196. 'show' => 'type=2',
  197. ),
  198. 'size' => array
  199. (
  200. 'type' => 'int-11',
  201. 'name' => '文字大小-直接输入像素数字',
  202. 'default' => '16',
  203. 'desc' => '文字大小',
  204. 'match' => 'is_numeric',
  205. 'update' => 'text',
  206. 'show' => 'type=2',
  207. ),
  208. 'angle' => array
  209. (
  210. 'type' => 'int-11',
  211. 'name' => '角度-直接输入数字',
  212. 'default' => '0',
  213. 'desc' => '角度',
  214. 'match' => 'is_numeric',
  215. //'update' => 'text',
  216. 'show' => 'type=2',
  217. ),
  218. 'state' => array
  219. (
  220. 'type' => 'tinyint-1',
  221. 'name' => '状态',
  222. 'default' => '1',
  223. 'desc' => '请选择状态',
  224. 'match' => 'is_numeric',
  225. ),
  226. 'cdate' => array
  227. (
  228. 'type' => 'int-11',
  229. 'name' => '录入时间',
  230. 'match' => array('is_numeric', time()),
  231. 'desc' => '',
  232. # 只有insert时才生效
  233. 'insert' => true,
  234. 'search' => 'date',
  235. 'list' => 'date("Y-m-d H:i:s", {cdate})',
  236. ),
  237. ),
  238. 'manage' => array
  239. (
  240. 'delete' => false,
  241. 'edit' => false,
  242. 'insert' => false,
  243. 'page_list_table' => 'model',
  244. 'button' => array
  245. (
  246. '新增' => array('fast'),
  247. ),
  248. 'list_button' => array
  249. (
  250. 'edit' => array('编辑'),
  251. )
  252. ),
  253. );