projects
/
working
/
NCIPServer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
LP 1833284: Option to send database id in LookupUser response
[working/NCIPServer.git]
/
templates
/
response.tt
1
<[% type %]>
2
[% IF header;
3
INCLUDE "includes/ResponseHeader.inc";
4
END;
5
IF data;
6
INCLUDE "includes/data.inc";
7
ELSIF problem;
8
INCLUDE "includes/problem.inc";
9
END;
10
-%]
11
</[% type %]>