"CornerAdmin" писал(а): |
либо в самом posting_attach_body.html. |
Я полностю стер шаблон и всавил такой код :
- Код: Выделить всё
<div class="panel bg3" id="attach-panel">
<div class="inner"><span class="corners-top"><span></span></span>
<table width="100%"><tr><td windth="50%">
<p>{L_ADD_ATTACHMENT_EXPLAIN}</p>
<fieldset class="fields2">
<dl>
<dt><label for="fileupload">{L_FILENAME}:</label></dt>
<dd>
<input type="file" name="fileupload" id="fileupload" maxlength="{FILESIZE}" value="" class="inputbox autowidth" />
<input type="submit" name="add_file" value="{L_ADD_FILE}" class="button2" onclick="upload = true;" />
</dd>
</dl>
<dl>
<dt><label for="filecomment">{L_FILE_COMMENT}:</label></dt>
<dd><textarea name="filecomment" id="filecomment" rows="1" cols="40" class="inputbox autowidth">{FILE_COMMENT}</textarea></dd>
</dl>
</fieldset>
</td><td windth="50%">
<p>{L_ADD_ATTACHMENT_EXPLAIN}</p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="350" height="60">
<param name="movie" value="http://static302.depositfiles.com/flash/DepositUploader_350x60.swf?ref=facebook::3764928d69475420&member_passkey=j4914rzdfso1wamm&interfaceId=2&lang=RU&lang_xml=http%3A%2F%2Fstatic302.depositfiles.com%2Fflash%2FDepositUploader.xml"></param>
<param name="menu" value="false"></param>
<param name="scale" value="noScale"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://static302.depositfiles.com/flash/DepositUploader_350x60.swf?ref=facebook::3764928d69475420&member_passkey=j4914rzdfso1wamm&interfaceId=2&lang=RU&lang_xml=http%3A%2F%2Fstatic302.depositfiles.com%2Fflash%2FDepositUploader.xml" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" menu="false" scale="noScale" wmode="transparent" width="350" height="60"></embed>
</object>
</td></tr></table>
<span class="corners-bottom"><span></span></span></div>
</div>
Выглядит так :
