- %#= link_to l('lets_CONFIG'), 'letsencryptd?trt=PARAMS' , class=> 'link link2'
+
-
- <%= l ('lets_CHECK_ALL_DOMAINS') %>
-
-
+
-
+
-
<%=l('lets_For_this_Server') %>
+
<%=l('lets_For_this_Server') %>
-
+
-
-
- <%= l ('lets_Internal_IP') %>
-
-
- % param 'InternalIP' => $lets_data->{InternalIP} unless param 'InternalIP';
- %= text_field 'InternalIP', size => '50', class => "" , pattern=>'.*' , placeholder=>'InternalIP', Readonly=>'true'
-
-
+
+
+
+
+
+ % param 'InternalIP' => $lets_data->{InternalIP} unless param 'InternalIP';
+
+ %#= text_field 'InternalIP', size => '50', class => "" , pattern=>'.*' , placeholder=>'InternalIP', Readonly=>'true'
+
+
-
+
-
-
- <%= l ('lets_External_Interface_IP') %>
-
-
- % param 'ExternalIP' => $lets_data->{ExternalIP} unless param 'ExternalIP';
- %= text_field 'ExternalIP', size => '50', class => "" , pattern=>'.*' , placeholder=>'ExternalIP', Readonly=>'true'
-
-
+
+
+
+
+
+ % param 'ExternalIP' => $lets_data->{ExternalIP} unless param 'ExternalIP';
+
+ %#= text_field 'ExternalIP', size => '50', class => "" , pattern=>'.*' , placeholder=>'ExternalIP', Readonly=>'true'
+
+
-
+
-
-
- <%= l ('lets_Internet_IP') %>
-
-
- % param 'InternetIP' => $lets_data->{InternetIP} unless param 'InternetIP';
- %= text_field 'InternetIP', size => '50', class => "" , pattern=>'.*' , placeholder=>'InternetIP', Readonly=>'true'
-
-
+
+
+
+
+
+ % param 'InternetIP' => $lets_data->{InternetIP} unless param 'InternetIP';
+
+ %#= text_field 'InternetIP', size => '50', class => "" , pattern=>'.*' , placeholder=>'InternetIP', Readonly=>'true'
+
+
-
+
-
<%=l('lets_Current_certificate_details') %>
+
<%=l('lets_Current_certificate_details') %>
-
+
-
-
- <%= l ('lets_Issuer') %>
-
-
- % param 'Issuer' => $lets_data->{Issuer} unless param 'Issuer';
- %= text_field 'Issuer', size => '50', class => "" , pattern=>'.*' , placeholder=>'Issuer', Readonly=>'true'
-
-
+
+
+
+
+
+ % param 'Issuer' => $lets_data->{Issuer} unless param 'Issuer';
+
+ %#= text_field 'Issuer', size => '50', class => "" , pattern=>'.*' , placeholder=>'Issuer', Readonly=>'true'
+
+
-
+
-
-
- <%= l ('lets_Expiry') %>
-
-
- % param 'Expiry' => $lets_data->{Expiry} unless param 'Expiry';
- %= text_field 'Expiry', size => '50', class => "" , pattern=>'.*' , placeholder=>'Expiry', Readonly=>'true'
-
-
+
+
+
+
+
+ % param 'Expiry' => $lets_data->{Expiry} unless param 'Expiry';
+
+ %#= text_field 'Expiry', size => '50', class => "" , pattern=>'.*' , placeholder=>'Expiry', Readonly=>'true'
+
+
-
+
-
-
- <%= l ('lets_Not_Before') %>
-
-
- % param 'NotBefore' => $lets_data->{NotBefore} unless param 'NotBefore';
- %= text_field 'NotBefore', size => '50', class => "" , pattern=>'.*' , placeholder=>'NotBefore', Readonly=>'true'
-
-
+
+
+
+
+
+ % param 'NotBefore' => $lets_data->{NotBefore} unless param 'NotBefore';
+
+ %#= text_field 'NotBefore', size => '50', class => "" , pattern=>'.*' , placeholder=>'NotBefore', Readonly=>'true'
+
+
-
+
-
<%=l('lets_List_of_Domains_and_Hosts') %>
+
<%=l('lets_List_of_Domains_and_Hosts') %>
-
+
- % $linkbtn = l 'lets_CHECK';
-
-
-
-
- <%= l ('lets_Domain_name_/_HOSTNAME') %> |
- <%= l ('lets_Brief_description') %> |
- <%= l ('lets_Content') %> |
- <%= l ('lets_LABEL_NAMESERVERS') %> |
- <%= l ('lets_LABEL_POINT') %> |
- <%= l ('lets_LABEL_LECERT') %> |
- <%= l ('lets_IS_IN_CERT') %> |
- <%= l ('lets_CHECK') %> |
-
-
-
- % my $control_data = $c->stash('DomainList');
- % foreach my $row (@$control_data) {
- % my $link = $c->render_to_string(inline=>$row->{'Table1-CHECK'});
- % my $type = $c->render_to_string(inline=>$row->{'Table1-TYPE'});
-
- % if ($type eq "Domain\n"){
- <%=$c->render_to_string(inline=>$row->{'Table1-Domain name / HOSTNAME'}) %> |
- % }
- % if ($type eq "Host\n") {
- <%=$c->render_to_string(inline=>$row->{'Table1-Domain name / HOSTNAME'}) %> |
- % }
-
- <%=$c->render_to_string(inline=>$row->{'Table1-Brief description'}) %> |
- <%=$c->render_to_string(inline=>$row->{'Table1-Content'}) %> |
- <%=$c->render_to_string(inline=>$row->{'Table1-LABEL_NAMESERVERS'}) %> |
- <%=$c->render_to_string(inline=>$row->{'Table1-LABEL_POINT'}) %> |
- <%=$c->render_to_string(inline=>$row->{'Table1-LABEL_LECERT'}) %> |
- <%=$c->render_to_string(inline=>$row->{'Table1-IS_IN_CERT'}) %> |
-
- % if ($link ne "") {
- <%= $linkbtn %> |
- % } else {
-   |
- % }
-
+
+
+
+ <%= l ('lets_Domain_name_/_HOSTNAME') %> |
+ <%= l ('lets_Brief_description') %> |
+ <%= l ('lets_Content') %> |
+ <%= l ('lets_LABEL_NAMESERVERS') %> |
+ <%= l ('lets_LABEL_POINT') %> |
+ <%= l ('lets_LABEL_LECERT') %> |
+ <%= l ('lets_IS_IN_CERT') %> |
+ <%= l ('lets_CHECK') %> |
+
+
+
+ % my $control_data = $c->stash('DomainList');
+ % foreach my $row (@$control_data) {
+ % my $link = $c->render_to_string(inline=>$row->{'Table1-CHECK'});
+ % my $type = $c->render_to_string(inline=>$row->{'Table1-TYPE'});
+
+ % if ($type eq "Domain\n"){
+ <%=$c->render_to_string(inline=>$row->{'Table1-Domain name / HOSTNAME'}) %> |
% }
-
-
+ % if ($type eq "Host\n") {
+ <%=$c->render_to_string(inline=>$row->{'Table1-Domain name / HOSTNAME'}) %> |
+ % }
+
+ <%=$c->render_to_string(inline=>$row->{'Table1-Brief description'}) %> |
+ <%=$c->render_to_string(inline=>$row->{'Table1-Content'}) %> |
+ <%=$c->render_to_string(inline=>$row->{'Table1-LABEL_NAMESERVERS'}) %> |
+ <%=$c->render_to_string(inline=>$row->{'Table1-LABEL_POINT'}) %> |
+ <%=$c->render_to_string(inline=>$row->{'Table1-LABEL_LECERT'}) %> |
+ <%=$c->render_to_string(inline=>$row->{'Table1-IS_IN_CERT'}) %> |
+
+ % if ($link ne "") {
+ <%= $checkbtn %> |
+ % } else {
+   |
+ % }
+
+ % }
+
+
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_lets_PARAMS.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_lets_PARAMS.html.ep
index 860bf2e..5e2322e 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_lets_PARAMS.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_lets_PARAMS.html.ep
@@ -11,6 +11,7 @@
};
-->
+
% if (config->{debug} == 1) {