/[cvs]/nfo/site/htdocs/pages/otd_html1/userinfo.php
ViewVC logotype

Diff of /nfo/site/htdocs/pages/otd_html1/userinfo.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by rabit, Fri Sep 10 21:44:17 2004 UTC revision 1.6 by rabit, Sun Sep 26 17:26:16 2004 UTC
# Line 82  $queries = array( Line 82  $queries = array(
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',
# Line 104  otd_html1_paragraph('<form action="' . $ Line 107  otd_html1_paragraph('<form action="' . $
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    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed