You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

45 lines
2.0 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Cache" content="no-cache">
<title></title>
<link href="/Scripts/plugins/fontawesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="/Scripts/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="/Content/modern.min.css" rel="stylesheet" />
<link href="/Content/custom.min.css" rel="stylesheet" />
</head>
<body>
<form id="CopyLanguage_form">
<div class="page-info">
<div class="panel-body">
<div class="row">
<div class="col-md-12">
<table class="tbpop">
<tr>
<td class="spanname">
<label class="col-sm-3 control-label"><span data-i18n="CopyLanguage.lang_from">來源語系</span></label>
</td>
<td>
<select name="lang_from" id="lang_from" class="form-control w100p"></select>
</td>
</tr>
<tr>
<td class="spanname">
<label class="col-sm-3 control-label"><span data-i18n="CopyLanguage.lang_to">目的語系</span></label>
</td>
<td>
<select name="lang_to" id="lang_to" class="form-control w100p"></select>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</form>
</body>
</html>