You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
< div style = "width:90%;margin:30px auto;" >
< div class = "panel panel-primary" style = "width:60%;margin:0 auto;" >
< div class = "panel-heading" >
< h3 class = "panel-title" > 预售时间添加(车站名是中文名)< / h3 >
< / div >
< div class = "panel-body" >
< form action = "/info.php/apps/trainsystem/pages/presale_addsave" name = "saletimeform" method = "POST" >
< table class = "table table-condensed table-bordered" >
< tr >
< td style = "text-align:center;" > 车站名< / td >
< td > < input type = "text" name = "TST_station_cn" value = "" / > < / td >
< / tr >
< tr >
< td style = "text-align:center;" > 预售时间( 例: 8:00 ,18:30)< / td >
< td > < input type = "text" name = "TST_saletime" value = "" / > < / td >
< / tr >
< tr >
< td style = "text-align:center;" > 车站编码< / td >
< td > < input type = "text" name = "TST_station_code" value = "" / > < / td >
< / tr >
< tr >
< td colspan = "2" style = "text-align:center;" >
< input type = "submit" class = "btn btn-warning btn-sm" value = "添 加" style = "width:120px;" / >
< / td >
< / tr >
< / table >
< / form >
< / div >
< / div >
< / div >