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 1
1
<%@ 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.*"
9
3
%><%
10
4
11
- Locale loc = request. getLocale();
12
-
13
5
JSONObject retVal = new JSONObject ();
14
6
15
7
retVal. put(" success" , Boolean . TRUE );
Original file line number Diff line number Diff line change 32
32
StringWriter sw = new StringWriter ();
33
33
PrintWriter pw = new PrintWriter (sw);
34
34
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; \" >" );
36
36
pw. println(" \t <tbody>" );
37
37
38
38
pw. println(" \t\t <tr>" );
115
115
116
116
if (p != null )
117
117
{
118
- pw. println(" <table class=\" bordered-table zebra-striped\" >" );
118
+ pw. println(" <table class=\" table table-bordered table-striped bordered-table zebra-striped\" >" );
119
119
pw. println(" \t <thead>" );
120
120
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>" );
122
122
pw. println(" \t\t\t <th>Target String</th>" );
123
123
pw. println(" \t\t\t <th>matches()</th>" );
124
124
pw. println(" \t\t\t <th>replaceFirst()</th>" );
You can’t perform that action at this time.
0 commit comments