phpDocumentor NewsCMS
[ class tree: NewsCMS ] [ index: NewsCMS ] [ all elements ]

Source for file getstoryidform.php

Documentation is available at getstoryidform.php


1 <div align='center'>
2 <div align='center' class='form'>
3 <table width='500px' class='form'>
4 <tr class='form'>
5 <td class='form'>
6 <form name='getstoryid' action='<? echo $PHP_SELF; ?>' method='get'>
7 <div class='fieldname'>
8 Enter Story ID number: <input type='text' name='storyid' value='<? echo $storyid; ?>'>&nbsp;
9 <input type='hidden' name='pagename' value='EditStory'>
10 <? if ($viewstory) {echo "<input type='hidden' name='viewstory' value='$viewstory'>";} ?>
11 <input type='submit' name='submit' value='Get Story'>
12 </div>
13 </form>
14 </td>
15 </tr>
16 </table>
17 </div>
18 </div>
19
20 <?
21 if ($submit)
22 {
23 echo browsenews ($field, $value);
24 }
25 ?>

Documentation generated on Wed, 19 Nov 2003 22:51:53 -0500 by phpDocumentor 1.2.3