diff --git a/templates/Sparkle/customer/traffic/traffic.tpl b/templates/Sparkle/customer/traffic/traffic.tpl new file mode 100644 index 00000000..fd4d9ef9 --- /dev/null +++ b/templates/Sparkle/customer/traffic/traffic.tpl @@ -0,0 +1,54 @@ +$header +
+
+

+ {$lng['menue']['traffic']['traffic']}  + {$lng['menue']['traffic']['traffic']} +

+
+ +
+
+ + + + + + + + + + + $traffic + + + + + + + + + + +
{$lng['traffic']['month']} + {$lng['traffic']['ftp']}{$lng['traffic']['http']}{$lng['traffic']['mail']}{$lng['customer']['traffic']}
{$lng['traffic']['months']['total']}{$traffic_complete['ftp']}{$traffic_complete['http']}{$traffic_complete['mail']}
+ +
+
+ + +
+$footer diff --git a/templates/Sparkle/customer/traffic/traffic_details.tpl b/templates/Sparkle/customer/traffic/traffic_details.tpl new file mode 100644 index 00000000..6e978e4f --- /dev/null +++ b/templates/Sparkle/customer/traffic/traffic_details.tpl @@ -0,0 +1,48 @@ +$header +
+
+

+ {$lng['menue']['traffic']['traffic']}  + {$lng['menue']['traffic']['traffic']} $show +

+
+ + + + + + + + + + + + + + + + + + + + + + $traffic + +
{$lng['traffic']['day']}{$lng['traffic']['ftp']}{$lng['traffic']['http']}{$lng['traffic']['mail']}{$lng['traffic']['mb']}
{$lng['traffic']['months']['total']}{$traffic_complete['ftp']}{$traffic_complete['http']}{$traffic_complete['mail']} 
+ +
+$footer diff --git a/templates/Sparkle/customer/traffic/traffic_month.tpl b/templates/Sparkle/customer/traffic/traffic_month.tpl new file mode 100644 index 00000000..c526e222 --- /dev/null +++ b/templates/Sparkle/customer/traffic/traffic_month.tpl @@ -0,0 +1,8 @@ + + {$traf['day']} + {$traf['ftp']} + {$traf['http']} + {$traf['mail']} + {$traf['byte']} + + diff --git a/templates/Sparkle/customer/traffic/traffic_traffic.tpl b/templates/Sparkle/customer/traffic/traffic_traffic.tpl new file mode 100644 index 00000000..89ec750b --- /dev/null +++ b/templates/Sparkle/customer/traffic/traffic_traffic.tpl @@ -0,0 +1,7 @@ + + {$traf['monthname']} + {$traf['ftp']} + {$traf['http']} + {$traf['mail']} + {$traf['byte']} +