Просмотр файла templates/web/stena_body.tpl

Размер файла: 1.42Kb
<center>{L_SHOUTBOX}</center>            	  
<!-- BEGIN switch_shoutbox -->
<div class="tab"><span class="cattitle">{L_SHOUTBOX}</span></div>	  
<!-- BEGIN shoutrow -->
		  <div {switch_shoutbox.shoutrow.ROW_CLASS}>		    
		    {switch_shoutbox.shoutrow.POSTER} <a href="{switch_shoutbox.shoutrow.U_DELETE}">{switch_shoutbox.shoutrow.L_DELETE}</a><br/>
		    {switch_shoutbox.shoutrow.TIME_DATE}<br/>
		    {switch_shoutbox.shoutrow.MESSAGE}<br/>
		  </div>
<!-- END shoutrow -->
<!-- BEGIN switch_no_shouts -->
		  <div class="row_hard">{L_NO_SHOUTS}</div>
<!-- END switch_no_shouts -->
	<div class="meny">
		<form action="{S_FORM_ACTION}" method="post" name="post">
<!-- BEGIN switch_user_logged_out -->
		  <label for="username">{L_NAME}:</label><br/>
		  <input type="text" name="username" id="username" /><br/>		  
<!-- END switch_user_logged_out -->
		  <label for="message">{L_SHOUT}:</label><br/>
		  <textarea name="message" id="message" rows="4" cols="16"></textarea><br/>		
		  <input type="submit" accesskey="s" name="submit" class="mainoption" value="{L_SUBMIT}" />
		  <input type="reset" name="reset" class="liteoption" value="{L_RESET}" />
		</form>	 
		</div>
<!-- END switch_shoutbox -->
<!-- BEGIN custom_block -->
<div class="top">{CUSTOM_BLOCK_TITLE}</div>
<div class="row1">
{S_CUSTOM_BLOCK}
</div>	
<!-- END custom_block -->
<div class="tab">
- <a href="{U_WEBLOGS}">{L_WEBLOGS}</a><br/>
- <a href="{U_PORTAL}">{L_PORTAL}</a>
</div>