XHTML fixes, 72 to go
This commit is contained in:
parent
7f53e14b08
commit
8691b64493
34 changed files with 961 additions and 798 deletions
|
|
@ -15,14 +15,13 @@ our $I18N = {
|
|||
'sql body' => {
|
||||
message => q|
|
||||
<p><b>^SQL();</b><br />
|
||||
A one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position data and can also use the ^^rownum; macro just like the SQL Report wobject. Examples:<p>
|
||||
^SQL("select count(*) from users","There are ^0; users on this system.");
|
||||
A one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position data and can also use the ^^rownum; macro just like the SQL Report wobject. Examples:</p>
|
||||
<p>^SQL("select count(*) from users","There are ^0; users on this system.");
|
||||
</p>
|
||||
<p>^SQL("select userId,username from users order by username","<a href='^/;?op=viewProfile&uid=^0;'>^1;</a><br />");
|
||||
</p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1146608153,
|
||||
lastUpdated => 1146805799,
|
||||
},
|
||||
|
||||
'illegal query' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue