|
@ -6,7 +6,7 @@ |
|
|
<meta http-equiv="Pragma" content="no-cache"> |
|
|
<meta http-equiv="Pragma" content="no-cache"> |
|
|
<meta http-equiv="Cache-control" content="no-cache"> |
|
|
<meta http-equiv="Cache-control" content="no-cache"> |
|
|
<meta http-equiv="Cache" content="no-cache"> |
|
|
<meta http-equiv="Cache" content="no-cache"> |
|
|
<title data-i18n="common.OrganizerMaintain_Upd">參數值管理編輯</title> |
|
|
|
|
|
|
|
|
<title data-i18n="common.OrganizerMaintain_Upd">主辦單位管理編輯</title> |
|
|
<link href="/Content/googleapis.css" rel="stylesheet" type='text/css' /> |
|
|
<link href="/Content/googleapis.css" rel="stylesheet" type='text/css' /> |
|
|
<link href="/Scripts/plugins/jquery-ui/jquery-ui.min.css" rel="stylesheet" type="text/css" /> |
|
|
<link href="/Scripts/plugins/jquery-ui/jquery-ui.min.css" rel="stylesheet" type="text/css" /> |
|
|
<link href="/Scripts/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> |
|
|
<link href="/Scripts/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> |
|
@ -39,9 +39,6 @@ |
|
|
<div class="col-sm-3"> |
|
|
<div class="col-sm-3"> |
|
|
<input type="text" class="form-control w100p" name="OrganizerName" id="OrganizerName" maxlength="200" required data-msg="OrganizerMaintain_Upd.OrganizerName_required" datamsg="請輸入主辦單位名稱"> |
|
|
<input type="text" class="form-control w100p" name="OrganizerName" id="OrganizerName" maxlength="200" required data-msg="OrganizerMaintain_Upd.OrganizerName_required" datamsg="請輸入主辦單位名稱"> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
|
|
<label class="col-sm-2 control-label"><b class="t-red">*</b><span data-i18n="OrganizerMaintain_Upd.CityName">城市</span>:</label> |
|
|
<label class="col-sm-2 control-label"><b class="t-red">*</b><span data-i18n="OrganizerMaintain_Upd.CityName">城市</span>:</label> |
|
|
<div class="col-sm-1"> |
|
|
<div class="col-sm-1"> |
|
|
<select class="form-control w100p" id="RegionID" name="RegionID" data-type="select2" required data-msg="OrganizerMaintain_Upd.RegionName_required" datamsg="請選擇區域"></select> |
|
|
<select class="form-control w100p" id="RegionID" name="RegionID" data-type="select2" required data-msg="OrganizerMaintain_Upd.RegionName_required" datamsg="請選擇區域"></select> |
|
@ -49,10 +46,14 @@ |
|
|
<div class="col-sm-2"> |
|
|
<div class="col-sm-2"> |
|
|
<select class="form-control w100p" id="CountryID" name="CountryID" data-type="select2" required data-msg="OrganizerMaintain_Upd.CountryName_required" datamsg="請選擇國家"></select> |
|
|
<select class="form-control w100p" id="CountryID" name="CountryID" data-type="select2" required data-msg="OrganizerMaintain_Upd.CountryName_required" datamsg="請選擇國家"></select> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-sm-2"> |
|
|
|
|
|
|
|
|
<div class="col-sm-1"> |
|
|
<select class="form-control w100p" id="CityID" name="CityID" data-type="select2" required data-msg="OrganizerMaintain_Upd.CityName_required" datamsg="請選擇城市"></select> |
|
|
<select class="form-control w100p" id="CityID" name="CityID" data-type="select2" required data-msg="OrganizerMaintain_Upd.CityName_required" datamsg="請選擇城市"></select> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
<div class="form-group"> |
|
|
<div class="form-group"> |
|
|
<label class="col-sm-2 control-label"><b class="t-red telephone">*</b><span data-i18n="common.Telephone">電話</span>:</label> |
|
|
<label class="col-sm-2 control-label"><b class="t-red telephone">*</b><span data-i18n="common.Telephone">電話</span>:</label> |
|
|
<div class="col-sm-3"> |
|
|
<div class="col-sm-3"> |
|
@ -70,11 +71,8 @@ |
|
|
<div class="col-sm-3"> |
|
|
<div class="col-sm-3"> |
|
|
<input type="text" class="form-control w100p" name="WebSite" id="WebSite" maxlength="500" placeholderid="common.Instruction_WebsiteAdress" placeholder="例如:http://www.eurotran.com"> |
|
|
<input type="text" class="form-control w100p" name="WebSite" id="WebSite" maxlength="500" placeholderid="common.Instruction_WebsiteAdress" placeholder="例如:http://www.eurotran.com"> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="form-group"> |
|
|
|
|
|
<label class="col-sm-2 control-label wright"><span data-i18n="common.Status">狀態</span>:</label> |
|
|
<label class="col-sm-2 control-label wright"><span data-i18n="common.Status">狀態</span>:</label> |
|
|
<div class="col-sm-8"> |
|
|
|
|
|
|
|
|
<div class="col-sm-3"> |
|
|
<input id="radio_0" type="radio" name="Effective" value="Y" checked="checked" /> |
|
|
<input id="radio_0" type="radio" name="Effective" value="Y" checked="checked" /> |
|
|
<label for="radio_0" data-i18n="common.Effective">有效</label> |
|
|
<label for="radio_0" data-i18n="common.Effective">有效</label> |
|
|
<input id="radio_1" type="radio" name="Effective" value="N" /> |
|
|
<input id="radio_1" type="radio" name="Effective" value="N" /> |
|
|