MCPcopy Create free account
hub / github.com/apache/brpc / gridtable_style

Function gridtable_style

src/brpc/builtin/common.cpp:219–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219const char* gridtable_style() {
220 return
221 "<style type=\"text/css\">\n"
222 "table.gridtable {\n"
223 " color:#333333;\n"
224 " border-width:1px;\n"
225 " border-color:#666666;\n"
226 " border-collapse:collapse;\n"
227 "}\n"
228 "table.gridtable th {\n"
229 " border-width:1px;\n"
230 " padding:3px;\n"
231 " border-style:solid;\n"
232 " border-color:#666666;\n"
233 " background-color:#eeeeee;\n"
234 "}\n"
235 "table.gridtable td {\n"
236 " border-width:1px;\n"
237 " padding:3px;\n"
238 " border-style:solid;\n"
239 " border-color:#666666;\n"
240 " background-color:#ffffff;\n"
241 "}\n"
242 "</style>\n";
243}
244
245const char* TabsHead() {
246 return

Callers 3

default_methodMethod · 0.85
default_methodMethod · 0.85
default_methodMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected