[phpbbreloaded-checkins] SF.net SVN: phpbbreloaded: [235] phpBB Reloaded 2/templates/subC1
Status: Planning
Brought to you by:
tehphpmaster
|
From: <mar...@us...> - 2006-06-20 21:54:33
|
Revision: 235 Author: markthedaemon Date: 2006-06-20 14:54:23 -0700 (Tue, 20 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpbbreloaded/?rev=235&view=rev Log Message: ----------- Added Paths: ----------- phpBB Reloaded 2/templates/subC1/shoutbox_max_body.tpl phpBB Reloaded 2/templates/subC1/shoutbox_max_guest_body.tpl phpBB Reloaded 2/templates/subC1/shoutbox_view_body.tpl Added: phpBB Reloaded 2/templates/subC1/shoutbox_max_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/shoutbox_max_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/shoutbox_max_body.tpl 2006-06-20 21:54:23 UTC (rev 235) @@ -0,0 +1,233 @@ +<script language="JavaScript" src="{T_URL}/bbcode.js" type="text/javascript" ></script> +<script language="JavaScript" type="text/javascript" > +// Helpline messages +b_help = "{L_BBCODE_B_HELP}"; +i_help = "{L_BBCODE_I_HELP}"; +u_help = "{L_BBCODE_U_HELP}"; +q_help = "{L_BBCODE_Q_HELP}"; +c_help = "{L_BBCODE_C_HELP}"; +l_help = "{L_BBCODE_L_HELP}"; +o_help = "{L_BBCODE_O_HELP}"; +p_help = "{L_BBCODE_P_HELP}"; +w_help = "{L_BBCODE_W_HELP}"; +a_help = "{L_BBCODE_A_HELP}"; +s_help = "{L_BBCODE_S_HELP}"; +f_help = "{L_BBCODE_F_HELP}"; +</script> + +<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"><tr> +<td align="left" valign="bottom"><span class="gensmall"> +<!-- BEGIN switch_user_logged_in --> +{LAST_VISIT_DATE}<br /> +<!-- END switch_user_logged_in --> +{CURRENT_TIME}<br /> +</span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> +</tr> + +</table> + +{POST_PREVIEW_BOX} +{ERROR_BOX} +<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" class="forumline"> +<form action="{U_SHOUTBOX}" method="post" name="post" onsubmit="return checkForm(this)"> + <tr> + <th class="thHead" colspan="2" height="25"><b>{L_SHOUT_TEXT}</b></th> + </tr> + <!-- BEGIN switch_username_select --> + <tr> + <td class="row1"><span class="gen"><b>{L_USERNAME}</b></span></td> + <td class="row2"><span class="genmed"><input type="text" class="post" tabindex="1" name="username" size="25" maxlength="25" value="{USERNAME}" /></span></td> + </tr> + <!-- END switch_username_select --> + + <tr> + <td class="row1" valign="top"> + <table width="100%" border="0" cellspacing="0" cellpadding="1"> + <tr> + <td valign="middle" align="center"> <br /> + <table width="100" border="0" cellspacing="0" cellpadding="5"> + <tr align="center"> + <td colspan="{S_SMILIES_COLSPAN}" class="gensmall"><b>{L_EMOTICONS}</b></td> + </tr> + <!-- BEGIN smilies_row --> + <tr align="center" valign="middle"> + <!-- BEGIN smilies_col --> + <td><a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></td> + <!-- END smilies_col --> + </tr> + <!-- END smilies_row --> + <!-- BEGIN switch_smilies_extra --> + <tr align="center"> + <td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250');return false;" target="_phpbbsmilies" class="nav">{L_MORE_SMILIES}</a></span></td> + </tr> + <!-- END switch_smilies_extra --> + </table> + </td> + </tr> + </table> + </td> + + <td class="row2" valign="top"><span class="gen"> <span class="genmed"> </span> + <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(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(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(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(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(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(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(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(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(16)" onMouseOver="helpline('w')" /> + </span></td> + </tr> + <tr> + <td colspan="9"> + <table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr> + <td><span class="genmed"> {L_FONT_COLOR}: + <select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')"> + <option style="color:black; background-color: {T_TD_COLOR1}" value="{T_FONTCOLOR1}" class="genmed">{L_COLOR_DEFAULT}</option> + <option style="color:darkred; background-color: {T_TD_COLOR1}" value="darkred" class="genmed">{L_COLOR_DARK_RED}</option> + <option style="color:red; background-color: {T_TD_COLOR1}" value="red" class="genmed">{L_COLOR_RED}</option> + <option style="color:orange; background-color: {T_TD_COLOR1}" value="orange" class="genmed">{L_COLOR_ORANGE}</option> + <option style="color:brown; background-color: {T_TD_COLOR1}" value="brown" class="genmed">{L_COLOR_BROWN}</option> + <option style="color:yellow; background-color: {T_TD_COLOR1}" value="yellow" class="genmed">{L_COLOR_YELLOW}</option> + <option style="color:green; background-color: {T_TD_COLOR1}" value="green" class="genmed">{L_COLOR_GREEN}</option> + <option style="color:olive; background-color: {T_TD_COLOR1}" value="olive" class="genmed">{L_COLOR_OLIVE}</option> + <option style="color:cyan; background-color: {T_TD_COLOR1}" value="cyan" class="genmed">{L_COLOR_CYAN}</option> + <option style="color:blue; background-color: {T_TD_COLOR1}" value="blue" class="genmed">{L_COLOR_BLUE}</option> + <option style="color:darkblue; background-color: {T_TD_COLOR1}" value="darkblue" class="genmed">{L_COLOR_DARK_BLUE}</option> + <option style="color:indigo; background-color: {T_TD_COLOR1}" value="indigo" class="genmed">{L_COLOR_INDIGO}</option> + <option style="color:violet; background-color: {T_TD_COLOR1}" value="violet" class="genmed">{L_COLOR_VIOLET}</option> + <option style="color:white; background-color: {T_TD_COLOR1}" value="white" class="genmed">{L_COLOR_WHITE}</option> + <option style="color:black; background-color: {T_TD_COLOR1}" value="black" class="genmed">{L_COLOR_BLACK}</option> + </select> {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')"> + <option value="7" class="genmed">{L_FONT_TINY}</option> + <option value="9" class="genmed">{L_FONT_SMALL}</option> + <option value="12" selected class="genmed">{L_FONT_NORMAL}</option> + <option value="18" class="genmed">{L_FONT_LARGE}</option> + <option value="24" class="genmed">{L_FONT_HUGE}</option> + </select> + + </span></td> + <td nowrap="nowrap" align="right"><span class="gensmall"><a href="javascript:bbstyle(-1)" class="genmed" onMouseOver="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a></span></td> + </tr> + </table> + </td> + </tr> + <tr> + <td colspan="9"> <span class="gensmall"> + <input type="text" name="helpbox" size="45" maxlength="100" style="width:450px; font-size:10px" class="helpline" value="{L_STYLES_TIP}" /> + </span></td> + </tr> + <tr> + <td colspan="9"><span class="gen"> + <textarea name="message" rows="8" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea> + </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">{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}</span></td> + <td class="row2"><span class="gen"> </span> + <table cellspacing="0" cellpadding="1" border="0"> + <!-- BEGIN switch_html_checkbox --> + <tr> + <td> + <input type="checkbox" name="disable_html" {S_HTML_CHECKED} /> + </td> + <td><span class="gen">{L_DISABLE_HTML}</span></td> + </tr> + <!-- END switch_html_checkbox --> + <!-- BEGIN switch_bbcode_checkbox --> + <tr> + <td> + <input type="checkbox" name="disable_bbcode" {S_BBCODE_CHECKED} /> + </td> + <td><span class="gen">{L_DISABLE_BBCODE}</span></td> + </tr> + <!-- END switch_bbcode_checkbox --> + </table> + </td> + </tr> + <tr> + <td class="catBottom" colspan="2" align="center" height="28"> {S_HIDDEN_FORM_FIELDS} +<input type="submit" tabindex="5" name="refresh" class="mainoption" value="{L_SHOUT_REFRESH}" /> +<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_SHOUT_PREVIEW}" /> +<input type="submit" accesskey="s" tabindex="6" name="shout" class="mainoption" value="{L_SHOUT_SUBMIT}" /></td> + </tr> + </table> +</form> + <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> + <tr> + <td align="right" valign="bottom" class="gensmall"> +<span class="nav"> + {PAGINATION}</span> +</td> + </tr> +</table> +<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> + <tr align="right"> + <td class="catHead" colspan="2" height="28" align="center"><b> {L_SHOUTBOX} <b/></td> + </tr> + <tr> + <th class="thLeft" width="160" height="26" nowrap="nowrap">{L_AUTHOR}</th> + <th class="thRight" nowrap="nowrap">{L_MESSAGE}</th> + </tr> + + <!-- BEGIN shoutrow --> + <tr> + <td width="160" align="left" valign="top" class="{shoutrow.ROW_CLASS}"> + <span class="name"><b>{shoutrow.SHOUT_USERNAME}</b></span><br /> + <span class="postdetails">{shoutrow.USER_RANK}<br /> + {shoutrow.RANK_IMAGE}<br/> + {shoutrow.USER_AVATAR}<br /><br/>{shoutrow.USER_JOINED}</span></td> + <td class="{shoutrow.ROW_CLASS}" width="100%" height="28" valign="top"> + <table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr> + <td width="100%"><a href="{shoutrow.U_MINI_POST}"><img src="{shoutrow.MINI_POST_IMG}" width="12" height="9" alt="{shoutrow.L_MINI_POST_ALT}" title="{shoutrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {shoutrow.TIME}</span></td> + <td valign="top" align="right" nowrap="nowrap">{shoutrow.QUOTE_IMG}{shoutrow.EDIT_IMG}{shoutrow.CENSOR_IMG}{shoutrow.DELETE_IMG}{shoutrow.IP_IMG}</td></form> + </tr> + <tr> + <td colspan="2"><hr/></td> + </tr> + <tr> + <td colspan="2"><span class="postbody">{shoutrow.SHOUT}{shoutrow.SIGNATURE}</span></td> + </tr> + </table> + </td> + </tr> + <tr> + <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td> + </tr> + <!-- END shoutrow --> + +</table> + <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> + <tr> + <td align="left" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td> + <td align="right" valign="bottom" class="gensmall"> +<span class="nav"> + {PAGINATION}</span> +</td> + </tr> +</table> \ No newline at end of file Added: phpBB Reloaded 2/templates/subC1/shoutbox_max_guest_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/shoutbox_max_guest_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/shoutbox_max_guest_body.tpl 2006-06-20 21:54:23 UTC (rev 235) @@ -0,0 +1,76 @@ +<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"><tr> +<td align="left" valign="bottom"><span class="gensmall"> +<!-- BEGIN switch_user_logged_in --> +{LAST_VISIT_DATE}<br /> +<!-- END switch_user_logged_in --> +{CURRENT_TIME}<br /> +</span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> +</tr> + +</table> + +<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" class="forumline"> +<form action="{U_SHOUTBOX}" method="post" name="post" onsubmit="return checkForm(this)"> + <tr> + <td class="catBottom" colspan="2" align="center" height="28"> {S_HIDDEN_FORM_FIELDS} +<input type="submit" tabindex="1" name="refresh" class="mainoption" value="{L_SHOUT_REFRESH}" /> +</td> + </tr> + +</table> +</form> + + <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> + <tr> + <td align="right" valign="bottom" class="gensmall"> +<span class="nav"> + {PAGINATION}</span> +</td> + </tr> +</table> +<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> + <tr align="right"> + <td class="catHead" colspan="2" height="28" align="center"><b> {L_SHOUTBOX} <b/></td> + </tr> + <tr> + <th class="thLeft" width="160" height="26" nowrap="nowrap">{L_AUTHOR}</th> + <th class="thRight" nowrap="nowrap">{L_MESSAGE}</th> + </tr> + + <!-- BEGIN shoutrow --> + <tr> + <td width="160" align="left" valign="top" class="{shoutrow.ROW_CLASS}"> + <span class="name"><b>{shoutrow.SHOUT_USERNAME}</b></span><br /> + <span class="postdetails">{shoutrow.USER_RANK}<br /> + {shoutrow.RANK_IMAGE}<br/> + {shoutrow.USER_AVATAR}<br /><br/>{shoutrow.USER_JOINED}</span></td> + <td class="{shoutrow.ROW_CLASS}" width="100%" height="28" valign="top"> + <table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr> + <td width="100%"><a href="{shoutrow.U_MINI_POST}"><img src="{shoutrow.MINI_POST_IMG}" width="12" height="9" alt="{shoutrow.L_MINI_POST_ALT}" title="{shoutrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {shoutrow.TIME}</span></td> + <td valign="top" align="right" nowrap="nowrap">{shoutrow.QUOTE_IMG}{shoutrow.EDIT_IMG}{shoutrow.DELETE_IMG}{shoutrow.IP_IMG}</td></form> + </tr> + <tr> + <td colspan="2"><hr/></td> + </tr> + <tr> + <td colspan="2"><span class="postbody">{shoutrow.SHOUT}{shoutrow.SIGNATURE}</span></td> + </tr> + </table> + </td> + </tr> + <tr> + <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td> + </tr> + <!-- END shoutrow --> + +</table> + <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> + <tr> + <td align="left" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td> + <td align="right" valign="bottom" class="gensmall"> +<span class="nav"> + {PAGINATION}</span> +</td> + </tr> +</table> \ No newline at end of file Added: phpBB Reloaded 2/templates/subC1/shoutbox_view_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/shoutbox_view_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/shoutbox_view_body.tpl 2006-06-20 21:54:23 UTC (rev 235) @@ -0,0 +1,18 @@ +<HEAD><META http-equiv="refresh" content="120;url={U_SHOUTBOX_VIEW}?auto_refresh=1"> +<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> +<link rel="stylesheet" href="{T_URL}/{T_HEAD_STYLESHEET}" type="text/css"> +</HEAD> +<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> +<table width="100%" height="100%" cellpadding="0" cellspacing="1" border="0" class="forumline"> +<!-- BEGIN shoutrow --> +<tr> + <td class="{shoutrow.ROW_CLASS}" width="100%" higth="100%"> +<span class="gensmall"> + {shoutrow.TIME}<br /> + <b>{shoutrow.USERNAME}:</b><br /> + {shoutrow.SHOUT}<br/></span> + </td> +</tr> +<!-- END shoutrow --> +</table> +</body> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |