403Webshell
Server IP : 210.245.233.93  /  Your IP : 216.73.216.226
Web Server : Apache/2.2.15 (CentOS)
System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 5.3.3
Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/hkosl.com/muscircle_html/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/hkosl.com/muscircle_html/en/signupTutorSubject.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>MUSCIRCLE - Tutor Sign Up</title>
  <link href="../css/style.css" type="text/css" rel="stylesheet">
  <link href="../css/bootstrap.min.css" rel="stylesheet">
  <link href="../css/agency.css" rel="stylesheet">
  <link rel="shortcut icon" href="../img/smallLogo.png">
</head>

<body>

    <!-- Navigation -->
    <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
        <div class="container">
            <!-- Brand and toggle get grouped for better mobile display -->
            <div class="navbar-header">
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
                    <span class="sr-only">Toggle navigation</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <a href="index.html"><img src="../img/whiteLOGO.png" width="auto" height="50px" style="margin-top:0px;"></a>
            </div>
            <!-- Collect the nav links, forms, and other content for toggling -->
            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"  style="overflow:hidden;">
                <ul class="nav navbar-nav">
                    <li>
                        <a href="#">About</a>
                    </li>
                    <li>
                        <a href="#">Services</a>
                    </li>
                    <li>
                        <a href="#">Contact</a>
                    </li>
                </ul>
            </div>
        </div>
    </nav>



