diff --git a/slapos/runner/templates/cloneRepository.html b/slapos/runner/templates/cloneRepository.html index 9cf79fc4eec95af15feab860c053a997a2ac8c2e..f04d7c99c66bf9357d2a0e443b9cb5e87e619f45 100644 --- a/slapos/runner/templates/cloneRepository.html +++ b/slapos/runner/templates/cloneRepository.html @@ -39,36 +39,36 @@ <div class="menu-box-right"> <div style="background:#fff; padding:10px; min-height:100px; font-size:14px;"> <div id="box0"> - <h2>Clone Repository without using HTTPS and SSH</h2><br/> - <p>Choose this mode if you don't have login and password for the repository and you if you don't have the possibility to - use SSH authentication. Otherwise use your public key or your login and password to clone your project by choosing https or ssh mode. Note - that, with readonly mode you can not be able to push your changes.</p> - <br/> - </div> - <div id="box1" style="display:none"> - <h2>You can use this public key to setup your repository</h2><br/> - <textarea class="mb_style public_key" readonly> - {{public_key}} - </textarea> - </div> - <div id="box2" style="display:none;"> - <h2>Enter your username and password for https authentication access</h2><br/> - <div style="margin-left:140px; margin-bottom:20px;"> - <label for='username'>Your username: </label> - <input type="text" name="username" id="username" size='20' value="Enter your username..." /><br/><br/> - <label for='password'>Your password: </label> - <input type="password" name="password" id="password" size='20' value="" class="idleField" /> - </div> - <p></p> - </div> - </div> + <h2>Clone Repository without using HTTPS and SSH</h2><br/> + <p>Choose this mode if you don't have login and password for the repository and you if you don't have the possibility to + use SSH authentication. Otherwise use your public key or your login and password to clone your project by choosing https or ssh mode. Note + that, with readonly mode you can not be able to push your changes.</p> + <br/> + </div> + <div id="box1" style="display:none"> + <h2>You can use this public key to setup your repository</h2><br/> + <textarea class="mb_style public_key" readonly> + {{public_key}} + </textarea> + </div> + <div id="box2" style="display:none;"> + <h2>Enter your username and password for https authentication access</h2><br/> + <div style="margin-left:140px; margin-bottom:20px;"> + <label for='username'>Your username: </label> + <input type="text" name="username" id="username" size='20' value="Enter your username..." /><br/><br/> + <label for='password'>Your password: </label> + <input type="password" name="password" id="password" size='20' value="" class="idleField" /> + </div> + <p></p> + </div> + </div> </div> <div class="menu-box-left"> - <ul id="modelist"> - <li class="checked"><input type="radio" name="security" id="nothing" value="nothing" /><label for="nothing">ReadOnly</label></li> - <li><input type="radio" name="security" id="ssh" value="SSH" checked /><label for="ssh">SSH Mode</label></li> - <li style="border-bottom:none"><input type="radio" name="security" id="https" value="HTTPS" /><label for="https">Https Mode</label></li> - </ul> + <ul id="modelist"> + <li class="checked"><input type="radio" name="security" id="nothing" value="nothing" /><label for="nothing">ReadOnly</label></li> + <li><input type="radio" name="security" id="ssh" value="SSH" checked /><label for="ssh">SSH Mode</label></li> + <li style="border-bottom:none"><input type="radio" name="security" id="https" value="HTTPS" /><label for="https">Https Mode</label></li> + </ul> </div> <div class="clear"></div><br/> <!--Fin tab1-->