|
@@ -1,340 +1,293 @@
|
|
|
-<!DOCTYPE html>
|
|
|
-<html>
|
|
|
- <head>
|
|
|
- <meta charset="utf-8">
|
|
|
- <title></title>
|
|
|
- <script src="/lanhu-bootstrap/js/jquery-1.9.1.min.js"></script>
|
|
|
- <script src="/lanhu-bootstrap/js/jquery.validate.min.js"></script>
|
|
|
- <script src="/lanhu-bootstrap/assets/js/language_validator.js"></script>
|
|
|
-
|
|
|
- <script src="/lanhu-bootstrap/js/jquery.i18n.properties.js"></script>
|
|
|
-
|
|
|
- <link rel="stylesheet" href="/lanhu-bootstrap/css/head.css">
|
|
|
- <script src="/lanhu-bootstrap/assets/js/company-register.js"></script>
|
|
|
-
|
|
|
- </head>
|
|
|
- <body>
|
|
|
- <div id="head"></div>
|
|
|
- <script>
|
|
|
- $(function() {
|
|
|
- $("#head").load("../head.html");
|
|
|
- })
|
|
|
- </script>
|
|
|
- <main class="jpmain">
|
|
|
- <form id="form" >
|
|
|
-
|
|
|
- <div class=" jpcontainer">
|
|
|
- <style>
|
|
|
-
|
|
|
- dt {
|
|
|
- margin-top: 20px;
|
|
|
- }
|
|
|
-
|
|
|
- dd {
|
|
|
- margin-top: 20px;
|
|
|
- margin-bottom: 20px;
|
|
|
- }
|
|
|
-
|
|
|
- input,
|
|
|
- textarea,.form-control,.input-group-addon {
|
|
|
- border-width: 0;
|
|
|
- height: 48px;
|
|
|
- border-radius: 8px;
|
|
|
- background-color: rgba(239, 241, 244, 1);
|
|
|
- width: 100%;
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- input,
|
|
|
- textarea {
|
|
|
- border-width: 0;
|
|
|
- height: 48px;
|
|
|
- border-radius: 8px;
|
|
|
- background-color: rgba(239, 241, 244, 1);
|
|
|
- width: 100%;
|
|
|
- padding-left: 20px;
|
|
|
- }
|
|
|
-
|
|
|
- .btn-group {
|
|
|
- width: 100%;
|
|
|
- height: 48px;
|
|
|
- }
|
|
|
-
|
|
|
- .btn-group>.btn {
|
|
|
- width: 80%;
|
|
|
- height: 48px;
|
|
|
- }
|
|
|
-
|
|
|
- .btn-group>.dropdown-toggle {
|
|
|
- width: 20%;
|
|
|
- height: 48px;
|
|
|
- }
|
|
|
- </style>
|
|
|
- <div class="row-fluid">
|
|
|
- <div class="span12">
|
|
|
- <dl>
|
|
|
- <dt class="jph2 i18n-text" i18n="company_register_Company_profile">
|
|
|
- Company profile
|
|
|
-
|
|
|
- </dt>
|
|
|
- <dd class="i18n-text" i18n="company_register_Company_profile_text">
|
|
|
- This information will be displayed on the company homepage
|
|
|
- </dd>
|
|
|
- <dt class="jph3 i18n-text" i18n="company_register_Company logo">
|
|
|
- Company logo
|
|
|
- </dt>
|
|
|
- <dd>
|
|
|
- <input id="uploadButtonInput" class="i18n-placeholder" i18n="company_register_enter Company logo" placeholder="enter Company logo" type="hidden" />
|
|
|
- <button id="uploadButton" type="button" class="btnUpload" style="
|
|
|
- width: 85px;
|
|
|
- height: 85px;
|
|
|
- border: 0px;
|
|
|
- background: url(/lanhu-bootstrap/assets/img/company_add_logo.png);"></button>
|
|
|
-
|
|
|
-
|
|
|
- <input id="imagePic" name="imagePic" type="file"
|
|
|
- accept=".bmp,.jpg,.png,.jpeg,image/bmp,image/jpg,image/png,image/jpeg"
|
|
|
- style="display:none" />
|
|
|
-
|
|
|
-
|
|
|
- <!-- <img style="vertical-align: bottom;"
|
|
|
- src="/lanhu-bootstrap/assets/img/company_add_logo.png"> -->
|
|
|
- <span style="
|
|
|
- position: relative;
|
|
|
- bottom: -30px;
|
|
|
-">(png,jpg,gif)</span>
|
|
|
- </dd>
|
|
|
-
|
|
|
- <dt class="jph3 i18n-text" i18n="company_register_Company name">
|
|
|
- Company name
|
|
|
- </dt>
|
|
|
- <dd>
|
|
|
- <input required type="text" name="companyName" class="i18n-placeholder" i18n="company_register_Enter company name" placeholder="Enter company name" />
|
|
|
- </dd>
|
|
|
-
|
|
|
- </dl>
|
|
|
-
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="row-fluid">
|
|
|
- <div class="span6">
|
|
|
- <dt class="jph3 i18n-text" i18n="company_register_Contact person name">
|
|
|
- Contact person name
|
|
|
- </dt>
|
|
|
- <dd>
|
|
|
- <input required type="text" name="personName" class="i18n-placeholder" i18n="company_register_your name" placeholder="your name" />
|
|
|
- </dd>
|
|
|
- </div>
|
|
|
- <div class="span6">
|
|
|
- <dt class="jph3 i18n-text" i18n="company_register_Title region">
|
|
|
- Title region
|
|
|
- </dt>
|
|
|
- <dd>
|
|
|
- <input required name="region" type="text" class="i18n-placeholder" i18n="company_register_title region" placeholder="title region" />
|
|
|
- </dd>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="row-fluid">
|
|
|
- <div class="span12">
|
|
|
- <div class="row-fluid">
|
|
|
- <div class="span6">
|
|
|
- <dt class="jph3 i18n-text" i18n="company_register_Contact number">
|
|
|
- Contact number
|
|
|
- </dt>
|
|
|
- <dd id="contact_number" >
|
|
|
- <div class="row-fluid" style=" margin-top: 4px;" >
|
|
|
-
|
|
|
- <div class="span4">
|
|
|
- <!-- <div class="btn-group">
|
|
|
- <button class="btn "><span class="showqu"></span></button> <button data-toggle="dropdown"
|
|
|
- class="btn dropdown-toggle"><span class="caret"></span></button>
|
|
|
- <ul class="dropdown-menu showqulist" >
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+ <head>
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <title></title>
|
|
|
+ <script src="/lanhu-bootstrap/js/jquery-1.9.1.min.js"></script>
|
|
|
+ <script src="/lanhu-bootstrap/js/jquery.validate.min.js"></script>
|
|
|
+ <script src="/lanhu-bootstrap/assets/js/language_validator.js"></script>
|
|
|
+
|
|
|
+ <script src="/lanhu-bootstrap/js/jquery.i18n.properties.js"></script>
|
|
|
+
|
|
|
+ <link rel="stylesheet" href="/lanhu-bootstrap/css/head.css">
|
|
|
+ <script src="/lanhu-bootstrap/assets/js/company-postproject.js"></script>
|
|
|
+
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <div id="head"></div>
|
|
|
+ <script>
|
|
|
+ $(function() {
|
|
|
+ $("#head").load("../head.html",function(){
|
|
|
+ $("#common-navbar-head .active").removeClass("active")
|
|
|
+ $("#common-navbar-head .head_li_user").addClass("active")
|
|
|
+ });
|
|
|
+ })
|
|
|
+ </script>
|
|
|
+ <main class="jpmain">
|
|
|
+ <form id="form">
|
|
|
+
|
|
|
+ <div class=" jpcontainer" >
|
|
|
+ <style>
|
|
|
+ .red{
|
|
|
+ color:rgba(248, 61, 90, 1) ;
|
|
|
+ }
|
|
|
+ dt {
|
|
|
+ margin-top: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ dd {
|
|
|
+ margin-top: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ input,
|
|
|
+ textarea,
|
|
|
+ .form-control,
|
|
|
+ .input-group-addon {
|
|
|
+ border-width: 0;
|
|
|
+ height: 48px;
|
|
|
+ border-radius: 8px;
|
|
|
+ background-color: rgba(239, 241, 244, 1);
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ input,
|
|
|
+ textarea {
|
|
|
+ border-width: 0;
|
|
|
+ height: 48px;
|
|
|
+ border-radius: 8px;
|
|
|
+ background-color: rgba(239, 241, 244, 1);
|
|
|
+ width: 100%;
|
|
|
+ padding-left: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .btn-group {
|
|
|
+ width: 100%;
|
|
|
+ height: 48px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .btn-group>.btn {
|
|
|
+ width: 80%;
|
|
|
+ height: 48px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .btn-group>.dropdown-toggle {
|
|
|
+ width: 20%;
|
|
|
+ height: 48px;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+ <div class="row-fluid">
|
|
|
+ <div class="span12">
|
|
|
+ <dl>
|
|
|
+ <dt class="jph2 i18n-text"
|
|
|
+ style="text-align: center;"
|
|
|
+ i18n="company_postproject_What are you working on">
|
|
|
+ What are you working on ?
|
|
|
+
|
|
|
+ </dt>
|
|
|
+ <input id="imagePic" name="imagePic" type="file"
|
|
|
+ accept=".bmp,.jpg,.png,.jpeg,image/bmp,image/jpg,image/png,image/jpeg"
|
|
|
+ style="display:none" />
|
|
|
+ <style>
|
|
|
+ .imgdel {
|
|
|
+ opacity: 0.5;
|
|
|
+ background-color: #e5e8ec;
|
|
|
+ top: -40%;
|
|
|
+ left: 40%;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+ <dd class="imguploadlist">
|
|
|
+
|
|
|
+ <div class="span12 imguploadspan" style="margin-left: 0;">
|
|
|
+
|
|
|
+ <button type="button" class="btnUpload" style="
|
|
|
+ width: 32%;
|
|
|
+ max-width: 260px;
|
|
|
+ max-height: 170px;
|
|
|
+ border: 0px;
|
|
|
+
|
|
|
+ background: url(/lanhu-bootstrap/assets/img/img_add.png) no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ min-width: 50px;
|
|
|
+ ">
|
|
|
+
|
|
|
+ <span class="imgdel " style="display: none;" aria-hidden="true">
|
|
|
+ <img style="width: 20px;height: 20px;"
|
|
|
+ src="/lanhu-bootstrap/assets/img/img_del.png">
|
|
|
+ </span>
|
|
|
+
|
|
|
+
|
|
|
+ <input type="hidden" class="imginput" />
|
|
|
+ </button>
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ </dd>
|
|
|
+
|
|
|
+ <div class="row-fluid">
|
|
|
+
|
|
|
+ <div class="span12">
|
|
|
+ <dt class="jph3 i18n-text" i18n="company_postproject_Project name">
|
|
|
+ Project name
|
|
|
+ </dt>
|
|
|
+ <dd>
|
|
|
+ <input type="text" required name="Project_name" class="i18n-placeholder" i18n="company_postproject_Give me a name" placeholder="" />
|
|
|
+ </dd>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="row-fluid">
|
|
|
+
|
|
|
+ <div class="span12">
|
|
|
+ <dt class="jph3 i18n-text" i18n="company_postproject_Discipline">
|
|
|
+ Disciplines
|
|
|
+ </dt>
|
|
|
+ <dd>
|
|
|
+ <input type="text" required name="Discipline" class="i18n-placeholder" i18n="company_postproject_Choose one discipline" placeholder="" />
|
|
|
+ </dd>
|
|
|
+ <dd>
|
|
|
+ <span class="i18n-text" i18n="company_postproject_Suggested" >Suggested</span>:
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_Masterplanning" >Masterplanning</span> ,
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_Architecture" >Architecture</span> ,
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_Interiors" >Interiors</span> ,
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_Lighting" >Lighting</span> ,
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_Landscape" >Landscape</span> ,
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_AV & Acoustics" >AV & Acoustics</span> ,
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_MEP" >MEP</span> ,
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_Art work & Accessories" >Art work & Accessories</span> ,
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_Graphics & Signage" >Graphics & Signage</span> ,
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_Branding" >Branding</span> ,
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_Furniture" >Furniture</span>
|
|
|
+ </dd>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="row-fluid">
|
|
|
+
|
|
|
+ <div class="span12">
|
|
|
+ <dt class="jph3 i18n-text" i18n="company_postproject_Tags">
|
|
|
+ Tags
|
|
|
+ </dt>
|
|
|
+ <dd>
|
|
|
+ <input type="text" required name="Tags" class="i18n-placeholder" i18n="company_postproject_Add tags" placeholder="" />
|
|
|
+ </dd>
|
|
|
+ <dd>
|
|
|
+ <span class="i18n-text" i18n="company_postproject_Example" >Example</span> :
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_Sofa" >Sofa</span> ,
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_Bar" >Bar</span> ,
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_living room" >living room </span> ,
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_bedroom" >bedroom </span> ,
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_Chair" >Chair</span> ,
|
|
|
+ <span class="i18n-text red" i18n="company_postproject_table" >table</span>...
|
|
|
+ </dd>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="row-fluid">
|
|
|
+ <dt class="jph3">
|
|
|
+ <span class="i18n-text" i18n="company_postproject_Project location">Project location</span>
|
|
|
+ </dt>
|
|
|
+ <dd id="contact_location">
|
|
|
+ <div class="row-fluid" style=" margin-top: 4px;" >
|
|
|
+
|
|
|
+ <div class="span7">
|
|
|
+ <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" >
|
|
|
|
|
|
- </ul>
|
|
|
- </div> -->
|
|
|
- <select class="showqulist form-control" >
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class="span4">
|
|
|
|
|
|
- </select>
|
|
|
+ <select class="showlistLocation2 form-control" >
|
|
|
+
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <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>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="span8">
|
|
|
- <input required name="contactNumber" number="true" type="text" class="i18n-placeholder" i18n="company_register_enter Contact number" placeholder="enter Contact number" />
|
|
|
+ <div class="span5"> <input type="text" required name="Avenue" class="i18n-placeholder" i18n="company_postproject_Avenue" placeholder="Avenue …" />
|
|
|
</div>
|
|
|
-
|
|
|
- </div>
|
|
|
- </dd>
|
|
|
- <dd>
|
|
|
-
|
|
|
-
|
|
|
- <button
|
|
|
- id="contact_number_add"
|
|
|
- style="
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- border: 0px;
|
|
|
- background: url(/lanhu-bootstrap/assets/img/company_add_icon.png);"></button>
|
|
|
-
|
|
|
- <button
|
|
|
- id="contact_number_remove"
|
|
|
- style="
|
|
|
- display: none;
|
|
|
- width: 50px;
|
|
|
- background: url(/lanhu-bootstrap/assets/img/company_remove_icon.png);
|
|
|
-
|
|
|
- height: 50px;
|
|
|
- border: 0px;"
|
|
|
-
|
|
|
- ></button>
|
|
|
-
|
|
|
- </dd>
|
|
|
- </div>
|
|
|
- <div class="span6">
|
|
|
- <dt class="jph3 i18n-text" i18n="company_register_Contact Email">
|
|
|
- Contact Email
|
|
|
- </dt>
|
|
|
- <dd id="contact_email">
|
|
|
- <input required name="contactEmail" type="email" class="i18n-placeholder" i18n="company_register_enter email" placeholder="enter email" style=" margin-bottom: 4px;" />
|
|
|
- </dd>
|
|
|
- <dd>
|
|
|
- <button
|
|
|
- id="contact_email_add"
|
|
|
- style="
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- border: 0px;
|
|
|
- background: url(/lanhu-bootstrap/assets/img/company_add_icon.png);"></button>
|
|
|
-
|
|
|
- <button
|
|
|
- id="contact_email_remove"
|
|
|
- style="
|
|
|
- background: url(/lanhu-bootstrap/assets/img/company_remove_icon.png);
|
|
|
-
|
|
|
- display: none;
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- border: 0px;"
|
|
|
- ></button>
|
|
|
- </dd>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="row-fluid">
|
|
|
- <dt class="jph3">
|
|
|
- <span class="i18n-text" i18n="company_register_Company location">Company location</span> <img src="/lanhu-bootstrap/assets/img/SketchPng74b7bc7fc1dbb6dacaa89a92f2f5423720791305c5c272f7d4a347338c12c37f.png">
|
|
|
- </dt>
|
|
|
- <dd id="contact_location">
|
|
|
- <div class="row-fluid" style=" margin-top: 4px;" >
|
|
|
-
|
|
|
- <div class="span7">
|
|
|
- <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>
|
|
|
- </div>
|
|
|
- <div class="span4">
|
|
|
+ </div>
|
|
|
+ </dd>
|
|
|
|
|
|
- <select class="showlistLocation2 form-control" >
|
|
|
-
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- <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">
|
|
|
-
|
|
|
+ </div>
|
|
|
+ <div class="row-fluid">
|
|
|
+ <div class="span6">
|
|
|
+ <dt class="jph3">
|
|
|
+ <span class="i18n-text" i18n="company_postproject_Project completion date">
|
|
|
+ Project completion date
|
|
|
+
|
|
|
+ </span>
|
|
|
+
|
|
|
+
|
|
|
+ </dt>
|
|
|
+ <dd>
|
|
|
+ <input required name="completion" type="date" class="form-control" placeholder="" />
|
|
|
+
|
|
|
+
|
|
|
+ </dd>
|
|
|
+ </div>
|
|
|
+ <div class="span6">
|
|
|
+ <dt class="jph3 i18n-text" i18n="company_postproject_Affiliates name">
|
|
|
+ Affiliates name
|
|
|
+ </dt>
|
|
|
+ <dd>
|
|
|
+ <input required name="Affiliates" type="text" placeholder="" />
|
|
|
+ </dd>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="row-fluid">
|
|
|
+ <div class="span12">
|
|
|
+ <dt class="jph3 ">
|
|
|
|
|
|
- </ul>
|
|
|
- </div> -->
|
|
|
- <select class="showlistLocation3 form-control" >
|
|
|
-
|
|
|
- </select>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="span5"> <input type="text" required class="i18n-placeholder" i18n="company_register_Avenue …" placeholder="Avenue …" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </dd>
|
|
|
- <dd>
|
|
|
- <button
|
|
|
- id="contact_location_add"
|
|
|
- style="
|
|
|
-
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- border: 0px;
|
|
|
- background: url(/lanhu-bootstrap/assets/img/company_add_icon.png);"></button>
|
|
|
-
|
|
|
-
|
|
|
- <button
|
|
|
- id="contact_location_remove"
|
|
|
- style="
|
|
|
- display: none;
|
|
|
- background: url(/lanhu-bootstrap/assets/img/company_remove_icon.png);
|
|
|
-
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- border: 0px;"
|
|
|
- ></button>
|
|
|
- </dd>
|
|
|
- </div>
|
|
|
- <div class="row-fluid">
|
|
|
- <div class="span6">
|
|
|
- <dt class="jph3">
|
|
|
- <span class="i18n-text" i18n="company_register_Number of employees">
|
|
|
- Number of employees
|
|
|
-
|
|
|
- </span>
|
|
|
-
|
|
|
- <span class="i18n-text" i18n="company_register_optional"
|
|
|
- style=" color: rgb(69 69 69 / 75%);
|
|
|
- font-size: 12px;">( optional )</span>
|
|
|
- </dt>
|
|
|
- <dd>
|
|
|
- <div class="input-group" style=" width: 100%;">
|
|
|
- <input type="text" class="form-control" placeholder="" />
|
|
|
- <span i18n="company_register_people" class="i18n-text input-group-addon" style="width: 80px;"> people</span>
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- </dd>
|
|
|
- </div>
|
|
|
- <div class="span6">
|
|
|
- <dt class="jph3 i18n-text" i18n="company_register_Disciplines">
|
|
|
- Disciplines
|
|
|
- </dt>
|
|
|
- <dd>
|
|
|
- <input type="text" placeholder="" />
|
|
|
- </dd>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="row-fluid">
|
|
|
- <div class="span12">
|
|
|
- <dt class="jph3 i18n-text" i18n="company_register_Company introduction">
|
|
|
- Company introduction
|
|
|
- </dt>
|
|
|
- <dd>
|
|
|
- <textarea style="height: 90px;" rows="3" class="i18n-placeholder" i18n="company_register_introduction" placeholder="A short company introduction…"></textarea>
|
|
|
- </dd>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
- <div class="row-fluid">
|
|
|
- <button type="submit" id="registerupload" class="hbutton i18n-text" i18n="company_register_upload" style=" float: right; ">upload</button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
- </main>
|
|
|
- </body>
|
|
|
+ <span class="i18n-text" i18n="company_postproject_Project description">
|
|
|
+ Project description
|
|
|
+
|
|
|
+ </span>
|
|
|
+ <span class="i18n-text" i18n="company_postproject_optional"
|
|
|
+ style=" color: rgb(69 69 69 / 75%);
|
|
|
+ font-size: 12px;">( optional )</span>
|
|
|
+ </dt>
|
|
|
+ <dd>
|
|
|
+ <textarea style="height: 90px;" rows="3" class="i18n-placeholder"
|
|
|
+ maxlength="500"
|
|
|
+ i18n="company_postproject_A short introduction"
|
|
|
+ placeholder="A short company introduction…"></textarea>
|
|
|
+ </dd>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="row-fluid">
|
|
|
+ <button type="submit" id="registerupload" class="hbutton i18n-text"
|
|
|
+ style="background-color: #e64e5e; float: right;"
|
|
|
+ i18n="company_postproject_Publish now" >upload</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </main>
|
|
|
+ </body>
|
|
|
</html>
|