mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
Not needed
git-svn-id: file:///svn/phpbb/trunk@1110 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
57586ae96b
commit
09dc77b581
@ -1,55 +0,0 @@
|
||||
<table width="80%" cellspacing="0" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left"><span class="gensmall"><a href="{U_INDEX}">{SITENAME} {L_INDEX}</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
<!--
|
||||
function insertCode(formObj, selectObj){
|
||||
formObj.message.value += selectObj.options[selectObj.selectedIndex].value;
|
||||
return;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<table width="80%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<tr><form action="{S_POST_ACTION}" method="POST">
|
||||
<td class="tablebg"><table border="0" cellpadding="3" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<td class="cat" colspan="2"><span class="cattitle"><b>{L_POST_A}</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen"><b>{L_USERNAME}</b></span></td>
|
||||
<td class="row2">{S_NAMES_SELECT} {S_ALPHA_SELECT} <span class="gensmall">{L_FIND_USERNAME}:</span> <span class="courier">{S_USERNAME_INPUT}</span> <input type="submit" name="usersubmit" value="{L_SEARCH}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen"><b>{L_SUBJECT}</b></span></td>
|
||||
<td class="row2"><span class="courier">{SUBJECT_INPUT}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen"><b>{L_MESSAGE_BODY}</b></span><br><br><span class="gensmall">{L_HTML_IS} <u>{HTML_STATUS}</u><br>{L_BBCODE_IS} <u>{BBCODE_STATUS}</u><br>{L_SMILIES_ARE} <u>{SMILIES_STATUS}</u></span></td>
|
||||
<td class="row2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td><span class="gen">{MESSAGE_INPUT}</span></td>
|
||||
<td valign="top"> <span class="gensmall">BBcodes:</span><br><span class="couriersmall"><select class="small" name="addbbcode" size="6" onchange="insertCode(this.form, this);"> <option value="[b][/b]">[b] [/b]</option> <option value="[i][/i]">[i] [/i]</option> <option value="[quote][/quote]">[quote] [/quote]</option> <option value="[code][/code]">[code] [/code]</option> <option value="[list][/list]">[list] [/list]</option> <option value="[list=][/list]">[list=] [/list]</option> <option value="[img][/img]">[img] [/img]</option> <option value="[url][/url]">[url] [/url]</option></select></span><br clear="all"> <span class="gensmall">Smiley codes:</span><br><span class="couriersmall"><select class="small" name="addsmiley" size="1" onchange="insertCode(this.form, this);"> <option value=":)">Smiley</option> <option value=":(">Frown</option> <option value=":d">Big Grin</option> <option value=";)">Wink</option> <option value=":o">Eek!</option> <option value="8)">Cool</option> <option value=":?">Confused</option> <option value=":p">Razz</option> <option value=":|">Mad</option></select></span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen"><b>{L_OPTIONS}</b></span></td>
|
||||
<td class="row2"><span class="gen">{HTML_TOGGLE}<br>{BBCODE_TOGGLE}<br>{SMILE_TOGGLE}<br>{SIG_TOGGLE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center">{S_HIDDEN_FORM_FIELDS}<input type="submit" name="preview" value="{L_PREVIEW}"> <input type="submit" name="submit" value="{L_SUBMIT}"> <input type="submit" name="cancel" value="{L_CANCEL}"></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</form></tr>
|
||||
</table>
|
||||
|
||||
<table cellspacing="2" border="0" width="80%" align="center">
|
||||
<tr>
|
||||
<td valign="top"><span class="gensmall"><b>{S_TIMEZONE}</b></span></td>
|
||||
<td align="right" valign="top" nowrap>{JUMPBOX}</td>
|
||||
</tr>
|
||||
</table>
|
@ -1,326 +0,0 @@
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
<!--
|
||||
// bbCode control by
|
||||
// subBlue design
|
||||
// www.subBlue.com
|
||||
|
||||
// Helpline messages
|
||||
b_help = "Bold text: [b]text[/b] (alt+b)";
|
||||
i_help = "Italic text: [i]text[/i] (alt+i)";
|
||||
u_help = "Underline text: [u]text[/u] (alt+u)";
|
||||
q_help = "Quote text: [quote]text[/quote] (alt+q)";
|
||||
c_help = "Code display: [code]code[/code] (alt+c)";
|
||||
l_help = "List: [list]text[/list] (alt+l)";
|
||||
o_help = "Ordered list: [list=]text[/list] (alt+o)";
|
||||
p_help = "Insert image: [img]http://image_url[/img] (alt+p)";
|
||||
w_help = "Insert URL: [url]http://url[/url] or [url=http://url]URL text[/url] (alt+w)";
|
||||
a_help = "Close all open bbCode tags";
|
||||
|
||||
|
||||
// Define the bbCode tags
|
||||
bbcode = new Array();
|
||||
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]');
|
||||
imageTag = false;
|
||||
|
||||
// Shows the help messages in the helpline window
|
||||
function helpline(help) {
|
||||
document.post.helpbox.value = eval(help + "_help");
|
||||
}
|
||||
|
||||
|
||||
// Replacement for arrayname.length property
|
||||
function getarraysize(thearray) {
|
||||
for (i = 0; i < thearray.length; i++) {
|
||||
if ((thearray[i] == "undefined") || (thearray[i] == "") || (thearray[i] == null))
|
||||
return i;
|
||||
}
|
||||
return thearray.length;
|
||||
}
|
||||
|
||||
// Replacement for arrayname.push(value) not implemented in IE until version 5.5
|
||||
// Appends element to the array
|
||||
function arraypush(thearray,value) {
|
||||
thearray[ getarraysize(thearray) ] = value;
|
||||
}
|
||||
|
||||
// Replacement for arrayname.pop() not implemented in IE until version 5.5
|
||||
// Removes and returns the last element of an array
|
||||
function arraypop(thearray) {
|
||||
thearraysize = getarraysize(thearray);
|
||||
retval = thearray[thearraysize - 1];
|
||||
delete thearray[thearraysize - 1];
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
||||
function checkForm(formObj) {
|
||||
|
||||
formErrors = false;
|
||||
|
||||
if (formObj.message.value.length < 2) {
|
||||
formErrors = "You must enter a message!";
|
||||
}
|
||||
|
||||
if (formErrors) {
|
||||
alert(formErrors);
|
||||
return false;
|
||||
} else {
|
||||
bbstyle(formObj, -1);
|
||||
//formObj.preview.disabled = true;
|
||||
//formObj.submit.disabled = true;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function emoticon(theSmilie) {
|
||||
if ((parseInt(navigator.appVersion) >= 4) && (navigator.appName == "Microsoft Internet Explorer"))
|
||||
theSelection = document.selection.createRange().text; // Get text selection
|
||||
|
||||
if (theSelection) {
|
||||
// Add tags around selection
|
||||
document.selection.createRange().text = theSelection + theSmilie + ' ';
|
||||
formObj.message.focus();
|
||||
theSelection = '';
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
document.post.message.value += ' ' + theSmilie + ' ';
|
||||
document.post.message.focus();
|
||||
}
|
||||
|
||||
|
||||
function bbstyle(formObj, bbnumber) {
|
||||
|
||||
donotinsert = false;
|
||||
theSelection = false;
|
||||
bblast = 0;
|
||||
|
||||
if (bbnumber == -1) { // Close all open tags & default button names
|
||||
while (bbcode[0]) {
|
||||
butnumber = arraypop(bbcode) - 1;
|
||||
formObj.message.value += bbtags[butnumber + 1];
|
||||
buttext = eval('formObj.addbbcode' + butnumber + '.value');
|
||||
eval('formObj.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"');
|
||||
}
|
||||
formObj.message.focus();
|
||||
return;
|
||||
}
|
||||
|
||||
if ((parseInt(navigator.appVersion) >= 4) && (navigator.appName == "Microsoft Internet Explorer"))
|
||||
theSelection = document.selection.createRange().text; // Get text selection
|
||||
|
||||
if (theSelection) {
|
||||
// Add tags around selection
|
||||
document.selection.createRange().text = bbtags[bbnumber] + theSelection + bbtags[bbnumber+1];
|
||||
formObj.message.focus();
|
||||
theSelection = '';
|
||||
return;
|
||||
}
|
||||
|
||||
// Find last occurance of an open tag the same as the one just clicked
|
||||
for (i = 0; i < bbcode.length; i++) {
|
||||
if (bbcode[i] == bbnumber+1) {
|
||||
bblast = i;
|
||||
donotinsert = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (donotinsert) { // Close all open tags up to the one just clicked & default button names
|
||||
while (bbcode[bblast]) {
|
||||
butnumber = arraypop(bbcode) - 1;
|
||||
formObj.message.value += bbtags[butnumber + 1];
|
||||
buttext = eval('formObj.addbbcode' + butnumber + '.value');
|
||||
eval('formObj.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"');
|
||||
imageTag = false;
|
||||
}
|
||||
formObj.message.focus();
|
||||
return;
|
||||
} else { // Open tags
|
||||
|
||||
if (imageTag && (bbnumber != 14)) { // Close image tag before adding another
|
||||
formObj.message.value += bbtags[15];
|
||||
lastValue = arraypop(bbcode) - 1; // Remove the close image tag from the list
|
||||
formObj.addbbcode14.value = "Img"; // Return button back to normal state
|
||||
imageTag = false;
|
||||
}
|
||||
|
||||
// Open tag
|
||||
formObj.message.value += bbtags[bbnumber];
|
||||
if ((bbnumber == 14) && (imageTag == false)) imageTag = 1; // Check to stop additional tags after an unclosed image tag
|
||||
arraypush(bbcode,bbnumber+1);
|
||||
eval('formObj.addbbcode'+bbnumber+'.value += "*"');
|
||||
formObj.message.focus();
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<form action="{S_POST_ACTION}" method="POST" name="post">
|
||||
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left" colspan="2" class="forumline">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="1">
|
||||
<tr>
|
||||
<td class="innerline">
|
||||
<table border="0" cellpadding="3" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th class="secondary" colspan="2" height="25"><b>{L_POST_A}</b></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen"><b>{L_USERNAME}</b></span></td>
|
||||
<td class="row2"><span class="genmed">{S_NAMES_SELECT} {S_ALPHA_SELECT} {L_FIND_USERNAME}: {S_USERNAME_INPUT} <input type="submit" name="usersubmit" value="{L_SEARCH}" class="liteoption" /></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="22%"><span class="gen"><b>{L_SUBJECT}</b></span></td>
|
||||
<td class="row2" width="78%">
|
||||
<table border="0" cellspacing="0" cellpadding="1" width="450">
|
||||
<tr>
|
||||
<td><span class="courier">{SUBJECT_INPUT}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" valign="top">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="1">
|
||||
<tr>
|
||||
<td><span class="gen"><b>{L_MESSAGE_BODY}</b></span> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="middle" align="center"> <br>
|
||||
<table width="100" border="0" cellspacing="0" cellpadding="5">
|
||||
<tr align="center">
|
||||
<td colspan="4" class="gensmall"><b>Emoticons</b></td>
|
||||
</tr>
|
||||
<tr align="center" valign="middle">
|
||||
<td><a href="javascript:emoticon(':)')"><img src="images/smiles/icon_smile.gif" width="15" height="15" border="0" alt="Smile" /></a></td>
|
||||
<td><a href="javascript:emoticon(':D')"><img src="images/smiles/icon_biggrin.gif" width="15" height="15" border="0" alt="Big grin" /></a></td>
|
||||
<td><a href="javascript:emoticon(':lol:')"> <img src="images/smiles/icon_lol.gif" width="15" height="15" border="0" alt="Laugh" /></a></td>
|
||||
<td><a href="javascript:emoticon(';)')"><img src="images/smiles/icon_wink.gif" width="15" height="15" border="0" alt="Wink" /></a></td>
|
||||
</tr>
|
||||
<tr align="center" valign="middle">
|
||||
<td><a href="javascript:emoticon(':|')"><img src="images/smiles/icon_neutral.gif" width="15" height="15" border="0" alt="Neutral" /></a></td>
|
||||
<td><a href="javascript:emoticon(':(')"><img src="images/smiles/icon_sad.gif" width="15" height="15" border="0" alt="Sad" /></a></td>
|
||||
<td><a href="javascript:emoticon(':?')"><img src="images/smiles/icon_confused.gif" width="15" height="15" border="0" alt="Uncertain" /></a></td>
|
||||
<td><a href="javascript:emoticon(':o')"><img src="images/smiles/icon_eek.gif" width="15" height="15" border="0" alt="Surprise" /></a></td>
|
||||
</tr>
|
||||
<tr align="center" valign="middle">
|
||||
<td><a href="javascript:emoticon(':roll:')"><img src="images/smiles/icon_rolleyes.gif" width="15" height="15" border="0" alt="Roll eyes" /></a></td>
|
||||
<td><a href="javascript:emoticon('8)')"><img src="images/smiles/icon_cool.gif" width="15" height="15" border="0" alt="Cool!" /></a></td>
|
||||
<td><a href="javascript:emoticon(':p')"><img src="images/smiles/icon_razz.gif" width="15" height="15" border="0" alt="Razz" /></a></td>
|
||||
<td><a href="javascript:emoticon(':oops:')"><img src="images/smiles/icon_redface.gif" width="15" height="15" border="0" alt="Embarassed" /></a></td>
|
||||
</tr>
|
||||
<tr align="center" valign="middle">
|
||||
<td><a href="javascript:emoticon(':evil:')"><img src="images/smiles/icon_evil.gif" width="15" height="15" border="0" alt="Evil" /></a></td>
|
||||
<td><a href="javascript:emoticon(':x')"><img src="images/smiles/icon_mad.gif" width="15" height="15" border="0" alt="Mad" /></a></td>
|
||||
<td><a href="javascript:emoticon(':cry:')"><img src="images/smiles/icon_cry.gif" width="15" height="15" border="0" alt="Cry" /></a></td>
|
||||
<td><a href="javascript:emoticon(':o')"><img src="images/smiles/icon_surprised.gif" width="15" height="15" border="0" alt="Shock" /></a></td>
|
||||
</tr>
|
||||
<tr align="center" valign="middle">
|
||||
<td><a href="javascript:emoticon(':idea:')"><img src="images/smiles/icon_idea.gif" width="15" height="15" border="0" alt="Idea" /></a></td>
|
||||
<td><a href="javascript:emoticon(':?')"><img src="images/smiles/icon_question.gif" width="15" height="15" border="0" alt="Question" /></a></td>
|
||||
<td><a href="javascript:emoticon(':!')"><img src="images/smiles/icon_exclaim.gif" width="15" height="15" border="0" alt="Exclaim" /></a></td>
|
||||
<td><a href="javascript:emoticon(':arrow:')"><img src="images/smiles/icon_arrow.gif" width="15" height="15" border="0" alt="Arrow" /></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="row2" valign="top"> <span class="courier"> </span><span class="courier">
|
||||
</span> <span class="gen"> </span> <span class="gen">
|
||||
<table width="450" border="0" cellspacing="0" cellpadding="2">
|
||||
<tr align="center" valign="middle">
|
||||
<td><span class="genmed">
|
||||
<input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(this.form,0)" onMouseOver="helpline('b')" />
|
||||
</span></td>
|
||||
<td><span class="genmed">
|
||||
<input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onClick="bbstyle(this.form,2)" onMouseOver="helpline('i')" />
|
||||
</span></td>
|
||||
<td><span class="genmed">
|
||||
<input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onClick="bbstyle(this.form,4)" onMouseOver="helpline('u')" />
|
||||
</span></td>
|
||||
<td><span class="genmed">
|
||||
<input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(this.form,6)" onMouseOver="helpline('q')" />
|
||||
</span></td>
|
||||
<td><span class="genmed">
|
||||
<input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onClick="bbstyle(this.form,8)" onMouseOver="helpline('c')" />
|
||||
</span></td>
|
||||
<td><span class="genmed">
|
||||
<input type="button" class="button" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onClick="bbstyle(this.form,10)" onMouseOver="helpline('l')" />
|
||||
</span></td>
|
||||
<td><span class="genmed">
|
||||
<input type="button" class="button" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onClick="bbstyle(this.form,12)" onMouseOver="helpline('o')" />
|
||||
</span></td>
|
||||
<td><span class="genmed">
|
||||
<input type="button" class="button" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onClick="bbstyle(this.form,14)" onMouseOver="helpline('p')" />
|
||||
</span></td>
|
||||
<td><span class="genmed">
|
||||
<input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(this.form,16)" onMouseOver="helpline('w')" />
|
||||
</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="9">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><span class="gensmall">
|
||||
<input type="text" name="helpbox" size="35" maxlength="100" style="width:370px; font-size:10px" class="helpline" value="Tip: Styles can be applied quickly to selected text" />
|
||||
</span></td>
|
||||
<td nowrap><span class="gensmall"><a href="javascript:bbstyle(document.post,-1)" class="genmed" onMouseOver="helpline('a')">Close
|
||||
Tags</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="9"><span class="gen">{MESSAGE_INPUT}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" valign="top"><span class="gen"><b>{L_OPTIONS}</b></span><br>
|
||||
<span class="gensmall">{L_HTML_IS} <u>{HTML_STATUS}</u><br />
|
||||
{L_BBCODE_IS} <u>{BBCODE_STATUS}</u><br />
|
||||
{L_SMILIES_ARE} <u>{SMILIES_STATUS}</u></span></td>
|
||||
<td class="row2" valign="top"><span class="gen">{BBCODE_TOGGLE}<br>
|
||||
{SMILE_TOGGLE}<br>
|
||||
{SIG_TOGGLE}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center"> {S_HIDDEN_FORM_FIELDS}
|
||||
<input type="submit" name="preview" class="mainoption" value="{L_PREVIEW}">
|
||||
|
||||
<input type="submit" name="submit" class="mainoption" value="{L_SUBMIT}">
|
||||
|
||||
<input type="submit" name="cancel" class="liteoption" value="{L_CANCEL}">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
|
||||
<tr>
|
||||
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<table width="100%" cellspacing="2" border="0" align="center">
|
||||
<tr>
|
||||
<td valign="top" align="right">{JUMPBOX}</td>
|
||||
</tr>
|
||||
</table>
|
Loading…
x
Reference in New Issue
Block a user