Файл: public_html/tpl/page/admin/partnerlinks.html
Строк: 66
<?php
<div style="float:left; padding:30px; width:639px; border-bottom:1px solid #eee; background:#f9f9f9;">
<div style="float:left; font-size:13px; font-weight:bold; color:#666;">{$lang416}</div>
</div>
<div style="float:left; padding:30px; clear:both;">
<div style="float:left; font-size:14px;"><a href="#" onclick="jQuery('.addPartnerLink').slideToggle(50)">{$lang427}</a></div>
<div style="float:left; clear:both; padding-top:20px; color:#666; display:none;" class="addPartnerLink">
<form action="admin.php" method="post">
<input type="hidden" name="sk" value="addLink" />
<div style="float:left; clear:both;">
<div style="float:left; padding:10px 10px 0 0; font-weight:bold; width:100px;">{$lang428}</div>
<div style="float:left;">
<input value="" name="title" type="text" style="background:#fff; border-radius:5px; font-family:Open Sans; font-size:13px; padding:10px 8px 10px 8px; box-shadow:inset 0 2px #fff; width:350px; -moz-box-sizing: border-box; box-sizing: border-box; cursor:text; border:1px solid #e2e2e2; height:40px;" autocomplete="off" class="sod_select custom" />
</div>
</div>
<div style="float:left; clear:both; padding-top:5px;">
<div style="float:left; padding:10px 10px 0 0; font-weight:bold; width:100px;">{$lang429}</div>
<div style="float:left;">
<input value="" name="link" type="text" style="background:#fff; border-radius:5px; font-family:Open Sans; font-size:13px; padding:10px 8px 10px 8px; box-shadow:inset 0 2px #fff; width:350px; -moz-box-sizing: border-box; box-sizing: border-box; cursor:text; border:1px solid #e2e2e2; height:40px;" autocomplete="off" class="sod_select custom" />
</div>
</div>
<div style="float:left; clear:both; padding-top:10px; padding-left:110px;">
<input type="submit" value="{$lang623}" class="grey" />
</div>
</form>
</div>
</div>
<div style="float:left; clear:both; padding:0 30px;">
<div style="float:left; font-size:14px; font-weight:bold;">{$lang430}</div>
<div style="float:left; clear:both; padding-top:15px;">
{function="partnerlinks()"}
</div>
</div>
?>