]> git.llucax.com Git - software/bife/web.git/commitdiff
Removed trailing \n to templates.
authorLeandro Lucarella <llucax@gmail.com>
Sat, 12 Jul 2003 20:15:40 +0000 (20:15 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 12 Jul 2003 20:15:40 +0000 (20:15 +0000)
templates/bife_bife.tpl.html
templates/bife_class.tpl.html
templates/bife_link.tpl.html
templates/bife_module.tpl.html
templates/bife_page.tpl.html
templates/bife_section.tpl.html

index 683a0f4fce6694e5e98a72f29dddb64c88ae0e38..ad72a902b1b459549a7d0f729af6c70f65fffbfc 100644 (file)
@@ -1,2 +1,2 @@
 <ACRONYM style="color: #003399; font-weight: bold"
-title="Build It FastEr">BIFE</ACRONYM>
+title="Build It FastEr">BIFE</ACRONYM>
\ No newline at end of file
index 83f0822e87a169270e988295e8c06a2e30b8e9db..8c42c16a4f92ec0ce564777172849bada6cdec8b 100644 (file)
@@ -1,2 +1,2 @@
 <SPAN style="color: #000099; text-variant: italic"
-title="BIFE_{NAME}">{NAME}</SPAN>
+title="BIFE_{NAME}">{NAME}</SPAN>
\ No newline at end of file
index 873ba85411019084f1e4fa5dff2e7da790a789cc..79d112d404ea94930465c60ff91f36bb231b2d40 100644 (file)
@@ -1 +1 @@
-<A href="{URL}" title="{DESC}">{CONTENTS}</A>
+<A href="{URL}" title="{DESC}">{CONTENTS}</A>
\ No newline at end of file
index b8323f3fac58121302d14b16a663ef79bfe6deb9..39a9f5df69738f7eb1516a90d928cb51df996896 100644 (file)
@@ -1,2 +1,2 @@
 <SPAN style="color: #990000; font-weight: bold"
-title="BIFE_{NAME}">{NAME}</SPAN>
+title="BIFE_{NAME}">{NAME}</SPAN>
\ No newline at end of file
index f0495964dc51f23ac594f0e80e2f937591ddf264..5b5008c4d096af9f71524e481c00f4037e46dc58 100644 (file)
@@ -8,7 +8,9 @@
         <HR noshade="noshade" size="2"/>
         <DIV style="text-align: right">
             <A href="?S=1&B=1">Ver código fuente BIFE (archivo .xbf)</A> |
-            <A href="?S=1">Ver código fuente PHP (archivo .php)</A>
+            <A href="?S=1">Ver código fuente PHP (archivo .php)</A> |
+            <A href="?H=1">Ver salida HTML generada</A> |
+            <A href="templates/">Ver <EM>templates</EM> (archivos .tpl.html)</A>
         </DIV>
     </BODY>
 </HTML>
index effbf2e418f3187857db2fc6a970655a4efc35d3..2a2f1559b3f5bdc2b4023c75bac7eba44bedd91b 100644 (file)
@@ -1,2 +1,2 @@
 <H2>{TITLE}</H2>
-<P>{CONTENTS}</P>
+<P>{CONTENTS}</P>
\ No newline at end of file