|
|
|
@ -25,12 +25,12 @@ KindEditor.plugin('link', function(K) {
|
|
|
|
|
//nofollow
|
|
|
|
|
'<div class="ke-dialog-row"">' +
|
|
|
|
|
'<label for="nofollow" style="width:60px;">nofollow</label>' +
|
|
|
|
|
'<select id="nofollow" name="nofollow" style="width:260px;"><option selected="selected" value="0">否</option><option value="1">是</option></select>' +
|
|
|
|
|
'<select id="nofollow" name="nofollow" style="width:260px;"><option selected="selected" value="1">是</option><option value="0">否</option></select>' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
//跟踪代码
|
|
|
|
|
'<div class="ke-dialog-row"">' +
|
|
|
|
|
'<label for="thirdlink" style="width:60px;">跟踪链接</label>' +
|
|
|
|
|
'<select id="thirdlink" name="thirdlink" style="width:260px;"><option selected="selected" value="0">否</option><option value="1">是</option></select>' +
|
|
|
|
|
'<select id="thirdlink" name="thirdlink" style="width:260px;"><option selected="selected" value="1">是</option><option value="0">否</option></select>' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
'</div>',
|
|
|
|
|
dialog = self.createDialog({
|
|
|
|
|