#30 new bootstrap 3 theme

This commit is contained in:
Ulrich Block 2014-09-13 13:10:35 +02:00
parent 010db60dfc
commit c76f023560
8 changed files with 100 additions and 97 deletions

View File

@ -61,6 +61,7 @@
<migration>Umzugsservice</migration>
<mod>Ändern</mod>
<modules>Module</modules>
<moreInfo>Mehr Informationen</moreInfo>
<network>Netzwerk</network>
<news>News</news>
<no>Nein</no>

View File

@ -11,6 +11,7 @@
<master_installed_slots>Installierte Slots</master_installed_slots>
<master_installed_space>Vergebener Speicherplatz</master_installed_space>
<master_installed_vhosts>Installierte Vhosts</master_installed_vhosts>
<rulebreak>Vertragsverletzungen</rulebreak>
<tickets>Tickets</tickets>
<tickets_open>Offene Tickets</tickets_open>
<tickets_new>Neue Tickets</tickets_new>

View File

@ -42,6 +42,8 @@
<master>Master</master>
<migration>Flytningsservice</migration>
<mod>Rediger</mod>
<modules>Module</modules>
<moreInfo></moreInfo>
<network>Network</network>
<news>Nyheder</news>
<no>Nej</no>

View File

@ -6,9 +6,18 @@
<gserver_tag_removed> spilserver med fjernet servertag</gserver_tag_removed>
<host_crashed>nedstyrtede værter</host_crashed>
<master_crashed>styrtede masterserver</master_crashed>
<master_installed_db></master_installed_db>
<master_installed_server></master_installed_server>
<master_installed_slots></master_installed_slots>
<master_installed_space></master_installed_space>
<master_installed_vhosts></master_installed_vhosts>
<rulebreak></rulebreak>
<tickets>Billetter</tickets>
<tickets_open> ubesvarede og åben støtte billetter</tickets_open>
<traffic></traffic>
<tickets_new></tickets_new>
<ts3master_crashed>styrtede TS3 masterserver</ts3master_crashed>
<usage_slots></usage_slots>
<usage_space></usage_space>
<usage_traffic></usage_traffic>
<voice_crashed>styrtede voiceserver</voice_crashed>
</sprache>

View File

@ -65,6 +65,7 @@
<migration>Migration service</migration>
<mod>Modify</mod>
<modules>Modules</modules>
<moreInfo>More info</moreInfo>
<network>Network</network>
<news>News</news>
<no>No</no>

View File

@ -11,6 +11,7 @@
<master_installed_slots>Installed slots</master_installed_slots>
<master_installed_space>Installed space</master_installed_space>
<master_installed_vhosts>Installed vhosts</master_installed_vhosts>
<rulebreak>Broken contract conditions</rulebreak>
<tickets>tickets</tickets>
<tickets_open>open support tickets</tickets_open>
<tickets_new>new tickets</tickets_new>

View File

@ -17,9 +17,6 @@
<!-- font Awesome -->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
<!-- Ionicons -->
<link href="//cdn.jsdelivr.net/ionicons/1.4.1/css/ionicons.min.css" rel="stylesheet" type="text/css" />
<!-- Theme style -->
<link href="css/adminlte/AdminLTE.css" rel="stylesheet" type="text/css" />

View File

