Ignore:
Timestamp:
06/16/09 13:22:10 (15 years ago)
Author:
aparavac
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/plotdb.php

    r9372 r9458  
    187187        printf("<div id='set2' style='display:none'>Set2: <input name='Set2' type='text' size='20' maxlength='150' value='%s'>\n</div>\n<br>\n", $_GET["Set2"]);
    188188
    189     printf("<br>Plot format: &nbsp; x = <select name='x' size='1'>\n");
     189    printf("<br>\nSource&nbsp;(<A HREF=\"regexp.html\">regexp</A>)&nbsp;<input name=\"fSourceN\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"");
     190    if (!empty($_GET["fSourceN"]))
     191        printf("%s", $_GET["fSourceN"]);
     192    printf("\">\n<br>\n");
     193
     194    printf("<br>\nPlot format: &nbsp; x = <select name='x' size='1'>\n");
    190195    $x = array( 740, 640, 540, 440);
    191196    foreach($x as $key => $el)
Note: See TracChangeset for help on using the changeset viewer.