View file templates/wap/blog/cp_body.tpl

File size: 2.28Kb
<center>{L_WEBLOG_CONFIG}</center>
<form action="{S_WEBLOG_CP_ACTION}" method="post">
<div class="tab">{L_WEBLOGS}</div> 
<!-- BEGIN switch_marked_deletion -->
{L_MARKED_FOR_DELETION}</span><br/>
<!-- END switch_marked_deletion -->
	<div class="row1" width="50%"><span class="genmed">{L_WEBLOG_NAME}:</span><br/>
	  <input type="text" id="weblog_name" name="weblog_name"  size="15" maxlength="50" value="{WEBLOG_NAME}" /></div>
	<div class="row1"><span class="genmed">{L_WEBLOG_DESC}:</span><br/>
	   <input type="text" id="weblog_desc" name="weblog_desc"  size="15" maxlength="200" value="{WEBLOG_DESC}" /></div>
	<div class="row1"><span class="genmed">{L_WEBLOG_AUTH}:</span><br />{L_WEBLOG_AUTH_EXPLAIN}<br/>{WEBLOG_AUTH_SELECT}</div> 
	  <div class="row1"><span class="genmed">{L_REPLY_AUTH}:</span><br />{L_REPLY_AUTH_EXPLAIN}><br/>{REPLIES_AUTH_SELECT}</div>
	<div class="row1"><span class="genmed">{L_NUMBER_OF_ENTRIES}:</span><br/>
	 <input type="text" id="num_entries" name="num_entries"  size="2" maxlength="3" value="{ENTRIES_PERPAGE}" /></div>
	<!-- BEGIN switch_create_weblog -->	
	<div align="center">{S_HIDDEN_FIELDS}<input type="submit" name="create" class="subbutton" value="{L_CREATE_WEBLOG}" /></div>
	<!-- END switch_create_weblog -->		
	<!-- BEGIN switch_edit_adv_weblog -->	
	<div class="row1"><span class="genmed">{L_RESET_VISIT_COUNTER}:</span><br />
	<span class="genmed">{L_RESET_VISITS_EXPLAIN}</span><br/>
	  <input type="checkbox" id="reset_counter" name="reset_counter" />{L_RESET}</div> 
	<!-- END switch_edit_adv_weblog -->
	<!-- BEGIN switch_edit_easy_weblog -->
	<div class="row1"><span class="cattitle">{L_RESET_VISIT_COUNTER}:</span><br />
	  <span class="genmed">{L_RESET_VISITS_EXPLAIN}</span><br/>
	  <input type="checkbox" id="reset_counter" name="reset_counter" />{L_RESET}</div> 
	<div class="row1"><span class="genmed">{L_SHOW_WEBLOG_INFO}:</span><br/>
	  <input type="radio" id="swy" name="show_weblog_info" value="1" {SHOW_WEBLOG_INFO_YES} />{L_YES}
	  <input type="radio" id="swn" name="show_weblog_info" value="0" {SHOW_WEBLOG_INFO_NO} />{L_NO}</div>	
	<!-- END switch_edit_easy_weblog -->
	<!-- BEGIN switch_edit_weblog -->
	<div align="center">{S_HIDDEN_FIELDS}<input type="submit" name="edit" class="subbutton" value="{L_EDIT_WEBLOG}" /></div>
	<!-- END switch_edit_weblog -->
</form>