?? getdata_config.php
字號(hào):
</tr>
<tr>
<td class="tablerow" width="40%"><b>QQ字段</b></td>
<td class="tablerow"><input name="newdata[qq]" type="text" size="15" value="<?=$data[qq]?>"></td>
</tr>
<tr>
<td class="tablerow" width="40%"><b>MSN字段</b></td>
<td class="tablerow"><input name="newdata[msn]" type="text" size="15" value="<?=$data[msn]?>"></td>
</tr>
<tr>
<td class="tablerow" width="40%"><b>聯(lián)系地址字段</b></td>
<td class="tablerow"><input name="newdata[address]" type="text" size="15" value="<?=$data[address]?>"></td>
</tr>
<tr>
<td class="tablerow" width="40%"><b>郵政編碼字段</b></td>
<td class="tablerow"><input name="newdata[postid]" type="text" size="15" value="<?=$data[postid]?>"></td>
</tr>
<tr>
<td class="tablerow" width="40%"><b>聯(lián)系電話字段</b></td>
<td class="tablerow"><input name="newdata[telephone]" type="text" size="15" value="<?=$data[telephone]?>"></td>
</tr>
<tr>
<td class="tablerow" width="40%"><b>積分字段</b></td>
<td class="tablerow"><input name="newdata[point]" type="text" size="15" value="<?=$data[point]?>"></td>
</tr>
<tr>
<td class="tablerow" width="40%"><b>注冊(cè)IP字段</b></td>
<td class="tablerow"><input name="newdata[regip]" type="text" size="15" value="<?=$data[regip]?>"></td>
</tr>
<tr>
<td class="tablerow" width="40%"><b>注冊(cè)時(shí)間字段</b></td>
<td class="tablerow"><input name="newdata[regtime]" type="text" size="15" value="<?=$data[regtime]?>"></td>
</tr>
<tr>
<td class="tablerow" width="40%"><b>最后登錄IP字段</b></td>
<td class="tablerow"><input name="newdata[lastloginip]" type="text" size="15" value="<?=$data[lastloginip]?>"></td>
</tr>
<tr>
<td class="tablerow" width="40%"><b>最后登錄時(shí)間字段</b></td>
<td class="tablerow"><input name="newdata[lastlogintime]" type="text" size="15" value="<?=$data[lastlogintime]?>"></td>
</tr>
<tr>
<td class="tablerow" width="40%"><b>登錄次數(shù)字段</b></td>
<td class="tablerow"><input name="newdata[logintimes]" type="text" size="15" value="<?=$data[logintimes]?>"></td>
</tr>
</TBODY>
<tr>
<td class="tablerow" width="40%"><b>數(shù)據(jù)提取條件</b><br>提取<?=$_CHA[channelname]?>數(shù)據(jù)前應(yīng)先在phpcms中建立好欄目,然后在提取條件中設(shè)置好源數(shù)據(jù)欄目ID,以便將源數(shù)據(jù)欄目<?=$_CHA[channelname]?>導(dǎo)入到phpcms的相應(yīng)欄目去</td>
<td class="tablerow"><input name="newdata[condition]" type="text" size="50" value="<?=$data[condition]?>"> 請(qǐng)?zhí)顚?xiě)SQL語(yǔ)句</td>
</tr>
<tr>
<td class="tablerowhighlight" colspan=2 align="center"><b>外部數(shù)據(jù)導(dǎo)入?yún)?shù)配置</b></td>
</tr>
<TBODY style="display:'<? if($data[datatype]!='article') { ?>none<? } ?>'" id="articledata2">
<tr>
<td class="tablerow"><b>提取數(shù)據(jù)到</b><font color="red">*</font><br>請(qǐng)選擇導(dǎo)入的欄目和專題</td>
<td class="tablerow"><?=$cat_select?>
<?=$special_select?>
</td>
</tr>
<tr>
<td class="tablerow" width="40%"><b>分頁(yè)方式</b></td>
<td class="tablerow">
<select name='newdata[paginationtype]'>
<option value='0' <? if($data[paginationtype]==0) { ?>selected<? } ?>>不分頁(yè)</option>
<option value='1' <? if($data[paginationtype]==1) { ?>selected<? } ?>>自動(dòng)分頁(yè)</option>
<option value='2' <? if($data[paginationtype]==2) { ?>selected<? } ?>>手動(dòng)分頁(yè)</option>
</select>
自動(dòng)分頁(yè)時(shí)每頁(yè)字符數(shù) <input name='newdata[maxcharperpage]' type='text' size="5" value="<?=$data[maxcharperpage]?>">
</td>
</tr>
<tr>
<td class="tablerow" width="40%"><b><?=$_CHA[channelname]?>性質(zhì)</b></td>
<td class="tablerow">
<input name='newdata[ontop]' type='checkbox' value='1' <? if($data[ontop]==1) { ?>checked<? } ?>>置頂
<input name='newdata[elite]' type=checkbox value='1' <? if($data[elite]==1) { ?>checked<? } ?>>推薦
<?=$_CHA[channelname]?>評(píng)分等級(jí)
<select name='newdata[stars]'>
<option value='5' <? if($data[stars]==5) { ?>selected<? } ?>>5</option>
<option value='4' <? if($data[stars]==4) { ?>selected<? } ?>>4</option>
<option value='3' <? if($data[stars]==3) { ?>selected<? } ?>>3</option>
<option value='2' <? if($data[stars]==2) { ?>selected<? } ?>>2</option>
<option value='1' <? if($data[stars]==1) { ?>selected<? } ?>>1</option>
<option value='0' <? if($data[stars]==0) { ?>selected<? } ?>>0</option>
</select>
</td>
</tr>
<tr>
<td class="tablerow" width="40%"><b>設(shè)置這些<?=$_CHA[channelname]?>的閱讀點(diǎn)數(shù)</b></td>
<td class="tablerow"><input name="newdata[readpoint]" type="text" size="5" value="<?=$data[readpoint]?>"> 點(diǎn)</td>
</tr>
<tr>
<td width='300' class="tablerow" ><b>設(shè)置這些<?=$_CHA[channelname]?>的閱讀等級(jí)</b></td>
<td class="tablerow"><?=$showgroupview?></td>
</tr>
<tr>
<td class="tablerow"><b>提取的數(shù)據(jù)中是否包含UBB代碼</b><br>如果包含UBB代碼,系統(tǒng)會(huì)在導(dǎo)入前進(jìn)行解析</td>
<td class="tablerow"> <input type=radio name='newdata[ubb]' value='1' <? if($data[ubb]) { ?>checked<? } ?>> 是 <input type=radio name='newdata[ubb]' value='0' <? if(!$data[ubb]) { ?>checked<? } ?>> 否
</td>
</tr>
<tr>
<td class="tablerow"><b>是否允許提取數(shù)據(jù)中包含HTML代碼</b></td>
<td class="tablerow"> <input type=radio name='newdata[html]' value='1' <? if($data[html]) { ?>checked<? } ?>> 是 <input type=radio name='newdata[html]' value='0' <? if(!$data[html]) { ?>checked<? } ?>> 否
</td>
</tr>
<tr>
<td class="tablerow"><b>是否檢查同名<?=$_CHA[channelname]?></b><br>如果選“是”,則系統(tǒng)會(huì)自動(dòng)丟棄同名<?=$_CHA[channelname]?></td>
<td class="tablerow"> <input type=radio name='newdata[titlecheck]' value='1' <? if($data[titlecheck]) { ?>checked<? } ?>> 是 <input type=radio name='newdata[titlecheck]' value='0' <? if(!$data[titlecheck]) { ?>checked<? } ?>> 否
</td>
</tr>
<tr>
<td class="tablerow"><b>是否立即發(fā)布</b></td>
<td class="tablerow">
<input name='newdata[status]' type='radio' value='3' <? if($data[status]==3) { ?>checked<? } ?>> 是 <input name='newdata[status]' type='radio' value='1' <? if(!$data[status]) { ?>checked<? } ?>> 否
</td>
</tr>
</TBODY>
<TBODY style="display:'<? if($data[datatype]!='member') { ?>none<? } ?>'" id="memberdata2">
<tr>
<td width='300' class="tablerow" ><b>設(shè)置這些會(huì)員到用戶組</b><font color="red">*</font></td>
<td class="tablerow"><?=$showgroupid?></td>
</tr>
<tr>
<td class="tablerow"><b>是否檢查同名帳號(hào)</b><br>如果選“是”,則系統(tǒng)會(huì)自動(dòng)丟棄同名帳號(hào)</td>
<td class="tablerow"> <input type=radio name='newdata[membercheck]' value='1' <? if($data[membercheck]) { ?>checked<? } ?>> 是 <input type=radio name='newdata[membercheck]' value='0' <? if(!$data[membercheck]) { ?>checked<? } ?>> 否
</td>
</tr>
</TBODY>
<tr>
<td class="tablerowhighlight" colspan=2 align="center"><b>數(shù)據(jù)提取導(dǎo)入執(zhí)行設(shè)置</b></td>
</tr>
<tr>
<td class="tablerow" width="40%"><b>php腳本執(zhí)行超時(shí)時(shí)限</b><br>當(dāng)數(shù)據(jù)較多時(shí)程序執(zhí)行時(shí)間會(huì)較長(zhǎng)</td>
<td class="tablerow"><input name="newdata[timelimit]" type="text" size="5" value="<?=$data[timelimit]?>"> 秒</td>
</tr>
<tr>
<td class="tablerow" width="40%"><b>每次提取并導(dǎo)入數(shù)據(jù)條數(shù)</b><br>如果數(shù)據(jù)較多可分步提取導(dǎo)入</td>
<td class="tablerow"><input name="newdata[number]" type="text" size="5" value="<?=$data[number]?>"> 條</td>
</tr>
<tr>
<td class="tablerow"></td>
<td class="tablerow"> <input type="submit" name="Submit" value=" 確定 ">
<input type="reset" name="reset" value=" 重置 "> </td>
</tr>
</form>
</table>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -