- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
!DOCTYPE html>
<html>
<%c++
auto para=@@.get<std::map<std::string,std::string>>("parameters");
%>
<head>
<meta charset="UTF-8">
<title>{{ title }}</title>
</head>
<body>
<%view header %>
<%c++ if(para.size()>0){%>
<H1>Parameters</H1>
<table border="1">
<tr>
<th>name</th>
<th>value</th>
</tr>
<%c++ for(auto iter:para){%>
<tr>
<td>{%iter.first%}</td>
<td><%c++ $$<<iter.second;%></td>
</tr>
<%c++}%>
</table>
<%c++ }else{%>
<H1>no parameter</H1>
<%c++}%>
</body>
HEymHblu_nemyx 19.03.2019 11:49 # +1
BEKTOPHblu_nETyX 19.03.2019 13:27 # +2
TEH3OPHblu_nemyx 19.03.2019 13:33 # +1
BEKTOPHblu_nETyX 19.03.2019 14:00 # 0
guest8 20.03.2019 02:25 # −999
MPA3b 20.03.2019 07:17 # +1
A3APTHblu_nemyx 20.03.2019 17:43 # 0
cmepmop 21.03.2019 13:25 # 0
guest8 21.03.2019 13:27 # −999
guest8 21.03.2019 13:30 # −999
cmepmop 21.03.2019 13:31 # 0
OCETuHCKuu_nemyx 21.03.2019 21:52 # 0