mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-01-23 15:45:19 +08:00
71 lines
2.5 KiB
HTML
71 lines
2.5 KiB
HTML
<!--{template common/header_simple_start}-->
|
|
<link href="static/bootstrap/css/bootstrapSwitch.css?{VERHASH}" rel="stylesheet" media="all">
|
|
<script src="admin/scripts/admin.js?{VERHASH}" type="text/javascript"></script>
|
|
<style>
|
|
p {
|
|
min-height: 25px;
|
|
min-width: 50px;
|
|
margin: 5px 0;
|
|
}
|
|
|
|
p input.form-control {
|
|
box-shadow: none;
|
|
height: 25px;
|
|
width: 90%;
|
|
}
|
|
|
|
p input.form-control:focus {
|
|
box-shadow: none;
|
|
}
|
|
</style>
|
|
<!--{template common/header_simple_end}-->
|
|
<!--{template commer_header}-->
|
|
<div class="bs-container clearfix">
|
|
<div class="bs-main-container clearfix">
|
|
<div class="main-header clearfix">
|
|
<ul class="nav nav-pills">
|
|
<li class="nav-item">
|
|
<a class="nav-link active" href="{MOD_URL}&op=import">{lang user_import}</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="main-content">
|
|
<div class="col-md-12">
|
|
<div class="row mb-3">
|
|
<label class="col-sm-2">{lang step}1</label>
|
|
<div class="col-sm-10">
|
|
<a class="btn btn-outline-secondary" href="{MOD_URL}&op=export_tmpl" target="_blank">{lang inport_guide_download}</a>
|
|
<span class="help-block">{lang inport_guide_template}</span>
|
|
</div>
|
|
</div>
|
|
<div class="row mb-3">
|
|
<label class="col-sm-2">{lang step}2</label>
|
|
<div class="col-sm-10">
|
|
{lang inport_guide_user}
|
|
</div>
|
|
</div>
|
|
<form name="importfile" class="form-horizontal form-horizontal-left" method="post" action="{MOD_URL}&op=import" id="importfile" enctype="multipart/form-data">
|
|
<input type="hidden" name="formhash" value="{FORMHASH}">
|
|
<input type="hidden" name="importfilesubmit" value="true">
|
|
<div class="row mb-3">
|
|
<label class="col-sm-2">{lang inport_guide_step}</label>
|
|
<div class="col-sm-10">
|
|
<input type="file" name="importfile" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" class="form-control"/>
|
|
<span class="help-block">{lang inport_guide_layout}</span>
|
|
</div>
|
|
</div>
|
|
<dl>
|
|
<input type="submit" name="" class="btn btn-primary" style="padding:6px 25px" value="{lang next_step}" />
|
|
</dl>
|
|
</form>
|
|
<div class="alert alert-warning ">
|
|
<p><strong>{lang inport_guide_notice}</strong></p>
|
|
<ul class="list-unstyled" style="padding-left:25px;">
|
|
{lang inport_guide_notice_text}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--{template common/footer_simple}--> |