[Checkins] SVN: zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card_template renamed

Andreas Jung andreas at andreas-jung.com
Sun Oct 19 04:53:55 EDT 2008


Log message for revision 92370:
  renamed
  

Changed:
  A   zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card_template.html
  D   zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card_templates.html

-=-
Copied: zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card_template.html (from rev 92368, zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card_templates.html)
===================================================================
--- zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card_template.html	                        (rev 0)
+++ zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card_template.html	2008-10-19 08:53:55 UTC (rev 92370)
@@ -0,0 +1,45 @@
+<html>
+    <head>
+        <tal:loop repeat="css options/stylesheets">
+            <style type="text/css"
+                   tal:content="structure options/stylesheets/?css"  
+            />
+        </tal:loop>
+    </head>
+    <body>
+        <div id="logo">
+            <img src="zopyx1.png" />
+        </div>
+        <div id="desc">
+            <ul>
+                <li>
+            Python, Zope &amp; Plone
+                </li>
+                <li>
+            Software-Entwicklung
+                </li>
+                <li>
+            Beratung
+                <li>
+            E-Publishing, Web-to-Print
+            </li>
+        </ul>
+        </div>
+            
+        <div id="address">
+            <span tal:replace="options/fullname | nothing">Andreas Jung</span>
+            <br/>
+            Charlottenstr. 37/1
+            <br/>
+            D-72070 T&uuml;bingen
+            <br/>
+            Tel. +49-(0)7071-793257
+            <br/>
+            Fax. +49-(0)7071-7936840
+            <br/>
+            E-Mail: info at zopyx.com
+            <br/>
+            Web: www.zopyx.com
+         </div>
+    </body>
+</html>

Deleted: zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card_templates.html
===================================================================
--- zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card_templates.html	2008-10-19 08:53:28 UTC (rev 92369)
+++ zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/resources/business_card_templates.html	2008-10-19 08:53:55 UTC (rev 92370)
@@ -1,45 +0,0 @@
-<html>
-    <head>
-        <tal:loop repeat="css options/stylesheets">
-            <style type="text/css"
-                   tal:content="structure options/stylesheets/?css"  
-            />
-        </tal:loop>
-    </head>
-    <body>
-        <div id="logo">
-            <img src="zopyx1.png" />
-        </div>
-        <div id="desc">
-            <ul>
-                <li>
-            Python, Zope &amp; Plone
-                </li>
-                <li>
-            Software-Entwicklung
-                </li>
-                <li>
-            Beratung
-                <li>
-            E-Publishing, Web-to-Print
-            </li>
-        </ul>
-        </div>
-            
-        <div id="address">
-            <span tal:replace="options/fullname | nothing">Andreas Jung</span>
-            <br/>
-            Charlottenstr. 37/1
-            <br/>
-            D-72070 T&uuml;bingen
-            <br/>
-            Tel. +49-(0)7071-793257
-            <br/>
-            Fax. +49-(0)7071-7936840
-            <br/>
-            E-Mail: info at zopyx.com
-            <br/>
-            Web: www.zopyx.com
-         </div>
-    </body>
-</html>



More information about the Checkins mailing list