Code
<a href="$ENTRY_URL$" title="$ENTRY_NAME$" rel="sidebar" onClick="return createBookmark('$ENTRY_NAME$');"> [Добавить в закладки]</a>
Code
<a href="javascript:urlopen();" style="text-decoration: none;"> [Ссылки на материал] </a>
<script type="text/javascript">
function nrmurl(){$("#rchp, #normurl").show(); $("#nrml, #chpy").hide();} function chpyrl(){$("#rchp, #normurl").hide(); $("#nrml, #chpy").show();} function urlopen(){new _uWnd('link','Прямая ссылка на материал',550,310,{align:0,shadow:1,autosize:1,maxh:500,minh:100,resize:0},'<div id="normurl"><fieldset><legend>Ссылка</legend><input type="text" value="http://ucozon.ru$ENTRY_URL$" onclick="select(this);" style="width: 100%;"></fieldset><fieldset><legend>ББ-код</legend><input type="text" value="[url=http://ucozon.ru$ENTRY_URL$]$ENTRY_TITLE$[/url]" onclick="select(this);" style="width: 100%;"></fieldset><fieldset><legend>HTML</legend><input type="text" value="<a href="http://ucozon.ru$ENTRY_URL$" target="_blank">$ENTRY_TITLE$</a>" onclick="select(this);" style="width: 100%;"></fieldset></div><div id="chpy" style="display: none;"><fieldset><legend>Ссылка</legend><input type="text" value="$ENTRY_URL$" onclick="select(this);" style="width: 100%;"></fieldset><fieldset><legend>ББ-код</legend><input type="text" value="[url=$ENTRY_URL$]$ENTRY_TITLE$[/url]" onclick="select(this);" style="width: 100%;"></fieldset><fieldset><legend>HTML</legend><input type="text" value="<a href="$ENTRY_URL$" target="_blank">$ENTRY_TITLE$</a>" onclick="select(this);" style="width: 100%;"></fieldset><br></div>');}
</script>