Файл: sm_ff/RU/templates/SIMPLE/tools/tpl_favoritgenerator.tpl
Строк: 48
{* генератор favorit иконки *}
<div
style="margin-top: 5px">
<div
style="margin-bottom: 12px">
<img
src="{$CONTROL_OBJ->GetToolImageStyle($tool_object->section_id,
128, '', '')}" style="width: 64px; height: 64px; float: left;
margin-right: 6px">
{if
$tool_object->GetToolLimitInfoEx('tdescr')}{$CONTROL_OBJ->GetText($tool_object->GetToolLimitInfoEx('tdescr'))}{else}
Данный инструмент поможет Вам
сгенерировать иконку Favorit для Вашего
сайта из изображения любого размера (из
доступного для использования формата).
{/if}
<div style="clear: both;"></div>
</div>
{if !$tool_object->canrun}
<div
style="margin-top: 25px">
{if
$tool_object->onlyforadmin}
Инструмент временно
отключен администратором! Приносим
извинения за неудобства.. Пожалуйста,
повторите попытку позже.
{else}
Для
использования данного инструмента
требуется авторизация на сайте.
Пожалуйста, авторизируйтесь или <a
href="{$smarty.const.W_SITEPATH}register/"
target="_blank">зарегистрируйтесь</a>
для получения доступа к инструменту.
{/if}
</div>
{else}
{literal}
<script
type="text/javascript">
function PrepereToSend(th) {
//$('#globalbodydata').css('cursor', 'wait');
//th.rb.disabled = true;
return true;
}//PrepereToSend
</script>
{/literal}
<form method="post" name="tollform"
id="toolform" enctype="multipart/form-data"
onsubmit="return PrepereToSend(this)">
<div
class="typelabel"><label
id="red">*</label> Файл изображения
(форматы: {$tool_object->GetListTypes()}){if
$tool_object->GetResult('maxsize')},<label style="margin-left:
6px">[Максимальный размер:
<b>{$tool_object->GetResult('maxsize')}</b>]</label>{/if}</div>
<div class="typelabel">
<input
type="file" size="20" style="width: 430px; height:
22px" class="inpt" name="image"
id="image">
</div>
<div
class="typelabel"> Создать иконку в
формате</div>
<div class="typelabel">
<select size="1" name="formatfav"
id="formatfav">
<option value="0"
selected="selected">.png</option>
<option
value="1">.ico (** прозрачность не
сохраняется)</option>
</select>
</div>
<div class="typelabel">
<input
type="submit"
value=" Отправить "
class="button" name="rb" id="rb">
</div>
<input type="hidden" value="do"
name="doactiontool">
<div style="margin-top:
20px">Пример созданной иконки Favorit в
браузере "Opera":</div>
<div
class="typelabel">
<img
src="{$smarty.const.W_SITEPATH}img/items/favicontemplate.jpg"
style="width: 308px; height: 63px;">
</div>
</form>
{if $smarty.post.doactiontool == 'do' &&
isset($tool_object) && $tool_object->error}
<div
style="margin-top: 37px">
<b style="color:
#FF0000">{$tool_object->error}</b>
</div>
{/if}
{/if}
</div>