@ -22,121 +22,112 @@
<div class="row">
<?php if($easywiModules['ti'] and $pa['usertickets']) { ?>
<section class="col-md-4">
<div class="box box-info" id="loading-example">
<div class="box-header">
<i class="fa fa-support"></i>
<h3 class="box-title"><?php echo $gsprache->support;?></h3>
</div><!-- /.box-header -->
<div class="box-body no-padding">
<div class="row">
<div class="col-xs-6 text-center" style="border-right: 1px solid #f4f4f4">
<input type="text" class="knob" data-readonly="true" value="<?php echo $statsArray['ticketsNew'];?>" data-width="60" data-height="60" data-min="0" data-max="<?php echo $statsArray['ticketsTotal'];?>" data-fgColor="#00a65a">
<div class="knob-label"><?php echo $statsArray['ticketsNew'].'/'.$statsArray['ticketsTotal'];?> <?php echo $sprache_bad->tickets_new;?></div>
</div><!-- ./col -->
<div class="col-xs-6 text-center">
<input type="text" class="knob" data-readonly="true" value="<?php echo $statsArray['ticketsInProcess'];?>" data-width="60" data-height="60" data-min="0" data-max="<?php echo $statsArray['ticketsTotal'];?>" data-fgColor="#3c8dbc">
<div class="knob-label"><?php echo $statsArray['ticketsInProcess'].'/'.$statsArray['ticketsTotal'];?> <?php echo $sprache_bad->tickets_open;?></div>
</div><!-- ./col -->
</div><!-- /.row - inside box -->
</div><!-- /.box-body -->
<div class="col-lg-3 col-xs-6">
<div class="small-box bg-blue">
<div class="inner">
<h3>
<?php echo $gsprache->support;?>
</h3>
<p>
<?php echo $statsArray['ticketsInProcess'].'/'.$statsArray['ticketsTotal'];?> <?php echo $sprache_bad->tickets_open;?><br><br><br>
</p>
</div>
<div class="icon">
<i class="fa fa-support"></i>
</div>
<a href="userpanel.php?w=ti" class="small-box-footer">
<?php echo $gsprache->moreInfo;?> <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div>
</section>
<?php } ?>
<?php if($easywiModules['ws'] and $vhostcount>0 and $pa['webvhost']) { ?>
<section class="col-md-3">
<div class="box box-info" id="loading-example">
<div class="box-header">
<div class="col-lg-3 col-xs-6">
<div class="small-box bg-blue">
<div class="inner">
<h3>
<?php echo $gsprache->webspace;?>
</h3>
<p>
<?php echo $statsArray['webspaceSpaceUsed'].'/'.$statsArray['webspaceSpaceGivenActive'];?> MB<br><br><br>
</p>
</div>
<div class="icon">
<i class="fa fa-cubes"></i>
<h3 class="box-title"><?php echo $gsprache->webspace;?></h3>
</div><!-- /.box-header -->
<div class="box-body no-padding">
<div class="row">
<div class="col-xs-12 text-center">
<input type="text" class="knob" data-readonly="true" value="<?php echo $statsArray['webspaceSpaceUsed'];?>" data-width="60" data-height="60" data-min="0" data-max="<?php echo $statsArray['webspaceSpaceGivenActive'];?>" data-fgColor="#00a65a">
<div class="knob-label"><?php echo $statsArray['webspaceSpaceUsed'].'/'.$statsArray['webspaceSpaceGivenActive'];?> MB</div>
</div>
</div><!-- /.row - inside box -->
</div><!-- /.box-body -->
<a href="userpanel.php?w=wv" class="small-box-footer">
<?php echo $gsprache->moreInfo;?> <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div>
</section>
<?php } ?>
<?php if($easywiModules['my'] and $dbcount>0 and ($pa['mysql'] or $pa['mysql'])) { ?>
<section class="col-md-3">
<div class="box box-info" id="loading-example">
<div class="box-header">
<div class="col-lg-3 col-xs-6">
<div class="small-box bg-blue">
<div class="inner">
<h3>
MySQL
</h3>
<p>
<?php echo $statsArray['mysqlDBSpaceUsed'];?> MB<br><br><br>
</p>
</div>
<div class="icon">
<i class="fa fa-database"></i>
<h3 class="box-title">MySQL</h3>
</div><!-- /.box-header -->
<div class="box-body no-padding">
<div class="row">
<div class="col-xs-12 text-center">
<input type="text" class="knob" data-readonly="true" value="<?php echo $statsArray['mysqlDBSpaceUsed'];?>" data-width="60" data-height="60" data-min="0" data-max="<?php echo $statsArray['mysqlDBSpaceUsed'];?>" data-fgColor="#00a65a">
<div class="knob-label"><?php echo $statsArray['mysqlDBSpaceUsed'];?> MB</div>
</div>
</div><!-- /.row - inside box -->
</div><!-- /.box-body -->
<a href="userpanel.php?w=my" class="small-box-footer">
<?php echo $gsprache->moreInfo;?> <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div>
</section>
<?php } ?>
<?php if($easywiModules['gs'] and $gscount>0 and $pa['restart']) { ?>
<section class="col-md-4">
<!-- Box (with bar chart) -->
<div class="box box-info" id="loading-example">
<div class="box-header">
<i class="fa fa-gamepad"></i>
<h3 class="box-title"><?php echo $gsprache->gameserver;?></h3>
</div><!-- /.box-header -->
<div class="box-body no-padding">
<div class="row">
<div class="col-xs-4 text-center" style="border-right: 1px solid #f4f4f4">
<input type="text" class="knob" data-readonly="true" value="<?php echo $statsArray['gameserverSlotsUsed'];?>" data-width="60" data-height="60" data-min="0" data-max="<?php echo $statsArray['gameserverSlotsActive'];?>" data-fgColor="#00a65a">
<div class="knob-label"><?php echo $statsArray['gameserverSlotsUsed'].'/'.$statsArray['gameserverSlotsActive'];?> <?php echo $sprache_bad->usage_slots;?></div>
</div><!-- ./col -->
<div class="col-xs-4 text-center" style="border-right: 1px solid #f4f4f4">
<input type="text" class="knob" data-readonly="true" value="<?php echo $statsArray['gameserverNoTag'];?>" data-width="60" data-height="60" data-min="0" data-max="<?php echo $statsArray['gameserverActive'];?>" data-fgColor="#f39c12">
<div class="knob-label"><?php echo ($statsArray['gameserverNoTag'] + $statsArray['gameserverNoPassword']).'/'.$statsArray['gameserverActive'];?> Rulebreak</div>
</div><!-- ./col -->
<div class="col-xs-4 text-center">
<input type="text" class="knob" data-readonly="true" value="<?php echo $statsArray['gameserverNotRunning'];?>" data-width="60" data-height="60" data-min="0" data-max="<?php echo $statsArray['gameserverActive'];?>" data-fgColor="#f56954">
<div class="knob-label"><?php echo $statsArray['gameserverNotRunning'].'/'.$statsArray['gameserverActive'];?> <?php echo $sprache_bad->crashed;?></div>
</div><!-- ./col -->
</div><!-- /.row - inside box -->
</div><!-- /.box-body -->
<div class="col-lg-3 col-xs-6">
<div class="small-box bg-blue">
<div class="inner">
<h3>
<?php echo $gsprache->gameserver;?>
</h3>
<p>
<?php echo $statsArray['gameserverSlotsUsed'].'/'.$statsArray['gameserverSlotsActive'];?> <?php echo $sprache_bad->usage_slots;?><br>
<?php echo $statsArray['gameserverNotRunning'].'/'.$statsArray['gameserverActive'];?> <?php echo $sprache_bad->crashed;?><br>
<?php echo ($statsArray['gameserverNoTag'] + $statsArray['gameserverNoPassword']).'/'.$statsArray['gameserverActive'];?> <?php echo $sprache_bad->rulebreak;?>
</p>
</div>
<div class="icon">
<i class="fa fa-gamepad"></i>
</div>
<a href="userpanel.php?w=gs" class="small-box-footer">
<?php echo $gsprache->moreInfo;?> <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div>
</section>
<?php } ?>
<?php if($easywiModules['vo'] and ($voicecount>0) and $pa['voiceserver']) { ?>
<section class="col-md-4">
<div class="box box-info" id="loading-example">
<div class="box-header">
<i class="fa fa-microphone"></i>
<h3 class="box-title"><?php echo $gsprache->voiceserver;?></h3>
</div><!-- /.box-header -->
<div class="box-body no-padding">
<div class="row">
<div class="col-xs-4 text-center" style="border-right: 1px solid #f4f4f4">
<input type="text" class="knob" data-readonly="true" value="<?php echo $statsArray['voiceserverSlotsUsed'];?>" data-width="60" data-height="60" data-min="0" data-max="<?php echo $statsArray['voiceserverSlotsActive'];?>" data-fgColor="#00a65a">
<div class="knob-label"><?php echo $statsArray['voiceserverSlotsUsed'].'/'.$statsArray['voiceserverSlotsActive'];?> <?php echo $sprache_bad->usage_slots;?></div>
</div><!-- ./col -->
<div class="col-xs-4 text-center" style="border-right: 1px solid #f4f4f4">
<input type="text" class="knob" data-readonly="true" value="<?php echo $statsArray['voiceserverTrafficUsed'];?>" data-width="60" data-height="60" data-min="0" data-max="<?php echo $statsArray['voiceserverTrafficAllowed'];?>" data-fgColor="#3c8dbc">
<div class="knob-label"><?php echo $statsArray['voiceserverTrafficUsed'].'/'.$statsArray['voiceserverTrafficAllowed'];?> <?php echo $sprache_bad->traffic;?></div>
</div><!-- ./col -->
<div class="col-xs-4 text-center">
<input type="text" class="knob" data-readonly="true" value="<?php echo $statsArray['voiceserverCrashed'];?>" data-width="60" data-height="60" data-min="0" data-max="<?php echo $statsArray['voiceserverActive'];?>" data-fgColor="#f56954">
<div class="knob-label"><?php echo $statsArray['voiceserverCrashed'].'/'.$statsArray['voiceserverActive'];?> <?php echo $sprache_bad->crashed;?></div>
</div><!-- ./col -->
</div><!-- /.row - inside box -->
</div><!-- /.box-body -->
<div class="col-lg-3 col-xs-6">
<div class="small-box bg-blue">
<div class="inner">
<h3>
<?php echo $gsprache->voiceserver;?>
</h3>
<p>
<?php echo $statsArray['voiceserverSlotsUsed'].'/'.$statsArray['voiceserverSlotsActive'];?> <?php echo $sprache_bad->usage_slots;?><br>
<?php echo $statsArray['voiceserverCrashed'].'/'.$statsArray['voiceserverActive'];?> <?php echo $sprache_bad->crashed;?><br>
<?php echo $statsArray['voiceserverTrafficUsed'].'/'.$statsArray['voiceserverTrafficAllowed'];?> <?php echo $sprache_bad->traffic;?>
</p>
</div>
<div class="icon">
<i class="fa fa-microphone"></i>
</div>
<a href="userpanel.php?w=vo" class="small-box-footer">
<?php echo $gsprache->moreInfo;?> <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div>
</section>
<?php } ?>
</div>