Ejemplo n.º 1
0
			<input type="hidden" name="feedURL" value="<?php echo $feed['xmlURL'];?>" />
			<dl>
					<dt><?php echo _t('피드주소');?></dt>
					<dd class="text xml_text"><?php echo func::filterURLModel($feed['xmlURL']); ?></dd>
			</dl>				
			<dl>
					<dt><?php echo _t('제목');?></dt>
					<dd class="text title_text"><?php echo stripslashes($feed['title']); ?></dd>
			</dl>				
			<dl>
					<dt><?php echo _t('설명');?></dt>
					<dd class="text description_text"><?php echo stripslashes($feed['description']); ?></dd>
			</dl>		
			<dl>
					<dt><?php echo _t('주소');?></dt>
					<dd class="text url_text"><?php echo func::filterURLModel($feed['blogURL']); ?> <!--<?php echo $feed['blogTool'];?>--></dd>
			</dl>
<?php		
	if(feed::doesExistXmlURL($feed['xmlURL'])) {
?>			
		<div class="warning_messages_wrap">
			<br />
				<?php echo _t('이 블로그는 이미 등록되어 있어 재등록 하실 수 없습니다.');?>		
			<br /><br />
			<a href="#" class="normalbutton" onclick="history.back(); return false;"><span><?php echo _t('뒤로');?></span></a>

		</div>
<?php
	} else {
		$result = $event->on('Add.getFeed', $xml);
		if(!is_array($result)) {