Thread: [phpbbreloaded-checkins] SF.net SVN: phpbbreloaded: [225] phpBB Reloaded 2/templates/subC1/index_bo
Status: Planning
Brought to you by:
tehphpmaster
From: <mar...@us...> - 2006-06-12 01:41:28
|
Revision: 225 Author: markthedaemon Date: 2006-06-11 18:41:23 -0700 (Sun, 11 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpbbreloaded/?rev=225&view=rev Log Message: ----------- adds the shoutbox to subC1 Modified Paths: -------------- phpBB Reloaded 2/templates/subC1/index_body.tpl Modified: phpBB Reloaded 2/templates/subC1/index_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/index_body.tpl 2006-06-12 01:38:11 UTC (rev 224) +++ phpBB Reloaded 2/templates/subC1/index_body.tpl 2006-06-12 01:41:23 UTC (rev 225) @@ -156,6 +156,20 @@ </table> <br /> +<!-- Start add - Fully integrated shoutbox MOD --> +<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2" class="forumline"> + <tr> + <td align="center" nowrap="nowrap" class="catHead"><span class="cattitle"><a href="{U_SHOUTBOX_MAX}">{L_SHOUTBOX}</a></span></td> + </tr> + <tr> + <td> + <iframe src="{U_SHOUTBOX}" scrolling="NO" width="100%" height="180" frameborder="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe> + </td> + </tr> +</table> +<br/> +<!-- End add - Fully integrated shoutbox MOD --> + {STATS_BOX} <!-- BEGIN switch_user_logged_out --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mar...@us...> - 2006-06-20 22:55:37
|
Revision: 246 Author: markthedaemon Date: 2006-06-20 15:55:32 -0700 (Tue, 20 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpbbreloaded/?rev=246&view=rev Log Message: ----------- w00t Modified Paths: -------------- phpBB Reloaded 2/templates/subC1/index_body.tpl Modified: phpBB Reloaded 2/templates/subC1/index_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/index_body.tpl 2006-06-20 22:50:51 UTC (rev 245) +++ phpBB Reloaded 2/templates/subC1/index_body.tpl 2006-06-20 22:55:32 UTC (rev 246) @@ -156,19 +156,6 @@ </table> <br /> -<!-- Start add - Fully integrated shoutbox MOD --> -<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2" class="forumline"> - <tr> - <td align="center" nowrap="nowrap" class="catHead"><span class="cattitle"><a href="{U_SHOUTBOX_MAX}">{L_SHOUTBOX}</a></span></td> - </tr> - <tr> - <td> - <iframe src="{U_SHOUTBOX}" scrolling="NO" width="100%" height="180" frameborder="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe> - </td> - </tr> -</table> -<br/> -<!-- End add - Fully integrated shoutbox MOD --> {STATS_BOX} @@ -190,7 +177,19 @@ </tr> </table></form> <!-- END switch_user_logged_out --> - +<!-- Start add - Fully integrated shoutbox MOD --> +<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2" class="forumline"> + <tr> + <td align="center" nowrap="nowrap" class="catHead"><span class="cattitle"><a href="{U_SHOUTBOX_MAX}">{L_SHOUTBOX}</a></span></td> + </tr> + <tr> + <td> + <iframe src="{U_SHOUTBOX}" scrolling="NO" width="100%" height="180" frameborder="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe> + </td> + </tr> +</table> +<br/> +<!-- End add - Fully integrated shoutbox MOD --> <!-- BEGIN forum_legend --> <br class="nav" /> <table cellspacing="3" border="0" align="center" cellpadding="0"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mar...@us...> - 2006-06-20 23:02:17
|
Revision: 248 Author: markthedaemon Date: 2006-06-20 16:02:12 -0700 (Tue, 20 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpbbreloaded/?rev=248&view=rev Log Message: ----------- Modified Paths: -------------- phpBB Reloaded 2/templates/subC1/index_body.tpl Modified: phpBB Reloaded 2/templates/subC1/index_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/index_body.tpl 2006-06-20 22:57:36 UTC (rev 247) +++ phpBB Reloaded 2/templates/subC1/index_body.tpl 2006-06-20 23:02:12 UTC (rev 248) @@ -192,6 +192,20 @@ <!-- End add - Fully integrated shoutbox MOD --> <!-- BEGIN forum_legend --> <br class="nav" /> +<!-- Start add - Fully integrated shoutbox MOD --> +<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2" class="forumline"> + <tr> + <td align="center" nowrap="nowrap" class="catHead"><span class="cattitle"><a href="{U_SHOUTBOX_MAX}">{L_SHOUTBOX}</a></span></td> + </tr> + <tr> + <td> + <iframe src="{U_SHOUTBOX}" scrolling="NO" width="100%" height="180" frameborder="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe> + </td> + </tr> +</table> +<br/> +<!-- End add - Fully integrated shoutbox MOD --> +<br class="nav" /> <table cellspacing="3" border="0" align="center" cellpadding="0"> <tr> <td width="20" align="center"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mar...@us...> - 2006-06-20 23:05:17
|
Revision: 249 Author: markthedaemon Date: 2006-06-20 16:05:11 -0700 (Tue, 20 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpbbreloaded/?rev=249&view=rev Log Message: ----------- Modified Paths: -------------- phpBB Reloaded 2/templates/subC1/index_body.tpl Modified: phpBB Reloaded 2/templates/subC1/index_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/index_body.tpl 2006-06-20 23:02:12 UTC (rev 248) +++ phpBB Reloaded 2/templates/subC1/index_body.tpl 2006-06-20 23:05:11 UTC (rev 249) @@ -177,19 +177,7 @@ </tr> </table></form> <!-- END switch_user_logged_out --> -<!-- Start add - Fully integrated shoutbox MOD --> -<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2" class="forumline"> - <tr> - <td align="center" nowrap="nowrap" class="catHead"><span class="cattitle"><a href="{U_SHOUTBOX_MAX}">{L_SHOUTBOX}</a></span></td> - </tr> - <tr> - <td> - <iframe src="{U_SHOUTBOX}" scrolling="NO" width="100%" height="180" frameborder="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe> - </td> - </tr> -</table> -<br/> -<!-- End add - Fully integrated shoutbox MOD --> + <!-- BEGIN forum_legend --> <br class="nav" /> <!-- Start add - Fully integrated shoutbox MOD --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |