82 |
'GET COUNT FROM contents', |
'GET COUNT FROM contents', |
83 |
'GET FIELDNAMES FROM contents', |
'GET FIELDNAMES FROM contents', |
84 |
'GET type, language_id, description FROM contents', |
'GET type, language_id, description FROM contents', |
85 |
|
'GET id, keyname, description FROM contents WITH type xmlpage', |
86 |
|
'GET id, description FROM contents WITH language_id 2', |
87 |
|
'GET id, description FROM contents WITH type xmlpage ORDERBY id COUNT 5', |
88 |
/* |
/* |
89 |
'GET content FROM contents WITH id 3', |
'GET content FROM contents WITH id 3', |
90 |
'GET FROM contents WITH timestamp >1000000000', |
'GET FROM contents WITH timestamp >1000000000', |
107 |
</form>', 'box1'); |
</form>', 'box1'); |
108 |
|
|
109 |
otd_html1_paragraph('<form action="' . $common['page']['filename'] . '" method="post" style="margin:0;"> |
otd_html1_paragraph('<form action="' . $common['page']['filename'] . '" method="post" style="margin:0;"> |
110 |
<input name="q" size="50" value="' . $query . '" /> |
<input name="q" size="76" value="' . $query . '" /> |
111 |
<input type="submit" value="OK" /> |
<input type="submit" value="OK" /> |
112 |
</form>', 'box1'); |
</form>', 'box1'); |
113 |
|
|