[pLog-svn] r6220 - misc/phpbb-lifetype-template/LifeType

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Mar 13 12:43:16 EDT 2008


Author: oscar
Date: 2008-03-13 12:43:15 -0400 (Thu, 13 Mar 2008)
New Revision: 6220

Added:
   misc/phpbb-lifetype-template/LifeType/bbcode.tpl.added.no.follow
Modified:
   misc/phpbb-lifetype-template/LifeType/bbcode.tpl
Log:
someone else added nofollow a long time ago, but didn't commit to svn

Modified: misc/phpbb-lifetype-template/LifeType/bbcode.tpl
===================================================================
--- misc/phpbb-lifetype-template/LifeType/bbcode.tpl	2008-03-13 16:41:53 UTC (rev 6219)
+++ misc/phpbb-lifetype-template/LifeType/bbcode.tpl	2008-03-13 16:43:15 UTC (rev 6220)
@@ -69,6 +69,6 @@
 <img src="{URL}" border="0" onmouseout="unpointercursor();" onmouseover="if(this.width == 550) {pointercursor();}" onclick="if(this.width == 550) { window.open('templates/LifeType/resizefix.php?originalsize={URL}', '_blank' ,'scrollbars=1,toolbar=no,resizable=1,menubar=no,directories=no,status=yes'); return false; }" alt="" />
 <!-- END img -->
 
-<!-- BEGIN url --><a href="{URL}" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url -->
+<!-- BEGIN url --><a href="{URL}" rel="nofollow" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url -->
 
-<!-- BEGIN email --><a href="mailto:{EMAIL}">{EMAIL}</A><!-- END email -->
\ No newline at end of file
+<!-- BEGIN email --><a href="mailto:{EMAIL}">{EMAIL}</A><!-- END email -->

Added: misc/phpbb-lifetype-template/LifeType/bbcode.tpl.added.no.follow
===================================================================
--- misc/phpbb-lifetype-template/LifeType/bbcode.tpl.added.no.follow	                        (rev 0)
+++ misc/phpbb-lifetype-template/LifeType/bbcode.tpl.added.no.follow	2008-03-13 16:43:15 UTC (rev 6220)
@@ -0,0 +1,74 @@
+<!-- BEGIN ulist_open --><ul><!-- END ulist_open -->
+<!-- BEGIN ulist_close --></ul><!-- END ulist_close -->
+
+<!-- BEGIN olist_open --><ol type="{LIST_TYPE}"><!-- END olist_open -->
+<!-- BEGIN olist_close --></ol><!-- END olist_close -->
+
+<!-- BEGIN listitem --><li><!-- END listitem -->
+
+<!-- BEGIN quote_username_open --></span>
+<table width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
+  <tr> 
+	<td><span class="genmed"><b>{USERNAME} {L_WROTE}:</b></span></td>
+  </tr>
+  <tr>
+	<td class="quote">
+	  <!-- END quote_username_open -->
+	  <!-- BEGIN quote_open --></span>
+	  <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
+		<tr> 
+		  <td><span class="genmed"><b>{L_QUOTE}:</b></span></td>
+		</tr>
+		<tr>
+		  <td class="quote"><!-- END quote_open -->
+		  <!-- BEGIN quote_close -->
+		  </td>
+		</tr>
+	  </table>
+<span class="postbody">
+<!-- END quote_close -->
+
+<!-- BEGIN code_open -->
+</span>
+<table width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
+  <tr> 
+	<td><span class="genmed"><b>{L_CODE}:</b></span></td>
+  </tr>
+  <tr>
+	<td class="code">
+	<!-- END code_open -->
+	<!-- BEGIN code_close -->
+	</td>
+  </tr>
+</table>
+<span class="postbody">
+<!-- END code_close -->
+
+<!-- BEGIN b_open --><span style="font-weight: bold"><!-- END b_open -->
+<!-- BEGIN b_close --></span><!-- END b_close -->
+
+<!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open -->
+<!-- BEGIN u_close --></span><!-- END u_close -->
+
+<!-- BEGIN i_open --><span style="font-style: italic"><!-- END i_open -->
+<!-- BEGIN i_close --></span><!-- END i_close -->
+
+<!-- BEGIN color_open --><span style="color: {COLOR}"><!-- END color_open -->
+<!-- BEGIN color_close --></span><!-- END color_close -->
+
+<!-- BEGIN size_open --><span style="font-size: {SIZE}px; line-height: normal"><!-- END size_open -->
+<!-- BEGIN size_close --></span><!-- END size_close -->
+
+<!-- BEGIN img -->
+<script language="javascript" type="text/javascript"> 
+<!-- 
+function pointercursor(){document.body.style.cursor = "move";}
+function unpointercursor(){document.body.style.cursor="";}
+//--> 
+</script>
+<img src="{URL}" border="0" onmouseout="unpointercursor();" onmouseover="if(this.width == 550) {pointercursor();}" onclick="if(this.width == 550) { window.open('templates/LifeType/resizefix.php?originalsize={URL}', '_blank' ,'scrollbars=1,toolbar=no,resizable=1,menubar=no,directories=no,status=yes'); return false; }" alt="" />
+<!-- END img -->
+
+<!-- BEGIN url --><a href="{URL}" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url -->
+
+<!-- BEGIN email --><a href="mailto:{EMAIL}">{EMAIL}</A><!-- END email -->
\ No newline at end of file



More information about the pLog-svn mailing list