Changeset 8794 for trunk/MagicSoft/Mars/datacenter/db/showplots.php
- Timestamp:
- 12/18/07 20:49:53 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/showplots.php
r8598 r8794 89 89 } 90 90 printf("<form action='showplots.php' method='GET'>\n"); 91 printf("<table width='100%%' border='0'>\n ");92 printf("<tr><td valign='top'>\n");93 printf("< a href='http://db.astro.uni-wuerzburg.de'>home</a>\n</td><td align='center'>");91 printf("<table width='100%%' border='0'>\n<tr>\n"); 92 PrintHomeHelp(); 93 printf("<td align='center'>\n"); 94 94 printf("<input type='text' name='seq' size='10' maxlength='10' value='%s'>\n", $seq); 95 95 PrintType2PullDown($type2);
Note:
See TracChangeset
for help on using the changeset viewer.