<div class="formSection">
  <div class="AllSteps">
    <a href="signupTutor.html" class="StepTitle">個人資料</a>
    <a href="signupTutorSubject.html" class="StepTitle" id="LinkUnderline">科目/學費</a>
    <a href="signupTutorVerification.html" class="StepTitle">信任及認證</a>     
  </div>

  <div class="TutorForm">
    <form>
      <div class="FormHeading">Please tell us more about your popose!</div>

      <div class="InputDataIII">
        <div class="BoxTitle" style="color:#ff0000;">期望學生年齡</div>
        <input type="checkbox" value=""> 0 - 2 歲
        <input type="checkbox" value=""  style="margin-left:15px;"> 3 - 7 歲
        <input type="checkbox" value=""  style="margin-left:15px;"> 8 - 12 歲
        <input type="checkbox" value=""  style="margin-left:15px;"> 13 - 25 歲
        <input type="checkbox" value="" checked style="margin-left:15px;"> 25 歲 或 以上
      </div>


      <div class="TabSection">
        <div class="BoxTitle">選擇任教樂器</div>
        <ul class="nav nav-tabs" id="myTab">
          <li class="active"><a data-target="#instrument1" data-toggle="tab">樂器 1</a></li>
          <li><a data-target="#instrument2" data-toggle="tab">樂器 2</a></li>
          <li><a data-target="#instrument3" data-toggle="tab">樂器 3</a></li>
          <li><a data-target="#instrument4" data-toggle="tab">樂器 4</a></li>
          <li><a data-target="#instrument5" data-toggle="tab">樂器 5</a></li>
          <li><a data-target="#instrument6" data-toggle="tab">樂器 6</a></li>
        </ul>

        <div class="tab-content">
          <div class="tab-pane active" id="instrument1">
            <div class="Expection">
              <div class="HalfLeft">
                <div class="BoxTitle">樂器</div>
                <select class="form-control">
                  <option>Instrument</option>
                  <option>Option 1</option>
                  <option>Option 2</option>
                  <option>Option 3</option>
                  <option>Option 4</option>
                  <option>Option 5</option>
                </select> 
              </div>

              
            </div>           

            <div class="ChargeTable">
              <div class="BoxTitle">期望收費 ($)</div>
              <table class="table">
                <thead>
                  <tr>
                    <th>Grade</th>
                    <th>30 mins</th>
                    <th>45 mins</th>
                    <th>60 mins</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <th scope="row">1</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">2</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">3</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">4</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">5</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">6</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">7</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">8</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">8級以上</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                </tbody>
              </table>

              <hr>

              <div class="BoxTitle">試堂收費 ($)</div>
              <table class="table">
                <thead>
                  <tr>
                    <th>Grade</th>
                    <th>30 mins</th>
                    <th>45 mins</th>
                    <th>60 mins</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <th scope="row">1 - 2</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">3 - 5</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">6級以上</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                </tbody>
              </table>
            </div>
          </div>

          <!-- Tab 2 -->
          <div class="tab-pane" id="instrument2">
            <div class="Expection">
              <div class="HalfLeft">
                <div class="BoxTitle">樂器</div>
                <select class="form-control">
                  <option>Instrument</option>
                  <option>Option 1</option>
                  <option>Option 2</option>
                  <option>Option 3</option>
                  <option>Option 4</option>
                  <option>Option 5</option>
                </select> 
              </div>
            </div>           

            <div class="ChargeTable">
              <div class="BoxTitle">期望收費 ($)</div>
              <table class="table">
                <thead>
                  <tr>
                    <th>Grade</th>
                    <th>30 mins</th>
                    <th>45 mins</th>
                    <th>60 mins</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <th scope="row">1</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">2</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">3</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">4</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">5</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">6</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">7</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">8</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">8級以上</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                </tbody>
              </table>

              <hr>

              <div class="BoxTitle">試堂收費 ($)</div>
              <table class="table">
                <thead>
                  <tr>
                    <th>Grade</th>
                    <th>30 mins</th>
                    <th>45 mins</th>
                    <th>60 mins</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <th scope="row">1 - 2</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">3 - 5</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">6級以上</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                </tbody>
              </table>
            </div>
          </div>

          <!-- Tab 3 -->
          <div class="tab-pane" id="instrument3">
            <div class="Expection">
              <div class="HalfLeft">
                <div class="BoxTitle">樂器</div>
                <select class="form-control">
                  <option>Instrument</option>
                  <option>Option 1</option>
                  <option>Option 2</option>
                  <option>Option 3</option>
                  <option>Option 4</option>
                  <option>Option 5</option>
                </select> 
              </div>
            </div>           

            <div class="ChargeTable">
              <div class="BoxTitle">期望收費 ($)</div>
              <table class="table">
                <thead>
                  <tr>
                    <th>Grade</th>
                    <th>30 mins</th>
                    <th>45 mins</th>
                    <th>60 mins</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <th scope="row">1</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">2</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">3</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">4</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">5</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">6</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">7</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">8</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">8級以上</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                </tbody>
              </table>

              <hr>

              <div class="BoxTitle">試堂收費 ($)</div>
              <table class="table">
                <thead>
                  <tr>
                    <th>Grade</th>
                    <th>30 mins</th>
                    <th>45 mins</th>
                    <th>60 mins</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <th scope="row">1 - 2</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">3 - 5</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">6級以上</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                </tbody>
              </table>
            </div>
          </div>
          <!-- Tab 4 -->
          <div class="tab-pane" id="instrument4">
            <div class="Expection">
              <div class="HalfLeft">
                <div class="BoxTitle">樂器</div>
                <select class="form-control">
                  <option>Instrument</option>
                  <option>Option 1</option>
                  <option>Option 2</option>
                  <option>Option 3</option>
                  <option>Option 4</option>
                  <option>Option 5</option>
                </select> 
              </div>
            </div>           

            <div class="ChargeTable">
              <div class="BoxTitle">期望收費 ($)</div>
              <table class="table">
                <thead>
                  <tr>
                    <th>Grade</th>
                    <th>30 mins</th>
                    <th>45 mins</th>
                    <th>60 mins</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <th scope="row">1</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">2</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">3</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">4</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">5</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">6</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">7</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">8</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">8級以上</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                </tbody>
              </table>

              <hr>

              <div class="BoxTitle">試堂收費 ($)</div>
              <table class="table">
                <thead>
                  <tr>
                    <th>Grade</th>
                    <th>30 mins</th>
                    <th>45 mins</th>
                    <th>60 mins</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <th scope="row">1 - 2</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">3 - 5</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">6級以上</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                </tbody>
              </table>
            </div>
          </div>
          <!-- Tab 5 -->
          <div class="tab-pane" id="instrument5">
            <div class="Expection">
              <div class="HalfLeft">
                <div class="BoxTitle">樂器</div>
                <select class="form-control">
                  <option>Instrument</option>
                  <option>Option 1</option>
                  <option>Option 2</option>
                  <option>Option 3</option>
                  <option>Option 4</option>
                  <option>Option 5</option>
                </select> 
              </div>
            </div>           

            <div class="ChargeTable">
              <div class="BoxTitle">期望收費 ($)</div>
              <table class="table">
                <thead>
                  <tr>
                    <th>Grade</th>
                    <th>30 mins</th>
                    <th>45 mins</th>
                    <th>60 mins</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <th scope="row">1</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">2</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">3</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">4</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">5</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">6</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">7</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">8</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">8級以上</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                </tbody>
              </table>

              <hr>

              <div class="BoxTitle">試堂收費 ($)</div>
              <table class="table">
                <thead>
                  <tr>
                    <th>Grade</th>
                    <th>30 mins</th>
                    <th>45 mins</th>
                    <th>60 mins</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <th scope="row">1 - 2</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">3 - 5</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">6級以上</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                </tbody>
              </table>
            </div>
          </div>
          <!-- Tab 6 -->
          <div class="tab-pane" id="instrument6">
            <div class="Expection">
              <div class="HalfLeft">
                <div class="BoxTitle">樂器</div>
                <select class="form-control">
                  <option>Instrument</option>
                  <option>Option 1</option>
                  <option>Option 2</option>
                  <option>Option 3</option>
                  <option>Option 4</option>
                  <option>Option 5</option>
                </select> 
              </div>
            </div>           

            <div class="ChargeTable">
              <div class="BoxTitle">期望收費 ($)</div>
              <table class="table">
                <thead>
                  <tr>
                    <th>Grade</th>
                    <th>30 mins</th>
                    <th>45 mins</th>
                    <th>60 mins</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <th scope="row">1</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">2</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">3</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">4</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">5</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">6</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">7</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">8</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">8級以上</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                </tbody>
              </table>

              <hr>

              <div class="BoxTitle">試堂收費 ($)</div>
              <table class="table">
                <thead>
                  <tr>
                    <th>Grade</th>
                    <th>30 mins</th>
                    <th>45 mins</th>
                    <th>60 mins</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <th scope="row">1 - 2</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">3 - 5</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                    <th scope="row">6級以上</th>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                    <td><input type="text" class="inputPrice"></td>
                  </tr>
                  <tr>
                </tbody>
              </table>
            </div>            
          </div>

          <div class="HalfLeft">
            <div class="BoxTitle">可以向學生提供 / 出租樂器</div>
            <input type="checkbox" checked value=""> 可以
            <input type="checkbox" value="" style="margin-left:15px;"> 不可以
          </div>

          <div class="HalfRight">
            <div class="BoxTitle">提供伴奏</div>
            <input type="checkbox" checked value=""> 可以
            <input type="checkbox" value="" style="margin-left:15px;"> 不可以
          </div> 

          <div class="AdditionalCharge">
            <div class="BoxTitle">上門收費</div>
            <div class="ChargeArea">太古 <input class="inputCharge" placeholder="$0.00"></div>
            <div class="ChargeArea">大角咀 <input class="inputCharge" placeholder="$0.00"></div>
            <div class="ChargeArea">諾士佛臺 <input class="inputCharge" placeholder="$0.00"></div>
          </div> 

        </div>     
      </div>
      <input type="submit" value="下一步" class="submitBTN">     
    </form>  
  </div>
  
