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.
144 lines
8.7 KiB
144 lines
8.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.OfficeTemplate_Upd">模版編輯</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/jquery.filer/jquery.filer.css" rel="stylesheet" />
|
|
<link href="/Scripts/3rd/jquery.filer/jquery.filer-dragdropbox-theme.css" rel="stylesheet" />
|
|
<link href="/Scripts/3rd/datetimepicker-addon/jquery-ui-timepicker-addon.min.css" rel="stylesheet" />
|
|
<link href="/Content/modern.min.css" rel="stylesheet" />
|
|
<link href="/Content/custom.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Content/themes/red.css" rel="stylesheet" type="text/css" />
|
|
<link href="/Content/style2.0.css" rel="stylesheet" type="text/css" />
|
|
<style>
|
|
|
|
.jFiler-input-dragDrop {
|
|
margin-left: 0;
|
|
width: 150px;
|
|
height: 100px;
|
|
font-size: 56px;
|
|
}
|
|
|
|
.jFiler-input-dragDrop:hover {
|
|
margin-left: 0;
|
|
width: 150px;
|
|
height: 100px;
|
|
font-size: 56px;
|
|
border-color: #225067;
|
|
color: #225067;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.table_box tr td:last-child {
|
|
padding-top: 15px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="page-inner">
|
|
<div class="page-title">
|
|
</div>
|
|
<div id="Toolbar">
|
|
</div>
|
|
<div id="main-wrapper">
|
|
<div class="row">
|
|
<div class="panel-info">
|
|
<div class="panel-body">
|
|
<form id="form_main" class="form-horizontal">
|
|
<div class="form-group">
|
|
<label class="col-sm-2 control-label wright" for="input-Default"><b class="t-red">*</b><span data-i18n="OfficeTemplate_Upd.TemplID">模版ID</span>:</label>
|
|
<div class="col-sm-3">
|
|
<input type="text" class="form-control w100p" name="TemplID" id="TemplID" maxlength="50" required data-msg="OfficeTemplate_Upd.TemplID_required" datamsg="請輸入模版ID">
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="col-sm-2 control-label wright" for="input-Default"><b class="t-red">*</b><span data-i18n="OfficeTemplate_Upd.TemplName">模版名稱</span>:</label>
|
|
<div class="col-sm-6">
|
|
<input name="TemplName" id="TemplName" class="form-control w100p" maxlength="100" required data-msg="OfficeTemplate_Upd.TemplName_required" datamsg="請輸入模版ID" />
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="col-sm-2 control-label wright" for="input-Default"><span data-i18n="OfficeTemplate_Upd.TemplPath">模版路徑</span>:</label>
|
|
<div class="col-sm-6">
|
|
<input name="TemplPath" id="TemplPath" class="form-control w100p" maxlength="100" value="Document\EurotranFile\OfficeTemplate" />
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="col-sm-2 control-label wright" for="input-Default"><span data-i18n="OfficeTemplate_Upd.TemplKeys">模版參數</span>:</label>
|
|
<div class="col-sm-8">
|
|
<div>
|
|
<table class="table table-bordered">
|
|
<thead>
|
|
<tr>
|
|
<th>#</th>
|
|
<th data-i18n="OfficeTemplate_Upd.TemplKey">參數key</th>
|
|
<th data-i18n="OfficeTemplate_Upd.TemplKeyValue">參數key值</th>
|
|
<th data-i18n="OfficeTemplate_Upd.TemplKeyName">參數說明</th>
|
|
<th data-i18n="common.Memo">備註</th>
|
|
<th data-i18n="common.Action">操作</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="table_box"></tbody>
|
|
</table>
|
|
</div>
|
|
<div class="col-md-12 wright">
|
|
<button type="button" class="btn-custom plustemplkey blue" title="新增參數"><i class="fa fa-plus"></i></button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="col-sm-2 control-label wright" for="input-Default"><span data-i18n="OfficeTemplate_Upd.FileID">模版附件</span>:</label>
|
|
<div class="col-sm-8">
|
|
<input type="file" class="displayNone" name="files[]" id="fileInput" multiple>
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="col-sm-2 control-label wright" for="input-Default"><span data-i18n="common.Memo">備註</span>:</label>
|
|
<div class="col-sm-8">
|
|
<textarea name="Memo" id="Memo" class="form-control" rows="5" cols="20"></textarea>
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="col-sm-2 control-label"><span data-i18n="common.CreateUser">創建人</span>:</label>
|
|
<div class="col-sm-3">
|
|
<div class="form-control-static" name="CreateUserName" id="CreateUserName"></div>
|
|
</div>
|
|
<label class="col-sm-2 control-label"><span data-i18n="common.CreateDate">創建時間</span>:</label>
|
|
<div class="col-sm-3">
|
|
<div class="form-control-static" name="CreateDate" id="CreateDate"></div>
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label class="col-sm-2 control-label"><span data-i18n="common.ModifyUser">最新修改人</span>:</label>
|
|
<div class="col-sm-3">
|
|
<div class="form-control-static" name="ModifyUserName" id="ModifyUserName"></div>
|
|
</div>
|
|
<label class="col-sm-2 control-label"><span data-i18n="common.ModifyDate">最新修改時間</span>:</label>
|
|
<div class="col-sm-3">
|
|
<div class="form-control-static" name="ModifyDate" id="ModifyDate"></div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
<script src="/Scripts/loadjs.min.js"></script>
|
|
<script src="/Scripts/JSLoader.js?v=20180801"></script>
|
|
<script src="/Scripts/3rd/jquery-2.1.3.min.js"></script>
|
|
<script src="/Scripts/3rd/layer/layui/layui.all.min.js"></script>
|
|
<script src="/Scripts/pages/Sys/OfficeTemplate_Upd.js?v=20180801"></script>
|