Revision: 234
Author: markthedaemon
Date: 2006-06-20 14:53:35 -0700 (Tue, 20 Jun 2006)
ViewCVS: http://svn.sourceforge.net/phpbbreloaded/?rev=234&view=rev
Log Message:
-----------
Added Paths:
-----------
phpBB Reloaded 2/templates/subC1/shoutbox_body.tpl
Added: phpBB Reloaded 2/templates/subC1/shoutbox_body.tpl
===================================================================
--- phpBB Reloaded 2/templates/subC1/shoutbox_body.tpl (rev 0)
+++ phpBB Reloaded 2/templates/subC1/shoutbox_body.tpl 2006-06-20 21:53:35 UTC (rev 234)
@@ -0,0 +1,44 @@
+<HEAD>
+<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_TR_COLOR3}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
+<script language="JavaScript" src="{T_URL}/bbcode.js" type="text/javascript" ></script>
+<form method="post" name="post" action="{U_SHOUTBOX}" onsubmit="return checkForm(this)">
+{ERROR_BOX}
+<table width="100%" height="26" cellpadding="0" cellspacing="0" border="0" class="row1">
+<tr>
+ <td class="row1" align="center" valign="middle" width="100%">
+ <center><span class="gensmall">
+ <!-- BEGIN switch_auth_post -->
+ <!-- BEGIN switch_bbcode -->
+ <input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" />
+ <input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onClick="bbstyle(2)" />
+ <input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onClick="bbstyle(4)" />
+ <input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6)" />
+ <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_SMILIES}</a></span>
+ <!-- END switch_bbcode -->
+
+{L_SHOUT_TEXT}:
+<input type="text" class="liteoption" name="message" value="{MESSAGE}" size="60%" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);"/>
+
+ <input type="submit" class="mainoption" value="{L_SHOUT_SUBMIT}" name="shout" />
+
+ <!-- END switch_auth_post -->
+ <!-- BEGIN switch_auth_no_post -->
+ {L_SHOUTBOX_LOGIN}
+ <!-- END switch_auth_no_post -->
+ <input type="submit" class="liteoption" value="{L_SHOUT_REFRESH}" name="refresh" /></center><br/>
+ </span>
+ <center>
+ </td>
+
+</tr>
+</table>
+ <iframe src="{U_SHOUTBOX_VIEW}" align="left" width="100%" height="145" frameborder="0" marginheight="0" marginwidth="0" allowtransparency="true">
+ </iframe>
+
+
+</form>
+</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.
|