Просмотр файла templates/wap/blog/contributors_body.tpl

Размер файла: 838B
<center>{L_CONTRIBUTORS}</center>
<div class="tab"><span class="cattitle">{WEBLOG_NAME}</span></div>
<div class="row1"><span class="genmed">{L_CURRENT_CONTRIBUTORS}:<br/>
<!-- BEGIN contribrow -->
	<a href="{contribrow.U_PROFILE}">{contribrow.CONTRIBUTOR}</a><br/>
<!-- END contribrow -->  
</span></div>
<div class="row1">
 <form action="{S_CONTRIBUTOR_ACTION}" method="post">     
	<input type="text" name="contributoruser" maxlength="255" tabindex="1" size="20" /><br/>
	<input type="submit" name="addcontributor" value="{L_ADD_CONTRIBUTOR}" class="mainoption" tabindex="2" /><br/>
	<input type="submit" name="removecontributor" value="{L_REMOVE_CONTRIBUTOR}" tabindex="3" />      
    </form>
  </div>
<!-- End main content -->
<div class="tab">
- <a href="{U_WEBLOGS}">{L_WEBLOGS}</a><br/>
- <a href="{U_PORTAL}">{L_PORTAL}</a></div>