| Server IP : 172.67.216.113 / Your IP : 172.71.28.146 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/2388322/cwd/frontend/jupiter/sql/ |
Upload File : |
[%# TODO: Investigate if this file should be deleted. It does not appear to be used at all. %]
[% SET CPANEL.CPVAR.dprefix = "../" %]
[% WRAPPER '_assets/master.html.tt'
app_key = 'mysql_databases'
-%]
<div class="body-content">
<h2 id="hdrCreateMysqlUser">[% locale.maketext("Create a [asis,MySQL] User") %]</h2>
<div class="section">
<form action="adduser.html">
<div class="form-group">
<label id="lblUser" for="user">
[% locale.maketext("Username") %]
</label>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<input type="text" class="form-control" name="user" id="user" />
</div>
</div>
</div>
<div class="form-group">
<label id="lblPass" for="pass">
[% locale.maketext("Password") %]
</label>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<input type="text" class="form-control" name="pass" id="pass" />
</div>
</div>
</div>
<div class="form-group">
<input type="submit" class="btn btn-primary" value="[% locale.maketext("Create User") %]" id="submit" />
</div>
</form>
</div>
[% INCLUDE _assets/return_link.html.tt return_location='index.html' return_link_text=locale.maketext('Go Back') %]
</div>
[% END #wrapper -%]