예제 #1
0
    echo $pun_config['p_message_bbcode'] == '1' && $pun_config['p_message_img_tag'] == '1' ? $lang_common['on'] : $lang_common['off'];
    ?>
</span></li>
							<li><span><a href="aide#smilies" onclick="window.open(this.href); return false;"><?php 
    echo $lang_common['Smilies'];
    ?>
</a> <?php 
    echo $pun_config['o_smilies'] == '1' ? $lang_common['on'] : $lang_common['off'];
    ?>
</span></li>
						</ul>
					</div>
				</fieldset>
			</div>
<?php 
    flux_hook('quickpost_before_submit');
    ?>
			<p class="buttons"><input type="submit" name="submit" tabindex="<?php 
    echo $cur_index++;
    ?>
" value="<?php 
    echo $lang_common['Submit'];
    ?>
" accesskey="s" /> <input type="submit" name="preview" value="<?php 
    echo $lang_topic['Preview'];
    ?>
" tabindex="<?php 
    echo $cur_index++;
    ?>
" accesskey="p" /></p>
		</form>
예제 #2
0
								</div>
							</div>
							<br class="clearb" /><input type="submit" name="update_forums" value="<?php 
                                        echo $lang_profile['Update forums'];
                                        ?>
" />
						</div>
					</fieldset>
				</div>
<?php 
                                    }
                                }
                                ?>
			</form>
<?php 
                                flux_hook('profile_admin_after_form');
                                ?>
		</div>
	</div>
<?php 
                            } else {
                                message($lang_common['Bad request'], false, '404 Not Found');
                            }
                        }
                    }
                }
            }
        }
    }
    ?>
	<div class="clearer"></div>
예제 #3
0
?>
" size="50" maxlength="80" /><br /></label>
<?php 
if ($pun_config['o_regs_verify'] == '1') {
    ?>
						<label class="required"><strong><?php 
    echo $lang_register['Confirm email'];
    ?>
 <span><?php 
    echo $lang_common['Required'];
    ?>
</span></strong><br />
						<input type="text" name="req_email2" value="<?php 
    if (isset($_POST['req_email2'])) {
        echo pun_htmlspecialchars($_POST['req_email2']);
    }
    ?>
" size="50" maxlength="80" /><br /></label>
<?php 
}
flux_hook('register_before_submit');
?>
			<p class="buttons"><input type="submit" name="register" value="<?php 
echo $lang_register['Register'];
?>
" /></p>
		</form>
	</div>
</div>
<?php 
require PUN_ROOT . 'footer.php';
예제 #4
0
    ?>
</legend>
					<div class="infldset">
						<div class="rbox">
							<?php 
    echo implode("\n\t\t\t\t\t\t\t", $checkboxes) . "\n";
    ?>
						</div>
					</div>
				</fieldset>
<?php 
}
?>
			</div>
<?php 
flux_hook('post_before_submit');
?>
			<p class="buttons"><input type="submit" name="submit" value="<?php 
echo $lang_common['Submit'];
?>
" tabindex="<?php 
echo $cur_index++;
?>
" accesskey="s" /> <input type="submit" name="preview" value="<?php 
echo $lang_post['Preview'];
?>
" tabindex="<?php 
echo $cur_index++;
?>
" accesskey="p" /> <a href="javascript:history.go(-1)"><?php 
echo $lang_common['Go back'];
예제 #5
0
echo $lang_login['Remember me'];
?>
<br /></label>
						</div>

						<p class="clearb"><?php 
echo $lang_login['Login info'];
?>
</p>
						<p class="actions"><span><a href="register.php" tabindex="5"><?php 
echo $lang_login['Not registered'];
?>
</a></span> <span><a href="login.php?action=forget" tabindex="6"><?php 
echo $lang_login['Forgotten pass'];
?>
</a></span></p>
					</div>
				</fieldset>
			</div>
<?php 
flux_hook('login_before_submit');
?>
			<p class="buttons"><input type="submit" name="login" value="<?php 
echo $lang_common['Login'];
?>
" tabindex="4" /></p>
		</form>
	</div>
</div>
<?php 
require PUN_ROOT . 'footer.php';