Revision: 7082a2c550
Edited Report Print Formats
@@ -23,23 +23,23 @@
Example: Properities:
- <div id="<%=id%>" class="<%=(i % 2 == 1 ? " even"="" :="" "")%="">">
+ <div id="<%=id%>" class="<%=(i % 2 == 1 ? " even"="" :="" "")%="">">
<div class="grid_1 alpha right">
<img class="righted" src="<%=profile_image_url%>">
</div>
<div class="grid_6 omega contents">
<div><b><a href="/<%=from_user%>">
- <%=from_user%></a>:</b> <%=text%></div>
+ <%=from_user%></a>:</b> <%=text%></div>
</div>
</div>
Example: Code structures, Loops
- <% for ( var i = 0; i < users.length; i++ ) { %>
- <li><a href="<%=users[i].url%>"><%=users[i].name%></a></li>
- <% } %>
+ <% for ( var i = 0; i < users.length; i++ ) { %>
+ <li><a href="<%=users[i].url%>"><%=users[i].name%></a></li>
+ <% } %>
-> **Note**: It is important to note that you should not use single quotes (') in your template as the engine cannot handle them effectively.
+> **Note**: It is important to note that you should not use single quotes (') in your template as the engine cannot handle them effectively.
### 3. Data
@@ -57,7 +57,7 @@
Here is what the report looks like:
-<img class="screenshot" alt="General Ledger" src="/docs/assets/img/general-ledger.png">
+<img class="screenshot" alt="General Ledger" src="/files/general-ledger.png">
##### Comments: