コード例 #1
0
ファイル: panel2.php プロジェクト: kosir/thatcamp-org
" size="70">

				<div class="description"><?php 
_e("Label shown to those who are already subscribed, but haven't clicked on the confirmation link yet. Allowed tag: [manager_link]", 'subscribe-reloaded');
?>
</div>
			</td>
		</tr>
		<tr>
			<th scope="row"><label for="author_label"><?php 
_e('Author label', 'subscribe-reloaded');
?>
</label></th>
			<td>
				<input type="text" name="options[author_label]" id="author_label" value="<?php 
echo subscribe_reloaded_get_option('author_label');
?>
" size="70">

				<div class="description"><?php 
_e('Label shown to authors (and administrators). Allowed tag: [manager_link]', 'subscribe-reloaded');
?>
</div>
			</td>
		</tr>
		</tbody>
	</table>
	<p class="submit"><input type="submit" value="<?php 
_e('Save Changes');
?>
" class="button-primary" name="Submit">
コード例 #2
0
ファイル: panel5.php プロジェクト: nikitansk/devschool
?>
<form action="admin.php?page=send-email-only-on-reply-to-my-comment/options/index.php&subscribepanel=<?php 
echo $current_panel;
?>
" method="post">
<table class="form-table <?php 
echo $wp_locale->text_direction;
?>
">
	<tr>
		<th scope="row"><label for="purge_days"><?php 
_e('Autopurge requests', 'subscribe-reloaded');
?>
</label></th>
		<td><input type="text" name="options[purge_days]" id="purge_days" value="<?php 
echo subscribe_reloaded_get_option('purge_days');
?>
" size="10"> <?php 
_e('days', 'subscribe-reloaded');
?>
			<div class="description"><?php 
_e("Delete pending subscriptions (not confirmed) after X days. Zero disables this feature.", 'subscribe-reloaded');
?>
</div></td>
	</tr>
	
</tbody>
</table>
<p class="submit"><input type="submit" value="<?php 
_e('Save Changes');
?>
コード例 #3
0
ファイル: panel3.php プロジェクト: revathskumar/Coderepo
?>
" />
			<input type="button" id="qtitalics7" class="button-secondary" onclick="edInsertTag(document.getElementById('user_text'), 1);" value="<?php 
_e('Italic');
?>
" />
			<input type="button" id="qtlink7" class="button-secondary" onclick="edInsertLink(document.getElementById('user_text'), 2);" value="<?php 
_e('Link');
?>
" />
			<input type="button" id="qtimg7" class="button-secondary" onclick="edInsertImage(document.getElementById('user_text'));" value="<?php 
_e('Image');
?>
" />
			<br/>
			<textarea name="options[user_text]" id="user_text" rows="3" cols="70"><?php 
echo subscribe_reloaded_get_option('user_text');
?>
</textarea>
			<div class="description"><?php 
_e("Introductory text for the users' management page.", 'subscribe-reloaded');
?>
</div></td>
	</tr>
</tbody>
</table>
<p class="submit"><input type="submit" value="<?php 
_e('Save Changes');
?>
" class="button-primary" name="Submit"></p>
</form>
コード例 #4
0
ファイル: panel5.php プロジェクト: revathskumar/Coderepo
	</tr>
	<tr>
		<th scope="row"><label for="admin_subscribe"><?php 
_e('Let admin subscribe', 'subscribe-reloaded');
?>
</label></th>
		<td>
			<input type="radio" name="options[admin_subscribe]" id="admin_subscribe" value="yes"<?php 
echo subscribe_reloaded_get_option('admin_subscribe') == 'yes' ? ' checked="checked"' : '';
?>
> <?php 
_e('Yes', 'subscribe-reloaded');
?>
 &nbsp; &nbsp; &nbsp;
			<input type="radio" name="options[admin_subscribe]" value="no" <?php 
echo subscribe_reloaded_get_option('admin_subscribe') == 'no' ? '  checked="checked"' : '';
?>
> <?php 
_e('No', 'subscribe-reloaded');
?>
			<div class="description"><?php 
_e('Let the administrator subscribe to comments when logged in.', 'subscribe-reloaded');
?>
</div></td>
	</tr>
</tbody>
</table>
<p class="submit"><input type="submit" value="<?php 
_e('Save Changes');
?>
" class="button-primary" name="Submit"></p>
コード例 #5
0
ファイル: panel5.php プロジェクト: kosir/thatcamp-org
</label></th>
			<td>
				<?php 
if (subscribe_reloaded_get_option('unique_key') == "") {
    _e("This Unique Key is not set, please click the following button to ", 'subscribe-reloaded');
    ?>
					<input type="submit" value="<?php 
    _e('Generate');
    ?>
" class="button-primary" size="6" name="generate_key">
				<?php 
} else {
    ?>
					<input type="text" name="options[uk_key]" id="uk_key"
						   value="<?php 
    echo subscribe_reloaded_get_option('unique_key');
    ?>
" size="35" disabled>
					<div class="description">
						<?php 
    _e("This Unique Key will be use to send the notification to your subscribers with more\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tsecurity.", 'subscribe-reloaded');
    ?>
</div>
					<input type="submit" value="<?php 
    _e('Generate');
    ?>
" class="button-primary" size="6" name="generate_key" style="background-color: #D54E21;border-color: #B34B28;">
				<?php 
}
?>
			</td>
コード例 #6
0
					<?php 
_e('Content of the management email. Allowed tags: [blog_name], [manager_link]', 'subscribe-reloaded');
?>
				</div>
			</td>
		</tr>
		<tr>
			<th scope="row">
				<label for="oneclick_text"><?php 
_e('One Click Unsubscribe', 'subscribe-reloaded');
?>
</label>
			</th>
			<td>
				<textarea class="rte" name="options[oneclick_text]" id="oneclick_text" cols="70" rows="8"><?php 
echo subscribe_reloaded_get_option('oneclick_text');
?>
</textarea>

				<div class="description" style="padding-top:0">
					<?php 
_e('Content of the One Click confirmation. Allowed tags: [post_title]', 'subscribe-reloaded');
?>
				</div>
			</td>
		</tr>
		</tbody>
	</table>
	<p class="submit"><input type="submit" value="<?php 
_e('Save Changes');
?>
コード例 #7
0
ファイル: panel4.php プロジェクト: revathskumar/Coderepo
    _e('Italic');
    ?>
" />
			<input type="button" id="qtlink3" class="button-secondary" onclick="edInsertLink(document.getElementById('management_content'), 2);" value="<?php 
    _e('Link');
    ?>
" />
			<input type="button" id="qtimg3" class="button-secondary" onclick="edInsertImage(document.getElementById('management_content'));" value="<?php 
    _e('Image');
    ?>
" />
			<br/><?php 
}
?>
			<textarea name="options[management_content]" id="management_content" cols="70" rows="5"><?php 
echo subscribe_reloaded_get_option('management_content');
?>
</textarea>
			<div class="description" style="padding-top:0"><?php 
_e('Content of the management email. Allowed tags: [blog_name], [manager_link]', 'subscribe-reloaded');
?>
</div></td>
	</tr>
</tbody>
</table>
<p class="submit"><input type="submit" value="<?php 
_e('Save Changes');
?>
" class="button-primary" name="Submit"></p>
</form>