|
@@ -11,6 +11,7 @@
|
|
|
|
|
|
<link rel="stylesheet" href="../../css/head.css">
|
|
<link rel="stylesheet" href="../../css/head.css">
|
|
<script src="../../assets/js/company-postproject.js"></script>
|
|
<script src="../../assets/js/company-postproject.js"></script>
|
|
|
|
+ <link rel="stylesheet" type="text/css" href="../../assets/plugin/bootstrap-select/css/bootstrap-select.css"/>
|
|
<link rel="stylesheet" type="text/css" href="../../assets/plugin/zeroModal/css/zeroModal.css">
|
|
<link rel="stylesheet" type="text/css" href="../../assets/plugin/zeroModal/css/zeroModal.css">
|
|
<link rel="stylesheet" type="text/css" href="../../assets/plugin/zeroModal/css/normalize.css" />
|
|
<link rel="stylesheet" type="text/css" href="../../assets/plugin/zeroModal/css/normalize.css" />
|
|
|
|
|
|
@@ -85,6 +86,13 @@
|
|
width: 20%;
|
|
width: 20%;
|
|
height: 48px;
|
|
height: 48px;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .bootstrap-select > .dropdown-toggle {
|
|
|
|
+ padding-top:10px;
|
|
|
|
+ padding-bottom: 10px;
|
|
|
|
+ padding-right: 32px;
|
|
|
|
+ }
|
|
|
|
+
|
|
</style>
|
|
</style>
|
|
<div class="row-fluid">
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
<div class="span12">
|
|
@@ -161,7 +169,10 @@
|
|
Disciplines
|
|
Disciplines
|
|
</dt>
|
|
</dt>
|
|
<dd>
|
|
<dd>
|
|
- <input type="text" required name="Discipline" class="i18n-placeholder" i18n="company_postproject_Choose one discipline" placeholder="" />
|
|
|
|
|
|
+ <input type="hidden" name="Discipline" id="Discipline">
|
|
|
|
+ <select id="selectDisciplines" class="selectpicker" multiple data-width="100%">
|
|
|
|
+
|
|
|
|
+ </select>
|
|
</dd>
|
|
</dd>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
@@ -196,41 +207,16 @@
|
|
|
|
|
|
<div class="span7">
|
|
<div class="span7">
|
|
<div class="span4">
|
|
<div class="span4">
|
|
- <!-- <div class="btn-group">
|
|
|
|
- <button class="btn"><span class="showqu1">🇨🇳 China</span></button> <button data-toggle="dropdown"
|
|
|
|
- class="btn dropdown-toggle"><span class="caret"></span></button>
|
|
|
|
- <ul class="dropdown-menu showlistLocation1" >
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- </ul>
|
|
|
|
- </div> -->
|
|
|
|
- <!-- <select class="showlistLocation1 form-control" >
|
|
|
|
-
|
|
|
|
- </select> -->
|
|
|
|
- <input type="text" name="Country" class="i18n-placeholder" i18n="company_postproject_Country" placeholder="Country …" />
|
|
|
|
|
|
+
|
|
|
|
+ <input type="text" name="Country" class="i18n-placeholder showlistLocation1" i18n="company_postproject_Country" placeholder="Country …" />
|
|
</div>
|
|
</div>
|
|
<div class="span4">
|
|
<div class="span4">
|
|
|
|
|
|
- <!-- <select class="showlistLocation2 form-control" >
|
|
|
|
-
|
|
|
|
- </select> -->
|
|
|
|
- <input type="text" name="Province" class="i18n-placeholder" i18n="company_postproject_Province" placeholder="Province …" />
|
|
|
|
|
|
+ <input type="text" name="Province" class="i18n-placeholder showlistLocation2" i18n="company_postproject_Province" placeholder="Province …" />
|
|
</div>
|
|
</div>
|
|
<div class="span4">
|
|
<div class="span4">
|
|
- <!-- <div class="btn-group">
|
|
|
|
-
|
|
|
|
- <button class="btn" style="width: 80%;"><span class="showqu3">city</span></button> <button style="width: 20%;"
|
|
|
|
- data-toggle="dropdown" class="btn dropdown-toggle"><span
|
|
|
|
- class="caret"></span></button>
|
|
|
|
- <ul class="dropdown-menu showlistLocation3">
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- </ul>
|
|
|
|
- </div> -->
|
|
|
|
- <!-- <select class="showlistLocation3 form-control" >
|
|
|
|
-
|
|
|
|
- </select> -->
|
|
|
|
- <input type="text" name="City" class="i18n-placeholder" i18n="company_postproject_City" placeholder="City..." />
|
|
|
|
|
|
+
|
|
|
|
+ <input type="text" name="City" class="i18n-placeholder showlistLocation3" i18n="company_postproject_City" placeholder="City..." />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="span5"> <input type="text" name="Avenue" class="i18n-placeholder" i18n="company_postproject_Avenue" placeholder="Avenue …" />
|
|
<div class="span5"> <input type="text" name="Avenue" class="i18n-placeholder" i18n="company_postproject_Avenue" placeholder="Avenue …" />
|
|
@@ -296,8 +282,8 @@
|
|
</main>
|
|
</main>
|
|
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
|
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
|
<script src="../../js/ie10-viewport-bug-workaround.js"></script>
|
|
<script src="../../js/ie10-viewport-bug-workaround.js"></script>
|
|
-
|
|
|
|
|
|
+ <script src="../../js/bootstrap.min.js"></script>
|
|
<script src="../../assets/plugin/zeroModal/js/zeroModal.js"></script>
|
|
<script src="../../assets/plugin/zeroModal/js/zeroModal.js"></script>
|
|
-
|
|
|
|
|
|
+ <script src="../../assets/plugin/bootstrap-select/js/bootstrap-select.js"></script>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|