File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 11<%@ page contentType =" text/plain;charset=utf-8"
2- import="java.io.*,
3- java.util.*,
4- java.util.regex.*,
5- org.json.simple.*,
6- com.google.common.base.*,
7- org.apache.commons.lang3.*,
8- org.apache.commons.lang3.math.*"
2+ import =" org.json.simple.*"
93%><%
104
11- Locale loc = request. getLocale();
12-
135 JSONObject retVal = new JSONObject ();
146
157 retVal. put(" success" , Boolean . TRUE );
Original file line number Diff line number Diff line change 3232 StringWriter sw = new StringWriter ();
3333 PrintWriter pw = new PrintWriter (sw);
3434
35- pw. println(" <table class=\" bordered- table zebra-striped\" >" );
35+ pw. println(" <table class=\" table table- bordered table-striped bordered- table zebra-striped\" style= \" width:auto; \" >" );
3636 pw. println(" \t <tbody>" );
3737
3838 pw. println(" \t\t <tr>" );
115115
116116 if (p != null )
117117 {
118- pw. println(" <table class=\" bordered-table zebra-striped\" >" );
118+ pw. println(" <table class=\" table table-bordered table-striped bordered-table zebra-striped\" >" );
119119 pw. println(" \t <thead>" );
120120 pw. println(" \t\t <tr>" );
121- pw. println(" \t\t\t <th>Test</th>" );
121+ pw. println(" \t\t\t <th style= \" text-align:center \" >Test</th>" );
122122 pw. println(" \t\t\t <th>Target String</th>" );
123123 pw. println(" \t\t\t <th>matches()</th>" );
124124 pw. println(" \t\t\t <th>replaceFirst()</th>" );
You can’t perform that action at this time.
0 commit comments