</div>

<center><div class="BackToTop" id="back-to-top">BACK TO TOP</div></center>

<div class="footer">
  <div class="container">
    <div class="row">
      <div class="col-md-4 col-sm-6">


        <div class="FTDescription">
          <img src="../img/whiteLOGO.png" width="auto" height="60px">  <br><br>
          <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
        </div>
      </div>

      <div class="col-md-3 col-sm-6">
        <div class="FTEmailSub">
          <span class="FTTitle">Newsletter</span> <br><br>
          Enter your Email address:  <br>

          <div class="EmailInputBox">
            <input type="text" placeholder="Email address"> <br>
            <button type="button" class="EmailSubBT">Subscribe</button>                 
          </div>
        </div>      
      </div>
      <div class="col-md-2 col-sm-6">
        <div class="FTDirectLink">
          <span class="FTTitle">Links</span> <br>
          <div class="Links">About Us</div>
          <div class="Links">Privacy Policy</div>
          <div class="Links">Terms of Use</div>
          <div class="Links">Feedback</div>       
        </div>
      </div>
      <div class="col-md-3 col-sm-6">
        <div class="ContactInfo">
          <span class="FTTitle">Contact Info</span> <br>
          <div class="detail"><div class="locationIcon"><img src="../img/locationIcon.png"> </div><div class="locationaddress">Unit 16, 11/F., Wah Shing Centre, 11-13 Shing Yip Street, Kwun Tong, Kowloon, Hong Kong</div></div>

          <div class="detail"><img src="../img/PhoneIcon.png"> (+852) 0000 0000</div> 

          <div class="detail"><img src="../img/emailIcon.png"> info@muscircle.com</div>
        </div>
      </div>      
    </div> 
  </div>  
</div>

<div class="FooterBlack" >
  <div class="container">
    <div class="row">
      <div class="CopyRight">
        © COPYRIGHT 2016 BY MUSCIRCLE. ALL RIGHTS RESERVED.        
      </div>
      <div class="SocialMedia">
        <a href=""><img src="../img/FaceBookIcon.png"></a>
        <a href=""><img src="../img/TwitterIcon.png"></a>
        <a href=""><img src="../img/GoolgePlusWhiteIcon.png"></a>
      </div>
    </div>    
  </div>  
</div>


<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script src="../js/agency.js"></script>

<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="../js/classie.js"></script>
<script src="../js/cbpAnimatedHeader.js"></script>

<!-- Contact Form JavaScript -->
<script src="../js/jqBootstrapValidation.js"></script>
    
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit