@@ -338,7 +338,7 @@ function CheckCross() { | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td style="padding-left:10px">栏目交叉:<i class="fa fa-question-circle" style="cursor:pointer" onClick="ShowHide('helpvarco')"></i><br>仅适用[最终列表栏目]</td> | |||||
<td style="padding-left:10px">栏目交叉:<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvarco')" style="cursor:pointer"></i><br>仅适用[最终列表栏目]</td> | |||||
<td> | <td> | ||||
<input name="cross" type="radio" id="cross0" value="0" class='np' onClick="CheckCross()" checked='1'> | <input name="cross" type="radio" id="cross0" value="0" class='np' onClick="CheckCross()" checked='1'> | ||||
<label for="cross0">不交叉</label> | <label for="cross0">不交叉</label> | ||||
@@ -425,7 +425,7 @@ function CheckCross() { | |||||
<td> | <td> | ||||
<input name="tempindex" type="text" value="{style}/index_<?php echo $nid?>.htm" class="alltxt" style="width:260px"> | <input name="tempindex" type="text" value="{style}/index_<?php echo $nid?>.htm" class="alltxt" style="width:260px"> | ||||
<button type="button" name="set1" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.tempindex')">浏览</button> | <button type="button" name="set1" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.tempindex')">浏览</button> | ||||
<i class="fa fa-question-circle" style="cursor:pointer" onClick="ShowHide('helpvar1')"></i> | |||||
<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvar1')" style="cursor:pointer"></i> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -458,7 +458,7 @@ function CheckCross() { | |||||
<td height="26" style="padding-left:10px">文章命名规则:</td> | <td height="26" style="padding-left:10px">文章命名规则:</td> | ||||
<td> | <td> | ||||
<input name="namerule" type="text" id="namerule" value="<?php echo $cfg_df_namerule; ?>" class="alltxt" style="width:260px"> | <input name="namerule" type="text" id="namerule" value="<?php echo $cfg_df_namerule; ?>" class="alltxt" style="width:260px"> | ||||
<i class="fa fa-question-circle" style="cursor:pointer" onClick="ShowHide('helpvar2')"></i> | |||||
<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvar2')" style="cursor:pointer"></i> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr id='helpvar3' style='display:none'> | <tr id='helpvar3' style='display:none'> | ||||
@@ -469,7 +469,7 @@ function CheckCross() { | |||||
<td height="26" style="padding-left:10px">列表命名规则:</td> | <td height="26" style="padding-left:10px">列表命名规则:</td> | ||||
<td> | <td> | ||||
<input name="namerule2" type="text" id="namerule2" value="{typedir}/{tid}-{page}.html" class="alltxt" style="width:260px"> | <input name="namerule2" type="text" id="namerule2" value="{typedir}/{tid}-{page}.html" class="alltxt" style="width:260px"> | ||||
<i class="fa fa-question-circle" style="cursor:pointer" onClick="ShowHide('helpvar3')"></i> | |||||
<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvar3')" style="cursor:pointer"></i> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -196,7 +196,7 @@ | |||||
<td height="26" class="bline" style="padding-left:10px">文章命名规则:</td> | <td height="26" class="bline" style="padding-left:10px">文章命名规则:</td> | ||||
<td class="bline"> | <td class="bline"> | ||||
<input name="namerule" type="text" id="namerule" value="{typedir}/{aid}.html" class="pubinputs" style="width:260px"> | <input name="namerule" type="text" id="namerule" value="{typedir}/{aid}.html" class="pubinputs" style="width:260px"> | ||||
<i class="fa fa-question-circle" title="帮助" style="cursor:pointer" onClick="ShowHide('helpvar2')"></i> | |||||
<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvar2')" style="cursor:pointer"></i> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr id='helpvar3' style='display:none'> | <tr id='helpvar3' style='display:none'> | ||||
@@ -207,7 +207,7 @@ | |||||
<td height="26" style="padding-left:10px">列表命名规则:</td> | <td height="26" style="padding-left:10px">列表命名规则:</td> | ||||
<td> | <td> | ||||
<input name="namerule2" type="text" id="namerule2" value="{typedir}/{tid}-{page}.html" class="pubinputs" style="width:260px"> | <input name="namerule2" type="text" id="namerule2" value="{typedir}/{tid}-{page}.html" class="pubinputs" style="width:260px"> | ||||
<i class="fa fa-question-circle" title="帮助" style="cursor:pointer" onClick="ShowHide('helpvar3')"></i> | |||||
<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvar3')" style="cursor:pointer"></i> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -275,7 +275,7 @@ function CheckCross() { | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td style="padding-left:10px">栏目交叉:<i class="fa fa-question-circle" style="cursor:pointer" onClick="ShowHide('helpvarco')"></i><br>仅适用[最终列表栏目]</td> | |||||
<td style="padding-left:10px">栏目交叉:<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvarco')" style="cursor:pointer"></i><br>仅适用[最终列表栏目]</td> | |||||
<td class="bline"> | <td class="bline"> | ||||
<label><input name="cross" type="radio" id="cross0" onClick="CheckCross()" value="0" class='np' <?php if($myrow['cross']==0) echo " checked='1' "; ?>> 不交叉</label> | <label><input name="cross" type="radio" id="cross0" onClick="CheckCross()" value="0" class='np' <?php if($myrow['cross']==0) echo " checked='1' "; ?>> 不交叉</label> | ||||
<label><input name="cross" type="radio" id="cross1" onClick="CheckCross()" value="1" class='np' <?php if($myrow['cross']==1) echo " checked='1' "; ?>> 自动获取同名栏目内容</label> | <label><input name="cross" type="radio" id="cross1" onClick="CheckCross()" value="1" class='np' <?php if($myrow['cross']==1) echo " checked='1' "; ?>> 自动获取同名栏目内容</label> | ||||
@@ -354,7 +354,7 @@ function CheckCross() { | |||||
<td> | <td> | ||||
<input name="tempindex" type="text" value="<?php echo $myrow['tempindex']?>" class="iptxt" style="width:260px"> | <input name="tempindex" type="text" value="<?php echo $myrow['tempindex']?>" class="iptxt" style="width:260px"> | ||||
<button type="button" name="set1" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.tempindex')">浏览</button> | <button type="button" name="set1" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.tempindex')">浏览</button> | ||||
<i class="fa fa-question-circle" style="cursor:pointer" onClick="ShowHide('helpvar1')"></i> | |||||
<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvar1')" style="cursor:pointer"></i> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -387,7 +387,7 @@ function CheckCross() { | |||||
<td height="26" style="padding-left:10px">文章命名规则:</td> | <td height="26" style="padding-left:10px">文章命名规则:</td> | ||||
<td> | <td> | ||||
<input name="namerule" type="text" id="namerule" value="<?php echo $myrow['namerule']?>" class="iptxt" style="width:260px"> | <input name="namerule" type="text" id="namerule" value="<?php echo $myrow['namerule']?>" class="iptxt" style="width:260px"> | ||||
<i class="fa fa-question-circle" style="cursor:pointer" onClick="ShowHide('helpvar2')"></i> | |||||
<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvar2')" style="cursor:pointer"></i> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr id='helpvar3' style='display:none'> | <tr id='helpvar3' style='display:none'> | ||||
@@ -398,7 +398,7 @@ function CheckCross() { | |||||
<td height="26" style="padding-left:10px">列表命名规则:</td> | <td height="26" style="padding-left:10px">列表命名规则:</td> | ||||
<td> | <td> | ||||
<input name="namerule2" type="text" id="namerule2" value="<?php echo $myrow['namerule2']?>" class="iptxt" style="width:260px"> | <input name="namerule2" type="text" id="namerule2" value="<?php echo $myrow['namerule2']?>" class="iptxt" style="width:260px"> | ||||
<i class="fa fa-question-circle" style="cursor:pointer" onClick="ShowHide('helpvar3')"></i> | |||||
<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvar3')" style="cursor:pointer"></i> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -50,9 +50,9 @@ | |||||
<span class="style2" id='help1'>数字,创建后不可修改,并具有唯一性推荐使用默认值</span> | <span class="style2" id='help1'>数字,创建后不可修改,并具有唯一性推荐使用默认值</span> | ||||
</td> | </td> | ||||
<td> | <td> | ||||
<input name="diyid" type="text" id="diyid" size="10" value="<?php echo $newdiyid?>" class='pubinputs' | |||||
<input name="diyid" type="text" id="diyid" size="10" value="<?php echo $newdiyid?>" class="pubinputs" | |||||
style='width:60px'> | style='width:60px'> | ||||
* <i class="fa fa-question-circle" title="帮助" style="cursor:hand" onClick="showHide2('help1')"></i> | |||||
* <i class="fa fa-question-circle" title="帮助" onClick="showHide2('help1')" style="cursor:hand" ></i> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -61,14 +61,14 @@ | |||||
<span class="style2" id="help3">自定义表单的中文名称,在后台管理,前台发布等均使用此名字</span> | <span class="style2" id="help3">自定义表单的中文名称,在后台管理,前台发布等均使用此名字</span> | ||||
</td> | </td> | ||||
<td> | <td> | ||||
<input name="name" type="text" id="name" style="width:160px" value="自定义表单<?php echo $newdiyid; ?>" class='pubinputs'> *<i class="fa fa-question-circle" title="帮助" style="cursor:hand" onClick="showHide2('help3')"></i> | |||||
<input name="name" type="text" id="name" value="自定义表单<?php echo $newdiyid; ?>" class="pubinputs" style="width:160px" > *<i class="fa fa-question-circle" title="帮助" onClick="showHide2('help3')" style="cursor:hand" ></i> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="left">数据表:<br> | <td height="26" align="left">数据表:<br> | ||||
<span class="style2" id="help5">必须由英文、数字、下划线组成,用于保存自定义表单数据,不能和已有表名重复,创建后不可修改表名</span></td> | <span class="style2" id="help5">必须由英文、数字、下划线组成,用于保存自定义表单数据,不能和已有表名重复,创建后不可修改表名</span></td> | ||||
<td> | <td> | ||||
<input name="table" type="text" id="table" style="width:160px" value="<?php echo $cfg_dbprefix; ?>diyform<?php echo $newdiyid; ?>" class='pubinputs'> *<i class="fa fa-question-circle" title="帮助" style="cursor:hand" onClick="showHide2('help5')"></i> | |||||
<input name="table" type="text" id="table" value="<?php echo $cfg_dbprefix; ?>diyform<?php echo $newdiyid; ?>" class="pubinputs" style="width:160px"> *<i class="fa fa-question-circle" title="帮助" onClick="showHide2('help5')" style="cursor:hand"></i> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -77,15 +77,15 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="left">列表模板:</td> | <td height="26" align="left">列表模板:</td> | ||||
<td><input name="listtemplate" type="text" id="listtemplate" style="width:160px" value="list_diyform<?php echo $newdiyid; ?>.htm" class='pubinputs'></td> | |||||
<td><input name="listtemplate" type="text" id="listtemplate" value="list_diyform<?php echo $newdiyid; ?>.htm" class="pubinputs" style="width:160px"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="left">内容模板:</td> | <td height="26" align="left">内容模板:</td> | ||||
<td><input name="viewtemplate" type="text" id="viewtemplate" style="width:160px" value="view_diyform<?php echo $newdiyid; ?>.htm" class='pubinputs'></td> | |||||
<td><input name="viewtemplate" type="text" id="viewtemplate" value="view_diyform<?php echo $newdiyid; ?>.htm" class="pubinputs" style="width:160px"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="left">发布模板:</td> | <td height="26" align="left">发布模板:</td> | ||||
<td><input name="posttemplate" type="text" id="posttemplate" style="width:160px" value="post_diyform<?php echo $newdiyid; ?>.htm" class='pubinputs'></td> | |||||
<td><input name="posttemplate" type="text" id="posttemplate" value="post_diyform<?php echo $newdiyid; ?>.htm" class="pubinputs" style="width:160px"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="left">前台列表和内容页公开:</td> | <td height="26" align="left">前台列表和内容页公开:</td> | ||||
@@ -55,14 +55,14 @@ | |||||
</td> | </td> | ||||
<td> | <td> | ||||
<?php echo $diyid; ?> | <?php echo $diyid; ?> | ||||
<i class="fa fa-question-circle" title="帮助" style="cursor:hand" onClick="showHide2('help1')"></i> | |||||
<i class="fa fa-question-circle" title="帮助" onClick="showHide2('help1')" style="cursor:hand"></i> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26">自定义表单名称:(修改表名不会创建新表,如果您不懂手工处理这些表,请不要修改)<br> | <td height="26">自定义表单名称:(修改表名不会创建新表,如果您不懂手工处理这些表,请不要修改)<br> | ||||
<span class="style2" id="help3">自定义表单的中文名称,在后台管理,前台发布等均使用此名字</span></td> | <span class="style2" id="help3">自定义表单的中文名称,在后台管理,前台发布等均使用此名字</span></td> | ||||
<td> | <td> | ||||
<input name="name" type="text" id="name" value="<?php echo $row['name']?>" style="width:160px" class='alltxt'> * <i class="fa fa-question-circle" lt="帮助" style="cursor:hand" onClick="showHide2('help3')"></i> | |||||
<input name="name" type="text" id="name" value="<?php echo $row['name']?>" class='alltxt' style="width:160px"> * <i class="fa fa-question-circle" title="帮助" onClick="showHide2('help3')" style="cursor:hand"></i> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -70,7 +70,7 @@ | |||||
<span class="style2" id="help5">自定义表单数据表创建后不可修改表名</span> | <span class="style2" id="help5">自定义表单数据表创建后不可修改表名</span> | ||||
</td> | </td> | ||||
<td> | <td> | ||||
<input name="table" type="text" id="table" style="width:160px" value="<?php echo $row['table']; ?>" class='alltxt' disabled='1'> * <i class="fa fa-question-circle" title="帮助" style="cursor:hand" onClick="showHide2('help5')"></i> | |||||
<input name="table" type="text" id="table" value="<?php echo $row['table']; ?>" class='alltxt' disabled='1' style="width:160px"> * <i class="fa fa-question-circle" title="帮助" onClick="showHide2('help5')" style="cursor:hand"></i> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -82,7 +82,7 @@ | |||||
<td style="padding:0"> | <td style="padding:0"> | ||||
<table width="100%" cellspacing="1" cellpadding="0"> | <table width="100%" cellspacing="1" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="2" align="left"><i class="fa fa-question-circle"></i>自由列表标记的说明:自由列表标记(freelist)的功能基本等同于arclist标记,区别是freelist标记支持分页,这让生成Google Map、生成按自定义排序规则的文章列表(如按标题拼音部首排序等)等轻松的实现统一化管理,并且自由列是独立编译的,不与其它模板混在一起,这样不会影响系统生成HTML或访问速度</td> | |||||
<td height="26" colspan="2" align="left"><i class="fa fa-question-circle" title="帮助"></i>自由列表标记的说明:自由列表标记(freelist)的功能基本等同于arclist标记,区别是freelist标记支持分页,这让生成Google Map、生成按自定义排序规则的文章列表(如按标题拼音部首排序等)等轻松的实现统一化管理,并且自由列是独立编译的,不与其它模板混在一起,这样不会影响系统生成HTML或访问速度</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="260" height="26" align="left">自由列表标题:</td> | <td width="260" height="26" align="left">自由列表标题:</td> | ||||
@@ -244,7 +244,7 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="left">循环内的单行记录样式(InnerText):[<a href='javascript:ShowHide("innervar");'><i class="fa fa-question-circle"></i>底层变量field参考</a>]</td> | |||||
<td height="26" align="left">循环内的单行记录样式(InnerText):[<a href='javascript:ShowHide("innervar");'><i class="fa fa-question-circle" title="帮助"></i>底层变量field参考</a>]</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="99" align="left"><textarea name="innertext" cols="80" rows="6" id="myinnertext" style="width:80%;height:120px"></textarea> | <td height="99" align="left"><textarea name="innertext" cols="80" rows="6" id="myinnertext" style="width:80%;height:120px"></textarea> | ||||
@@ -252,8 +252,8 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="80" align="left" id='innervar' style="display:none"> | |||||
<span><i class="fa fa-question-circle"></i>支持字段(底层变量[field:varname/]):id,title,color,typeid,ismake,description,pubdate,senddate,arcrank,click,litpic,typedir,typename,arcurl,typeurl,<br>stime(pubdate 的"0000-00-00"格式),textlink,typelink,imglink,image普通字段直接用[field:字段名/]表示<br>·Pubdate发布时间的调用参数 [field:pubdate function=MyDate('Y-m-d H:i:s',@me)/]</span> | |||||
<td height="80" align="left" id="innervar" style="display:none"> | |||||
<span><i class="fa fa-question-circle" title="帮助"></i>支持字段(底层变量[field:varname/]):id,title,color,typeid,ismake,description,pubdate,senddate,arcrank,click,litpic,typedir,typename,arcurl,typeurl,<br>stime(pubdate 的"0000-00-00"格式),textlink,typelink,imglink,image普通字段直接用[field:字段名/]表示<br>·Pubdate发布时间的调用参数 [field:pubdate function=MyDate('Y-m-d H:i:s',@me)/]</span> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -70,7 +70,7 @@ | |||||
<td style="padding:0"> | <td style="padding:0"> | ||||
<table width="100%" cellspacing="1" cellpadding="0"> | <table width="100%" cellspacing="1" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="2" align="left"><i class="fa fa-question-circle"></i>自由列表标记的说明:自由列表标记(freelist)的功能基本等同于arclist标记,区别是freelist标记支持分页,这让生成Google Map、生成按自定义排序规则的文章列表(如按标题拼音部首排序等)等轻松的实现统一化管理,并且自由列是独立编译的,不与其它模板混在一起,这样不会影响系统生成HTML或访问速度</td> | |||||
<td height="26" colspan="2" align="left"><i class="fa fa-question-circle" title="帮助"></i>自由列表标记的说明:自由列表标记(freelist)的功能基本等同于arclist标记,区别是freelist标记支持分页,这让生成Google Map、生成按自定义排序规则的文章列表(如按标题拼音部首排序等)等轻松的实现统一化管理,并且自由列是独立编译的,不与其它模板混在一起,这样不会影响系统生成HTML或访问速度</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="260" height="26" align="left">自由列表标题:</td> | <td width="260" height="26" align="left">自由列表标题:</td> | ||||
@@ -236,7 +236,7 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="left">循环内的单行记录样式(InnerText):[<i class="fa fa-question-circle"></i><a href='javascript:ShowHide("innervar");'>底层变量field参考</a>]</td> | |||||
<td height="26" align="left">循环内的单行记录样式(InnerText):[<i class="fa fa-question-circle" title="帮助"></i><a href='javascript:ShowHide("innervar");'>底层变量field参考</a>]</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="80" align="left"> | <td height="80" align="left"> | ||||
@@ -244,8 +244,8 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="80" align="left" id='innervar' style="display:none"> | |||||
<span><i class="fa fa-question-circle"></i>支持字段(底层变量[field:varname/]):id,title,color,typeid,ismake,description,pubdate,senddate,arcrank,click,litpic,typedir,typename,arcurl,typeurl,<br>stime(pubdate 的"0000-00-00"格式),textlink,typelink,imglink,image普通字段直接用[field:字段名/]表示<br>·Pubdate发布时间的调用参数 [field:pubdate function=MyDate('Y--%d H:i:s',@me)/]</span> | |||||
<td height="80" align="left" id="innervar" style="display:none"> | |||||
<span><i class="fa fa-question-circle" title="帮助"></i>支持字段(底层变量[field:varname/]):id,title,color,typeid,ismake,description,pubdate,senddate,arcrank,click,litpic,typedir,typename,arcurl,typeurl,<br>stime(pubdate 的"0000-00-00"格式),textlink,typelink,imglink,image普通字段直接用[field:字段名/]表示<br>·Pubdate发布时间的调用参数 [field:pubdate function=MyDate('Y--%d H:i:s',@me)/]</span> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -57,7 +57,7 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26"><i class="fa fa-question-circle"></i> 提示:图片类型仅支持jpg、png、gif、wbmp格式,flash为.swf格式,视音频和附件为限定扩展名的类型(可在系统参数中修改)</td> | |||||
<td height="26"><i class="fa fa-question-circle" title="帮助"></i> 提示:图片类型仅支持jpg、png、gif、wbmp格式,flash为.swf格式,视音频和附件为限定扩展名的类型(可在系统参数中修改)</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="70" align="center"> | <td height="70" align="center"> | ||||
@@ -168,7 +168,7 @@ li{float:left;padding-right:10px;line-height:26px} | |||||
?> | ?> | ||||
</select> | </select> | ||||
</td> | </td> | ||||
<td colspan="2"><i class="fa fa-question-circle"></i>灰色字的为系统内置枚举,您是不能对它进行删除修改操作的,但可以添加或修改它的元素</td> | |||||
<td colspan="2"><i class="fa fa-question-circle" title="帮助"></i>灰色字的为系统内置枚举,您是不能对它进行删除修改操作的,但可以添加或修改它的元素</td> | |||||
<td> | <td> | ||||
<button type="button" name="gedit" id="gedit" class="btn btn-success btn-sm" onClick="EditType()">修改</button> | <button type="button" name="gedit" id="gedit" class="btn btn-success btn-sm" onClick="EditType()">修改</button> | ||||
<button type="button" name="gdel" id="gdel" class="btn btn-success btn-sm" onClick="DelType()">删除</button> | <button type="button" name="gdel" id="gdel" class="btn btn-success btn-sm" onClick="DelType()">删除</button> | ||||
@@ -228,7 +228,7 @@ li{float:left;padding-right:10px;line-height:26px} | |||||
<div style="float:left;padding-left:10px"> | <div style="float:left;padding-left:10px"> | ||||
<button type="submit" name="sb2" class="btn btn-success btn-sm">增加分类</button> | <button type="submit" name="sb2" class="btn btn-success btn-sm">增加分类</button> | ||||
</div> | </div> | ||||
<div style='clear:both'><i class="fa fa-question-circle"></i>如果没选择隶属分类则表示增加的是顶级分类,用半角逗号","分开可以一次增加多个分类</div> | |||||
<div style="clear:both"><i class="fa fa-question-circle" title="帮助"></i>如果没选择隶属分类则表示增加的是顶级分类,用半角逗号","分开可以一次增加多个分类</div> | |||||
</form> | </form> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||