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.
98 lines
5.7 KiB
98 lines
5.7 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 data-i18n="common.ExhibitionInfo">展覽資訊</title>
|
|
<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/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Scripts/plugins/fontawesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Scripts/plugins/line-icons/simple-line-icons.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Scripts/plugins/uniform/css/uniform.default.min.css" rel="stylesheet" />
|
|
<link href="/Scripts/plugins/toastr/toastr.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Scripts/3rd/datetimepicker-addon/jquery-ui-timepicker-addon.min.css" rel="stylesheet" />
|
|
<link href="/Scripts/3rd/select2/css/select2.min.css" rel="stylesheet" />
|
|
<link href="/Content/modern.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Content/custom.min.css" rel="stylesheet" />
|
|
<link href="/Content/themes/red.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Content/style2.0.css" rel="stylesheet" type="text/css" />
|
|
<style>
|
|
.up-down-go {
|
|
border-bottom: solid 1px #000000;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="page-inner">
|
|
<div class="page-title">
|
|
</div>
|
|
<div id="Toolbar">
|
|
</div>
|
|
<div id="main-wrapper">
|
|
<!--主作業區 Start-->
|
|
<div class="row">
|
|
<div class="panel-info">
|
|
<div class="panel-body">
|
|
<div class="table-responsive project-stats">
|
|
<div id="searchbar">
|
|
<form id="form_main" class="form-horizontal">
|
|
<div class="row">
|
|
<label class="col-sm-1 control-label" for="input-Default">
|
|
<span data-i18n="common.ExhibitionName">展覽名稱</span><span>:</span>
|
|
</label>
|
|
<div class="col-sm-2">
|
|
<!--<input type="text" class="form-control w100p" id="ExhibitionName" name="ExhibitionName" />-->
|
|
<select class="form-control w100p" id="ExhibitionCode" name="ExhibitionCode"></select>
|
|
</div>
|
|
<label class="col-sm-1 control-label" for="input-Default">
|
|
<span data-i18n="common.ExhibitionDate">展覽期間</span><span>:</span>
|
|
</label>
|
|
<div class="col-sm-1 specialcol_r">
|
|
<input type="text" class="form-control w100p date-picker" name="ExhibitionDateStart" id="ExhibitionDateStart" maxlength="10" />
|
|
</div>
|
|
<span class="col-sm-1 connector">~</span>
|
|
<div class="col-sm-1 specialcol_l">
|
|
<input type="text" class="form-control w100p date-picker" name="ExhibitionDateEnd" id="ExhibitionDateEnd" maxlength="10" />
|
|
</div>
|
|
<label class="col-sm-1 control-label"><span data-i18n="Exhibition_Upd.State">國家</span>:</label>
|
|
<div class="col-sm-2">
|
|
<select class="form-control w100p" id="State" name="State" data-type="select2"></select>
|
|
</div>
|
|
|
|
<label class="col-sm-1 control-label"><span data-i18n="Exhibition_Upd.Industry">產業別</span>:</label>
|
|
<div class="col-sm-2">
|
|
<select class="form-control w100p" id="Industry" name="Industry"></select>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<div id="content-box-view">
|
|
<div id="content-box-info-nostyle" class="shadowbox">
|
|
<h4 />
|
|
<div>
|
|
<iframe scrolling="auto" allowtransparency="true" id="report" frameborder="0" src="" style="width: 100%;height:500px;"></iframe>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--主作業區 End-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
<script src="/Scripts/3rd/jquery-2.1.3.min.js"></script>
|
|
<script src="/Scripts/3rd/layer/layui/layui.all.min.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function () {
|
|
$("head").append("<script type='text/javascript' src='/Scripts/loadjs.min.js'>");
|
|
$("head").append("<script type='text/javascript' src='/Scripts/JSLoader.js'>");
|
|
$("head").append("<script type='text/javascript' src='/Scripts/pages/RPT/ExhibitionInfo.js'>");
|
|
});
|
|
</script>
|