JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
new template naming conventions, etc
[wfpl-cms.git] / admin_images.html
index 3ba2adb..b8ead21 100644 (file)
@@ -2,12 +2,12 @@
 
 <html>
 <head>
-       <title><!--~main_title show {~-->Images<!--~}~--></title>
+       <title><!--~$title show {~-->Images<!--~}~--></title>
        <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 
 <body>
-<!--~main_body show {~-->
+<!--~$body show {~-->
        <!--~display {~-->
                <h2>Image details</h2>
 
@@ -30,7 +30,7 @@
                </ol>
                
                <!--~smaller {~-->
-                       <div><strong>On the right: </strong>(with the page text to the left of it)</div><div><code class="html">&lt;span class="float_right"&gt;&lt;img src="~src~" width="~width~" height="~height~" alt="" /&gt;~caption html~&lt;/span&gt;</code></div>
+                       <div><strong>On the right: </strong>(with the page text to the left of it)</div><div><code class="html">&lt;span class="wfpl_ifr" style="background-image: url(~src~); width: ~width~px; padding-top: ~height~;"&gt;~caption html~&lt;/span&gt;</code></div>
                        <div><strong>On the left: </strong>(with the page text to the right of it)</div><div><code class="html">&lt;span class="float_left"&gt;&lt;img src="~src~" width="~width~" height="~height~" alt="" /&gt;~caption html~&lt;/span&gt;</code></div>
                        <div><strong>Centered: </strong>(with nothing to either side)</div><div> <code class="html">&lt;div class="mid_pic" style="width: ~width~px"&gt;&lt;img src="~src~" width="~width~" height="~height~" alt="" /&gt;~caption html~&lt;/div&gt;</code></div>
                        <div><img src="~src~" alt="" /></div>